Premium

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



Question : S names are stored lexicographically (alphabetical order).

 : S names are stored lexicographically (alphabetical order).
1. True
2. False



Correct Answer : Get Lastest Questions and Answer :

Explanation: Amazon S3 maintains an index of object key names in each AWS region. Object keys are stored lexicographically across multiple partitions in the index. That is, Amazon S3 stores key names in alphabetical order. The key name dictates which partition the key is stored in. Using a sequential prefix, such as timestamp or an alphabetical sequence, increases the likelihood that Amazon S3 will target a specific partition for a large number of your keys, overwhelming the I/O capacity of the partition. If you introduce some randomness in your key name prefixes, the key names, and therefore the I/O load, will be distributed across more than one partition.




Question : Since S object are stored lexicographically, by introducing "randomness" to your S names it helps S storage distribute
the I/O load across more than one partition. Given the following examples, how could you add a hashed prefix to the naming
convention to increase I/O performance? bucket/2010-26-05-15-00-00/myfolder234234/photo1.jpg bucket/2010-26-05-15-00-00/myfolder3857422/photo2.jpg

 : Since S object are stored lexicographically, by introducing
1. bucket/8761-2010-26-05-15-00-00/myfolder234234/photo1.jpg
2. 8761bucket/2010-26-05-15-00-00/myfolder234234/photo1.jpg
3. Access Mostly Uused Products by 50000+ Subscribers
4. bucket/8761-2010-26-05-15-00-00/myfolder234234/photo1.jpg

Correct Answer : Get Lastest Questions and Answer :

Explanation: Amazon S3 maintains an index of object key names in each AWS region. Object keys are stored lexicographically across multiple partitions in the index. That is, Amazon S3 stores key names in alphabetical order. The key name dictates which partition the key is stored in. Using a sequential prefix, such as timestamp or an alphabetical sequence, increases the likelihood that Amazon S3 will target a specific partition for a large number of your keys, overwhelming the I/O capacity of the partition. If you introduce some randomness in your key name prefixes, the key names, and therefore the I/O load, will be distributed across more than one partition.




Question : S does not generally handle error codes with HTTP responses.
 : S does not generally handle error codes with HTTP responses.
1. True
2. False

Correct Answer : Get Lastest Questions and Answer :

Explanation: S3 handles error codes with HTTP response codes. e.g 404 - not founds 403 - permission issues etc.



Related Questions


Question : You havesetup Multi AZ with the MS SQL RDS instance. Which of the below mentioned functionalities can be achieved by you?
  : You havesetup Multi AZ with the MS SQL RDS instance. Which of the below mentioned functionalities can be achieved by you?
1. High availability
2. Scalability
3. Access Mostly Uused Products by 50000+ Subscribers
4. Disaster recovery



Question : You have created an RDS instance with MySQL.
Now you are using the HeidiSQL client to connect with the RDS DB.
The client is unable to connect to DB from his home machine. What is a possible reason for the failure?
  : You have created an RDS instance with MySQL.
1. You can never connect to RDS from your desktop
2. The security group is not configured to allow a request from the user's IP on port 3306
3. Access Mostly Uused Products by 50000+ Subscribers
4. The user has to open port 22 in the RDS security group to connect with RDS DNS



Question : Being Developer for AWS at QuickTechie.com you are launching an AWS RDS with MySQL.
Which of the below mentioned options allows you to configure the INNODB engine parameters?
  : Being Developer for AWS at QuickTechie.com you are launching an AWS RDS with MySQL.
1. Engine parameters
2. DB parameters
3. Access Mostly Uused Products by 50000+ Subscribers
4. Options group



Question : You have created a MySQL RDS instance as backend database for www.QuickTechie.com website.
Which of the below mentioned options is mandatory to configure while creating an instance?
  : You have created a MySQL RDS instance as backend database for www.QuickTechie.com website.
1. Maintenance window
2. Multi AZ deployment setup
3. Access Mostly Uused Products by 50000+ Subscribers
4. Availability Zone


Question : You are launching an AWS RDS instance with MySQL as backend database for www.QuickTechie.com website.
Now you wants to enable the Multi AZ feature. Which of the below mentioned parameters will not be allowed to configure by RDS?
  : You are launching an AWS RDS instance with MySQL as backend database for www.QuickTechie.com website.
1. DB subnet group
2. Availability Zone
3. Access Mostly Uused Products by 50000+ Subscribers
4. Database port




Question : An EC instance has one additional EBS volume attached to it. How can you attach the same volume to another running instance in the same AZ?
  : An EC instance has one additional EBS volume attached to it. How can you attach the same volume to another running instance in the same AZ?
1. Detach the volume first and attach to new instance
2. Attach the volume as read only to the second instance
3. Access Mostly Uused Products by 50000+ Subscribers
4. No need to detach. Just select the volume and attach it to the new instance, it will take care of mapping internally