Premium

AWS Certified SysOps Administrator - Associate Questions and Answers (Dumps and Practice Questions)



Question : A user has enabled versioning on an S bucket. The user is using server side encryption for data at Rest. If the user is supplying his own keys for
encryption SSE-C., which of the below mentioned statements is true?
 : A user has enabled versioning on an S bucket. The user is using server side encryption for data at Rest. If the user is supplying his own keys for
1. The user should use the same encryption key for all versions of the same object
2. It is possible to have different encryption keys for different versions of the same object
3. Access Mostly Uused Products by 50000+ Subscribers
4. The SSE-C does not work when versioning is enabled


Correct Answer : Get Lastest Questions and Answer :

Explanation: AWS S3 supports client side or server side encryption to encrypt all data at rest. The server side encryption can either have the S3 supplied
AES-256 encryption key or the user can send the key along with each API call to supply his own encryption key (SSE-C.. If the bucket is
versioning- enabled, each object version uploaded by the user using the SSE-C feature can have its own encryption key. The user is responsible
for tracking which encryption key was used for which object's version






Question : A user has created a VPC with CIDR .../. The user has created one subnet with CIDR .../ in this VPC. The user is trying to create
another subnet with the same VPC for CIDR 20.0.0.1/24. What will happen in this scenario?
 : A user has created a VPC with CIDR .../. The user has created one subnet with CIDR .../ in this VPC. The user is trying to create
1. The VPC will modify the first subnet CIDR automatically to allow the second subnet IP range
2. It is not possible to create a subnet with the same CIDR as VPC
3. Access Mostly Uused Products by 50000+ Subscribers
4. It will throw a CIDR overlaps error



Correct Answer : Get Lastest Questions and Answer :


Explanation: A Virtual Private Cloud VPC. is a virtual network dedicated to the user's AWS account. A user can create a subnet with VPC and launch instances
inside that subnet. The user can create a subnet with the same size of VPC. However, he cannot create any other subnet since the CIDR of the
second subnet will conflict with the first subnet.






Question : A user has launched an RDS MySQL DB with the Multi AZ feature. The user has scheduled the scaling of
instance storage during maintenance window. What is the correct order of events during maintenance window?
1. Perform maintenance on standby
2. Promote standby to primary
3. Access Mostly Uused Products by 50000+ Subscribers
4. Promote original master back as primary

 : A user has launched an RDS MySQL DB with the Multi AZ feature. The user has scheduled the scaling of
1. 1, 2, 3, 4
2. 1, 2, 3
3. Access Mostly Uused Products by 50000+ Subscribers
4. 3, 2, 1


Correct Answer : Get Lastest Questions and Answer :

Exp: Running MySQL on the RDS DB instance as a Multi-AZ deployment can help the user reduce the impact of a maintenance event, as the Amazon
will conduct maintenance by following the steps in the below mentioned order:
Perform maintenance on standby
Promote standby to primary
Perform maintenance on original primary, which becomes the new standby.


Related Questions


Question : Which of the below mentioned AWS RDS logs cannot be viewed from the console for MySQL?

  : Which of the below mentioned AWS RDS logs cannot be viewed from the console for MySQL?
1. Error Log
2. Slow Query Log
3. Access Mostly Uused Products by 50000+ Subscribers
4. General Log



Question : A user has launched an EBS backed EC instance in the US-East-a region. The user stopped the instance and started it back after days.
AWS throws up an `InsufficientInstanceCapacity' error. What can be the possible reason for this?

 : A user has launched an EBS backed EC instance in the US-East-a region. The user stopped the instance and started it back after  days.
1. AWS does not have sufficient capacity in that availability zone
2. AWS zone mapping is changed for that user account
3. Access Mostly Uused Products by 50000+ Subscribers
4. The user account has reached the maximum EC2 instance limit



Question : A user has created a VPC with public and private subnets using the VPC wizard. Which of the below
mentioned statements is true in this scenario?

 : A user has created a VPC with public and private subnets using the VPC wizard. Which of the below
1. The AWS VPC will automatically create a NAT instance with the micro size
2. VPC bounds the main route table with a private subnet and a custom route table with a public subnet
3. Access Mostly Uused Products by 50000+ Subscribers
4. VPC bounds the main route table with a public subnet and a custom route table with a private subnet





Question : The CFO of a company wants to allow one of his employees to view only the AWS usage report page. Which of the below mentioned IAM policy
statements allows the user to have access to the AWS usage report page?

  : The CFO of a company wants to allow one of his employees to view only the AWS usage report page. Which of the below mentioned IAM policy
1. "Effect": "Allow", "Action": ["Describe"], "Resource": "Billing"
2. "Effect": "Allow", "Action": ["AccountUsage], "Resource": "*"
3. Access Mostly Uused Products by 50000+ Subscribers
4. "Effect": "Allow", "Action": ["aws-portal: ViewBilling"], "Resource": "*"


Question : An organization has created IAM users. The organization wants each of the IAM users to have access to a separate DyanmoDB table. All the
users are added to the same group and the organization wants to setup a group level policy for this. How can the organization achieve this?

 : An organization has created  IAM users. The organization wants each of the IAM users to have access to a separate DyanmoDB table. All the
1. Define the group policy and add a condition which allows the access based on the IAM name
2. Create a DynamoDB table with the same name as the IAM user name and define the policy rule which grants access based on the DynamoDB ARN using a variable
3. Access Mostly Uused Products by 50000+ Subscribers
4. It is not possible to have a group level policy which allows different IAM users to different DynamoDB Tables





Question : A user has configured an HTTPS listener on an ELB. The user has not configured any security policy which can help to negotiate SSL between
the client and ELB. What will ELB do in this scenario?

 : A user has configured an HTTPS listener on an ELB. The user has not configured any security policy which can help to negotiate SSL between
1. By default ELB will select the first version of the security policy
2. By default ELB will select the latest version of the policy
3. Access Mostly Uused Products by 50000+ Subscribers
4. It is not required to have a security policy since SSL is already installed