Multiple Choice
A company has written a Java AWS Lambda function to be triggered whenever a user uploads an image to an Amazon S3 bucket. The function converts the original image to several different formats and then copies the resulting images to another Amazon S3 bucket. The Developers find that no images are being copied to the second Amazon S3 bucket. They have tested the code on an Amazon EC2 instance with 1GB of RAM, and it takes an average of 500 seconds to complete. What is the MOST likely cause of the problem?
A) The Lambda function has insufficient memory and needs to be increased to 1 GB to match the Amazon EC2 instance
B) Files need to be copied to the same Amazon S3 bucket for processing, so the second bucket needs to be deleted.
C) Lambda functions have a maximum execution limit of 300 seconds, therefore the function is not completing.
D) There is a problem with the Java runtime for Lambda, and the function needs to be converted to node.js.
Correct Answer:

Verified
Correct Answer:
Verified
Q154: A Developer created a Lambda function for
Q155: A Developer has a stateful web server
Q156: A developer must ensure that the IAM
Q157: A legacy service has an XML-based SOAP
Q158: What happens, by default, when one of
Q160: A Development team currently supports an application
Q161: A company is creating a REST service
Q162: An AWS Lambda function must read data
Q163: A company maintains an application responsible for
Q164: A microservices application is deployed across multiple