The AWS Certified Developer – Associate Sample Exam
0 of 10 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Information
This Sample Test contains 10 Exam Questions. Please fill your Name and Email address and Click on “Start Test”. You can view the results at the end of the test. You will also receive an email with the results. Please purchase to get life time access to Full Practice Tests.
You must specify a text. |
|
You must specify an email address. |
You have already completed the Test before. Hence you can not start it again.
Test is loading...
You must sign in or sign up to start the Test.
You have to finish following quiz, to start this Test:
Your results are here!! for" AWS Certified Developer Associate Sample Exam "
0 of 10 questions answered correctly
Your time:
Time has elapsed
Your Final Score is : 0
You have attempted : 0
Number of Correct Questions : 0 and scored 0
Number of Incorrect Questions : 0 and Negative marks 0
-
AWS Developer Associate
You have attempted: 0
Number of Correct Questions: 0 and scored 0
Number of Incorrect Questions: 0 and Negative marks 0
-
You can review your answers by clicking on “View Answers”.
Important Note : Open Reference Documentation Links in New Tab (Right Click and Open in New Tab).
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- Answered
- Review
-
Question 1 of 10
1. Question
You are a developer for a company that has been given the responsibility to debug performance issues for an existing application. The application connects to a MySQL RDS Instance in AWS. There is a suspicion that there are performance issues in the underlying queries. Which of the following can help diagnose these issues?
Correct
Answer – B
The AWS RDS Service contains several logs such as the ones given below
Error log – contains diagnostic messages generated by the database engine, along with startup and shutdown times.
General query log – contains a record of all SQL statements received from clients, and also client connect and disconnect times.
Slow query log – contains a record of SQL statements that took longer to execute than a set amount of time and that examined more than a defined number of rows. Both thresholds are configurable.Option A is incorrect because this is used to monitor API activity
Option C is incorrect because this is used as a configuration service
Option D is incorrect because this is used to inspect EC2 Instances for vulnerabilities
For more information on monitoring Amazon RDS , please refer to the below URL
https://aws.amazon.com/blogs/database/monitor-amazon-rds-for-mysql-and-mariadb-logs-with-amazon-cloudwatch/Incorrect
Answer – B
The AWS RDS Service contains several logs such as the ones given below
Error log – contains diagnostic messages generated by the database engine, along with startup and shutdown times.
General query log – contains a record of all SQL statements received from clients, and also client connect and disconnect times.
Slow query log – contains a record of SQL statements that took longer to execute than a set amount of time and that examined more than a defined number of rows. Both thresholds are configurable.Option A is incorrect because this is used to monitor API activity
Option C is incorrect because this is used as a configuration service
Option D is incorrect because this is used to inspect EC2 Instances for vulnerabilities
For more information on monitoring Amazon RDS , please refer to the below URL
https://aws.amazon.com/blogs/database/monitor-amazon-rds-for-mysql-and-mariadb-logs-with-amazon-cloudwatch/Unattempted
Answer – B
The AWS RDS Service contains several logs such as the ones given below
Error log – contains diagnostic messages generated by the database engine, along with startup and shutdown times.
General query log – contains a record of all SQL statements received from clients, and also client connect and disconnect times.
Slow query log – contains a record of SQL statements that took longer to execute than a set amount of time and that examined more than a defined number of rows. Both thresholds are configurable.Option A is incorrect because this is used to monitor API activity
Option C is incorrect because this is used as a configuration service
Option D is incorrect because this is used to inspect EC2 Instances for vulnerabilities
For more information on monitoring Amazon RDS , please refer to the below URL
https://aws.amazon.com/blogs/database/monitor-amazon-rds-for-mysql-and-mariadb-logs-with-amazon-cloudwatch/ -
Question 2 of 10
2. Question
Your team has an application deployed using the Elastic Beanstalk service. A Web environment has been configured for the production environment. There is now a requirement to perform a Blue Green deployment for a new version of the application. How can you achieve this?
Correct
Answer – C
This is mentioned in the AWS DocumentationSince this is clearly mentioned in the AWS Documentation, all other options are invalid
For more information on Blue Green deployments in Elastic Beanstalk, please refer to the below URL
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.CNAMESwap.htmlIncorrect
Answer – C
This is mentioned in the AWS DocumentationSince this is clearly mentioned in the AWS Documentation, all other options are invalid
For more information on Blue Green deployments in Elastic Beanstalk, please refer to the below URL
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.CNAMESwap.htmlUnattempted
Answer – C
This is mentioned in the AWS DocumentationSince this is clearly mentioned in the AWS Documentation, all other options are invalid
For more information on Blue Green deployments in Elastic Beanstalk, please refer to the below URL
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.CNAMESwap.html -
Question 3 of 10
3. Question
You are developing an application that consist of the following architecture
· A set of EC2 Instances hosting a web layer
· A database hosting a MySQL instance
You need to add a layer that can be used to ensure that the most frequently accessed data from the database is fetched in a more fast and efficient manner from the database. Which of the following can be used to accomplish this requirement?Correct
Answer – D
The AWS Documentation mentions the following
Amazon ElastiCache offers fully managed Redis and Memcached. Seamlessly deploy, run, and scale popular open source compatible in-memory data stores. Build data-intensive apps or improve the performance of your existing apps by retrieving data from high throughput and low latency in-memory data stores. Amazon ElastiCache is a popular choice for Gaming, Ad-Tech, Financial Services, Healthcare, and IoT apps.
Option A is incorrect because this is a messaging service
Option B is incorrect because this is a notification service
Option C is incorrect because this is a web distribution service
For more information on Amazon ElastiCache, please refer to the below URL
https://aws.amazon.com/elasticache/Incorrect
Answer – D
The AWS Documentation mentions the following
Amazon ElastiCache offers fully managed Redis and Memcached. Seamlessly deploy, run, and scale popular open source compatible in-memory data stores. Build data-intensive apps or improve the performance of your existing apps by retrieving data from high throughput and low latency in-memory data stores. Amazon ElastiCache is a popular choice for Gaming, Ad-Tech, Financial Services, Healthcare, and IoT apps.
Option A is incorrect because this is a messaging service
Option B is incorrect because this is a notification service
Option C is incorrect because this is a web distribution service
For more information on Amazon ElastiCache, please refer to the below URL
https://aws.amazon.com/elasticache/Unattempted
Answer – D
The AWS Documentation mentions the following
Amazon ElastiCache offers fully managed Redis and Memcached. Seamlessly deploy, run, and scale popular open source compatible in-memory data stores. Build data-intensive apps or improve the performance of your existing apps by retrieving data from high throughput and low latency in-memory data stores. Amazon ElastiCache is a popular choice for Gaming, Ad-Tech, Financial Services, Healthcare, and IoT apps.
Option A is incorrect because this is a messaging service
Option B is incorrect because this is a notification service
Option C is incorrect because this is a web distribution service
For more information on Amazon ElastiCache, please refer to the below URL
https://aws.amazon.com/elasticache/ -
Question 4 of 10
4. Question
You’ve just started development on an application that will make use of the ElastiCache service. You need to ensure that objects are cached but not kept inadvertently for a long time. Which of the following cache maintenance strategy would you employ for the cache service?
Correct
Answer – A
The AWS Documentation mentions the following
Lazy loading allows for stale data but won’t fail with empty nodes. Write through ensures that data is always fresh but may fail with empty nodes and may populate the cache with superfluous data. By adding a time to live (TTL) value to each write, we are able to enjoy the advantages of each strategy and largely avoid cluttering up the cache with superfluous data.
Option B is incorrect because this is a caching strategy that loads data into the cache only when necessary.
Option C is incorrect because this is a caching strategy that adds data or updates data in the cache whenever data is written to the database.
Option D is incorrect because there is no such caching strategy
For more information on Caching strategies, please refer to the below URL
https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Strategies.htmlIncorrect
Answer – A
The AWS Documentation mentions the following
Lazy loading allows for stale data but won’t fail with empty nodes. Write through ensures that data is always fresh but may fail with empty nodes and may populate the cache with superfluous data. By adding a time to live (TTL) value to each write, we are able to enjoy the advantages of each strategy and largely avoid cluttering up the cache with superfluous data.
Option B is incorrect because this is a caching strategy that loads data into the cache only when necessary.
Option C is incorrect because this is a caching strategy that adds data or updates data in the cache whenever data is written to the database.
Option D is incorrect because there is no such caching strategy
For more information on Caching strategies, please refer to the below URL
https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Strategies.htmlUnattempted
Answer – A
The AWS Documentation mentions the following
Lazy loading allows for stale data but won’t fail with empty nodes. Write through ensures that data is always fresh but may fail with empty nodes and may populate the cache with superfluous data. By adding a time to live (TTL) value to each write, we are able to enjoy the advantages of each strategy and largely avoid cluttering up the cache with superfluous data.
Option B is incorrect because this is a caching strategy that loads data into the cache only when necessary.
Option C is incorrect because this is a caching strategy that adds data or updates data in the cache whenever data is written to the database.
Option D is incorrect because there is no such caching strategy
For more information on Caching strategies, please refer to the below URL
https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Strategies.html -
Question 5 of 10
5. Question
Your team has been tasked with the development of an application. The backend store needs to store data on which ad-hoc queries can run and table joins are required. Which of the following would you use to host the underlying data store?
Correct
Answer – A
The AWS Documentation gives an example comparison of when to use AWS RDS for SQL data and DynamoDB for NoSQL dataOption B is incorrect because this should not be used when you have table joins to be carried out.
Option C is incorrect because this is used for object level storage
Option D is incorrect because this is used for querying data in S3
For more information on when to use SQL over NoSQL, please refer to the below URL
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/SQLtoNoSQL.htmlIncorrect
Answer – A
The AWS Documentation gives an example comparison of when to use AWS RDS for SQL data and DynamoDB for NoSQL dataOption B is incorrect because this should not be used when you have table joins to be carried out.
Option C is incorrect because this is used for object level storage
Option D is incorrect because this is used for querying data in S3
For more information on when to use SQL over NoSQL, please refer to the below URL
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/SQLtoNoSQL.htmlUnattempted
Answer – A
The AWS Documentation gives an example comparison of when to use AWS RDS for SQL data and DynamoDB for NoSQL dataOption B is incorrect because this should not be used when you have table joins to be carried out.
Option C is incorrect because this is used for object level storage
Option D is incorrect because this is used for querying data in S3
For more information on when to use SQL over NoSQL, please refer to the below URL
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/SQLtoNoSQL.html -
Question 6 of 10
6. Question
Your team has an application being served out of AWS S3. There is a surge of increased number of GET requests. After monitoring using Cloudwatch metrics you can see the rate of GET requests going close to 5000 requests per second. Which of the following can be used to ensure better performance?
Correct
Answer – C
The AWS Documentation mentions the following
If your workload is mainly sending GET requests, in addition to the preceding guidelines, you should consider using Amazon CloudFront for performance optimization. By integrating CloudFront with Amazon S3, you can distribute content to your users with low latency and a high data transfer rate. You also send fewer direct requests to Amazon S3, which reduces your costs.
Since the documentation clearly mentions this, all other options are invalid
For more information, please check the below link.https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-dg.pdf (page 523)Incorrect
Answer – C
The AWS Documentation mentions the following
If your workload is mainly sending GET requests, in addition to the preceding guidelines, you should consider using Amazon CloudFront for performance optimization. By integrating CloudFront with Amazon S3, you can distribute content to your users with low latency and a high data transfer rate. You also send fewer direct requests to Amazon S3, which reduces your costs.
Since the documentation clearly mentions this, all other options are invalid
For more information, please check the below link.https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-dg.pdf (page 523)Unattempted
Answer – C
The AWS Documentation mentions the following
If your workload is mainly sending GET requests, in addition to the preceding guidelines, you should consider using Amazon CloudFront for performance optimization. By integrating CloudFront with Amazon S3, you can distribute content to your users with low latency and a high data transfer rate. You also send fewer direct requests to Amazon S3, which reduces your costs.
Since the documentation clearly mentions this, all other options are invalid
For more information, please check the below link.https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-dg.pdf (page 523) -
Question 7 of 10
7. Question
Your team is planning on creating a Lambda function which will interact with a DynamoDB stream. Which of the following would need to be in place to ensure the Lambda function can interact with the DynamoDB table.
Correct
Answer – B
The AWS Documentation mentions the following
Regardless of what invokes a Lambda function, AWS Lambda always executes a Lambda function on your behalf. If your Lambda function needs to access any AWS resources, you need to grant the relevant permissions to access those resources. You also need to grant AWS Lambda permissions to poll your DynamoDB stream. You grant all of these permissions to an IAM role (execution role) that AWS Lambda can assume to poll the stream and execute the Lambda function on your behalf. You create this role first and then enable it at the time you create the Lambda function
For more information on using Lambda with DynamoDB, please refer to the below URL
https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.htmlIncorrect
Answer – B
The AWS Documentation mentions the following
Regardless of what invokes a Lambda function, AWS Lambda always executes a Lambda function on your behalf. If your Lambda function needs to access any AWS resources, you need to grant the relevant permissions to access those resources. You also need to grant AWS Lambda permissions to poll your DynamoDB stream. You grant all of these permissions to an IAM role (execution role) that AWS Lambda can assume to poll the stream and execute the Lambda function on your behalf. You create this role first and then enable it at the time you create the Lambda function
For more information on using Lambda with DynamoDB, please refer to the below URL
https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.htmlUnattempted
Answer – B
The AWS Documentation mentions the following
Regardless of what invokes a Lambda function, AWS Lambda always executes a Lambda function on your behalf. If your Lambda function needs to access any AWS resources, you need to grant the relevant permissions to access those resources. You also need to grant AWS Lambda permissions to poll your DynamoDB stream. You grant all of these permissions to an IAM role (execution role) that AWS Lambda can assume to poll the stream and execute the Lambda function on your behalf. You create this role first and then enable it at the time you create the Lambda function
For more information on using Lambda with DynamoDB, please refer to the below URL
https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html -
Question 8 of 10
8. Question
You have created a Lambda State Function which is generating error “ServiceException”, Which of the following is a best practice to handle this exception with a Lambda State Function?
Correct
Correct Answer – C
For errors such as “ServiceException”, best practice is to Retry invoking Lambda function. Within a Retry Code “ErrorEquals” field is required string which matches error names & all other fields are optional.
Option A is incorrect as Lambda Catch code is only used after a number of retries are performed by State function.
Option B is incorrect as BackoffRate field is optional in Lambda Retry code & if not specified Default value of 2.0 is considered.
Option D is incorrect as Lambda Catch code is only used after a number of retries are performed by State function. ResultPath is an optional field in a Catch Code, ErrorEquals & Next are required strings.
For more information on troubleshooting Lambda State Function errors, refer to the following URL,
https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-errors.html#amazon-states-language-retrying-after-errorIncorrect
Correct Answer – C
For errors such as “ServiceException”, best practice is to Retry invoking Lambda function. Within a Retry Code “ErrorEquals” field is required string which matches error names & all other fields are optional.
Option A is incorrect as Lambda Catch code is only used after a number of retries are performed by State function.
Option B is incorrect as BackoffRate field is optional in Lambda Retry code & if not specified Default value of 2.0 is considered.
Option D is incorrect as Lambda Catch code is only used after a number of retries are performed by State function. ResultPath is an optional field in a Catch Code, ErrorEquals & Next are required strings.
For more information on troubleshooting Lambda State Function errors, refer to the following URL,
https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-errors.html#amazon-states-language-retrying-after-errorUnattempted
Correct Answer – C
For errors such as “ServiceException”, best practice is to Retry invoking Lambda function. Within a Retry Code “ErrorEquals” field is required string which matches error names & all other fields are optional.
Option A is incorrect as Lambda Catch code is only used after a number of retries are performed by State function.
Option B is incorrect as BackoffRate field is optional in Lambda Retry code & if not specified Default value of 2.0 is considered.
Option D is incorrect as Lambda Catch code is only used after a number of retries are performed by State function. ResultPath is an optional field in a Catch Code, ErrorEquals & Next are required strings.
For more information on troubleshooting Lambda State Function errors, refer to the following URL,
https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-errors.html#amazon-states-language-retrying-after-error -
Question 9 of 10
9. Question
Your team is using the AWS CodeBuild service for an application build. As part of Integration testing during the build phase, the application needs to access an RDS instance in a private subnet. How can you ensure this is possible?
Correct
Answer – B
This is given in the AWS Documentation
Typically, resources in an VPC are not accessible by AWS CodeBuild. To enable access, you must provide additional VPC-specific configuration information as part of your AWS CodeBuild project configuration. This includes the VPC ID, the VPC subnet IDs, and the VPC security group IDs. VPC-enabled builds are then able to access resources inside your VPC.
VPC connectivity from AWS CodeBuild builds makes it possible to:
Run integration tests from your build against data in an Amazon RDS database that’s isolated on a private subnet.
Query data in an Amazon ElastiCache cluster directly from tests.
Interact with internal web services hosted on Amazon EC2, Amazon ECS, or services that use internal Elastic Load Balancing.Since the requirements are clearly mentioned in the documentation, all other options are incorrect
For more information on VPC support for AWS CodeBuild, please refer to the below URL
https://docs.aws.amazon.com/codebuild/latest/userguide/vpc-support.htmlIncorrect
Answer – B
This is given in the AWS Documentation
Typically, resources in an VPC are not accessible by AWS CodeBuild. To enable access, you must provide additional VPC-specific configuration information as part of your AWS CodeBuild project configuration. This includes the VPC ID, the VPC subnet IDs, and the VPC security group IDs. VPC-enabled builds are then able to access resources inside your VPC.
VPC connectivity from AWS CodeBuild builds makes it possible to:
Run integration tests from your build against data in an Amazon RDS database that’s isolated on a private subnet.
Query data in an Amazon ElastiCache cluster directly from tests.
Interact with internal web services hosted on Amazon EC2, Amazon ECS, or services that use internal Elastic Load Balancing.Since the requirements are clearly mentioned in the documentation, all other options are incorrect
For more information on VPC support for AWS CodeBuild, please refer to the below URL
https://docs.aws.amazon.com/codebuild/latest/userguide/vpc-support.htmlUnattempted
Answer – B
This is given in the AWS Documentation
Typically, resources in an VPC are not accessible by AWS CodeBuild. To enable access, you must provide additional VPC-specific configuration information as part of your AWS CodeBuild project configuration. This includes the VPC ID, the VPC subnet IDs, and the VPC security group IDs. VPC-enabled builds are then able to access resources inside your VPC.
VPC connectivity from AWS CodeBuild builds makes it possible to:
Run integration tests from your build against data in an Amazon RDS database that’s isolated on a private subnet.
Query data in an Amazon ElastiCache cluster directly from tests.
Interact with internal web services hosted on Amazon EC2, Amazon ECS, or services that use internal Elastic Load Balancing.Since the requirements are clearly mentioned in the documentation, all other options are incorrect
For more information on VPC support for AWS CodeBuild, please refer to the below URL
https://docs.aws.amazon.com/codebuild/latest/userguide/vpc-support.html -
Question 10 of 10
10. Question
You have created a web-application which saves all data in Amazon S3 buckets. If you have created 3 prefixes in a S3 bucket, what will be PUT & GET read performance you will get per second?
Correct
Correct Answer – D
Amazon S3 provides 3,500 PUT requests per second per prefix in a bucket & 5,500 GET request per second per prefix in a bucket. So, for 3 prefixes, S3 bucket will support 10,500 PUT and 16,500 GET requests per second.
Option A is incorrect as 3,500 PUT and 5,500 GET requests per second are provided for each prefix.
Option B is incorrect as 7,000 PUT and 11,000 GET requests per second will be provided for 2 prefixes & not for 3 prefixes.
Option C is incorrect as for 3 prefixes, performance which you will get is 10,500 PUT and 16,500 GET requests per second & not 10,500 GET and 16,500 PUT requests per second
For more information on PUT & GET performance with Amazon S3 bucket, refer to the following URL,
https://docs.aws.amazon.com/AmazonS3/latest/dev/PerformanceOptimization.htmlIncorrect
Correct Answer – D
Amazon S3 provides 3,500 PUT requests per second per prefix in a bucket & 5,500 GET request per second per prefix in a bucket. So, for 3 prefixes, S3 bucket will support 10,500 PUT and 16,500 GET requests per second.
Option A is incorrect as 3,500 PUT and 5,500 GET requests per second are provided for each prefix.
Option B is incorrect as 7,000 PUT and 11,000 GET requests per second will be provided for 2 prefixes & not for 3 prefixes.
Option C is incorrect as for 3 prefixes, performance which you will get is 10,500 PUT and 16,500 GET requests per second & not 10,500 GET and 16,500 PUT requests per second
For more information on PUT & GET performance with Amazon S3 bucket, refer to the following URL,
https://docs.aws.amazon.com/AmazonS3/latest/dev/PerformanceOptimization.htmlUnattempted
Correct Answer – D
Amazon S3 provides 3,500 PUT requests per second per prefix in a bucket & 5,500 GET request per second per prefix in a bucket. So, for 3 prefixes, S3 bucket will support 10,500 PUT and 16,500 GET requests per second.
Option A is incorrect as 3,500 PUT and 5,500 GET requests per second are provided for each prefix.
Option B is incorrect as 7,000 PUT and 11,000 GET requests per second will be provided for 2 prefixes & not for 3 prefixes.
Option C is incorrect as for 3 prefixes, performance which you will get is 10,500 PUT and 16,500 GET requests per second & not 10,500 GET and 16,500 PUT requests per second
For more information on PUT & GET performance with Amazon S3 bucket, refer to the following URL,
https://docs.aws.amazon.com/AmazonS3/latest/dev/PerformanceOptimization.html
The AWS Certified Developer – Associate examination is intended for individuals who perform a development role and have one or more years of hands-on experience developing and maintaining an AWS-based application.
SkillCertPro Offerings (Instructor Note) :
- We are offering AWS Certified Developer Associate (DVA-C02) Exam Questions 1400 latest real exam questions for practice, which will help you to score higher in your exam.
- Aim for above 85% or above in our mock exams before giving the main exam.
- Do review wrong & right answers and thoroughly go through explanations provided to each question which will help you understand the question.
- Master Cheat Sheet was prepared by instructors which contain personal notes of them for all exam objectives. Carefully written to help you all understand the topics easily.
- It is recommended to use the Master Cheat Sheet just before 2-3 days of the main exam to cram the important notes.
Abilities Validated by the Certification
- Demonstrate an understanding of core AWS services, uses, and basic AWS architecture best practices
- Demonstrate proficiency in developing, deploying, and debugging cloud-based applications using AWS
Recommended Knowledge and Experience for AWS Certified Developer Associate (DVA-C02) Exam Questions
- In-depth knowledge of at least one high-level programming language
- Understanding of core AWS services, uses, and basic AWS architecture best practices
- Proficiency in developing, deploying, and debugging cloud-based applications using AWS
- Ability to use the AWS service APIs, AWS CLI, and SDKs to write applications
- Ability to identify key features of AWS services
- Understanding of the AWS shared responsibility model
- Understanding of application lifecycle management
- Ability to use a CI/CD pipeline to deploy applications on AWS
- Ability to use or interact with AWS services
- Ability to apply a basic understanding of cloud-native applications to write code
- Ability to write code using AWS security best practices (e.g., not using secret and access keys in the code, instead using IAM roles)
- Ability to author, maintain, and debug code modules on AWS
- Proficiency writing code for serverless applications
- Understanding of the use of containers in the development process
Jad Collins –
Great resource! Practice tests are realistic and well written overall. The level of detail in the explanations is fantastic and would recommend this course if you are planning to take this exam. While the course it awesome, I would also suggest using other resources to help fill in your knowledge gaps. Keep up the good work Skillcertpro!
Paul Carlos –
The first time I took these practice exams . I like the explanations on the answers of the ones I missed and also the ones I got right to reinforce the concepts. These exams gave me a good feel for what to expect on the exam. I’m now AWS Certified. Thank you!
Donato Ricardo –
Excellent practice papers. I cleared the AWS Developer Associate yesterday and it was slightly easier than the practice papers (only slightly).
Unfortunately, I had time only to do 2 of the 6 practice papers before the exam. But I did go through the answers and explanation in detail which helped me a lot.
For those taking the exams, I suggest you keep the final one week of your preparations only for these practice tests (take them multiple times if you can – many questions in the exam appear exactly like in the practice papers).
All in all, very well prepared practice papers and worth the money. Many thanks to the author as it helped me clear the certification.
Priyanka Chaudhary –
Recently gave my aws developer exam. Many questions came from this practice test. However most importantly as certifications become tougher, no course or online material can provide full coverage. but skillcertpro breadth of questions along with the links to the online materials helped to read and understand many advance concepts. I passed my exam with 910 marks.
Shreyas Udupa –
I just completed taking up the actual exam and I am very impressed with skillcertpro almost 40-45 question came out of 60 questions and I passed the exam with 980/1000 marks after solving the your exams. Thanks Skillcertpro!!
Haritha G –
Wow, its really a Great thing, this give you a 100% result, i scored 800.
Learning Plan:
1.Complete AWS free training first, this will give you concepts to understand.
2. Complete this Skillcertpro test at least 5 times. Read all explanations.
you are good to go!
Doshimayur79 –
The questions in each of the papers are very important and i experienced that most of them appeared in the Aws Developer exam test.
Also the explanations in the answers are quite detailed and helpful.
My suggestion is first learn the concepts and then solve these question papers and you are all set to score really well .
Keerthi Vanaparthi –
Testing your knowledge against this many questions is very helpful. I’m glad I got this course. It covers a lot of content.
However, there is definitely room for improvement, which is why I knocked a star. I felt there were few cases where the questions and explanations could be clearer.
I’d still recommend the course. Passed my exam.
Jasvinder Bawa –
These practice tests were perfect preparation for the exam and are very comprehensive.
I’ll recommend the course and was able to pass the exam.
Thanks a lot for preparing for the exam.
Jeff Lynch –
These practice exams are very comprehensive. All of those questions are look like they are coming directly from the AWS team. The best thing about this practice exam is, all the options are explained pretty well. Even wrong answers are explained pretty well. So at the end of the exam, you can go to review your test & see where you got wrong. Thank you, Skillcertpro for such a good set of practice exams. I am 100% sure to pass my exam.
Jimmy Chin –
For sure, I must agree that this is one of the best practice tests that i had. Please remember that all questions in main exam will not be exactly same like how these are here (You can expect similar questions too). But the concepts you learn after taking this practice tests will surely help you in clearing the exam. This is a must course if you want to clear the exam on first attempt.
James Bates –
Very good
Nanda Kumar –
Highly recommended. You could take other courses to learn about different AWS services but this is “the one” that will give you the required push to go over the line. Great set of questions with some fabulous cheat sheets alongside.
Mangal Parekh –
The questions on these tests were very similar in style to those on the actual exam and the detailed answer key was great! With these and some studying, I was able to pass the developer exam on the first try with a score of 902. Thanks!
Lisa sPisoni –
Thank you for a great set of practice tests! Went through the AWS free videos and did these tests 7 days before the real exam.
Just got my scores back (24 hours after completing the exam). I scored 929/1000. Not sure how many you have to get wrong to get 929. I think the ones I got wrong were because of tricky wording. I wasn’t 100% sure on about 8 of the exam questions.
These are great practice tests that covered everything on my exam.
Amit Borkar –
The course had good information that definitely helped me to pass the exam. My only disappointment was that the 5% of questions had very minimal information in the explanations. rest all had very good explanations about the answers. Definitely recommended if clearing the exam is your goal.
Meet Sheth –
I have Cleared Exam on 12th August and this is my first AWS certification and want to thanks to this exam. I have go through different practice exam and I finally decided to buy this . 5-6 questions are same from this test asked in actual exam. Took all the exams and made notes from the solutions and that helped me a lot.
Sayani Mitra –
Very Good Test series to pass the examination with high grades. I have got 943/1000. But before you go through this it is advised you should go thoroughly with the certified Developer associate video Course.
Karthik Boopathy –
Each successive practice test ratchets it up a bit over the previous test, providing a great level of challenge and introducing new topics beyond even the course itself, covering items that are confirmed to be necessary for the actual exam! Skillcertpro tests are the gold standard among practice tests. They’re difficult, but they really help!
Alexander Parrales –
I passed my Developer associate exam and a big part of this success goes to this course. This practice test is awesome. Its design, content, flow, structure are very much similar to real AWS exams. It helped me filling gap in my knowledge which I learnt. The review part after the exam provides you detail insights and help you how your thought process should be when choosing right answer. I can’t imagine the efforts and time spent on this course. A great thanks to skillcertpro.
Priya Lakshmi T –
I recently passed my AWS Developer Associate exam. And I have used three practice tests package (Udemy, TutorialDojo and SkillCert Pro). I found that SkillCert’s material was the closest to the actual exam, In terms of the areas from which the questions are from. Very useful and highly recommended.
Abhishek Joshi –
This course is excellent. I passed the exam with the help of these practice exams. Few of these questions did come up in the exam. But definitely helpful. Highly recommended.
Saravanakumar Kolandaivel –
This course is very good. I have cleared the exam yesterday. My recommendation is, please don’t expect the same questions in the course. These 950 questions are not just for memorizing but to understand the concepts behind them. Just read the full explanation after answering each question. That really helps in the exam. Except a hand full of questions, all others will make you think twice to select the correct answer.
Ashutosh Jatale –
I want to buy this course but just want to check are the answers reliable ? as in other sites questions are there but answers are not correct.
SkillCertPro –
We do provide answers and explanations for all the questions we provide. We have certified instructors who will perform quality checks before we bring any course online.
Anchal Taatya –
Though I covered entire syllabus for AWS developer associate exam via video course, these practice tests helped me to identify the gaps in learning !!! Cheat sheet is immensely helpful too. Thank you very much. Passed !!!!
Don Bradcron –
Very good coverage of all the topics and relevant questions in the exams. Though all questions are not exactly similar but the content/material provided in the end helps a lot. I was able to clear my exam few days back, and the material helped a lot.
Anamika Sh –
The practice tests were perfect prep. I do think the actual Cert was more difficult, but the practice tests help me identify areas I didn’t have good understanding and to fix it. Passed with 850