Gabriel Albuquerque
Quiz by , created more than 1 year ago

Associate Solutions Architect

122
0
0
Gabriel Albuquerque
Created by Gabriel Albuquerque over 8 years ago
Close

Associate Solutions Architect

Question 1 of 120

1

What does Amazon S3 stand for?

Select one of the following:

  • Simple Storage Solution.

  • Storage Storage Storage (triple redundancy Storage).

  • Storage Server Solution.

  • Simple Storage Service.

Explanation

Question 2 of 120

1

You must assign each server to at least _____ security group

Select one of the following:

  • 3

  • 2

  • 4

  • 1

Explanation

Question 3 of 120

1

Before I delete an EBS volume, what can I do if I want to recreate the volume later?

Select one of the following:

  • Create a copy of the EBS volume (not a snapshot)

  • Store a snapshot of the volume

  • Download the content to an EC2 instance

  • Back up the data in to a physical disk

Explanation

Question 4 of 120

1

Select the most correct answer: The device name /dev/sda1 (within Amazon EC2 ) is _____

Select one of the following:

  • Possible for EBS volumes

  • Reserved for the root device

  • Recommended for EBS volumes

  • Recommended for instance store volumes

Explanation

Question 5 of 120

1

If I want an instance to have a public IP address, which IP address should I use?

Select one of the following:

  • Elastic IP Address

  • Class B IP Address

  • Class A IP Address

  • Dynamic IP Address

Explanation

Question 6 of 120

1

What does RRS stand for when talking about S3?

Select one of the following:

  • Redundancy Removal System

  • Relational Rights Storage

  • Regional Rights Standard

  • Reduced Redundancy Storage

Explanation

Question 7 of 120

1

All Amazon EC2 instances are assigned two IP addresses at launch, out of which one can only be reached from within the Amazon EC2 network?

Select one of the following:

  • Multiple IP address

  • Public IP address

  • Private IP address

  • Elastic IP Address

Explanation

Question 8 of 120

1

What does Amazon SWF stand for?

Select one of the following:

  • Simple Web Flow

  • Simple Work Flow

  • Simple Wireless Forms

  • Simple Web Form

Explanation

Question 9 of 120

1

What is the Reduced Redundancy option in Amazon S3?

Select one of the following:

  • Less redundancy for a lower cost.

  • It doesn't exist in Amazon S3, but in Amazon EBS.

  • It allows you to destroy any copy of your files outside a specific jurisdiction.

  • It doesn't exist at all

Explanation

Question 10 of 120

1

Fill in the blanks: Resources that are created in AWS are identified by a unique identifier called an _____

Select one of the following:

  • Amazon Resource Number

  • Amazon Resource Nametag

  • Amazon Resource Name

  • Amazon Resource Namespace

Explanation

Question 11 of 120

1

If I write the below command, what does it do? ec2-run ami-e3a5408a -n 20 -g appserver

Select one of the following:

  • Start twenty instances as members of appservergroup.

  • Creates 20 rules in the security group named appserver

  • Terminate twenty instances as members ofappservergroup.

  • Start 20 security groups

Explanation

Question 12 of 120

1

While creating an Amazon RDS DB, your first task is to set up a DB ______ that controls what IP addresses or EC2 instances have access to your DB Instance.

Select one of the following:

  • Security Pool

  • Secure Zone

  • Security Token Pool

  • Security Group

Explanation

Question 13 of 120

1

When you run a DB Instance as a Multi-AZ deployment, the "_____" serves database writes and reads

Select one of the following:

  • secondary

  • backup

  • standby

  • primary

Explanation

Question 14 of 120

1

Every user you create in the IAM system starts with ______.

Select one of the following:

  • partial permissions

  • full permissions

  • no permissions

Explanation

Question 15 of 120

1

Can you create IAM security credentials for existing users?

Select one of the following:

  • Yes, existing users can have security credentials associated with their account.

  • No, IAM requires that all users who have credentials set up are not existing users

  • No, security credentials are created within GROUPS, and then users are associated to GROUPS at a later time.

  • Yes, but only IAM credentials, not ordinary security credentials.

Explanation

Question 16 of 120

1

What does Amazon EC2 provide?

Select one of the following:

  • Virtual servers in the Cloud.

  • A platform to run code (Java, PHP, Python), paying on an hourly basis.

  • Computer Clusters in the Cloud.

  • Physical servers, remotely managed by the customer.

Explanation

Question 17 of 120

1

Amazon SWF is designed to help users...

Select one of the following:

  • Design graphical user interface interactions

  • Manage user identification and authorisation

  • Store Web content

  • Coordinate synchronous and asynchronous tasks which are distributed and fault tolerant.

Explanation

Question 18 of 120

1

Can I control if and when MySQL based RDS Instance is upgraded to new supported versions?

Select one of the following:

  • No

  • Only in VPC

  • Yes

Explanation

Question 19 of 120

1

If I modify a DB Instance or the DB parameter group associated with the instance, should I reboot the instance for the changes to take effect?

Select one of the following:

  • No

  • Yes

Explanation

Question 20 of 120

1

When you view the block device mapping for your instance, you can see only the EBS volumes, not the instance store volumes.

Select one of the following:

  • Depends on the instance type

  • FALSE

  • Depends on whether you use API call

  • TRUE

Explanation

Question 21 of 120

1

By default, EBS volumes that are created and attached to an instance at launch are deleted when that instance is terminated. You can modify this behavior by changing the value of the flag_____ to false when you launch the instance

Select one of the following:

  • DeleteOnTermination

  • RemoveOnDeletion

  • RemoveOnTermination

  • TerminateOnDeletion

Explanation

Question 22 of 120

1

What are the initial settings of an user created security group?

Select one of the following:

  • Allow all inbound traffic and Allow no outbound traffic

  • Allow no inbound traffic and Allow no outbound traffic

  • Allow no inbound traffic and Allow all outbound traffic

  • Allow all inbound traffic and Allow all outbound traffic

Explanation

Question 23 of 120

1

Will my standby RDS instance be in the same Region as my primary?

Select one of the following:

  • Only for Oracle RDS types

  • Yes

  • Only if configured at launch

  • No

Explanation

Question 24 of 120

1

What does Amazon Elastic Beanstalk provide?

Select one of the following:

  • A scalable storage appliance on top of Amazon Web Services.

  • An application container on top of Amazon Web Services.

  • A service by this name doesn't exist.

  • A scalable cluster of EC2 instances.

Explanation

Question 25 of 120

1

True or False: When using IAM to control access to your RDS resources, the key names that can be used are case sensitive. For example, aws:CurrentTime is NOT equivalent to AWS:currenttime.

Select one of the following:

  • TRUE

  • FALSE

Explanation

Question 26 of 120

1

What will be the status of the snapshot until the snapshot is complete.

Select one of the following:

  • running

  • working

  • progressing

  • pending

Explanation

Question 27 of 120

1

Can we attach an EBS volume to more than one EC2 instance at the same time?

Select one of the following:

  • No

  • Yes

  • Only EC2-optimized EBS volumes.

  • Only in read mode.

Explanation

Question 28 of 120

1

True or False: Automated backups are enabled by default for a new DB Instance.

Select one of the following:

  • TRUE

  • FALSE

Explanation

Question 29 of 120

1

What does the AWS Storage Gateway provide?

Select one of the following:

  • It allows to integrate on-premises IT environments with Cloud Storage.

  • A direct encrypted connection to Amazon S3.

  • It's a backup solution that provides an on-premises Cloud storage.

  • It provides an encrypted SSL endpoint for backups in the Cloud.

Explanation

Question 30 of 120

1

Amazon RDS automated backups and DB Snapshots are currently supported for only the ______ storage engine

Select one of the following:

  • InnoDB

  • MyISAM

Explanation

Question 31 of 120

1

How many relational database engines does RDS currently support?

Select one of the following:

  • Three: MySQL, Oracle and Microsoft SQL Server.

  • Just two: MySQL and Oracle.

  • Five: MySQL, PostgreSQL, MongoDB, Cassandra and SQLite.

  • Just one: MySQL.

Explanation

Question 32 of 120

1

Fill in the blanks: The base URI for all requests for instance metadata is _____

Select one of the following:

  • http://254.169.169.254/latest/

  • http://169.169.254.254/latest/

  • http://127.0.0.1/latest/

  • http://169.254.169.254/latest/

Explanation

Question 33 of 120

1

While creating the snapshots using the the command line tools, which command should I be using?

Select one of the following:

  • ec2-deploy-snapshot

  • ec2-fresh-snapshot

  • ec2-create-snapshot

  • ec2-new-snapshot

Explanation

Question 34 of 120

1

Typically, you want your application to check whether a request generated an error before you spend any time processing results. The easiest way to find out if an error occurred is to look for an______node in the response from the Amazon RDS API.

Select one of the following:

  • Incorrect

  • Error

  • FALSE

Explanation

Question 35 of 120

1

What are the two permission types used by AWS?

Select one of the following:

  • Resource-based and Product-based

  • Product-based and Service-based

  • Service-based

  • User-based and Resource-based

Explanation

Question 36 of 120

1

In the Amazon cloudwatch, which metric should I be checking to ensure that your DB Instance has enough free storage space?

Select one of the following:

  • FreeStorage

  • FreeStorageSpace

  • FreeStorageVolume

  • FreeDBStorageSpace

Explanation

Question 37 of 120

1

Amazon RDS DB snapshots and automated backups are stored in...

Select one of the following:

  • Amazon S3

  • Amazon ECS Volume

  • Amazon RDS

  • Amazon EMR

Explanation

Question 38 of 120

1

What is the maximum key length of a tag?

Select one of the following:

  • 512 Unicode characters

  • 64 Unicode characters

  • 256 Unicode characters

  • 128 Unicode characters

Explanation

Question 39 of 120

1

Groups can't _____.

Select one of the following:

  • be nested more than 3 levels

  • be nested at all

  • be nested more than 4 levels

  • be nested more than 2 levels

Explanation

Question 40 of 120

1

You must increase storage size in increments of at least _____ %

Select one of the following:

  • 40

  • 20

  • 50

  • 10

Explanation

Question 41 of 120

1

Changes to the backup window take effect ______.

Select one of the following:

  • from the next billing cycle

  • after 30 minutes

  • immediately

  • after 24 hours

Explanation

Question 42 of 120

1

Using Amazon CloudWatch's Free Tier, what is the frequency of metric updates which you receive?

Select one of the following:

  • 5 minutes

  • 500 milliseconds.

  • 30 seconds

  • 1 minute

Explanation

Question 43 of 120

1

Which is the default region in AWS?

Select one of the following:

  • eu-west-1

  • us-east-1

  • us-east-2

  • ap-southeast-1

Explanation

Question 44 of 120

1

What are the Amazon EC2 API tools?

Select one of the following:

  • They don't exist. The Amazon EC2 AMI tools, instead, are used to manage permissions.

  • Command-line tools to the Amazon EC2 web service.

  • They are a set of graphical tools to manage EC2 instances.

  • They don't exist. The Amazon API tools are a client interface to Amazon Web Services.

Explanation

Question 45 of 120

1

What are the two types of licensing options available for using Amazon RDS for Oracle?

Select one of the following:

  • BYOL and Enterprise License

  • BYOL and License Included

  • Enterprise License and License Included

  • Role based License and License Included

Explanation

Question 46 of 120

1

What does a "Domain" refer to in Amazon SWF?

Select one of the following:

  • A security group in which only tasks inside can communicate with each other

  • A special type of worker

  • A collection of related Workflows

  • The DNS record for the Amazon SWF service

Explanation

Question 47 of 120

1

EBS Snapshots occur _____

Select one of the following:

  • Asynchronously

  • Synchronously

  • Weekly

Explanation

Question 48 of 120

1

Disabling automated backups ______ disable the point-in-time recovery.

Select one of the following:

  • if configured to can

  • will never

  • will

Explanation

Question 49 of 120

1

Out of the stripping options available for the EBS volumes, which one has the following disadvantage : 'Doubles the amount of I/O required from the instance to EBS compared to RAID 0, because you're mirroring all writes to a pair of volumes, limiting how much you can stripe.' ?

Select one of the following:

  • Raid 0

  • RAID 1+0 (RAID 10)

  • Raid 1

  • Raid 2

Explanation

Question 50 of 120

1

Is creating a Read Replica of another Read Replica supported?

Select one of the following:

  • Only in certain regions

  • Only with MSSQL based RDS

  • Only for Oracle RDS types

  • No

Explanation

Question 51 of 120

1

Can Amazon S3 uploads resume on failure or do they need to restart?

Select one of the following:

  • Restart from beginning

  • You can resume them, if you flag the "resume on failure" option before uploading.

  • Resume on failure

  • Depends on the file size

Explanation

Question 52 of 120

1

Which of the following cannot be used in Amazon EC2 to control who has access to specific Amazon EC2 instances?

Select one of the following:

  • Security Groups

  • IAM System

  • SSH keys

  • Windows passwords

Explanation

Question 53 of 120

1

Fill in the blanks : _____ let you categorize your EC2 resources in different ways, for example, by purpose, owner, or environment.

Select one of the following:

  • wildcards

  • pointers

  • Tags

  • special filters

Explanation

Question 54 of 120

1

How can I change the security group membership for interfaces owned by other AWS, such as Elastic Load Balancing?

Select one of the following:

  • By using the service specific console or API\CLI commands

  • None of these

  • Using Amazon EC2 API/CLI

  • using all these methods

Explanation

Question 55 of 120

1

What is the maximum write throughput I can provision for a single DynamoDB table?

Select one of the following:

  • 1,000 write capacity units

  • 100,000 write capacity units

  • DynamoDB is designed to scale without limits, but if you go beyond 10,000 you have to contact AWS first

  • 10,000 write capacity units

Explanation

Question 56 of 120

1

What does the following command do with respect to the Amazon EC2 security groups?
ec2-revoke RevokeSecurityGroupIngress

Select one of the following:

  • Removes one or more security groups from a rule.

  • Removes one or more security groups from an Amazon EC2 instance.

  • Removes one or more rules from a security group.

  • Removes a security group from our account.

Explanation

Question 57 of 120

1

Can a 'user' be associated with multiple AWS accounts?

Select one of the following:

  • No

  • Yes

Explanation

Question 58 of 120

1

Manually created DB Snapshots are deleted after the DB Instance is deleted.

Select one of the following:

  • True
  • False

Explanation

Question 59 of 120

1

Can I move a Reserved Instance from one Region to another?

Select one of the following:

  • No

  • Only if they are moving into GovCloud

  • Yes

  • Only if they are moving to US East from another region

Explanation

Question 60 of 120

1

What is Amazon Glacier?

Select one of the following:

  • You mean Amazon "Iceberg": it's a low-cost storage service.

  • A security tool that allows to "freeze" an EBS volume and perform computer forensics on it.

  • A low-cost storage service that provides secure and durable storage for data archiving and backup.

  • It's a security tool that allows to "freeze" an EC2 instance and perform computer forensics on it.

Explanation

Question 61 of 120

1

What is the durability of S3 RRS?

Select one of the following:

  • 99.99%

  • 99.95%

  • 99.995%

  • 99.999999999%

Explanation

Question 62 of 120

1

What does specifying the mapping /dev/sdc=none when launching an instance do?

Select one of the following:

  • Prevents /dev/sdc from creating the instance.

  • Prevents /dev/sdc from deleting the instance.

  • Set the value of /dev/sdc to 'zero'.

  • Prevents /dev/sdc from attaching to the instance.

Explanation

Question 63 of 120

1

Is Federated Storage Engine currently supported by Amazon RDS for MySQL?

Select one of the following:

  • No

  • Yes

  • Only in VPC

Explanation

Question 64 of 120

1

Is there a limit to how many groups a user can be in?

Select one of the following:

  • Yes for all users

  • Yes for all users except root

  • No

  • Yes unless special permission granted

Explanation

Question 65 of 120

1

When you perform a restore operation to a point in time or from a DB Snapshot, a new DB Instance is created with a new endpoint.

Select one of the following:

  • True
  • False

Explanation

Question 66 of 120

1

A/An _____ acts as a firewall that controls the traffic allowed to reach one or more instances.

Select one of the following:

  • security group

  • ACL

  • IAM

  • Private IP Addresses

Explanation

Question 67 of 120

1

Will my standby RDS instance be in the same Availability Zone as my primary?

Select one of the following:

  • Only for Oracle RDS types

  • Yes

  • Only if configured at launch

  • No

Explanation

Question 68 of 120

1

While launching an RDS DB instance, on which page I can select the Availability Zone?

Select one of the following:

  • REVIEW

  • DB INSTANCE DETAILS

  • MANAGEMENT OPTIONS

  • ADDITIONAL CONFIGURATION

Explanation

Question 69 of 120

1

What does the following command do with respect to the Amazon EC2 security groups?
ec2-create-group CreateSecurityGroup

Select one of the following:

  • Groups the user created security groups in to a new group for easy access.

  • Creates a new security group for use with your account.

  • Creates a new group inside the security group.

  • Creates a new rule inside the security group.

Explanation

Question 70 of 120

1

In the Launch Db Instance Wizard, where can I select the backup and maintennance options?

Select one of the following:

  • Under DB INSTANCE DETAILS

  • Under REVIEW

  • Under MANAGEMENT OPTIONS

  • Under ENGINE SELECTION

Explanation

Question 71 of 120

1

What happens to the data on an instance if the instance reboots (intentionally or unintentionally)?

Select one of the following:

  • Data will be lost

  • Data persists

  • Data may persist however cannot be sure

Explanation

Question 72 of 120

1

How many types of block devices does Amazon EC2 support?

Select one of the following:

  • 2

  • 3

  • 4

  • 1

Explanation

Question 73 of 120

1

Provisioned IOPS Costs: you are charged for the IOPS and storage whether or not you use them in a given month. True or False?

Select one of the following:

  • True
  • False

Explanation

Question 74 of 120

1

IAM provides several policy templates you can use to automatically assign permissions to the groups you create. The _____ policy template gives the Admins group permission to access all account resources,except your AWS account information

Select one of the following:

  • Read Only Access

  • Power User Access

  • AWS CloudFormation Read Only Access

  • Administrator Access

Explanation

Question 75 of 120

1

Can Amazon S3 uploads resume on failure or do they need to restart?

Select one of the following:

  • Resume on failure

  • You can resume them, if you flag the "resume on failure" option before uploading.

  • Restart from beginning

  • This question doesn't make sense

Explanation

Question 76 of 120

1

While performing the volume status checks, if the status is insufficient-data, what does it mean?

Select one of the following:

  • the checks may still be in progress on the volume

  • the check has passed

  • the check has failed

Explanation

Question 77 of 120

1

IAM's Policy Evaluation Logic always starts with a default ______ for every request, except for those that use the AWS account's root security credentials

Select one of the following:

  • Permit

  • Deny

  • Cancel

Explanation

Question 78 of 120

1

By default, when an EBS volume is attached to a Windows instance, it may show up as any drive letter on the instance. You can change the settings of the _____ Service to set the drive letters of the EBS volumes per your specifications.

Select one of the following:

  • EBSConfig Service

  • AMIConfig Service

  • Ec2Config Service

  • Ec2-AMIConfig Service

Explanation

Question 79 of 120

1

For each DB Instance class, what is the maximum size of associated storage capacity?

Select one of the following:

  • 5GB

  • 1TB

  • 2TB

  • 500GB

Explanation

Question 80 of 120

1

SQL Server _____ store logins and passwords in the master database.

Select one of the following:

  • can be configured to but by default does not

  • doesn't

  • does

Explanation

Question 81 of 120

1

What is Oracle SQL Developer?

Select one of the following:

  • An AWS developer who is an expert in Amazon RDS using both the Oracle and SQL Server DB engines

  • A graphical Java tool distributed without cost by Oracle.

  • It is a variant of the SQL Server Management Studio designed by Microsoft to support Oracle DBMS functionalities

  • A different DBMS released by Microsoft free of cost

Explanation

Question 82 of 120

1

Does Amazon RDS allow direct host access via Telnet, Secure Shell (SSH), or Windows Remote Desktop Connection?

Select one of the following:

  • Yes

  • No

  • Depends on if it is in VPC or not

Explanation

Question 83 of 120

1

To view information about an Amazon EBS volume, open the Amazon EC2 console at https://console.aws.amazon.com/ec2/, click _____ in the Navigation pane.

Select one of the following:

  • EBS

  • Describe

  • Details

  • Volumes

Explanation

Question 84 of 120

1

You must increase storage size in increments of at least _____ %

Select one of the following:

  • 40

  • 30

  • 10

  • 20

Explanation

Question 85 of 120

1

Using Amazon IAM, can I give permission based on organizational groups?

Select one of the following:

  • Yes but only in certain cases

  • No

  • Yes always

Explanation

Question 86 of 120

1

What is an isolated database environment running in the cloud (Amazon RDS) called?

Select one of the following:

  • DB Instance

  • DB Server

  • DB Unit

  • DB Volume

Explanation

Question 87 of 120

1

While signing in REST/ Query requests, for additional security, you should transmit your requests using Secure Sockets Layer (SSL) by using _____

Select one of the following:

  • HTTP

  • Internet Protocol Security(IPsec)

  • TLS (Transport Layer Security)

  • HTTPS

Explanation

Question 88 of 120

1

What happens to the I/O operations while you take a database snapshot?

Select one of the following:

  • I/O operations to the database are suspended for a few minutes while the backup is in progress.

  • I/O operations to the database are sent to a Replica (if available) for a few minutes while the backup is in progress.

  • I/O operations will be functioning normally

  • I/O operations to the database are suspended for an hour while the backup is in progress

Explanation

Question 89 of 120

1

Read Replicas require a transactional storage engine and are only supported for the _____ storage engine

Select one of the following:

  • OracleISAM

  • MSSQLDB

  • InnoDB

  • MyISAM

Explanation

Question 90 of 120

1

When running my DB Instance as a Multi-AZ deployment, can I use the standby for read or write operations?

Select one of the following:

  • Yes

  • Only with MSSQL based RDS

  • Only for Oracle RDS instances

  • No

Explanation

Question 91 of 120

1

When should I choose Provisioned IOPS over Standard RDS storage?

Select one of the following:

  • If you have batch-oriented workloads

  • If you use production online transaction processing (OLTP) workloads.

  • If you have workloads that are not sensitive to consistent performance

Explanation

Question 92 of 120

1

In the 'Detailed' monitoring data available for your Amazon EBS volumes, Provisioned IOPS volumes automatically send _____ minute metrics to Amazon CloudWatch.

Select one of the following:

  • 3

  • 1

  • 5

  • 2

Explanation

Question 93 of 120

1

What is the minimum charge for the data transferred between Amazon RDS and Amazon EC2 Instances in the same Availability Zone?

Select one of the following:

  • USD 0.10 per GB

  • No charge. It is free.

  • USD 0.02 per GB

  • USD 0.01 per GB

Explanation

Question 94 of 120

1

Are Reserved Instances available for Multi-AZ Deployments?

Select one of the following:

  • Only for Cluster Compute instances

  • Yes

  • Only for M3 instance types

  • No

Explanation

Question 95 of 120

1

Which service enables AWS customers to manage users and permissions in AWS?

Select one of the following:

  • AWS Access Control Service (ACS)

  • AWS Identity and Access Management (IAM)

  • AWS Identity Manager (AIM)

Explanation

Question 96 of 120

1

Which Amazon Storage behaves like raw, unformatted, external block devices that you can attach to your instances?

Select one of the following:

  • None of these.

  • Amazon Instance Storage

  • Amazon EBS

  • All of these

Explanation

Question 97 of 120

1

Which Amazon service can I use to define a virtual network that closely resembles a traditional data center?

Select one of the following:

  • Amazon VPC

  • Amazon ServiceBus

  • Amazon EMR

  • Amazon RDS

Explanation

Question 98 of 120

1

Amazon RDS automated backups and DB Snapshots are currently supported for only the ______ storage engine

Select one of the following:

  • MyISAM

  • InnoDB

Explanation

Question 99 of 120

1

MySQL installations default to port _____.

Select one of the following:

  • 3306

  • 443

  • 80

  • 1158

Explanation

Question 100 of 120

1

If you have chosen Multi-AZ deployment, in the event of a planned or unplanned outage of your primary DB Instance, Amazon RDS automatically switches to the standby replica. The automatic failover mechanism simply changes the ______ record of the main DB Instance to point to the standby DB Instance.

Select one of the following:

  • DNAME

  • CNAME

  • TXT

  • MX

Explanation

Question 101 of 120

1

If I want to run a database in an Amazon instance, which is the most recommended Amazon storage option?

Select one of the following:

  • Amazon Instance Storage

  • Amazon EBS

  • You can't run a database inside an Amazon instance.

  • Amazon S3

Explanation

Question 102 of 120

1

In regards to IAM you can edit user properties later, but you cannot use the console to change the _____.

Select one of the following:

  • user name

  • password

  • default group

Explanation

Question 103 of 120

1

Can I test my DB Instance against a new version before upgrading?

Select one of the following:

  • No

  • Yes

  • Only in VPC

Explanation

Question 104 of 120

1

If you add a tag that has the same key as an existing tag on a DB Instance, the new value overwrites the old value.

Select one of the following:

  • True
  • False

Explanation

Question 105 of 120

1

Can I use Provisioned IOPS with VPC?

Select one of the following:

  • Only Oracle based RDS

  • No

  • Only with MSSQL based RDS

  • Yes for all RDS instances

Explanation

Question 106 of 120

1

Making your snapshot public shares all snapshot data with everyone. Can the snapshots with AWS Marketplace product codes be made public?

Select one of the following:

  • True
  • False

Explanation

Question 107 of 120

1

Fill in the blanks: "To ensure failover capabilities, consider using a _____ for incoming traffic on a network interface".

Select one of the following:

  • primary public IP

  • secondary private IP

  • secondary public IP

  • add on secondary IP

Explanation

Question 108 of 120

1

If I have multiple Read Replicas for my master DB Instance and I promote one of them, what happens to the rest of the Read Replicas?

Select one of the following:

  • The remaining Read Replicas will still replicate from the older master DB Instance

  • The remaining Read Replicas will be deleted

  • The remaining Read Replicas will be combined to one read replica

Explanation

Question 109 of 120

1

What does Amazon CloudFormation provide?

Select one of the following:

  • The ability to setup Autoscaling for Amazon EC2 instances.

  • None of these.

  • A templated resource creation for Amazon Web Services.

  • A template to map network resources for Amazon Web Services.

Explanation

Question 110 of 120

1

Can I encrypt connections between my application and my DB Instance using SSL?

Select one of the following:

  • No

  • Yes

  • Only in VPC

  • Only in certain regions

Explanation

Question 111 of 120

1

What are the four levels of AWS Premium Support?

Select one of the following:

  • Basic, Developer, Business, Enterprise

  • Basic, Startup, Business, Enterprise

  • Free, Bronze, Silver, Gold

  • All support is free

Explanation

Question 112 of 120

1

What can I access by visiting the URL: http://status.aws.amazon.com/ ?

Select one of the following:

  • Amazon Cloud Watch

  • Status of the Amazon RDS DB

  • AWS Service Health Dashboard

  • AWS Cloud Monitor

Explanation

Question 113 of 120

1

Please select the Amazon EC2 resource which cannot be tagged.

Select one of the following:

  • images (AMIs, kernels, RAM disks)

  • Amazon EBS volumes

  • Elastic IP addresses

  • VPCs

Explanation

Question 114 of 120

1

Because of the extensibility limitations of striped storage attached to Windows Server, Amazon RDS does not currently support increasing storage on a _____ DB Instance.

Select one of the following:

  • SQL Server

  • MySQL

  • Oracle

Explanation

Question 115 of 120

1

Through which of the following interfaces is AWS Identity and Access Management available?
A) AWS Management Console;
B) Command line interface (CLI);
C) IAM Query API;
D) Existing libraries

Select one of the following:

  • Only through Command line interface (CLI)

  • A, B and C

  • A and C

  • All of the above

Explanation

Question 116 of 120

1

Select the incorrect statement

Select one of the following:

  • In Amazon EC2, the private IP address is only returned to Amazon EC2 when the instance is stopped or terminated

  • In Amazon VPC, an instance retains its private IP addresses when the instance is stopped.

  • In Amazon VPC, an instance does NOT retain its private IP addresses when the instance is stopped.

  • In Amazon EC2, the private IP address is associated exclusively with the instance for its lifetime

Explanation

Question 117 of 120

1

How are the EBS snapshots saved on Amazon S3?

Select one of the following:

  • Exponentially

  • Incrementally

  • EBS snapshots are not stored in the Amazon S3

  • Decrementally

Explanation

Question 118 of 120

1

What is the type of monitoring data (for Amazon EBS volumes) which is available automatically in 5-minute periods at no charge called?

Select one of the following:

  • Basic

  • Primary

  • Detailed

  • Local

Explanation

Question 119 of 120

1

The new DB Instance that is created when you promote a Read Replica retains the backup window period.

Select one of the following:

  • True
  • False

Explanation

Question 120 of 120

1

What happens when you create a topic on Amazon SNS?

Select one of the following:

  • The topic is created, and it has the name you specified for it.

  • An ARN (Amazon Resource Name) is created.

  • You can create a topic on Amazon SQS, not on Amazon SNS.

  • This question doesn't make sense.

Explanation