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

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

A developer is designing an AWS Lambda function that creates temporary files that are less than 10 MB during invocation. The temporary files will be accessed and modified multiple times during invocation. The developer has no need to save or retrieve these files in the future.

Where should the temporary files be stored?

  • A. the /tmp directory
  • B. Amazon Elastic File System (Amazon EFS)
  • C. Amazon Elastic Block Store (Amazon EBS)
  • D. Amazon S3
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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: A
Given the requirements the /tmp directory can be used to store temp files shared among lambda functions. A is correct
upvoted 1 times
...
ishpal
2 years, 5 months ago
Selected Answer: A
Aaaaaa
upvoted 2 times
...
michaldavid
2 years, 7 months ago
Selected Answer: A
aaaaaa
upvoted 1 times
...
k1kavi1
2 years, 7 months ago
Selected Answer: A
https://aws.amazon.com/blogs/compute/choosing-between-aws-lambda-data-storage-options-in-web-apps/
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 ...