exam questions

Exam AWS Certified Developer Associate All Questions

View all questions & answers for the AWS Certified Developer Associate exam

Exam AWS Certified Developer Associate topic 1 question 324 discussion

Exam question from Amazon's AWS Certified Developer Associate
Question #: 324
Topic #: 1
[All AWS Certified Developer Associate Questions]

A company needs to develop a proof of concept for a web service application. The application will show the weather forecast for one of the company's office locations. The application will provide a REST endpoint that clients can call. Where possible, the application should use caching features provided by AWS to limit the number of requests to the backend service. The application backend will receive a small amount of traffic only during testing.

Which approach should the developer take to provide the REST endpoint MOST cost-effectively?

  • A. Create a container image. Deploy the container image by using Amazon Elastic Kubernetes Service (Amazon EKS). Expose the functionality by using Amazon API Gateway.
  • B. Create an AWS Lambda function by using the AWS Serverless Application Model (AWS SAM). Expose the Lambda functionality by using Amazon API Gateway.
  • C. Create a container image. Deploy the container image by using Amazon Elastic Container Service (Amazon ECS). Expose the functionality by using Amazon API Gateway.
  • D. Create a microservices application in a preferred programming language. Deploy the application to AWS Elastic Beanstalk. Expose the AWS Lambda functionality by using an Application Load Balancer.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
a15ce96
1 year, 3 months ago
Selected Answer: B
A, C and D are long-running tasks. That's why B. Plus agree, API Gateway has caching
upvoted 1 times
...
rcaliandro
2 years ago
Selected Answer: B
Also for me is B. Completely serveless and it is possible to cache by using for example API Gateway caching. We can use API Gateway to create REST services as well
upvoted 1 times
...
rcaliandro
2 years ago
Also for me is B. Completely serveless and it is possible to cache by using for example API Gateway caching. We can use API Gateway to create REST services as well
upvoted 1 times
...
DrCloud
2 years, 7 months ago
Selected Answer: B
https://aws.amazon.com/blogs/architecture/rate-limiting-strategies-for-serverless-applications/
upvoted 1 times
...
S_S_01
2 years, 7 months ago
Going With B
upvoted 1 times
...
k1kavi1
2 years, 7 months ago
Selected Answer: B
Choosing B
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...