AWS Certified Developer Associate Practice Questions - ANALYSIS JAN 2024 (DVA-C02)

preview_player
Показать описание
Detailed explanation/analysis/deduction of AWS Certified Developer Associate Practice Questions - ANALYSIS

AWS Real Time Projects / AWS Cloud Quest (1-25)

AWS Real Time Projects / AWS Cloud Quest (26-98)

AWS tutorials for beginners

MACHINE LEARNING BASICS - SCENARIO BASED EXPLANATION

AWS Certified Cloud Practitioner Practice Questions 2024 (CLF-C02)

AWS Certified Solutions Architect Associate Practice Questions 2024 (SAA-C03)

AWS Certified Solutions Architect Professional Exam Practice Questions 2024 SAP-C02

AWS Certified Developer Associate Exam Practice Questions 2024 (DVA-C02)

AWS Certified Data Engineer Associate Exam Practice Questions - 2024 DEA-C01

AWS Certified SysOps Administrator Associate Exam Practice Questions 2024 SOA-C02

AWS Certified DevOps Engineer Professional Exam Practice Questions 2024 DOP-C02

AWS Certified Security Specialty Exam Practice Questions (SCS-C02)

MACHINE LEARNING SPECIALTY Exam Practice Questions (MLS-C01) - ANALYSIS

AZ 900 Microsoft Azure Fundamentals Exam Practice Questions 2024

Oracle Database SQL Certified Associate Practice Questions

PCAP Certified Associate in Python Programming Practice Questions
Рекомендации по теме
Комментарии
Автор

Correction - Question 409 - Correct Answer - A

Least Development Effort: Modifying the CloudFormation stack to set the DeletionPolicy to Retain for the Parameter Store parameters is the simplest and most direct solution. This requires minimal changes to the existing CloudFormation template and doesn't involve creating new resources or migrating data.
Preserves Parameter Values: By retaining the parameters when the stack is updated, the latest changes made by the application will be preserved and not reset.

sthithapragnakk
Автор

For 404, I think the answer needs to be B instead of D. I found this in the faq: "Region annotation for AWS services will be added automatically, however, customers will need to instrument custom services to add the regional annotation to make use of the cross-region support."

spourdas
Автор

I passed my exam yesterday. Lots of questions were exactly the same as shown and answered in this question dump.
Thanks so much for your hard work creating the videos and explaining everything again and again.
-> Membership incoming 😎

vonelfensenf
Автор

for question 391 the correct answer is D, Lambda container images can't be larger than 10GB

cosminraduta
Автор

Thank you @sthithapragnakk, I cleared my certification exam yesterday, your videos helped me a lot. The way you explain all the options not just the correct answer, enhanced my knowledge. I really appreciate the effort you put behind making these videos🙏🙏🙏.

krishnareddy
Автор

Thanks a lot for the great explanations for every question. I have cleared my AWS DVA certification with the help of these videos. I got only around 25 questions from these videos, but the way you explained the questions—ranging from selecting options using keywords in the questions to the method of eliminating options to find the right answer—helped me a lot in the exam. I also suggest everyone go through the project videos on this channel for a more practical understanding of the concepts.

vallamkondusaivarun
Автор

Just passed my exam yesterday. Thank you the questions from this series not just this video helped a lot

nickmaina
Автор

Thanks a lot for the great explanation for every question. I have cleared my AWS DVA certification with the help of these videos. I got around 35-40 questions from these dumps

gowripriyapodile
Автор

I have watched all the 15 videos in this series and they are very helpful to test your AWS knowledge and understand simple tricks to save time at the exam.
I passed my exam yesterday and atleast 20 questions came from these. And all other questions became easy to solve thanks to the tips shared by Sir.

tejurath
Автор

Through engaging content delivery and clear explanations, this sthithapragna adeptly navigates complex topics in ASW course question sets, making learning both accessible and enjoyable for viewers. Thanks

IrfanHdr-sy
Автор

Thanks for your videos, they are very helpful in preparation. I would recommend anyone preparing for AWS to watch your videos 1 week before the exam after preparation is done.

Автор

Q397… lambda container image has a size limit of 10 Go … good answer is D

yamiyami
Автор

Sir is full on savage mode in this video!! 😆

deepakha
Автор

Your videos are very useful. I have passed the exam and I truly appreciate it

chuckofoma
Автор

No. 409

Option B I think is "incorrect". It involves creating a new DynamoDB table and migrating parameters from Parameter Store, which adds significant development and operational complexity.

Option A, on the other hand, directly addresses the problem with minimal changes by merely adjusting the deletion policy to "Retain" for the Parameter Store parameters within the existing CloudFormation stack. This ensures that the parameters are not reset to their default values upon stack updates and does not require significant changes to the application architecture or additional operational overhead.

moerdijkhonkey-rzum
Автор

Hi! Thank you so much Sir for these contents. With the help of these videos, I was able to pass my exam yesterday. I tried to use your understanding of recognising key-word to solve the solutions. I was able to complete only 4 videos from your 17 video series but I got almost 20 to 25 common. I'm looking forward to gaining a better dept in the topics by going through the projects videos in the upcoming days. Thanks a lot Sir!

debanjanbhattacharjee
Автор

Q:391 -correct-> D)
A: limitation is 250 mb
C: limitation is 10 GB
D) is better then B)

Q:406 -correct-> D)
Option A is not the best solution. AWS Secrets Manager versions are not designed to store different copies of the same credentials across multiple environments. Instead, versions in Secrets Manager are meant for rotating and managing different versions of the same secret within the same environment.

Option D is the most operationally efficient way to meet the requirements. By creating a new secret for each environment type, you can manage and rotate credentials for each environment separately, providing a higher level of security and control. AWS Secrets Manager also supports automatic rotation of secrets, which is one of the requirements.

Q:409 -correct-> A)

oleksiiolchedai
Автор

Thank you very much for doing this nice work, I have cleared my Developer Certificate last week. Your explanation really help in exam (noticed that few questions came from these)

ClayCreationss
Автор

Vey friendly explanation, thanks, keep going.
Watching from USA.

magantipriyanka
Автор

Q:406, Can you please look into once again, usually for different environments we have to use the different credentials, hope that is not good way to use all environments same credentials since we have prod also in the question, Kindly reply

HelloWorld