Book Image

AWS Certified Developer - Associate Guide

By : Vipul Tankariya, Bhavin Parmar
Book Image

AWS Certified Developer - Associate Guide

By: Vipul Tankariya, Bhavin Parmar

Overview of this book

AWS Certified Developer - Associate Guide starts with a quick introduction to AWS and the prerequisites to get you started. Then, this book gives you a fair understanding of core AWS services and basic architecture. Next, this book will describe about getting familiar with Identity and Access Management (IAM) along with Virtual private cloud (VPC). Moving ahead you will learn about Elastic Compute cloud (EC2) and handling application traffic with Elastic Load Balancing (ELB). Going ahead you we will talk about Monitoring with CloudWatch, Simple storage service (S3) and Glacier and CloudFront along with other AWS storage options. Next we will take you through AWS DynamoDB – A NoSQL Database Service, Amazon Simple Queue Service (SQS) and CloudFormation Overview. Finally, this book covers understanding Elastic Beanstalk and overview of AWS lambda. At the end of this book, we will cover enough topics, tips and tricks along with mock tests for you to be able to pass the AWS Certified Developer - Associate exam and develop as well as manage your applications on the AWS platform.
Table of Contents (29 chapters)
Title Page
Credits
About the Author
Acknowledgments
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Dedication
Preface
Index

Mock test 2


Question 1: What is the maximum execution time for a Lambda function to run that can be assigned?

  • A: 1 minute
  • B: 3 minutes
  • C: 5 minutes
  • D: Depends on the complexity of the function

Question 2: Which of the following AWS services is used along with S3 to enable S3 Transfer Acceleration?

  • A: EMR
  • B: SES
  • C: SQS
  • D: CloudFront

Question 3: Which of the following features is supported by DynamoDB?

  • A: Supports relational databases
  • B: Supports nested JSON
  • C: Supports A and B
  • D: None of the above

Question 4: How many IPs are reserved in a VPC CIDR range?

  • A: 10
  • B: 5
  • C: 2
  • D: 1

Question 5: Which of the following programming languages is not currently supported by Lambda?

  • A: Node.js
  • B: Java
  • C: Python
  • D: Scala

Question 6: Which is the efficient way to serve high-volume read-only application traffic in RDS?

  • A: Create one or more read replicas to server read-only application traffic
  • B: Deploy the Database in multi-AZ
  • C: Create a memory enhanced RDS instance type
  • D: None of the above

Question 7: What is the primary purpose of...