Home > Marketing Management 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. When designing a serverless web application using Lambda, what key concept must you factor into your design?
2. You have an analytics suite that produces reports about the usage patterns of your web application. After completing your migration to AWS and using Application Load Balancer to balance the load across your web application, your marketing department noticed that location-based reports on the web traffic only show traffic originating from a single location. What is the problem?
3. Your database is an RDS instance running SQL Server with Multi-AZ replication and you have several older .NET console utilities that perform database operations every 15 seconds. When the cluster has to switch the primary database server to the secondary AZ, the .NET utilities start to report connection failures to the database although other applications are able to access the database. How do you correct this problem?
4. What is the best practice for creating a highly available PostgreSQL database in RDS that can sustain the loss of a single AWS region?
5. Your application is sending 50,000 emails through SES each day. Since you must maintain a low bounce rate to avoid being put on probation, what simple system do you architect to automatically process hard bounces?
6. You are migrating an on-premise RabbitMQ cluster into AWS. Which migration path should you choose for ease of both maintenance and deployment?
7. What service can host your Docker containers?
8. 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?
9. Which AWS service can host the web application server for a WordPress site?
10. What privilege is specific to the AWS root account, and cannot be granted to another IAM user on the account?
11. A new developer has been added to the team and you have been asked to provide access to the organization's AWS account. What is the best practice for granting access?
12. In which of the following AWS Batch components can a user set a priority level, for time-sensitive or low-priority jobs?
13. 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
14. 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?
15. How do you assign an Elastic IP to several EC2 instances?
16. You are creating a DynamoDB table to store all movies that have been released since 1938. Your application will allow users to search by movie title and see the details of that film. Given the sample below showing the movie data that you will be importing, what is the best set of keys to apply to this table?\n{\n \"title\": \"The Avengers\",\n \"year\": 2012,\n \"cast\": [\"Mark Ruffalo\", \"Robert Downey, Jr.\"],\n \"genres\": [\"Action\"]\n}
17. As your web application grows and your application monitoring needs become more complex, which additional log monitoring service should you NOT consider?
18. You want to make your public API quickly accessible from all regions. What is the best way to do this?
19. Can you lose the public IP address associated with your EC2 instance?
20. What is the best EC2 instance class for a server that continuously has a heavy CPU load?
21. You have four front-end web servers behind a load balancer, which use NFS to access another EC2 instance that resizes and stores images for the front-end application. What security group policies should be assigned to these servers?
22. What in-memory caching server is not supported by ElastiCache?
23. 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?
24. How do you connect via SSH to a Linux EC2 instance with an EBS volume if you lost your key pair?
25. Which of these AWS services can be related to Lambda via a trigger?