Your company wants you to create a lambda function to read data from Kinesis streamย of transactions. You created this function using context logger in the code to log theย data to CloudWatch so that it can be monitored later. After the function started runningย along with Kinesis stream, you did not see any log entries for the new lambda function. What could be the reason?
Correct
Incorrect
Question 2 of 49
2. Question
To launch an operation, your organization requires you to create a REST API. Youย are going to create this API using AWS API gateway with lambda as backend systemย and Oracle RDS instance as database. You have created API methods, lambda functionย code and launched the Oracle RDS instance in a private VPC which does not have anย internet gateway. However, connection getting failed when you are trying to connect toย RDS from your lambda function. Why? (Choose 2 reasons)
Correct
Incorrect
Question 3 of 49
3. Question
A team of data analysts need you. They need to perform big data analysis toย transform data and store the results in S3. They were doing this with a lambda function.ย But, sometimes, the execution gets terminated abruptly after 5 minutes. They are askingย you to enable notifications for such termination situations. How will you do this?
Correct
Incorrect
Question 4 of 49
4. Question
You are required to upload large files (1 GB โ 3 GB) to S3 and calculate the hash checksum of the file to identify any potential corruption in downloads. This can be doneย by reading the entre file. Against these requirements, you created a lambda functionย with S3 notifications to trigger it. When you tested your function, the request is gettingย timed out. Why?
Correct
Incorrect
Question 5 of 49
5. Question
Company PQRS, uploads compressed files to S3. These files are relatively large (100-200 MB). When upload completes, the total number of objects in the compressed filesย is added as the metadata of the file. They have hired you for a cost effective solution forย this scenario. You recommended that they should use AWS lambda with S3 eventย notifications. For that, they are concerned about failures. S3 event notification is anย asynchronous one-time trigger and lambda can fail due to operation timeouts, maxย memory limits, ma execution time limits etc. What could be the best retry approach?
Correct
Incorrect
Question 6 of 49
6. Question
An organization is planning to move its on premise infrastructure to the AWS cloudย and is in need to migrate the virtual machines. You have been approached forย recommendation, what would you suggest?
Correct
Incorrect
Question 7 of 49
7. Question
An organization is planning to move its on premise infrastructure to the AWS cloudย and is in need to migrate the virtual machines. You have been approached forย recommendation, what would you suggest?
Correct
Incorrect
Question 8 of 49
8. Question
You need to design an application that should have; EC2 as a web server, sessionย data to be written on DynamoDB, and log files to be written on MS SQL server. How e you going to make sure that the data is written to a DynamoDB table
Correct
Incorrect
Question 9 of 49
9. Question
Your company is planning to setup a content serving web application where usersย can access the content from all over the world. You are required to make sure that theย users from any place in the world, can experience smooth and continuous performanceย of the web. Which of the following should definitely be part of this application?
Correct
Incorrect
Question 10 of 49
10. Question
You work for an organization that want you to setup a hybrid connection betweenย the on premises infrastructure and AWS VPC via AWS VPN managed connections. Asย an architect, which 2 from the following you will need for the connection to beย established?
Correct
Incorrect
Question 11 of 49
11. Question
As an AWS architect, you are asked to host an application using EC2 instances. Theย architecture should be fault tolerant and can be scaled on demand. Which 2 from theย following will be included in your solution?
Correct
Incorrect
Question 12 of 49
12. Question
Your company wants you to connect an RDS instance to a web application. You have toย make sure that the queries result should be delivered in a faster manner, also theย performance of the database must be up to the mark. How will you achieve this?
Correct
Incorrect
Question 13 of 49
13. Question
Your main revenue generating application uses the table in the data store that is setupย on AWS DynamoDB. Now you are expanding this application to 2 different otherย locations. To make sure that the data retrieval latency is the least from the new regions,ย which of the following you would choose?
Correct
Incorrect
Question 14 of 49
14. Question
You have setup EC2 instances in VPC for your application. Your organization is nowย worried that not all of the instances are in use. How AWS helps you in finding out underutilized resources? (Choose 2)
Correct
Incorrect
Question 15 of 49
15. Question
An organization that has large SQL data sets is planning to move its applications onย AWS cloud. The data sets are required to be hosted in a data store which should hasย disaster recovery features available. Which of the following you will choose for this?
Correct
Incorrect
Question 16 of 49
16. Question
As an architect in your company, you have setup EC2 instances in a VPC for yourย application. It is required to monitor all traffic to the instances. Which of the followingย features can be used to capture information for incoming and outgoing IP traffic fromย network interfaces in a VPC?
Correct
Incorrect
Question 17 of 49
17. Question
Your company wants to stream the logs from their 100 servers on the AWS cloud forย analysis. There will be programs running to analyze the stream of data for any sort ofย abnormal behavior. Which of the following services you would choose to stream the logย data?
Correct
Incorrect
Question 18 of 49
18. Question
Your organization is planning on a micro services based architecture which will includeย the deployment of various Docker containers. For this to get done, which service isย ideal?
Correct
Incorrect
Question 19 of 49
19. Question
Your organization has decided to use API Gateway service to manage their APIs. Whichย of the following services are automatically integrated with the API Gateway to ensureย better response?
Correct
Incorrect
Question 20 of 49
20. Question
You have setup EC2 instances in a VPC. These instances are for your application. Theย security team wants to know the security mechanisms available to protect the instancesย in terms of incoming and outgoing IP traffic. What are the two layers of the securityย provided by AWS?
Correct
Incorrect
Question 21 of 49
21. Question
Which of the following security features of the API Gateway can be used to makeย sure that the resources of the API can receive requests from a domain that is other thanย the APIโs domain?
Correct
Incorrect
Question 22 of 49
22. Question
You need at least eighth m4.large instances to serve traffic in your system. Yourย organization has this system in the us-east-1 region which has six availability zones. Youare asked to design this system in such a way that it can handle the death of a fullย availability zone. Cost saving is also needed. For all this, how are you going to distribute the servers? Assume that all the nodes are properly linked to an ELB, and you VPCย account can utilize the regionโs AZs through f, inclusive.
Correct
Incorrect
Question 23 of 49
23. Question
You are asked to implement disaster recovery for an application that is currentlyย running in the Singapore region. Meaning that, if the application goes down inย Singapore, it has to be started in the Asia region. The subject app relies on pre-builtย AMIs, what DR strategy would you consider?
Correct
Incorrect
Question 24 of 49
24. Question
The organization that you work for has asked you to make them able to run analyticsย for all the combined log files from the ELB. Which combination of the services is usedย to collect log files and perform log file analysis in the AWS environment?
Correct
Incorrect
Question 25 of 49
25. Question
How can you deploy a different application quickly to AWS, which are built usingย different programming languages and are different from each other?
Correct
Incorrect
Question 26 of 49
26. Question
Your organization requires to keep the application log files for ten years. The mostย recent log files are needed regularly for troubleshooting. It is required to keep theย logging system cost-effective and can be given large volumes of log data. How can youย achieve this?
Correct
Incorrect
Question 27 of 49
27. Question
You are building environment for an application on AWS. To make the auditingย environment easy and security compliant, which service or feature you need to enable?
Correct
Incorrect
Question 28 of 49
28. Question
As a solutions architect, you proposed an idea of moving your organizationโsย development, test, and production applications on EC2 instances. The seniors are worried about how the access control would be given to related IT admins. What wouldย you suggest for this concern?
Correct
Incorrect
Question 29 of 49
29. Question
Your company requires a data storage layer for storage of JSON documents. Otherย requirements are the availability of indexes and auto-scaling. Which of the followingย would you choose to meet the requirements?
Correct
Incorrect
Question 30 of 49
30. Question
Your organization needs a data processing system on AWS. Which of the followingย would you choose to build this system?
Correct
Incorrect
Question 31 of 49
31. Question
You are assigned with a task of setting up a public website with database and applicationย server running in a VPC. The database should be able to connect to the internet forย patch upgrades. There should be no incoming requests to the database from theย internet. Which of the following solutions would best satisfy all these requirements?
Correct
Incorrect
Question 32 of 49
32. Question
For your company, you developed a mobile app with DynamoDB as the backend andย JavaScript as the frontend. You have notices spikes in the app especially in theย DynamoDB area, which of the following provides scalable and the most cost-effectiveย architecture for this application?
Correct
Incorrect
Question 33 of 49
33. Question
For warehousing, your organization has petabyte-scale data in a RedShift cluster whichย can be easily reproduced from additional data that is stored in S3. You are asked to findย a way of reducing the overall cost of running this cluster. From the given options, whichย one would best meet the needs of the running cluster while reducing overall ownershipย of the cluster?
Correct
Incorrect
Question 34 of 49
34. Question
The company that you work for requires a large-scale confidential web server whichย can store documentation on S3. It is necessary that, by using CloudFront, it should not be publicly accessible from S3 directly. Which of the following satisfies the mentionedย requirements?
Correct
Incorrect
Question 35 of 49
35. Question
While performing a load test on your applicationโs MySQL DB instance, you noticedย that when CPU utilization reaches 100%, the application becomes unresponsive.ย Considering that your application is read-heavy, what methods will help in scaling yourย data-tier to meet the needs of your application? (Choose 3)
Correct
Incorrect
Question 36 of 49
36. Question
You want to use ECS and utilize the set of Docker images that you have for buildingย containers. Which of the following can be used to store these Docker images?
Correct
Incorrect
Question 37 of 49
37. Question
You are asked if you can deploy an existing Java application to AWS with auto scalingย for the underlying environment. Which of the following would you choose to do theย task in the quickest way possible?
Correct
Incorrect
Question 38 of 49
38. Question
To monitor the number of bags handled at an airport, the management has placedย IoT sensors. A default-set Kinesis stream receives the data and then on every alternateย day, this data is sent to S3 for processing. They have noticed that S3 is not receiving allย of the data that is sent to the Kinesis stream. What do you think could be the reason?
Correct
Incorrect
Question 39 of 49
39. Question
You need to host a database on EC2, and an EBS volume is required to support aย high rate of IOPS because you are expecting a large number of read and write requests.ย Which Amazon EBS volume type can meet the requirements of this database?
Correct
Incorrect
Question 40 of 49
40. Question
Which of the following would be optimal to upload a million files to S3?
Correct
Incorrect
Question 41 of 49
41. Question
A group of data analysts reached you for a recommendation; they need a columnarย structured database to perform complex analytic queries against petabytes of data.ย Which AWS service would you recommend?
Correct
Incorrect
Question 42 of 49
42. Question
A group of data analysts reached you for a recommendation; they need a columnarย structured database to perform complex analytic queries against petabytes of data.ย Which AWS service would you recommend?
Correct
Incorrect
Question 43 of 49
43. Question
You are assigned with a task of building a highly available and fault-tolerantย application architecture. This architecture has to be loosely coupled. You have decidedย to use EC2, the classic load balancer, auto-scaling, and Route 53. Which of the followingย services should you also involve in this architecture?
Correct
Incorrect
Question 44 of 49
44. Question
You have instances running in a private subnet, and the management has asked youย to make sure that these instances can access the internet. Your solution should beย highly available and should cause less maintenance overhead. What would you do toย meet this requirement?
Correct
Incorrect
Question 45 of 49
45. Question
You, a solutions architect in an organization, have been tasked with architecting anย application that consists of EC2, the classic load balancer, auto-scaling, and Route 53. Itย is a must to make this architecture in a way that Blue-Green deployments are possible.ย What could be the ideal routing policy to use in Route 53 to fulfil the requirements?
Correct
Incorrect
Question 46 of 49
46. Question
Your organization uses different accounts for different departments. You are askedย to connect two VPCs that are running in development and production accounts. How will you achieve this?
Correct
Incorrect
Question 47 of 49
47. Question
A company has an application that requires an EC2 instance to perform logย processing with 500 MiB/s of data throughput. They are planning to deploy it to theย AWS cloud. They have approached you for storage recommendation, what would youย suggest?
Correct
Incorrect
Question 48 of 49
48. Question
One of your friends wants you to deploy his code functions in the AWS cloud, butย he doesnโt want to manage the infrastructure. Which of the following services can fulfilย his desire?
Correct
Incorrect
Question 49 of 49
49. Question
Users subscribe to your web application by using their email IDs. You want to enableย them to receive messages that are published by the service. Which of the followingย service can probably be included in this architecture?
Correct
Incorrect
Manage Consent
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional
Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes.The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.