AWS-Certified-Developer-Associate Dumps

AWS-Certified-Developer-Associate Free Practice Test

Amazon AWS-Certified-Developer-Associate: Amazon AWS Certified Developer - Associate

QUESTION 136

- (Exam Topic 2)
A company is developing a report executed by AWS Step Functions Amazon CloudWatch shows errors in the Step Functions task state machine To troubleshoot each task, the state input needs to be included along with the error message in the state output.
Which coding practice can preserve both the original input and the error for the state?

Correct Answer: A
Use ResultPath in a Catch to include the error with the original input.
Reference: https://docs.aws.amazon.com/step-functions/latest/dg/input-output-resultpath.html

QUESTION 137

- (Exam Topic 4)
A company is using an Amazon API Gateway REST API endpoint as a webhook lo publish events from an
on-premises source control management (SCM) system to Amazon EventBridge. The company has configured an EventBridge rule to listen for the events and to control application deployment m a central AWS account. The company needs to receive the same events across multiple receiver AWS accounts
How can a developer meet these requirements without changing the configuration of the SCM system?

Correct Answer: A

QUESTION 138

- (Exam Topic 3)
A developer is building a static, client-side rendered website that is powered by ReactJS The code has no server-side generated components and does not need to run any programming languages on the server However the code serves static HTML, CSS, and JavaScript to the client on each request The developer's solution to host the website must maximize performance and cost-effectiveness
Which combination of AWS services or resources should the developer use to meet these requirements?

Correct Answer: C

QUESTION 139

- (Exam Topic 3)
A three-tier application hosted on AWS uses Amazon RDS for MYSQL as its database. A developer must ensure the database credentials are stored and accessed securely.
What is the MOST secure way for the developer to achieve this?

Correct Answer: A

QUESTION 140

- (Exam Topic 1)
When uploading an object, what request header can be explicitly specified in a request to Amazon S3 to encrypt object data when saved on the server side?

Correct Answer: D
https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html#APISupportforServer-Sid