Technology Quz Flashcards
(43 cards)
Which service helps you process big data workloads?
Glue
Amazon Redshift
Elastic MapReduce (EMR)
Data Pipeline
Elastic MapReduce (EMR)
EMR helps you process large amounts of data.
Which AWS service provides a secure and resizable compute platform with choice of processor, storage, networking, operating system, and purchase model?
Amazon Connect
AWS Lambda
Amazon Elastic Compute Cloud (EC2)
Amazon Dedicated Instance (DI)
Amazon Elastic Compute Cloud (EC2)
Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides secure, resizable compute capacity in the cloud. Amazon EC2 offers the broadest and deepest compute platform with choice of processor, storage, networking, operating system, and purchase model.
Which EC2 pricing option is best for short-term, irregular workloads that should not be interrupted?
Reserved Instances
On-Demand
Savings Plans
Spot Instances
Dedicated Hosts
On-Demand
On-Demand is best for applications with short-term, spiky, or unpredictable workloads.
Which service enables you to centralize and automate data protection across AWS services?
Storage Gateway
Amazon Elastic File System (EFS)
AWS Backup
Amazon Elastic Block Store (EBS)
AWS Backup
AWS Backup helps you manage data backups across multiple AWS services. You’re able to create a backup plan that includes frequency and retention.
What data transport solution allows you to move petabytes of data and natively supports EC2 and Lambda?
Snowball
Snowcone
Snowmobile
Snowball Edge
Snowball Edge
Snowball Edge is a petabyte-scale data transport solution that natively supports EC2 and Lambda.
What is CloudWatch?
It is a service used to track activity and API calls within your AWS account.
It is a service used to provide reactive resource optimization.
It is a service used to manage access keys.
It is a collection of services designed to monitor and observe cloud resources.
It is a collection of services designed to monitor and observe cloud resources.
CloudWatch is a collection of services you can use to monitor your cloud resources.
Which of the following is NOT true about Lambda?
Lambda can execute code in response to events.
Lambda is recommended for processes that run for at least 15 minutes.
Lambda is serverless.
Lambda scales automatically.
Lambda is recommended for processes that run for at least 15 minutes.
This statement is not true because Lambda functions time out after 15 minutes and are not recommended for processes that run longer than that.
Which machine learning service allows you to add image analysis to your applications?
Amazon Macie
Amazon Rekognition
Amazon Comprehend
Amazon Transcribe
Amazon Translate
Amazon Rekognition
Rekognition is a service that makes it easy to add image analysis to your applications.
What service could you recommend to a developer to automate the software release process?
CodeBuild
CodeCommit
Cloud9
CodePipeline
CodePipeline
CodePipeline is a developer tool that allows you to continuously automate the software release process.
Which service allows you to practice Infrastructure as Code by provisioning your AWS resources via scripted templates?
AWS Marketplace
AWS Elastic Beanstalk
AWS CloudFormation
AWS Lambda
AWS CloudFormation
CloudFormation allows you to provision your AWS resources via scripted templates.
In which of the following is CloudFront content cached?
EBS
Data Center
Edge Location
Availability Zone
Edge Location
CloudFront content is cached in edge locations.
Which method of accessing an EC2 instance requires both a private key and a public key?
Secure Shell (SSH)
AWS Management Console
EC2 Instance Connect (EIC)
AWS Systems Manager
Secure Shell (SSH)
SSH allows you to access an EC2 instance from your local laptop using a key pair, which consists of a private key and a public key.
Which service is used to allow resources in your VPC to access the internet?
Internet Gateway
Subnet
Network ACL
VPC Peering
Internet Gateway
An internet gateway allows traffic to or from the internet for instances in a subnet in a VPC.
Which developer tool allows you to write code within your web browser?
AWS CloudTrail
Amazon CloudWatch
AWS CloudFormation
Cloud9
Cloud9
Cloud9 is an integrated development environment (IDE) that allows you to write code within your web browser.
Which AWS service can send both text and email messages from your applications?
Simple Email Service (SES)
Simple Messenger Service
Simple Queue Service (SQS)
Simple Notification Service (SNS)
Simple Notification Service (SNS)
SNS allows you to send emails and text messages from your distributed applications.
Which service allows developers to track issues on development projects via a dashboard?
CodeCommit
CodeDeploy
CodeStar
CodeBuild
CodeStar
CodeStar helps developers collaboratively work on development projects and track issues via a dashboard.
Which service routes user traffic through AWS’s global network infrastructure to ensure low latency for your gaming application?
AWS Global Accelerator
AWS Content Delivery Network (or ACDN)
Amazon S3 Transfer Acceleration
Amazon CloudFront
AWS Global Accelerator
Global Accelerator improves the availability of your applications by sending user traffic through AWS’s global network.
When launching an EC2 instance, you’re able to select the tenancy model. Which tenancy models allow you to bring your own licenses?
Choose 2
Dedicated Instances
Dedicated Hosts
Dedicated Tenancy
Shared Tenancy
Dedicated Instances
Dedicated Instances ensure your instance will run on a dedicated physical server due to licensing restrictions that don’t allow for software to run on a shared tenancy model.
Dedicated Hosts
Dedicated Hosts allow you to use your existing per-socket, per-core, or per-VM software licenses to help maintain license compliance. This is similar to Dedicated Instances, but Dedicated Hosts provide more restrictive control over the server.
Which machine learning service helps you build, train, and deploy models quickly?
Rekognition
Lex
Comprehend
SageMaker
SageMaker
SageMaker helps you build, train, and deploy machine learning models quickly.
Which EC2 storage mechanism is recommended when running a database on an EC2 instance?
Amazon Elastic Block Storage (EBS) instance snapshot
Elastic Volume Storage (EVS)
Local instance storage
Amazon Elastic Block Storage (EBS)
Amazon Elastic Block Storage (EBS)
EBS is a storage device you can attach to your instances and is a recommended storage option when you run databases on an instance.
Which services allow you to run containerized applications without having to manage servers or clusters?
Choose 3
Amazon Elastic Kubernetes Service (EKS)
AWS Fargate
Amazon Elastic Block Store (EBS)
Amazon Elastic Container Service (Amazon ECS)
Amazon Elastic Kubernetes Service (EKS)
EKS lets you run your containerized Kubernetes applications on both Amazon EC2 and AWS Fargate.
AWS Fargate
Fargate removes the need for you to interact with servers or clusters as it provisions, configures, and scales clusters of virtual machines to run containers for you.
Amazon Elastic Container Service (Amazon ECS)
ECS lets you run your containerized Docker applications on both Amazon EC2 and AWS Fargate.
Which AWS service is a fully managed service that makes it easy for developers to publish, maintain, monitor, and secure application programming interfaces at any scale?
API Gateway
AWS Direct Connect
AWS VPN
Route 53
API Gateway
API Gateway is a fully managed service that makes it easy for developers to publish, maintain, monitor, and secure application programming interfaces at any scale. It acts as a “front door” for applications to access data, business logic, or functionality from your back-end services.
Which service allows you to host virtual desktops in the cloud?
Amazon Connect
Amazon WorkSpaces
Managed Services
Professional Services
Amazon WorkSpaces
Amazon WorkSpaces allows you to host virtual desktops in the cloud.
Which service is a data warehousing solution?
Amazon ElastiCache
Amazon Redshift
Amazon Relational Database Service (RDS)
AWS DataSync
Amazon Redshift
Redshift is a data warehouse solution that improves the speed and efficiency of accessing different datasets and has unlimited storage.