exam questions

Exam AWS Certified Developer Associate All Questions

View all questions & answers for the AWS Certified Developer Associate exam

Exam AWS Certified Developer Associate topic 1 question 427 discussion

Exam question from Amazon's AWS Certified Developer Associate
Question #: 427
Topic #: 1
[All AWS Certified Developer Associate Questions]

A 3D printing company has developed a proof-of-concept application that is running on AWS Elastic Beanstalk. The application displays a list of products that are available for 3D printing, in addition to any available customizations. When the company deploys new versions of the application, the company wants to ensure that there is no application downtime. Additionally, the application must remain at the same level of server capacity throughout the deployment.

Which deployment strategies will meet these requirements? (Choose two.)

  • A. All-at-once
  • B. Rolling
  • C. Rolling with additional batch
  • D. Immutable
  • E. All-at-once with additional batch
Show Suggested Answer Hide Answer
Suggested Answer: CD 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
joshnort
1 year, 6 months ago
Selected Answer: CD
Rolling with additional batch – Deploy the new version in batches, but first launch a new batch of instances to ensure full capacity during the deployment process. Immutable – Deploy the new version to a fresh group of instances by performing an immutable update." https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.rolling-version-deploy.html#environments-cfg-rollingdeployments-console
upvoted 1 times
...
aravindpti
1 year, 6 months ago
answer is CD https://www.youtube.com/watch?v=Kp0hw9alpfM B is wrong.
upvoted 1 times
...
Tesfille23
1 year, 7 months ago
Selected Answer: CD
CD no down time n performance
upvoted 1 times
...
SP888
1 year, 10 months ago
Selected Answer: CD
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.rolling-version-deploy.html
upvoted 1 times
...
iamunstopable
2 years, 3 months ago
BD is the correct answer as the application must remain at the same level of server capacity throughout the deployment. Rolling with Additional Batch: Splits the deployments into batches but for the first batch creates new EC2 instances instead of deploying on the existing EC2 instances. Hence C is wrong
upvoted 2 times
...
pancman
2 years, 4 months ago
This question was on the exam today (Feb 2023)
upvoted 1 times
...
Andy2008
2 years, 5 months ago
Selected Answer: CD
C and D definitely
upvoted 2 times
...
Phinx
2 years, 5 months ago
Selected Answer: CD
A - Downtime B - Sever capacity reduce E - There's no such all at one with additional batches C and D is correct
upvoted 3 times
...
Phinx
2 years, 5 months ago
Selected Answer: CD
C and D is the correct choices.
upvoted 2 times
...
JagpreetLM10
2 years, 5 months ago
Selected Answer: BD
B and D
upvoted 1 times
JagpreetLM10
2 years, 5 months ago
C and D after reading carefully
upvoted 2 times
JagpreetLM10
2 years, 5 months ago
B. Rolling D. Immutable
upvoted 1 times
...
...
...
saysamsuf
2 years, 5 months ago
Selected Answer: BD
The catch is :Additionally, the application must remain at the same level of server capacity throughout the deployment" ..rolling with additional batch will increase the server capacity at some point before deleting the extras after the final deployment
upvoted 1 times
KT_Yu
2 years, 5 months ago
However, using rolling will decrease the server capacity :/ Using rolling with additional batches can maintain same server capacity if you specify the correct batch size ;)
upvoted 1 times
saysamsuf
2 years, 5 months ago
Thanks for completing my explanation . I just went through the whole set of questions again as I am writing the exams this Saturday
upvoted 1 times
...
...
Phinx
2 years, 5 months ago
The problem states "no application downtime". In rolling, there will be downtime because there is not additional instance provisioned during the deployment. The correct answer is immutable and rolling with batches.
upvoted 2 times
...
Phinx
2 years, 5 months ago
Furthermore with this statement "the application must remain at the same level of server capacity throughout the deployment", rolling will reduce the server capacity because one or more instances will be out of service because of the upgrade.
upvoted 1 times
...
...
KT_Yu
2 years, 5 months ago
Selected Answer: CD
C and D for sure
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...