Home > AWS 101 > Quizzes > Amazon Web Services (AWS) Quiz
Amazon Web Services (AWS) Quiz
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 67% Most missed: “You are hosting an application configured to stream media to its clients on TCP …”

AWS MCQs For LinkedIn Skill Assessments.

Amazon Web Services (AWS) Quiz
Time left 00:00
25 Questions

1. You created a Windows EC2 instance with a public IP address and installed SQL Server. When attempting to connect to SQL Server from SQL Server Enterprise Manager on your local computer, the Windows EC2 instance is unable to establish a connection to the server. What is the first thing you should check?
2. What is the best practice for creating a highly available PostgreSQL database in RDS that can sustain the loss of a single AWS region?
3. Which database is a NoSQL database type that can quickly store and retrieve key-value pairs?
4. 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?
'''json
{
'title': 'The Avengers',
'year': 2012,
'cast': ['Mark Ruffalo', 'Robert Downey, Jr.'],
'genres': ['Action']
}
5. When creating a new RDS instance, what does the Multi-AZ option do?
6. 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?
7. 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?
8. When using an ECS cluster with EC2 instances, what maintenance tasks should you perform on the EC2s?
9. the outbound rules of a security group only allow traffic going to 0.0.0.0/0 on TCP Port 22 (SSH) and TCP port 3306 (MySQL). Review the inbound rules listed in the image below. What is the most important issue to fix with this security group configuration, for an Ubuntu EC2 instance acting as a web server?
(https://user-images.githubusercontent.com/8637045/112515574-c077e780-8d6c-11eb-96a6-11f27a0547cf.png' >
10. What does a VPC do?
11. You have a VPC that has a public and private subnet. There is a NAT gateway in the public subnet that allows instances in the private subnet to access the internet without having public exposure outside of the VPC. What should the routing tables be for the private subnet?
12. Your application performance management (APM) system can read the status of your CloudWatch monitors and perform scripted actions. When the CloudWatch metric StatusCheckFailed enters a failed state (a value of 1), you would like your APM to automatically repair the instance. Which script do you use?
13. What type of data solution should you use for data coming from nonrelational and relational data from IoT devices, websites, mobile apps, etc.?
14. What happens to a SQL Server RDS instance if the databases increase in size and go over the allocated space?
15. 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?
16. To comply with auditing requirements of some compliance standards, which AWS tool can be enabled to maintain an audit log of access and changes to your AWS infrastructure?
17. You are going to host an application that uses a MySQL database. Which database should you select if you don't want to manage scaling or database administration tasks?
18. What is wrong with the third incoming security group rule, which allows all traffic from sg-269afc5e to go to an Ubuntu EC2 instance configured as a web server?
19. You have a large amount of files on your network-attached storage array that must be archived and maintained for a period of 10 years due to industry regulations. This data will be infrequently accessed but must be kept What is the best AWS service for storing this data?
20. You have recently launched your new web product and are expecting 1,000 new users each month. However, you have just received word from the CEO that your product will be featured at an upcoming conference covered by several media outlets, and this could lead to 20,000 new users over the next week. How do you plan for a sudden increase in traffic?
21. You need a schemaless database. Which Amazon database service provides that solution?
22. 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?
23. You have a T2 EC2 instance that is critical to your infrastructure. How would you monitor the most important metric for this instance?
24. When sending a large volume of email through SES, what is the most important set of metrics to monitor?
25. Can you lose the public IP address associated with your EC2 instance?