AWS 2

Descripción

Test sobre AWS 2, creado por K H el 30/08/2015.
K H
Test por K H, actualizado hace más de 1 año
K H
Creado por K H hace más de 8 años
56
2

Resumen del Recurso

Pregunta 1

Pregunta
The user has configured AutoScaling based on the dynamic policy. Which of the following is not the right command to specify a change in capacity as a part of the policy?
Respuesta
  • “adjustment=3” (type is ExactCapacity)
  • “adjustment=-50” (type is PercentChangeInCapacity)
  • “adjustment=-1” (type is ChangeInCapacity)
  • “adjustment=-8” (type is ExactCapacity)

Pregunta 2

Pregunta
A user has configured AutoScaling with policy based scaling. The user has 68 instances running right now. The policy states that the count should be increased by 10%. How many instances will be running after the scaling activity is complete?
Respuesta
  • 75
  • 74
  • 69
  • 76

Pregunta 3

Pregunta
A user has configured AutoScaling with policy based scaling. The user has 53 instances running right now. The policy states that the count should decrease by 10%. How many instances will be running after the scaling activity is complete?
Respuesta
  • 47
  • 48
  • 50
  • 52

Pregunta 4

Pregunta
A user is providing a SaaS which is hosted on AWS. The SaaS is having multiple customers and the owner wants to setup AutoScaling for each customer based on their requirement. What is the maximum number of AutoScaling groups that the owner can configure in each region?
Respuesta
  • 100
  • 40
  • 10
  • 20

Pregunta 5

Pregunta
A user has launched an instance with an EBS backed root device and then attached two additional EBS volumes to it. The user is trying to create the AutoScaling Launch configuration using this instance as a reference. How many additional block devices will the future instance have by default?
Respuesta
  • 3
  • 2
  • 0
  • 1

Pregunta 6

Pregunta
A user is trying to create an AutoScaling launch configuration from an existing EC2 instance using AWS console. Where should the user select the instance to setup the launch config?
Respuesta
  • EC2-> Auto Scaling-> Instance Listing
  • EC2->Describe Instances Page
  • The launch from the instance is not supported in the AWS console
  • EC2-> Launch Config Creation Page

Pregunta 7

Pregunta
A user is trying to create a vault in AWS Glacier. The user wants to enable notifications. In which of the below mentioned options can the user enable the notifications from the AWS console?
Respuesta
  • Vault Inventory Retrieval Job Complete.
  • Glacier does not support the AWS console.
  • Archival Upload Complete.
  • Vault Retrieval Job Complete.

Pregunta 8

Pregunta
A user is writing an application which creates versions of all the objects which are older than 50 days. Which of the below mentioned APIs or methodologies should the user use?
Respuesta
  • SOAP API
  • CLI
  • REST API
  • AWS console

Pregunta 9

Pregunta
A user is planning to launch an instance from AWS EC2. Which of the below mentioned options is not a possible scenario?
Respuesta
  • Use the AWS Tools for Windows PowerShell with an AMI that the user selects.
  • Launch an instance using the Amazon EBS snapshot.
  • Launch using the ELB console with the selected AMI.
  • Launch an instance using the EC2 CLI.

Pregunta 10

Pregunta
When selecting an AMI to launch the EC2 instance, which of the below mentioned options is not available to the user?
Respuesta
  • Select Community AMIs.
  • Select from the AWS marketplace.
  • Select from the Trusted AWS partners.
  • Select My AMIs.

Pregunta 11

Pregunta
A user is using an EBS backed Windows instance. The user wants the instance to terminate when he stops the instance. How can the user achieve this?
Respuesta
  • The user has to use Cloudwatch to configure instance termination while the instance is being stopped.
  • Update the instance termination protection attributes so it always terminates when it is stopped.
  • Change the shutdown behaviour of the instance from stop to terminate.
  • It is not possible to terminate the instance when it is stopped.

Pregunta 12

Pregunta
A user has launched an EC2 instance. Which of the below mentioned statements is not true with respect to instance addressing?
Respuesta
  • The user can communicate using the private IP across regions.
  • The private IP address and public IP address for an instance are directly mapped to each other using NAT.
  • The private IP addresses are not reachable from the internet.
  • The private IP address for the instance is assigned using DHCP.

Pregunta 13

Pregunta
A user is creating a custom firewall configuration in EC2-Classic. How will the user ensure that the internal DNS resolution of the instance does not fail?
Respuesta
  • The user cannot create a custom firewall in EC2-Classic.
  • The custom firewall should map the internal DNS with the elastic IP using NAT.
  • Allow inbound traffic on port 53 from the Amazon DNS server.
  • The user should implement NAT for DNS and IP mapping.

Pregunta 14

Pregunta
A user has launched an EC2 instance and mounted a 20 GB volume on /dev/sdf. What will happen to the volume when the instance is terminated?
Respuesta
  • The volume will survive instance termination.
  • The volume will be terminated only if it is mounted as a root device.
  • The volume will be terminated along with the instance.
  • The volume will be terminated only if the user has marked the flag of deleteontermination false.

Pregunta 15

Pregunta
A user is trying to launch an instance with a free usage tier. Which of the below mentioned options is not possible?
Respuesta
  • Attach an EBS volume of 1 GB.
  • Launch with RHEL OS.
  • Enable termination protection.
  • Attach an ephemeral storage.

Pregunta 16

Pregunta
A user is creating an AMI from a large instance. The instance has one EBS volume of 10 GB and one ephermal storage. Will the AMI have ephermal storage when a new instance is launched from it?
Respuesta
  • Provided it is an EBS backed AMI.
  • No.
  • Provided it is an instance store backed AMI.
  • Yes.

Pregunta 17

Pregunta
A user has launched an EC2 instance under the free usage tier. The user wants to have some temporary storage attached to the instance. How can the user have ephermal storage?
Respuesta
  • It is not possible to have ephermal storage with free usage.
  • Launch an instance with an instance store backed AMI.
  • Create an AMI which has ephermal storage attached on instance launch.
  • While launching an instance the user can attach ephermal storage.

Pregunta 18

Pregunta
A user is launching an EC2 instance under the free usage tier from the AMI with a snapshot size of 50 GB. How can the user launch the instance under the free usage tier?
Respuesta
  • It is not possible to have this instance under the free usage tier.
  • Launch a micro instance, but in the EBS configuration modify the size of EBS to 30 GB.
  • Launch a micro instance.
  • Launch a micro instance, but do not store the data of more than 30 GB on the EBS storage.

Pregunta 19

Pregunta
While assigning a tag to an instance, which of the below mentioned options is not a valid tag key/value pair?
Respuesta
  • Key: “aws:name” Value: “instance@aws”
  • Key: “Name :aws” Value: “instance@aws”
  • Key : “name@aws” Value:”aws:instance”
  • Key : “aws” Value:”aws”

Pregunta 20

Pregunta
A user has configured a security group with EC2-CLASSIC. Which of the below mentioned statements is true?
Respuesta
  • By default all inbound traffic is disabled and all outbound traffic is enabled.
  • By default all inbound and outbound traffic is enabled.
  • By default all inbound and outbound traffic is disabled.
  • By default all inbound traffic is enabled and all outbound traffic is disabled.

Pregunta 21

Pregunta
A user has enabled versioning of a bucket. Is it possible to store all the versions of the objects in RRS and the current version of the object in S3?
Respuesta
  • Yes.
  • No.
  • No, but it is possible that the current version stays in RRS and the older version in S3.
  • Yes, only if the life cycle rule is set.

Pregunta 22

Pregunta
A user is exploring options to work with AWS S3. Which of the below mentioned statements does not help user with respect to AWS S3?
Respuesta
  • The user can store a php file in AWS S3.
  • The user can host a static website on AWS S3.
  • The user can host a dynamic website with Cloudfront.
  • The user can create a bucket with the same name as the user domain on S3.

Pregunta 23

Pregunta
A user has enabled a static website with AWS S3. The user already has index.html as a part of this bucket. What difference will be there for the user while using this hosting feature?
Respuesta
  • Nothing. The website hosting feature just enables the user to point to the specific index file.
  • It helps the user to save some costs as it will not consider the I/O charges if website hosting is enabled.
  • The user can directly access the website using the region specific endpoint.
  • Nothing. the user can always access index.html without the hosting feature.

Pregunta 24

Pregunta
A user has a root domain as www.cloudacademy.com. The user wants to serve all the requests for cloudacademy.com as well as for www.cloudacademy.com using AWS S3. How can the user achieve this?
Respuesta
  • Create two buckets with the name www.cloudacademy.com and cloudacademy.com and host a static website on both the buckets.
  • Create two buckets with the name www.cloudacademy.com and cloudacademy.com and route requests from both the buckets to each other using S3 website hosting.
  • It is not possible to have two buckets serving the same website.
  • Create two buckets with the name www.cloudacademy.com and cloudacademy.comand route requests of one bucket to another using S3 website hosting.

Pregunta 25

Pregunta
A user has uploaded an object on S3. Which of the below mentioned methodologies should be implemented by S3 to ensure the integrity of the data?
Respuesta
  • Archival.
  • Checksum.
  • Encryption.
  • Intrinsic replication.

Pregunta 26

Pregunta
A user is updating an object in the Singapore region. The original content has the value “colour=red”. The user updates the object with the content as “colour=”white”. If the user tries to read the value of the object 1 minute after it was uploaded, what will S3 return?
Respuesta
  • It will return “colour=white”.
  • It will return “colour=red”.
  • It will return an error saying that the object was not found.
  • It may return either “colour=red” or “colour=white” i.e. any of the value.

Pregunta 27

Pregunta
A user is creating an object in the EU region. The content of the object is the value “colour=red”. If the user tries to read the value of the object 1 minute after it was uploaded, what will S3 return?
Respuesta
  • It will return error 404 object not found.
  • It may return an error or return the value “colour=red”.
  • It will return an invalid key.
  • It will return “colour=red”.

Pregunta 28

Pregunta
A user has created an bucket with the name "cloudacademy" in the US East region. The other AWS account user is trying to create a bucket with the same name in the EU region. What will S3 do?
Respuesta
  • It will allow the other AWS owner to create since the AWS account ID is different.
  • It will throw an error saying naming criteria not met for EU region.
  • It will allow the other AWS owner to create since the region is different.
  • It will throw an error saying the requested bucket name is not available

Pregunta 29

Pregunta
An IAM user is performing an operation on some other user’s S3 bucket. What will S3 first check in this context?
Respuesta
  • Verifies if the IAM policy is available for the root account to provide permission to the other IAM users.
  • Verifies that the bucket has the required policy defined for access the IAM user.
  • Verifies if the parent of the IAM user has granted sufficient permission.
  • Reject the request since the IAM user does not belong to the root account.

Pregunta 30

Pregunta
A user has the vault name “CLOUDAcademy” in the US-East region. The user is trying to create a new vault in the US-West-1 region with the same name. What will happen in this case?
Respuesta
  • Glacier is not supported the in US-West-1 region.
  • Glacier will throw an error for same vault name.
  • Glacier will allow the user to create a new vault in the US-West-1 region.
  • Glacier will throw an error for wrong naming convention in the US-West-1 region.

Pregunta 31

Pregunta
A user has uploaded 1 archive to an empty existing Glacier vault. The user is trying to get the inventory of archives using a job. Will Glacier return the list of uploaded archives in that job?
Respuesta
  • It will list the archive in the job result.
  • It will not list the archive in the job result.
  • It may or may not list the archive in the result.
  • It is not possible to get the list of the archive using the vault inventory Job.

Pregunta 32

Pregunta
An organization has created an IAM user named cloud. The organization is trying to create a new group with the same name as cloud. What will happen in this case?
Respuesta
  • AWS will allow to create the IAM group with the name cloud as both the user and the group have separate ARNs.
  • AWS will not allow to create the IAM group with the name cloud as there will be a conflict between the ARNs.
  • AWS will allow to create the IAM group with the name cloud provided the user has given the path attribute name.
  • If the user is creating from CLI, it will allow since the user can specify the path attribute to a separate ARN.

Pregunta 33

Pregunta
A root owner wants to set up MFA with a smartphone for each of his IAM users. What should he do to achieve this?
Respuesta
  • The owner needs a setup for each user’s smartphone.
  • Create a policy which will allow each user to setup their smartphone for MFA.
  • Enable MFA for each user and AWS will ask the user to attach their smartphone on first login.
  • It is not possible to have MFA with a smartphone.

Pregunta 34

Pregunta
Which of the below mentioned statements is false with respect to the public DNS of an EC2 instance?
Respuesta
  • It is linked with the user AWS account.
  • It is mapped to the primary network interface.
  • It can be used to access the instance from the internet.
  • The public DNS cannot be changed by the user.

Pregunta 35

Pregunta
A user is defining a policy for an IAM user. The user did not define the version as a part of the policy. What will happen now?
Respuesta
  • AWS will not take any version of the policy.
  • AWS will take the default "Version":"2012-10-17".
  • AWS will throw an error.
  • AWS will take the default "Version":"2008-10-17".

Pregunta 36

Pregunta
A user is defining a policy for the IAM user. Which of the below mentioned elements will be used as a part of the policy?
Respuesta
  • Supported Data Types
  • NotEffect
  • PrincipalResource
  • VersionManagement

Pregunta 37

Pregunta
A user has hosted an application on EC2. The application makes a call to RDS. How can the user ensure that access to the RDS DB is secure?
Respuesta
  • Allow the EC2 security group within the RDS security group to allow access from EC2.
  • IAM role with RDS access and attach it to EC2.
  • Access between RDS and EC2 is always secure.
  • Create an IAM user with RDS access and use its own credentials.

Pregunta 38

Pregunta
A user has launched RDS with the Oracle DB. The instance size is 20 GB. The user has taken 2 snapshots of that DB. Will RDS charge the user for the snapshot?
Respuesta
  • No, provided the snapshot storage is less than 40 GB.
  • No. Backup storage is always free.
  • No, provided the total snapshot size is less than 20 GB.
  • Yes.

Pregunta 39

Pregunta
A user is configuring MySQL RDS without PIOPS. What should be the minimum size of DB storage provided by the user?
Respuesta
  • 5 GB
  • 50 GB
  • 1 TB
  • 100 GB

Pregunta 40

Pregunta
A user is configuring an application with the PostgreSQL RDS instance. The user does not want a mandatory maintenance window. How can the user configure this?
Respuesta
  • The user should select the option as ‘No’ in the Management Options screen against the Maintenance window.
  • The user should provide the same time for start and end so that it will not perform maintenance.
  • The user should skip the step to configure the maintenance window.
  • It is not possible to skip the mandatory maintenance window.

Pregunta 41

Pregunta
A user has configured RDS with MySQL. The user has setup the maintenance window of 12:00 AM with the duration as 1 hour on every Sunday. The user wants to setup the automated backup for the same instance. What time should the user supply in this case?
Respuesta
  • 12:30 AM
  • 01:00 AM
  • 01:01 AM
  • The default duration for maintenance is 30 minutes and the user cannot specify 1 hour.

Pregunta 42

Pregunta
How can a user have complete separation of the physical hardware for the virtual machines from the other tenants in EC2?
Respuesta
  • Use dedicated instances.
  • Use enhanced EC2 instances.
  • It is not possible to have hardware separation for EC2.
  • Use single tenant option.

Pregunta 43

Pregunta
A user has launched an EC2 micro instance from the AWS Linux image. When the user is trying to SSH the instance, it gives a message “No supported Authentication Method” after the user enters the user ID ec2-user. Which of the below mentioned options is a possible reason for the error?
Respuesta
  • The instance is not configured for security.
  • The user might not have attached the key-pair with the EC2 instance.
  • The instance default user name is wrong.
  • Port 22 is not open for the instance security group.

Pregunta 44

Pregunta
A user has launched an EC2 instance and wants to launch a similar instance with the same AMI ID, Instance Type and AZ with ease. What is the option provided by AWS?
Respuesta
  • Create a new AMI template and launch it. The new instance will have all the required config options.
  • Use the option “Launch from template” from the AWS console.
  • Create the instance template and launch it.
  • Use the option “Launch More like this” from the AWS console.

Pregunta 45

Pregunta
An EBS volume was unable to detach from an instance. Thus, the user used the Force Detach option. Which of the below mentioned options can happen after the volume has been Forcibly detached?
Respuesta
  • The instance may not be able to flush the file system and may result in a corrupted file system of the volume.
  • AWS deletes the volume automatically since it will be in a corrupted state.
  • The volume will be available but cannot be attached to any instance in the future.
  • AWS terminates the instance automatically since the file system is corrupted.

Pregunta 46

Pregunta
A user has created an EBS volume of 10 GB. The user takes the first snapshot of that volume. What will happen when the snapshot is taken?
Respuesta
  • AWS will create a snapshot of only blocks which are written on the volume.
  • AWS will copy all the blocks from EBS and create a snapshot.
  • The I/O on the volume will be frozen while a snapshot is being taken.
  • AWS will create a snapshot of the modified content in the same AZ of the region.

Pregunta 47

Pregunta
A user has attached an EBS volume created from an existing snapshot to a running instance. The volume is not mounted on the instance yet. If the user takes a snapshot of the attached volume, what will happen?
Respuesta
  • The snapshot will fail since the volume is not mounted.
  • The snapshot will succeed but it will have no data.
  • The snapshot will succeed with all the modified data of the EBS volume.
  • The new snapshot will only have the original volume content.

Pregunta 48

Pregunta
An online exam starts at 9 AM. All the participants will do an I/O on a standard EBS backed instance at 9 AM. How can the user initially achieve a higher I/O performance when the EBS is not pre-warmed?
Respuesta
  • The user should access all the blocks of data before the exam in advance.
  • The user should select the instance with a higher size to avoid an initial low I/O.
  • The EBS will automatically scale up the I/O when the load increases.
  • Use the ELB to distribute the load on EBS.

Pregunta 49

Pregunta
A user is creating a PIOPS volume. What is the maximum ratio the user should configure between PIOPS and the volume size?
Respuesta
  • 20
  • 10
  • 30
  • 5

Pregunta 50

Pregunta
A user is creating a 100GB PIOPS volume. What is the minimum IOPS the user should provision to meet the AWS suggested PIOPS / volume size ratio?
Respuesta
  • 4000
  • 1000
  • 2000
  • 3000
Mostrar resumen completo Ocultar resumen completo

Similar

Inglés - Verbos Compuestos II (Phrasal Verbs)
maya velasquez
Fórmulas Geométricas (Áreas)
Diego Santos
Teoria de la Empresa: Produccion y Costos
Ani Kimori Rosas
Cadena de Valor
gustavo.meneses.
Recursos Humanos y Retos Actuales
mariangel_1_11_1
La desintegración del Renacimiento
amadis96
ESTRUCTURAS REPETITIVAS O CICLICAS EN PROGRAMACION
Karla Moreno
Simulacro Prueba ICFES
pulidonomesque
INTERNET VOCABULARY nivel FIRST
Sara Bermejo
FASES PROCEDIMIENTO ADMTVO
Lauriña Gomez Martin
MAPA CONCEPTUAL CAP 1 GERENCIA ESTRATEGICA
DAVID ARCE