Back to Browse

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

6.2K views
May 17, 2020
4:59

🎯 Get your FREE AWS Cloud Projects Guide and gain real hands-on experience with AWS. 👉 https://digitalcloud.training/free-aws-cloud-projects/ Start building the skills that get you hired! _______________________ 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-certified-developer-associate Apply coupon code "youtube" to get 10% OFF! 📌 Timestamps 0:00 - Introduction 0:41 - Question 1: What is the MAXIMUM number of EC1 instance required for optimum performance? 3:08 - Question 2: Where should the Developer place the load-balancer.config file in the application source bundle? 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. _______________________ 🎯 Keen to get AWS certified and launch your Cloud career? Start here! 🔸 Free Cloud Job Strategy Cheat Sheet 👉https://digitalcloud.training/free-cloud-job-strategy-cheat-sheet Follow this roadmap to break into cloud computing - ideal for beginners and career changers. 🔸 Free AWS Cloud Practitioner Practice Questions 👉 https://digitalcloud.training/aws-cloud-practitioner-free-practice-questions/ Test your AWS knowledge with exam-style questions, including detailed answers and explanations. 🔸 FREE AWS Training Resources 👉 https://learn.digitalcloud.training/try-us-for-free Unlock free AWS training courses from Digital Cloud Training to start building your AWS foundation. _______________________ 🎯 Ready to fast-track your career in Cloud and land a high-paying cloud job? Explore our top-rated AWS training programs trusted by over 1,000,000 learners worldwide: 🔸 Join our Cloud Mastery Bootcamp 👉 https://digitalcloud.training/cloud-mastery-bootcamp/ Build the skills that get you hired: expert-led live sessions, career coaching and real-world projects. 🔸 Access on-demand training 👉 https://digitalcloud.training/plans/ Unlock our training library and learn at your own pace, earning your next AWS certification. 🔸 Cloud Challenge Labs 👉 https://digitalcloud.training/hands-on-challenge-labs/ Practice with scenario-based labs in a sandbox environment – without the risk of Cloud bills. _______________________ At Digital Cloud Training, our goal is to help you succeed in your Cloud career! 👍 Like, comment, and 🔔 SUBSCRIBE to our channel https://www.youtube.com/digitalcloudtraining for more content to help you: • Get AWS certified • Build real-world Cloud & AI skills • Stand out and get hired Your future in the Cloud starts today! 🌐 Visit our website 👉 https://digitalcloud.training/ #AWS #CloudComputing #awstraining

Download

0 formats

No download links available.

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