Practice Question Walkthrough for the AWS Certified Developer Associate (5/5)

Опубликовано: 16 Май 2020
на канале: Digital Cloud Training
5,409
86

This is part 5 of a series of short videos where I walk you through a couple of practice exam questions for the AWS Certified Developer Associate and share my thought process on how to work out which answer is correct or incorrect.

Access the full Practice Test Course with 390 Practice Questions from digital cloud training here: https://digitalcloud.training/aws-cer...
Apply coupon code "youtube" to get 10% OFF!

First Question:
An application is processing data from an Amazon Kinesis Data Stream. The Data Stream has 12 shards with one KCL worker each. The volume of data has increased, and an additional 6 shards have been added to the stream.
What is the MAXIMUM number of EC1 instance required for optimum performance?
1. 18
2. 9
3. 36
4. 12

The correct answer is 1. Explanation:
Resharding enables you to increase or decrease the number of shards in a stream in order to adapt to changes in the rate of data flowing through the stream. Resharding is typically performed by an administrative application that monitors shard data-handling metrics. Although the KCL itself doesn't initiate resharding operations, it is designed to adapt to changes in the number of shards that result from resharding.

"9" is incorrect as each shard is processed by exactly one KCL worker so there would be too few workers.
"36" is incorrect as the optimum ratio is 1:1 between KCL workers and shards.
"12" is incorrect as the optimum ratio is 1:1 between KCL workers and shards.


Second Question:
A Developer needs to configure an Elastic Load Balancer that is deployed through AWS Elastic Beanstalk. Where should the Developer place the load-balancer.config file in the application source bundle?
1. In the root of the source code
2. In the bin folder
3. In the load-balancer.config.root
4. In the .ebextensions folder


The correct answer is 4. Explanation:
You can add AWS Elastic Beanstalk configuration files (.ebextensions) to your web application's source code to configure your environment and customize the AWS resources that it contains.
Configuration files are YAML- or JSON-formatted documents with a .config file extension that you place in a folder named .ebextensions and deploy in your application source bundle.

"In the root of the source code" is incorrect. You need to place .config files in the .ebextensions folder.
"In the bin folder" is incorrect. You need to place .config files in the .ebextensions folder.
"In the load-balancer.config.root" is incorrect. You need to place .config files in the .ebextensions folder.

For more info on how to earn your AWS Developer Associate Certification, visit: https://digitalcloud.training/aws-cer...

If you find this helpful, please SUBSCRIBE to our channel.

At Digital Cloud Training, it's our mission to help you achieve success in your cloud career. To learn more about our popular on-demand courses for Amazon Web Services, visit https://digitalcloud.training/aws-tra...
Apply coupon code "youtube" for a 10% discount.

If you have any questions feel free to leave a comment!


Смотрите видео Practice Question Walkthrough for the AWS Certified Developer Associate (5/5) онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Digital Cloud Training 16 Май 2020, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 5,409 раз и оно понравилось 86 людям.