Udemy: Practice Test #1 Flashcards
A research group wants to use EC2 instances to run a scientific computation application that has a fault tolerant architecture. The application needs high-performance hardware disks that provide fast I/O performance. As a Cloud Practitioner, which of the following storage options would you recommend as the MOST cost-effective solution?
Amazon Elastic Block Store (EBS)
Amazon Elastic File System (Amazon EFS)
Amazon Simple Storage Service (Amazon S3)
Instance Store
Instance Store
Which of the following AWS services can be used to connect a company’s on-premises environment to a VPC without using the public internet?
VPC Endpoint
AWS Site-to-Site VPN
AWS Direct Connect
Internet Gateway
AWS Direct Connect
A data analytics company is running a proprietary batch analytics application on AWS and wants to use a storage service which would be accessed by hundreds of EC2 instances simultaneously to append data to existing files.
As a Cloud Practitioner, which AWS service would you suggest for this use-case?
Amazon Simple Storage Service (Amazon S3)
Amazon Elastic File System (Amazon EFS)
Amazon Elastic Block Store (Amazon EBS)
Instance Store
Amazon Elastic File System (Amazon EFS)
Amazon EFS is a file storage service for use with Amazon EC2.
Which of the following AWS Support plans provide access to guidance, configuration, and troubleshooting of AWS interoperability with third-party software? (Select two)
AWS Business Support
AWS Basic Support
AWS Corporate Support
AWS Enterprise Support
AWS Developer Support
AWS Business Support
AWS Enterprise Support
The DevOps team at an e-commerce company is trying to debug performance issues for its serverless application built using a microservices architecture.
As a Cloud Practitioner, which AWS service would you recommend addressing this use-case?
AWS Trusted Advisor
AWS X-Ray
AWS CloudFormation
Amazon Pinpoint
AWS X-Ray
Use X-Ray to analyze app performance, fix issues, and find bugs.
Which tool/service will help you access AWS services using programming language-specific APIs?
Integrated Development Environments (IDE)
AWS Management Console
AWS Command Line Interface (CLI)
AWS Software Developer Kit (SDK)
AWS Software Developer Kit (SDK)
SDKs ease AWS service use with language-specific APIs for developers.
Which AWS services can be used to decouple components of a microservices based application on AWS Cloud? (Select two)
Amazon Simple Notification Service (SNS)
AWS Step Functions
Amazon Elastic Compute Cloud (Amazon EC2)
Amazon Simple Queue Service (SQS)
AWS Lambda
Amazon Simple Notification Service (SNS)
Amazon Simple Queue Service (SQS)
Use message queuing and notification to separate app components.
Which of the following AWS services support reservations to optimize costs? (Select three)
Amazon DocumentDB
Amazon Elastic Compute Cloud (Amazon EC2)
Amazon Relational Database Service (Amazon RDS)
Amazon Simple Storage Service (Amazon S3)
AWS Lambda
Amazon DynamoDB
Amazon Elastic Compute Cloud (Amazon EC2)
Amazon Relational Database Service (Amazon RDS)
Amazon DynamoDB
Reservations typically apply to services that have predictable, long-term workloads.
A financial services company wants to ensure that its AWS account activity meets the governance, compliance and auditing norms.
As a Cloud Practitioner, which AWS service would you recommend for this use-case?
AWS CloudTrail
AWS Config
Amazon CloudWatch
AWS Trusted Advisor
AWS CloudTrail
Think about services made for tracking and logging account activities.
Governance and compliance in AWS often rely on activity logging and auditing.
Which AWS Support plan provides architectural guidance contextual to your specific use-cases?
AWS Business Support
AWS Developer Support
AWS Enterprise On-Ramp Support
AWS Enterprise Support
AWS Business Support
AWS Shield Advanced provides expanded DDoS attack protection for web applications running on which of the following resources? (Select two)
AWS Global Accelerator
Amazon API Gateway
AWS Elastic Beanstalk
AWS CloudFormation
Amazon Route 53
Amazon Route 53
AWS Global Accelerator
Which of the following is a benefit of using AWS managed services such as Amazon Relational Database Service (Amazon RDS)?
The performance of AWS managed Amazon Relational Database Service (Amazon RDS) instance is better than a customer-managed database instance
The customer needs to manage database backups
The customer needs to patch the underlying OS
There is no need to optimize database instance type and size
The performance of AWS managed Amazon Relational Database Service (Amazon RDS) instance is better than a customer-managed database instance
An intern at an IT company provisioned a Linux based On-demand EC2 instance with per-second billing but terminated it within 30 seconds as he wanted to provision another instance type. What is the duration for which the instance would be charged?
60 seconds
300 seconds
600 seconds
30 seconds
60 seconds
(There is a one-minute minimum charge for Linux based EC2 instances)
An e-commerce company has deployed an RDS database in a single Availability Zone (AZ). The engineering team wants to ensure that in case of an AZ outage, the database should continue working on the same endpoint without any manual administrative intervention. Which of the following solutions can address this use-case?
Configure the database in RDS read replica mode with automatic failover to the standby
Deploy the database via AWS Elastic Beanstalk
Provision the database via AWS CloudFormation
Configure the database in RDS Multi-AZ deployment with automatic failover to the standby
Configure the database in RDS Multi-AZ deployment with automatic failover to the standby
Which of the following AWS services has encryption enabled by default?
Amazon Relational Database Service (Amazon RDS)
Amazon Elastic File System (Amazon EFS)
AWS CloudTrail Logs
Amazon Elastic Block Store (Amazon EBS)
AWS CloudTrail Logs
AWS CloudTrail is a service that enables governance, compliance, operational auditing, and risk auditing of your AWS account.