Knowledge of the AWS cloud is one of the things that any cloud operator should know. Getting a certification in this course not only shows your ability to maintain or helping in cloud adoption but also guarantees you a chance to gain employment in a field that is lacking professionals. Are you studying for the AWS Saa certification? Take up this test and get to refresh your memory!
Three: MySQL, Oracle and Microsoft SQL Server.
Just two: MySQL and Oracle.
Six: Amazon Aurora, Oracle, Microsoft SQL Server, PostgreSQL, MySQL and MariaDB.
Just one: MySQL.
Rate this question:
45
35
15
10
Rate this question:
MSSQL
MySQL
Aurora
DB2
Rate this question:
Reserved Instances
On-Demand Instances
Spot Instances
Regular Instances
Rate this question:
Detach the volume and attach to an EC2 instance in another AZ.
Create a new volume in the other AZ and speciW the current volume as the source.
Create a snapshot of the volume and then create a volume from the snapshot in the other AZ
Create a new volume in the AZ and do a disk copy of contents from one volume to another.
Rate this question:
200
300
400
500
Rate this question:
2TB
1 GiB
1GB
1Byte
Rate this question:
Amazon VPC
Elastic IP Addresses
AWS Direct Connect
Amazon VPC virtual private gateway
Rate this question:
Create a role which has the necessary and can be assumed by the EC2 instance.
Use the API credentials from an EC2 instance.
Use the API credentials from a bastion host.
Use the API credentials from a NAT Instance.
Rate this question:
True
False
Rate this question:
Amazon Simple Storage Service
Amazon Simple Workflow Service
Amazon Simple Queue Service
Amazon Simple Notification Service
Rate this question:
You encountered a soft limit of 20 instances per region. Submit the limit increase form and retry the failed requests once approved.
AWS allows you to provision no more than 20 instances per Availability Zone. Select a different Availability Zone and retry the failed request.
You need to use Amazon Virtual Private Cloud (VPC) in order to provision more than 20 instances in a single Availability Zone. Simply terminate the resources already provisioned and re-launch them all in a VPC.
You encountered an API throttling situation and should try the failed requests using an exponential decay retry algorithm.
Rate this question:
Us-west-2a with two EC2 instances, us-west-2b with two EC2 instances, and us-west-2c with two EC2 instances
Us-west-2a with three EC2 instances, us-west-2b with three EC2 instances, and us-west-2c with no EC2 instances
Us-west-2a with four EC2 instances, us-west-2b with two EC2 instances, and us-west-2c with two EC2 instances
Us-west-2a with six EC2 instances, us-west-2b with six EC2 instances, and us-west-2c with no EC2 instances
Us-west-2a with three EC2 instances, us-west-2b with three EC2 instances, and us-west-2c with three EC2 instances
Rate this question:
Modify the main route table to allow traffic to a network address translation instance.
Use a dedicated network address translation instance in the public subnet.
Assign a static Internet-routable IP address to an Amazon VPC customer gateway.
Establish a dedicated networking connection using AWS Direct Connect.
Rate this question:
Query the local instance metadata.
Query the local instance userdata.
Query the appropriate Amazon CloudWatch metric.
Use an ipconfig or ifconfig command.
Rate this question:
You must know how many customers the company has today, because this is critical in understanding what their customer base will be in two years.
You must find out the total number of requests per second at peak usage.
You must know the size of the individual objects being written to S3, in order to properly design the key namespace.
In order to build the key namespace correctly, you must understand the total amount of storage needs for each S3 bucket.
Rate this question:
Has at least one route in its associated routing table that uses an Internet Gateway (IGW).
Includes a route in its associated routing table via a Network Address Translation (NAT) instance.
Has a Network Access Control List (NACL) permitting outbound traffic to 0.0.0.0/0.
Has the Public Subnet option selected in its configuration.
Rate this question:
Modify the Auto Scaling policy to use scheduled scaling actions
Modify the Auto Scaling group termination policy to terminate the oldest instance first.
Modify the Auto Scaling group cool-down timers.
Modify the Amazon CloudWatch alarm period that triggers your Auto Scaling scale down policy.
Modify the Auto Scaling group termination policy to terminate the newest instance first.
Rate this question:
Enable S3 versioning on the bucket.
Access S3 data using only signed URLs.
Disable S3 delete using an IAM bucket policy.
Enable S3 Reduced Redundancy Storage.
Enable multi-factor authentication (MFA) protected access.
Rate this question:
2
3
4
6
Rate this question:
$0.00
$0.02
$0.03
$0.05
$0.06
Rate this question:
Memory use
CPU use
Disk read operations
Network in
Estimated charges
Rate this question:
Amazon CloudWatch
Amazon Relational Database Service (RDS)
Elastic Load Balancing
Amazon ElastiCache
AWS Storage Gateway
Amazon DynamoDB
Rate this question:
Deploy in two regions using Weighted Round Robin (WRR), with Auto Scaling minimums set for 50 percent peak load per Region.
Deploy in two regions using Weighted Round Robin (WRR), with Auto Scaling minimums set for 100 percent peak load per region.
Deploy in three Availability Zones, with Auto Scaling minimum set to handle 50 percent peak load per zone.
Deploy in three Availability Zones, with Auto Scaling minimum set to handle 33 percent peak load per zone.
Rate this question:
Use AWS Identity and Access Management roles for EC2 instances.
Pass API credentials to the instance using instance userdata.
Embed the API credentials into your JAR files.
Store API credentials as an object in Amazon Simple Storage Service.
Rate this question:
Destination: 0.0.0.0/0 –> Target: your Internet gateway
Destination: 192.168.1.257/0 –> Target: your Internet gatewayC. Destination: 0.0.0.0/33 –> Target: your virtual private gateway
Destination: 0.0.0.0/0 –> Target: 0.0.0.0/24
Destination: 10.0.0.0/32 –> Target: your virtual private gateway
Rate this question:
Use three Spot Instances rather than three On-Demand instances for the task nodes.
Change the input split size in the MapReduce job configuration.
Use a bootstrap action to present the S3 bucket as a local filesystem.
Launch the core nodes and task nodes within an Amazon Virtual Cloud.
Adjust the number of simultaneous mapper tasks.
Rate this question:
AES-256 encryption of data stored on any shared storage device
Decommissioning of storage devices using industry-standard practices
Background virus scans of EBS volumes and EBS snapshots
Replication of data across multiple AWS Regions
Secure wiping of EBS data when an EBS volume is unmounted
Rate this question:
Active database storage.
Infrequently accessed data.
Data archives.
Frequently accessed data.
Cached session data
Rate this question:
Create an Origin Access Identity (OAI) for CloudFront and grant access to the objects in your S3 bucket to that OAI.
Add the CloudFront account security group “amazon-cf/amazon-cf-sg” to the appropriate S3 bucket policy.
Create an Identity and Access Management (IAM) User for CloudFront and grant access to the objects in your S3 bucket to that IAM User.
Create a S3 bucket policy that lists the CloudFront distribution ID as the Principal and the target bucket as the Amazon Resource Name (ARN).
Rate this question:
The Elastic IP will be dissociated from the instance
All data on instance-store devices will be lost
All data on EBS (Elastic Block Store) devices will be lost
The ENI (Elastic Network Interface) is detached
The underlying host for the instance is changed
Rate this question:
Web server visible metrics such as number failed transaction requests
Operating system visible metrics such as memory utilization
Database visible metrics such as number of connections
Hypervisor visible metrics such as CPU utilization
Rate this question:
No
Yes.
Only EC2-optimized EBS volumes.
Only in read mode.
Rate this question:
True
False
Rate this question:
Raid 5
Raid 6
Raid 1
Raid 2
Rate this question:
5,000 us east, 1,000 all other regions
100,000 us east, 10, 000 all other regions
Designed to scale without limits, but if you go beyond 40,000 us east/10,000 all other regions you have to contact AWS first.
There is no limit
Rate this question:
20
5
10
15
Rate this question:
Checks may still be in progress on the volume
Check has passed
Check has failed
There is no such status
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
MakeSnapShot
FreshSnapshot
DeploySnapshot
CreateSnapshot
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
1
3
5
Rate this question:
None of these.
A list of users that can access Amazon EC2 instances.
An Access Control List (ACL) for AWS resources.
It acts as a virtual firewall that controls the traffic for one or more instances.
Rate this question:
True
False
Rate this question:
Yes, with both hardware or virtual MFA devices
Yes, but only virtual MFA devices.
Yes, but only physical (hardware) MFA devices.
No
Rate this question:
Primary network interface
Subnet interface
Secondary network interface
Rate this question:
Remain as is
Terminate
Hibernate
Pause
Rate this question:
Three: MySQL, Oracle and Microsoft SQL Server.
Just two: MySQL and Oracle.
Six: Amazon Aurora, Oracle, Microsoft SQL Server, PostgreSQL, MySQL and MariaDB.
Just one: MySQL.
Rate this question:
Quiz Review Timeline +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.