AWS Certified Developer - Associate

1 minute read

AWS CSA


Last month I approved the AWS Certified Developer- Associate certification and want to leave my comments regarding the exam:

It had 55 questions to be answered in 80 minutes. This is the easiest exam of all, but you must study and know the AWS technologies and when to use them from a developer perspective. The exam has two big topics: DynamoDB and SQS.

DynamoDB

Be ready to calculate read and write throughput capacity without blinking an eye. Know the service’s limits, for instance how many indexes are allow per table, number of tables per region, etc. It’s important to know the difference between Scan and Query, LSI and GSI, GetItem and GetBatchItem, strong and eventually consistency, how to group the data to avoid bottlenecks, and the core concepts such as primary, hash and sort keys.

SQS

It’s important to know th difference between visibility and delay timeouts. Also know the min, max and default values for long polling, retention, visibility and delay. Another key concept is short and long polling. Also study the API commands for changing the default values, for instance, to change the visibility timeout.

The remaining

The exam has more general questions regarding the AWS basic concepts, such as CPS, NAT instances, NACK, SGs, ELBs, etc.

My tips for saving time on this exam are:

  • Answer the easy question quick, don’t stay long thing whether is right answer because probably it is.
  • Only mark for review those question where you really have a doubt, so you can check them later and if there’s time left be able to review them all.
  • Think it is a Amazon certification and in that matter always wonder what Amazon service to use.
  • Take into account that it’s a Amazon certification and in that matter always think what Amazon service to use.
  • Discard things that can be done at the OS level if an Amazon service provides it, and only consider it when there is no other option.
  • Whenever you read scalable think of SQS / DynamoDB, cost-saving = S3 / S3 RRS, and so on.

If you are interested in this certification and I recommend you some links:

Online courses

AWS Documentation

Tags:

Categories:

Updated:

Leave a Comment