Amazon AWS Certified Solutions Architect - Professional SAP-C01
Prev

There are 579 results

Next
#81 (Accuracy: 100% / 1 votes)
An organization is setting up a backup and restore system in AWS of their in premise system. The organization needs High Availability(HA) and Disaster Recovery
(DR) but is okay to have a longer recovery time to save costs.

Which of the below mentioned setup options helps achieve the objective of cost saving as well as DR in the most effective way?
  • A. Setup pre-configured servers and create AMIs. Use EIP and Route 53 to quickly switch over to AWS from in premise.
  • B. Setup the backup data on S3 and transfer data to S3 regularly using the storage gateway.
  • C. Setup a small instance with AutoScaling; in case of DR start diverting all the load to AWS from on premise.
  • D. Replicate on premise DB to EC2 at regular intervals and setup a scenario similar to the pilot light.
#82 (Accuracy: 100% / 1 votes)
Does an AWS Direct Connect location provide access to Amazon Web Services in the region it is associated with as well as access to other US regions?
  • A. No, it provides access only to the region it is associated with.
  • B. No, it provides access only to the US regions other than the region it is associated with.
  • C. Yes, it provides access.
  • D. Yes, it provides access but only when there's just one Availability Zone in the region.
#83 (Accuracy: 100% / 1 votes)
What types of identities do Amazon Cognito identity pools support?
  • A. They support both authenticated and unauthenticated identities.
  • B. They support only unauthenticated identities.
  • C. They support neither authenticated nor unauthenticated identities.
  • D. They support only authenticated identities.
#84 (Accuracy: 100% / 1 votes)
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?
  • A. "Effect": "Allow", "Action": ["Describe"], "Resource": "Billing"
  • B. "Effect": "Allow", "Action": ["aws-portal: ViewBilling"], "Resource": "*"
  • C. "Effect": "Allow", "Action": ["aws-portal: ViewUsage"], "Resource": "*"
  • D. "Effect": "Allow", "Action": ["AccountUsage], "Resource": "*"
#85 (Accuracy: 100% / 1 votes)
In Amazon VPC, what is the default maximum number of BGP advertised routes allowed per route table?
  • A. 15
  • B. 100
  • C. 5
  • D. 10
#86 (Accuracy: 100% / 2 votes)
An organization has created 5 IAM users. The organization wants to give them the same login ID but different passwords. How can the organization achieve this?
  • A. The organization should create each user in a separate region so that they have their own URL to login
  • B. The organization should create a separate login ID but give the IAM users the same alias so that each one can login with their alias
  • C. It is not possible to have the same login ID for multiple IAM users of the same account
  • D. The organization should create various groups and add each user with the same login ID to different groups. The user can login with their own group ID
#87 (Accuracy: 100% / 1 votes)
The user has provisioned the PIOPS volume with an EBS optimized instance.
Generally speaking, in which I/O chunk should the bandwidth experienced by the user be measured by AWS?
  • A. 128 KB
  • B. 256 KB
  • C. 64 KB
  • D. 32 KB
#88 (Accuracy: 100% / 2 votes)
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?
  • A. Glacier does not support the AWS console
  • B. Archival Upload Complete
  • C. Vault Upload Job Complete
  • D. Vault Inventory Retrieval Job Complete
#89 (Accuracy: 100% / 1 votes)
An organization is purchasing licensed software. The software license can be registered only to a specific MAC Address. The organization is going to host the software in the AWS environment.
How can the organization fulfil the license requirement as the MAC address changes every time an instance is started/stopped/terminated?
  • A. It is not possible to have a fixed MAC address with AWS.
  • B. The organization should use VPC with the private subnet and configure the MAC address with that subnet.
  • C. The organization should use VPC with an elastic network interface which will have a fixed MAC Address.
  • D. The organization should use VPC since VPC allows to configure the MAC address for each EC2 instance.
#90 (Accuracy: 100% / 1 votes)
ABC has three separate departments and each department has their own AWS accounts. The HR department has created a file sharing site where all the on roll employees' data is uploaded. The Admin department uploads data about the employee presence in the office to their DB hosted in the VPC. The Finance department needs to access data from the HR department to know the on roll employees to calculate the salary based on the number of days that an employee is present in the office.
How can ABC setup this scenario?
  • A. It is not possible to configure VPC peering since each department has a separate AWS account.
  • B. Setup VPC peering for the VPCs of Admin and Finance.
  • C. Setup VPC peering for the VPCs of Finance and HR as well as between the VPCs of Finance and Admin.
  • D. Setup VPC peering for the VPCs of Admin and HR