Premium

AWS Certified Solutions Architect - Professional Questions and Answers (Dumps and Practice Questions)



Question : QuickTechie.com has an EC instance on which this website is running, but they realized that this instance is not good enough for heavy workload.
Hence they decided to upgrade EC2 instance, however, the attached volume (EBS) they do not want to loose so created a snapshot of the volume, after upgrading
the EC2 instance they attached the previous snapshot of EBS volume. Select the correct statemen in this scenerio...



  :  QuickTechie.com has an EC instance on which this website is running, but they realized that this instance is not good enough for heavy workload.
1. New volumes created from existing Amazon S3 snapshots load lazily in the background.
2. New volumes created from existing Amazon S3 snapshots loaded first before starting new instance.
3. Access Mostly Uused Products by 50000+ Subscribers
4. New volumes created from existing Amazon S3 snapshots first needs to be decrypted first and then load lazily in the background.


Correct Answer : Get Lastest Questions and Answer :

Explanation: You can restore an Amazon EBS volume with data from a snapshot stored in Amazon S3. You need to know the ID of the snapshot you wish to restore your volume from and you need to
have access permissions for the snapshot. For more information on snapshots, see Amazon EBS Snapshots.

New volumes created from existing Amazon S3 snapshots load lazily in the background. This means that after a volume is created from a snapshot, there is no need to wait for all of
the data to transfer from Amazon S3 to your Amazon EBS volume before your attached instance can start accessing the volume and all its data. If your instance accesses data that
hasn't yet been loaded, the volume immediately downloads the requested data from Amazon S3, and continues loading the rest of the data in the background.

Amazon EBS volumes that are restored from encrypted snapshots are automatically encrypted. Encrypted volumes can only be attached to selected instance types.




Question : QuickTechie.com has an EC instance on which this website is running, but they realized that this instance is not good enough for heavy workload.
Hence they decided to upgrade EC2 instance, however, the attached volume (EBS) they do not want to loose so created a snapshot of the volume, after upgrading
the EC2 instance they attached the previous snapshot of EBS volume. As this is the production snapshot, select the correct statement for this.


  :  QuickTechie.com has an EC instance on which this website is running, but they realized that this instance is not good enough for heavy workload.
1. To avoid the possibility of increased read or write latency on a production workload, you should first access all of the blocks on the volume to ensure optimal
performance
2. To avoid the possibility of increased read or write latency on a production workload, you should wait all the data to be downloaded and then start EC2 instance
3. Access Mostly Uused Products by 50000+ Subscribers
4. None of the above


Correct Answer : Get Lastest Questions and Answer :

Explanation: When a block of data on a newly restored Amazon EBS volume is accessed for the first time, you might experience longer than normal latency. To avoid the possibility of
increased read or write latency on a production workload, you should first access all of the blocks on the volume to ensure optimal performance; this practice is called pre-warming
the volume.





Question : You are using EBS volume for storing your website data, but you realized that the volume is about to fill. How can you increase the volume size.
  : You are using EBS volume for storing your website data, but you realized that the volume is about to fill. How can you increase the volume size.
1. Requesting AWS with the volume id
2. You can change volume size from AWS console
3. Access Mostly Uused Products by 50000+ Subscribers
4. You can expand the storage space of an Amazon EBS volume by migrating your data to a larger volume and then extending the file system on the volume to recognize the
newly-available space.

5. None of the above


Correct Answer : Get Lastest Questions and Answer :

Explanation: Sometimes, you might need to increase the storage space of an existing volume without losing the data that is on the volume. You can expand the storage space of an Amazon EBS
volume by migrating your data to a larger volume and then extending the file system on the volume to recognize the newly-available space. After you verify that your new volume is
working properly, you can delete the old volume.



Related Questions


Question : Company B provides an online image recognition service and utilizes SQS to decouple system components for scaleability
. The SQS consumers poll the imaging queue as often as possible to keep end-to-end throughput as high as possible.
However, Company B is realizing that polling in tight loops is burning CPU cycles and increasing costs with empty responses.
How can Company B reduce the number empty responses? "Hint: these are API calls; if you're using an SDK, the SDK might use
a different method name to make this API call but still executes the same API call below against AWS."
"Tip: Understand why the message is correct and what the other API calls do. You might expect to see
a question worded differently, with a different answer, but have the exact same answer options."


 : Company B provides an online image recognition service and utilizes SQS to decouple system components for scaleability
1. Set the imaging queue VisibilityTimeout attribute to 20 seconds
2. Set the imaging queue ReceiveMessageWaitTimeSeconds Attribute to 20 seconds
3. Access Mostly Uused Products by 50000+ Subscribers
4. Set the DelaySeconds parameter of a message to 20 seconds


Question : Company Acmeshell is using Amazon SQS to decouple their systems for scaleability. However, they need to send messages up to Kb in size.
What might Company Acmeshell do in order to send more than 256KB of data?
 : Company Acmeshell is using Amazon SQS to decouple their systems for scaleability. However, they need to send messages up to Kb in size.
1. Request an increase of the message limit by contacting Amazon
2. Set the MaximumMessageSize attribute to 456KB
3. Access Mostly Uused Products by 50000+ Subscribers
4. Any of the above


Question :

The unique ID for an IAM entity is not available in the IAM console. To get the unique ID, you can use the CLI or API calls.
Which of the following API call will help to get unique ID as per their resources.


 :
1. ListInstanceProfiles
2. ListInstanceProfilesForRole
3. Access Mostly Uused Products by 50000+ Subscribers
4. ListRoles
5. All of the above


Question : The following example shows a CloudTrail log entry for a request made for the IAM
{ "eventVersion": "1.01",
"userIdentity": {
"type": "IAMUser",
"principalId": "AIDACKCEVSQ6C2EXAMPLE",
"arn": "arn:aws:iam::444455556666:user/Alice",
"accountId": "444455556666",
"accessKeyId": "AKIAI44QH8DHBEXAMPLE",
"userName": "Alice",
"sessionContext": {
"attributes": {
"mfaAuthenticated": "false",
"creationDate": "2014-07-15T21:39:40Z"
} },
"invokedBy": "signin.amazonaws.com"
}, "eventTime": "2014-07-15T21:40:14Z",
"eventSource": "iam.amazonaws.com",
"eventName": "GetUserPolicy",
"awsRegion": "us-east-1",
"sourceIPAddress": "signin.amazonaws.com",
"userAgent": "signin.amazonaws.com",
"requestParameters": {
"userName": "Bob",
"policyName": "ReadOnlyAccess-Bob-201407151307"
}, "responseElements": null,
"requestID": "9b4bb6fe-0c68-11e4-a24e-d5e160cfd347",
"eventID": "cf6228c3-127e-4632-980d-505a4d39c01e"
} From this event information, you can determine that
 : The following example shows a CloudTrail log entry for a request made for the IAM
1. the request was made to get a user policy named ReadOnlyAccess-Bob-201407151307 for user Bob
2. the request was made to create a user policy named ReadOnlyAccess-Bob-201407151307 for user Bob
3. Access Mostly Uused Products by 50000+ Subscribers
4. the request was made to update a user policy named ReadOnlyAccess-Bob-201407151307 for user Bob


Question : While working withing an organization called AcmeShell Inc. as an AWS developer, you have created an AWS role
called HRFinanceAdmin, you have created 12 different policies file, each is haing size 1KB+ approx.
While applying all the policies you are having problem. Why ?
  :  While working withing an organization called AcmeShell Inc. as an AWS developer, you have created an AWS role
1. You can not add more than one policy to role
2. It will not allow more than 10 policy file to a role
3. Access Mostly Uused Products by 50000+ Subscribers
4. All of the above



Question : You have created a role which is common for HR and Finance dept, called HRFinance.
And you started ec2 instance with this role. Now after few days you have
decided to seperate it out both this role and created to role separately
e.g. HRRole and FinanceRole. You first delete the HRFinance role, and tries to apply
both the role to running instance. Select the correct statement for this scenerio

  : You have created a role which is common for HR and Finance dept, called HRFinance.
1. You can only associate two IAM role with an EC2 instance at this time, so applying these two roles are fine
2. All the HR and Finance application which were part of HRFinance will be denied access immediately
3. Access Mostly Uused Products by 50000+ Subscribers
4. 1 and 2
5. 2 and 3