AWS-Certified-Developer-Associate Dumps

AWS-Certified-Developer-Associate Free Practice Test

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

QUESTION 71

- (Exam Topic 1)
Which of the following programming languages have an officially supported AWS SDK? Choose 2 answers

Correct Answer: BD

QUESTION 72

- (Exam Topic 4)
A developer is creating a serverless application that uses an AWS Lambda function. The developer will use AWS Cloud Formation to deploy the application. The application will write logs to Amazon 3loudWatch Logs. The developer has created a log group in a Cloud Format ion template for the application to use. The developer needs to modify the CloudFormation template to make the name of the log [jroup available to the application at runtime.
Which solution will meet this requirement?

Correct Answer: C

QUESTION 73

- (Exam Topic 1)
How can software determine the public and private IP addresses of the Amazon EC2 instance that it is running on?

Correct Answer: D
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-categories.html
Data: local-hostname Descriptions: The private IPv4 DNS hostname of the instance. In cases where multiple network interfaces are present, this refers to the eth0 device (the device for which the device number is 0). Data: public-ipv4 Descriptions: The public IPv4 address. If an Elastic IP address is associated with the instance, the value returned is the Elastic IP address.

QUESTION 74

- (Exam Topic 3)
A developer is leveraging a Border Gateway Protocol (BGP)-based AWS VPN connection to connect from on-premises to Amazon EC2 instances in the developer's account The developer is able to access an EC2 instance in subnet A, but is unable to access an EC2 instance in subnet B in the same VPC
Which logs can the developer use to verify whether the traffic is reaching subnet B?

Correct Answer: C

QUESTION 75

- (Exam Topic 1)
An application is real-time processing millions of events that are received through an API.
What service could be used to allow multiple consumers to process the data concurrently and MOST cost-effectively?

Correct Answer: D