- (Exam Topic 3)
An application development team decides to use AWS X Ray to monitor application code to analyze performance and perform r cause analysis
What does the team need to do to begin using X Ray? (Select TWO )
Correct Answer:
DE
- (Exam Topic 2)
A Developer is creating a template that uses AWS CloudFormation to deploy an application. This application is serverless and uses Amazon API Gateway, Amazon DynamoDB, and AWS Lambda.
Which tool should the Developer use to define simplified syntax for expressing serverless resources?
Correct Answer:
A
- (Exam Topic 2)
A website’s page load times are gradually increasing as more users access the system at the same time. Analysis indicates that a user profile is being loaded from a database in all the web pages being visited by each user and this is increasing the database load and the page load latency. To address this issue the Developer decides to cache the user profile data.
Which caching strategy will address this situation MOST efficiently?
Correct Answer:
B
https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/Strategies.html
- (Exam Topic 4)
A developer has an application that is composed of many different AWS Lambda functions. The Lambda functions all use some of the same dependencies. To avoid security issues, the developer is constantly updating the dependencies of all of the Lambda functions. The result is duplicated effort for each function.
Now can the developer keep the dependencies of the Lambda functions up to date with the LEAST additional complexity?
Correct Answer:
C
- (Exam Topic 2)
A Developer wants to debug an application by searching and filtering log data. The application logs are stored in Amazon CloudWatch Logs. The Developer creates a new metric filter to count exceptions in the application logs. However, no results are returned from the logs.
What is the reason that no filtered results are being returned?
Correct Answer:
B
https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/MonitoringLogData.html