Home > AWS 101 > Quizzes > AWS Practice Test (LinkedIn Skills Assessment)
AWS Practice Test (LinkedIn Skills Assessment)
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 13% Most missed: “As your web application grows and your application monitoring needs become more …”
AWS Practice Test (LinkedIn Skills Assessment)
Time left 00:00
25 Questions

1. If a single instance has failed to launch within 24 hours due to some issues during a set up of Auto-scaling. Then what will happen to the Auto-Scaling condition?
2. When you launch an instance into a dedicated-tenancy VPC, what happens?
3. All the Amazon EC2 instances you launch into a nondefault VPC are _ by default.
4. For your AWS root account, you have generated a random password of the maximum allowed length and included special characters. Which additional steps should you take to secure your AWS root account?
5. What AWS Batch job parameter can you specify to prevent an unsuccessful job from being stuck in a loop?
6. Which of these AWS services can be related to Lambda via a trigger?
7. An EC2 instance running a WordPress site keeps getting hacked, even though you have restored the server several times and have patched WordPress. What AWS service can help you detect and prevent further attacks?
8. You are tasked with supporting users of a mobile app. The app allows users to view content (e.g., images) but only upload images if they are logged in to the app via Cognito. Which option would require the least amount of development time and provide the highest security to prevent non-authenticated users from posting content?
9. You have several on-premise servers and would like to store your offsite backups on AWS. What fully managed backup service can you use to ship your backups to AWS?
10. What does the statement body of this S3 bucket policy do?\n{\n \"Sid\": \"bucketpolicy1\",\n \"Effect\": \"Allow\",\n \"Principal\": \"*\",\n \"Action\": \"s3:GetObject\",\n \"Resource\": \"arn:aws:s3:::userreports/*\",\n \"Condition\": {\n \"IpAddress\": { \"aws:SourceIp\": \"68.249.108.0/24\" },\n \"NotIpAddress\": { \"aws:SourceIp\": \"68.249.108.128/32\" }\n }\n}
11. Application Load Balancer can route traffic to several different target groups based upon several conditions. Which of these use cases is not supported by Application Load Balancer?
12. Which of the following is recommended when you want to analyze Access Logs of a single stream more quickly and accurately for a given period?
13. You have 14 on-premise web servers, 4 database servers, 6 servers using GIS software, 3 file servers, and 4 development servers. What considerations should you take into account when migrating these servers into AWS?
14. Use the _ protocol in a VPC security group to communicate with a DB instance.
15. Where is the best place to store database backups on an EC2 instance that is configured as a database server?
16. You are migrating a 200 GB database from an on-premise SQL Server to RDS for SQL Server. The database needs to have minimal downtime during the migration. What is the best practice for migrating this database?
17. What is the best practice for creating a highly available PostgreSQL database in RDS that can sustain the loss of a single AWS region?
18. In which of the following AWS Batch components can a user set a priority level, for time-sensitive or low-priority jobs?
19. What does this small section of a CloudFormation template do?\nFlowLog:\n Type: AWS::EC2::FlowLog\n Properties:\n DeliverLogsPermissionArn: !GetAtt IamRole.Arn\n LogGroupName: FlowLogsGroup\n ResourceId: !Ref LogVpcId\n ResourceType: VPC\n TrafficType: ALL
20. What data store provides a simple and quick way of storing basic user attributes in an object-based format?
21. What does it cost to launch an EC2 instance from the AWS Marketplace?
22. You have replicated the infrastructure that serves the backend API for your web application across regions to better serve your customers in the US and the EU. What is the best way to direct your web application at the nearest data center?
23. Businesses are increasingly moving towards hybrid cloud environments with automated IT. What Amazon EC2 State Manager feature is particularly useful for these companies?
24. After installing AWS Amplify's CLI, what command allows the user to connect an AWS account with the local install?
25. Which AWS service is valid data source for AppSync?