Premium

AWS Certified Developer - Associate Questions and Answers (Dumps and Practice Questions)



Question : Which code snippet below returns the URL of a load balanced web site created in
CloudFormation with an AWS::ElasticLoadBalancing::LoadBalancer resource name
"ElasticLoad Balancer"?
  : Which code snippet below returns the URL of a load balanced web site created in
1. "Fn::Join" : ["". [ "http://", {"Fn::GetAtt" : [ "ElasticLoadBalancer","DNSName"]}]]
2. "Fn::Join" : ["". [ "http://", {"Fn::GetAtt" : [ "ElasticLoadBalancer","Url"]}]]
3. Access Mostly Uused Products by 50000+ Subscribers
4. "Fn::Join" : [".", [ "http://", {"Ref" : "ElasticLoadBalancerDNSName"}]]
Ans : 1
Exp : Fn::GetAtt

The intrinsic function Fn::GetAtt returns the value of an attribute from a resource in the template.

Declaration

"Fn::GetAtt" : [ "logicalNameOfResource", "attributeName" ]

Parameters

logicalNameOfResource
The logical name of the resource that contains the attribute you want.

attributeName
The name of the resource-specific attribute whose value you want. See the resource's reference page for details about the attributes available for that resource type.

Return Value

The attribute value.

Example

This example returns a string containing the DNS name of the LoadBalancer with the logical name MyLB.

"Fn::GetAtt" : [ "MyLB" , "DNSName" ]
Supported Functions

For the Fn::GetAtt logical resource name, you cannot use any functions. You must specify a string that is a resource logical ID.

For the Fn::GetAtt attribute name, you can use the Ref function.





Question : Multipart upload API allows you to stop and resume uploads.

  : Which code snippet below returns the URL of a load balanced web site created in
1. True
2. False

Correct Answer : Get Lastest Questions and Answer :


Explanation: Multipart upload allows you to upload a single object as a set of parts. Each part is a contiguous portion of the objects data. You can upload these object parts independently and in any order. If transmission of any part fails, you can retransmit that part without affecting other parts. After all parts of your object are uploaded, Amazon S3 assembles these parts and creates the object. In general, when your object size reaches 100 MB, you should consider using multipart uploads instead of uploading the object in a single operation.

Improved throughput You can upload parts in parallel to improve throughput.
Quick recovery from any network issues Smaller part size minimizes the impact of restarting a failed upload due to a network error.
Pause and resume object uploads You can upload object parts over time. Once you initiate a multipart upload there is no expiry; you must explicitly complete or abort the multipart upload.
Begin an upload before you know the final object size You can upload an object as you are creating it.




Question : A benefit of multipart upload is that you can upload a file as it is being created.
 : A benefit of multipart upload is that you can upload a file as it is being created.
1. True
2. False



Correct Answer : Get Lastest Questions and Answer :


Explanation: Multi-part upload API allows you to upload parts of an object once broken apart. As a file/object is being created the multi-part upload api will allow you to upload the file to s3. Only after all parts of the object have been uploaded do you execute the CompleteMultipartUpload api call which completes a multipart upload by assembling previously uploaded parts.

Multipart upload allows you to upload a single object as a set of parts. Each part is a contiguous portion of the objects data. You can upload these object parts independently and in any order. If transmission of any part fails, you can retransmit that part without affecting other parts. After all parts of your object are uploaded, Amazon S3 assembles these parts and creates the object. In general, when your object size reaches 100 MB, you should consider using multipart uploads instead of uploading the object in a single operation.

Improved throughput You can upload parts in parallel to improve throughput.
Quick recovery from any network issues Smaller part size minimizes the impact of restarting a failed upload due to a network error.
Pause and resume object uploads You can upload object parts over time. Once you initiate a multipart upload there is no expiry; you must explicitly complete or abort the multipart upload.
Begin an upload before you know the final object size You can upload an object as you are creating it.






Question : Parts of a multipart upload will not be completed until the "complete" request has been called which puts all the parts of the file together.
 : Parts of a multipart upload will not be completed until the
1. True
2. False

Correct Answer : Get Lastest Questions and Answer :

You first initiate the multipart upload and then upload all parts using the Upload Parts operation (see Upload Part). After successfully uploading all relevant parts of an upload, you call this operation to complete the upload. Upon receiving this request, Amazon S3 concatenates all the parts in ascending order by part number to create a new object. In the Complete Multipart Upload request, you must provide the parts list. You must ensure the parts list is complete, this operation concatenates the parts you provide in the list. For each part in the list, you must provide the part number and the ETag header value, returned after that part was uploaded.




Related Questions


Question : You are creating multiple IAM users. What advice should be given to him to enhance the security?
 : You are creating multiple IAM users. What  advice should be given to him to enhance the security?
1. Grant least privileges to the individual user
2. Grant more privileges to the user, but least privileges to the group
1. Grant all higher privileges to the group
2. Grant less privileges for user, but higher privileges for the group


Question : HadoopExam Learning Resources is trying to create a policy for an IAM user from the AWS console.
Which of the below mentioned options is not available to the user while configuring policy?
 : HadoopExam Learning Resources is trying to create a policy for an IAM user from the AWS console.
1. Use custom policy to create policy
2. Use policy simulator to create policy
3. Access Mostly Uused Products by 50000+ Subscribers
4. Assign No permission


Question : QuickTechie.com has enabled a strict password policy for its IAM users.
And is taking help from the IAM console to set the password policy.
Which of the below mentioned rules cannot be specified by the user as a part of the policy?

 : QuickTechie.com has enabled a strict password policy for its IAM users.
1. Allow at least one non-alphanumeric character
2. Allow at least one number
3. Access Mostly Uused Products by 50000+ Subscribers
4. Do not allow the user to use the password from the last three passwords


Question : You wants to access RDS from an EC instance using IP addresses. Both RDS and EC are in the same region,
but different AZs. Which of the below mentioned options help configure that the instance is accessed faster?
 : You wants to access RDS from an EC instance using IP addresses. Both RDS and EC are in the same region,
1. Configure the Private IP of the Instance in RDS security group
2. Configuring the elastic IP of the instance in RDS security group
3. Access Mostly Uused Products by 50000+ Subscribers
4. Security group of EC2 allowed in the RDS security group


Question : Being a QuickTechie.com AWS developer you have launched a MySQL RDS.
And now wants to plan for the DR and automate the snapshot. Which of the below mentioned functionality offers this option with RDS?
 : Being a QuickTechie.com AWS developer you have launched a MySQL RDS.
1. Automated synchronization
2. Snapshot
3. Access Mostly Uused Products by 50000+ Subscribers
4. Automated backup



Question : You are creating a new EBS volume from an existing snapshot. The snapshot size shows GB. Can the user create a volume of GB from that snapshot?
 : You are creating a new EBS volume from an existing snapshot. The snapshot size shows  GB. Can the user create a volume of  GB from that snapshot?
1. Yes
2. Provided the original volume has set the change size attribute to true
3. Access Mostly Uused Products by 50000+ Subscribers
4. Provided the snapshot has the modify size attribute set as true