AWS Compute Essentials

Practice questions to test your knowledge about AWS compute

download Export
search_insights Statistics
stylus_note White Board
Quran
calculate Calculator
dictionary Dictionary
fullscreen Full Screen

QUESTION OF
Views #: 772
Questions #: 34
Time: 10 minutes
Pass Score: 80.0%
Style
Mode

At a fundamental level three types of compute options are available

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

AWS has its own data centers to provide the physical machines for compute services

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

The first building block that you need to host an application is a _________

1 pts
Missing
note_alt Add notes
flag Flag

Correct Answer

Explanation

Select the AWS compute services

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

It is essential to know which compute service to use for your use case

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Classify the following AWS compute services

1 pts

drag and drop the selected option to the right place

note_alt Add notes
flag Flag

Correct Answer

Explanation

EC2 supports the following operating systems

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

You can create and manage EC2 instances through

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

To create an EC2 instance, you must define the following:

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Amazon Machine Image (AMI) contains information about how your EC2 machine needs to be configured

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Amazon Machine Image (AMI) is a type of EC2 instances that you can manage

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Identify the parts of the following EC2 instance type

1 pts
Please drag and drop the selected option in the right place or type it instead
(1)
(2)
(3)
(4)
Instance size
Instance generation
Attribute
Instance family
note_alt Add notes
flag Flag

Correct Answer

Explanation

When you launch an EC2 instance, it enters the _______ state

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Billing starts when an EC2 instance is in pending state

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

You loose your IPv4 and IPv6 private and public addresses when you reboot your EC2 instance

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

You are not charged for the EBS volume used by an EC2 instance if it is stopped

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

A __________ is a standardized unit that packages your code and its dependencies.

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

A container is the same as a virtual machine

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

AWS offers the following as a container orchestration service

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

It is a serverless compute engine for containers that works with both Amazon Elastic Container Service (ECS) and Amazon Elastic Kubernetes (EKS)

1 pts

Have fun and play hangman game to guess the word

Use the alphabet below to guess the word, then enter it in the input field

You have lives

This Text will show if the Browser does NOT support HTML5 Canvas tag
note_alt Add notes
flag Flag

Correct Answer

Explanation

An EC2 instance with the container agent installed is often called a ________ instance

1 pts
Missing
note_alt Add notes
flag Flag

Correct Answer

Explanation

Managing containers with Amazon ECS

1 pts

Amazon ECS is an end-to-end container orchestration service that helps you spin up new containers. With Amazon ECS, your containers are defined in a (1) definition that you use to run an individual (2) or a (3) within a (4).

Please drag and drop the selected option in the right place or type it instead
task
service
note_alt Add notes
flag Flag

Correct Answer

Explanation

Serverless services in AWS means

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Serverless definition comes with the following aspects (choose correct ones)

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

AWS Fargate is a purpose-built serverless compute engine for containers

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

You have to setup an EC2 instance in order to run a Lambda function

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

With Amazon EC2, you can do the following

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Lambda functions participate in the compute saving plans

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

A lambda function is designed to process for over 15 minutes

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Choose the right compute service

1 pts
volume_mute

You are a developer who is tasked with creating a new feature for a web application that's hosted on Amazon EC2.  The web application is an online store and all the items being sold in the store are loaded into a database manually behind the scenes.

This process takes a long time, isn't very scalable, and is prone to error.  You are tasked with automating the process of getting the new items information loaded into the inventory database.  The goal is to have a person upload an inventory spreadsheet into Amazon S3, the object storage service, and then have a process automatically load the data into the inventory database.

Which compute service would you use to host the processing logic to load the items from the file into the database.

note_alt Add notes
flag Flag

Correct Answer

Explanation

Choose the right compute service

1 pts
volume_mute

You have an application currently hosted in your on-premises data center that needs to be migrated to AWS.  The application is currently running on Linux servers in the data center, and you want to minimize the amount of refactoring that's needed to migrate to AWS.  it's important that this workload is elastic and can support varying demand.  Which compute option would you choose?

note_alt Add notes
flag Flag

Correct Answer

Explanation

Choose the right compute service

1 pts
volume_mute

You are planning to write a brand-new application by using a microservices or service-oriented design.  You also want to architect the application where it can scale up or down quickly, and you want to lower the risk of deploying new changes to production.  Which AWS compute service would you use?

note_alt Add notes
flag Flag

Correct Answer

Explanation

What does an Amazon EC2 instance type indicate?

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Which of the following is true about serverless?

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation