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 229 discussion

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

A developer at a company needs to create a small application that makes the same API call once each day at a designated time. The company does not have infrastructure in the AWS Cloud yet, but the company wants to implement this functionality on AWS.

Which solution meets these requirements in the MOST operationally efficient manner?

  • A. Use a Kubernetes cron job that runs on Amazon Elastic Kubernetes Service (Amazon EKS).
  • B. Use an Amazon Linux crontab scheduled job that runs on Amazon EC2.
  • C. Use an AWS Lambda function that is invoked by an Amazon EventBridge (Amazon CloudWatch Events) scheduled event.
  • D. Use an AWS Batch job that is submitted to an AWS Batch job queue.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
rcaliandro
2 years ago
Selected Answer: C
Yep C is the correct one. We have to create a lambda function that calls the API then we can schedule through CloudWatchEvent a schedule to attach and call the function once a day
upvoted 2 times
...
pancman
2 years, 4 months ago
Selected Answer: C
Easy C
upvoted 2 times
...
sichilam
2 years, 5 months ago
C it is
upvoted 2 times
...
michaldavid
2 years, 7 months ago
Selected Answer: C
Agree with C
upvoted 1 times
...
k1kavi1
2 years, 7 months ago
Selected Answer: C
https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-create-rule-schedule.html
upvoted 1 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 ...