55 Things You Should Know for the AWS Certified Developer Associate Exam

Jeremy Nagel
EnergyLink
Published in
4 min readJun 22, 2018

The word on AWS discussion forums is that the developer associate exam is the easiest of all the associate level exams. I’d have to agree. I got my highest mark (96%) whilst doing the least study. Nonetheless it wasn’t a complete waste of time/money. As part of my study process, I learnt significantly more about DynamoDB and Elastic Beanstalk than I had picked up previously.

Study Process

I didn’t do any training whatsoever for this exam. I’ve played around with most of the services covered and felt like I was ready to have a crack. What I did was go through was the WhizLabs practice exams (eight in total) and then read up on the areas I wasn’t familiar with. This took me deep into the intricacies of DynamoDB, Elastic Beanstalk, SNS, SQS, SWF and CloudFormation. I was somewhat disappointed that the exam itself felt superficial. Normally, the Whizlabs practice exams are much easier than the real exam, but in this case it was the opposite. I found the practice exams quite challenging because they delved into Dynamo conditional writes, complex setups with SNS push notifications and details of CloudFormation syntax. Maybe I got lucky with easy exam questions on the day but there was only one question that actually had me puzzled.

It probably did help that I went through some of the developer associate practice exams while I was studying for the sys ops admin associate exam. I’ve generally tried to “overlearn” for all of the exams and start preparing for the next level before finishing the current certification. This time around I finished my prep with a practice exam for the DevOps Engineer Professional level. Those questions definitely did stretch me. I’m looking forward to studying for that exam over the next few months. It feels like the standard in the Professional level exams would map well to the level of knowledge required to be a productive member of our infrastructure team.

Study Questions

To finish up this article, here are the study questions I noted down while preparing for the exam. As a recap, I find this process of writing my own questions (and answers once I figure them out) based on my knowledge gaps forces me to synthesise and retain knowledge better than any other approach. It was useful being able to look through the questions on the morning of the exam and mentally run through the answers to ensure I had retained everything.

  1. Which DynamoDB service limits can be raised?
  2. What is the create platform endpoint useful for?
  3. How do SNS push notifications work?
  4. What is the token vending service?
  5. When would you use the CreatePlatform API?
  6. Does an IAM explicit allow to override an explicit deny?
  7. How does optimistic concurrency control work with DynamoDB?
  8. What is the structure of an SNS publish request?
  9. If you’re adding items every second to DynamoDB but then deleting them every hour after an analysis step, what is the best way to manage DynamoDB provisioned throughput?
  10. What are some best practices for queries/scans in DynamoDB?
  11. What is a FIFO SQS queue?
  12. What is the price difference between short polling and long polling?
  13. Does TLS 1.3 exist? And if it does, why doesn’t AWS support it?
  14. What is the API method to list SNS subscriptions?
  15. How many subscriptions per topic and how many topics are you allowed for SNS?
  16. What is the structure of an SNS notification message and what are they for?
  17. What is the maximum size of an instance store volume?
  18. When would you use the BundleInstances API?
  19. Can you change the instance type of an instance with an instance store volume?
  20. What is SigningCertURL for in SNS message?
  21. Which SNS message attributes can be null?
  22. What is the minimum value that can be set for SQS max size?
  23. How many workflows/activity types can you have per SWF domain? How many domains can you have?
  24. How many SQS items can you retrieve using BatchGetItem?
  25. What are expressions used for in DynamoDB queries?
  26. What is CloudFormation FindInMap useful for?
  27. What is the difference between Fn::Combine and Fn::Join in CloudFormation?
  28. What does Fn::Select do?
  29. What is a StackStatusFilter and how do you use it with liststacks for CF?
  30. How do redrive policies + dead letter queues work?
  31. What is CloudFront fn::Ref for?
  32. Can S3 buckets contain underscores?
  33. How many parameters can a CloudFront template have?
  34. What are DynamoDB streams?
  35. What is the AWS flow framework for SWF?
  36. How many open activity tasks can you have in SWF?
  37. What are valid parameters for SNS publish request?
  38. How many subnets can you have per VPC?
  39. When would you use CloudFormation rolling updates?
  40. How do you make sure that a particular script only runs on one instance in an Elastic Beanstalk cluster?
  41. What is the advantage of Elastic Beanstalk versions?
  42. What are autoscaling update policies?
  43. Is ELB access logging enabled by default?
  44. How do you use Docker with Elastic Beanstalk?
  45. How does updating stacks work with CloudFormation?
  46. When would you use a CloudFormation creation policy?
  47. What are best practices for blue-green deployments?
  48. How would you set up a cluster so that each instance knows the DNS name of every other instance in the cluster?
  49. Why would you use AWS data pipeline when running reports on application logs?
  50. How would you get Elastic Beanstalk working with a git push?
  51. What are Elastic Beanstalk container commands?
  52. What are Elastic Beanstalk saved configurations?
  53. Are Elastic Beanstalk environments shared by multiple applications?
  54. What’s the best AWS service for log analysis?
  55. What autoscaling state comes immediately after a failed health check?

Originally published at www.cozero.com.au.

--

--