Technology Flashcards
36% of Exam
Which AWS service is primarily used for software version control?
- AWS CodeCommit
- AWS CodeStar
- AWS Cloud9
- AWS CodeDeploy
- AWS CodeCommit
• AWS CodeCommit is a fully-managed source control service that hosts secure Git-based repositories. It makes it easy for teams to collaborate on code in a secure and highly scalable ecosystem
Which AWS service can you use to install a third-party database?
- Amazon RDS
- Amazon DynamoDB
- Amazon EC2
- Amazon EMR
- Amazon EC2
• All of these services are managed services except for Amazon EC2. EC2 is the only service in the list upon which you can manually install the database software of your choice
Identify the services that have a global (rather than regional) scope? (choose 2)
- Amazon Route 53
- Amazon S3
- Amazon CloudFront
- AWS Lambda
- Amazon EC2
- Amazon Route 53
- Amazon CloudFront
- Amazon Route 53 and Amazon CloudFront have a global scope
- Amazon S3 uses a global namespace but buckets and objects are created within a region
- AWS Lambda is a regional service
Which service can you use to provision a preconfigured server with little to no AWS experience?
- Amazon Elastic Beanstalk
- AWS Lambda
- Amazon EC2
- Amazon Lightsail
- Amazon Lightsail
- Lightsail provides preconfigured virtual private servers (instances) that include everything required to deploy and application or create a database
- Deploying a server on Lightsail is extremely easy and does not require knowledge of how to configure VPCs, security groups, network ACLs etc.
Which AWS service allows you to connect to storage from on-premise servers using standard file protocols?
- Amazon S3
- Amazon EBS
- Amazon Glacier
- Amazon EFS
- Amazon EFS
- EFS filesystems are mounted using the NFS protocol (which is a file-level protocol)
- Access to EFS file systems from on-premises servers can be enabled via Direct Connect or AWS VPN
- You mount an EFS file system on your on-premises Linux server using the standard Linux mount command for mounting a file system via the NFSv4.1 protocol
Which AWS services are used for analytics? (choose 2)
- Amazon RDS
- Amazon ElastiCache
- Amazon Athena
- Amazon S3
- Amazon EMR
- Amazon Athena
- Amazon EMR
- Amazon Elastic Map Reduce (EMR) provides a managed Hadoop framework that makes it easy, fast, and cost-effective to process vast amounts of data across dynamically scalable Amazon EC2 instance
- Amazon Athena is an interactive query service that makes it easy to analyze data in Amazon S3 using standard SQL
Which service can be used to track the CPU usage of an EC2 instance?
- Amazon CloudTrail
- Amazon CloudFront
- Amazon CloudFormation
- Amazon CloudWatch
- Amazon CloudWatch
- Amazon CloudWatch is a monitoring service for AWS cloud resources and the applications you run on AWS
- CloudWatch is for performance monitoring, whereas CloudTrail is for auditing
Which items can be configured from within the VPC management console? (choose 2)
- Subnets
- Regions
- Load Balancing
- Auto Scaling
- Security Groups
- Subnets
- Security Groups
- Regions are not configured, resources within regions are configured
- Load balancing and auto scaling is configured from the EC2 console
Which service allows you to automatically expand and shrink your application in response to demand?
- AWS ElastiCache
- Amazon Elastic Load Balancing
- AWS Auto Scaling
- Amazon DynamoDB
- AWS Auto Scaling
• Auto Scaling automatically responds to demand by adding or removing EC2 instances to ensure the right amount of compute capacity is available at any time
Which of the statements below is accurate regarding Amazon S3 buckets? (choose 2)
- Bucket names must be unique regionally
- Buckets are replicated globally
- Bucket names must be unique globally
- Buckets are region-specific
- Buckets can contain other buckets
- Bucket names must be unique globally
- Buckets are region-specific
- S3 uses a universal (global) namespace, which means bucket names must be unique globally. However, you create the buckets in a region and the data never leaves that region unless explicitly configured to do so through cross-region replication (CRR)
- Objects within a bucket are replicated within a region across multiple AZs (except for the One-Zone IA class)
- You cannot create nested buckets
Which AWS storage technology can be considered a “virtual hard disk in the cloud”?
- Amazon Elastic File Storage (EFS) filesystem
- Amazon Elastic Block Storage (EBS) volume
- Amazon S3 object
- Amazon Glacier archive
- Amazon Elastic Block Storage (EBS) volume
• An EBS volume is a block storage device that is most similar to a virtual hard disk in the cloud as when attached to an instance it appears as a local disk that can have an operating system installed on or be formatted and used for any other local storage purpose
Which service records API activity on your account and delivers log files to an Amazon S3 bucket?
- Amazon CloudWatch
- Amazon S3 Event Notifications
- Amazon CloudTrail
- Amazon CloudWatch Logs
- Amazon CloudTrail
- AWS CloudTrail is a web service that records activity made on your account and delivers log files to an Amazon S3 bucket
- CloudTrail is for auditing (CloudWatch is for performance monitoring)
Which services are integrated with KMS encryption? (choose 2)
- Amazon RDS
- Amazon EC2
- Amazon EBS
- Amazon SWF
- AWS CloudFormation
- Amazon RDS
- Amazon EBS
• https://aws.amazon.com/kms/features/
The IAM service can be used to manage which objects? (choose 2)
- Security groups
- Access policies
- Roles
- Network ACLs
- Key pairs
- Access policies
- Roles
- Access policies are objects that you attach to entities and resources to define their permissions
- Roles are created and then “assumed” by trusted entities and define a set of permissions for making AWS service requests
- Security groups and network ACLs are used as instance-level and subnet-level firewalls respectively
A company plans to create a hybrid cloud architecture. What technology will allow them to create a hybrid cloud?
- VPC Peering
- Internet Gateway
- Direct Connect
- Elastic Network Interface
- Direct Connect
• Direct Connect provides a low-latency, high bandwidth connection to connect customer on-premise environments with the AWS cloud which allows them to create a “hybrid” cloud architecture
Which service supports the resolution of public domain names to IP addresses or AWS resources?
- Amazon Route 53
- Amazon CloudFront
- Amazon SNS
- Hosted Zones
- Amazon Route 53
• Amazon Route 53 is a highly available and scalable Domain Name System (DNS) service
What can you use to quickly connect your office securely to your Amazon VPC?
- Route Table
- Internet Gateway
- Direct Connect
- AWS managed VPN
- AWS managed VPN
- An AWS managed VPN can be used to quickly connect from an office to an Amazon VPC
- Direct Connect provides high-bandwidth, low-latency connectivity but takes weeks to months to setup (and is much more expensive)
Which service can be used for building and integrating loosely-coupled, distributed applications?
- Amazon EBS
- Amazon SNS
- Amazon EFS
- Amazon RDS
- Amazon SNS
• Amazon Simple Notification Service (Amazon SNS) is a web service that makes it easy to set up, operate, and send notifications from the cloud
Which type of Amazon Elastic Load Balancer operates at layer 7 of the OSI model?
- Application Load Balancer
- Network Load Balancer
- Classic Load Balancer
- F5 Load Balancer
- Application Load Balancer
- Application Load Balancer (ALB) – layer 7 load balancer that routes connections based on the content of the request
- Network Load Balancer (NLB) – layer 4 load balancer that routes connections based on IP protocol data
- Classic Load Balancer (CLB) – this is the oldest of the three and provides basic load balancing at both layer 4 and layer 7
Which services can help to automate a company’s IT infrastructure? (choose 2)
- Amazon CloudWatch Alarms
- Amazon Route 53
- AWS Lambda Scheduled Events
- Virtual Private Cloud
- Elastic Network Interface
- Amazon CloudWatch Alarms
- AWS Lambda Scheduled Events
- Amazon CloudWatch Alarms – You can create a CloudWatch alarm that sends an Amazon Simple Notification Service (Amazon SNS) message when a particular metric goes beyond a specified threshold for a specified number of periods
- AWS Lambda Scheduled events – These events allow you to create a Lambda function and direct AWS Lambda to execute it on a regular schedule
Which database service is a NoSQL type of database that is fully managed?
- Amazon RDS
- Amazon DynamoDB
- Amazon RedShift
- Amazon ElastiCache
- Amazon DynamoDB
- DynamoDB is Amazon’s fully managed non-relational database service
- Amazon RDS is a relational (SQL) type of database
- Amazon RedShift is a data warehouse that can be analyzed using SQL tools
Which storage service allows you to connect multiple EC2 instances concurrently using file-level protocols?
- Amazon S3
- Amazon EBS
- Amazon EFS
- Amazon Glacier
- Amazon EFS
- Amazon Elastic File System allows you to connect hundreds or thousands of EC2 instances concurrently and is accessed using the file-level NFS protocol
- Amazon Elastic Block Storage provides block-level volumes to individual EC2 instances (cannot connect multiple instances to a single EBS volume)
- Amazon S3 is an object storage system and Glacier is used for archiving S3 objects
What type of database supports complex queries and joins and is suitable for a transactional database deployment?
- Amazon RDS
- Amazon DynamoDB
- Amazon RedShift
- Amazon EMR
- Amazon RDS
- Amazon DynamoDB is a NoSQL database and does not support to complex queries and joins
- Amazon RedShift is a data warehouse used for analytic not transactional databases
- Amazon EMR is a Hadoop service that is not suitable for transactional databases
Which service allows you to run code as functions without needing to provision or manage servers?
- Amazon EC2
- Amazon CodeDeploy
- AWS Lambda
- Amazon EKS
- AWS Lambda
- AWS Lambda is a serverless computing technology that allows you to run code without provisioning or managing servers
- AWS CodeDeploy is a fully managed deployment service that automates software deployments to a variety of compute services such as Amazon EC2, AWS Lambda, and your on-premises servers
- Amazon Elastic Container Service for Kubernetes (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on AWS without needing to stand up or maintain your own Kubernetes control plane