A startup company hired you to help them build a mobile application, that will ultimately store billions of images and videos in S3. The company is lean on funding, and wants to minimize operational costs, however, they have an aggressive marketing plan, and expect to double their current installation base every six months. Due to the nature of their business, they are expecting sudden and large increases in traffic to and from S3, and need to ensure that it can handle the performance needs of their application. What other information must you gather from this customer in order to determine whether S3 is the right option?
A. You must know how many customers the company has today, because this is critical in understanding what their customer base will be in two years.
B. You must find out the total number of requests per second at peak usage.
C. You must know the size of the individual objects being written to S3, in order to properly design the key namespace.
D. In order to build the key namespace correctly, you must understand the total amount of storage needs for each S3 bucket.
Answer: B. You must find out the total number of requests per second at peak usage.
You might also like to view...
Match the following PowerPoint views to their description:
I. Slide Show view II. Normal view III. Slide Master view IV. Slide Sorter view A. deliver your presentation as an electronic slide show within a theme B. PowerPoint opens in this view C. contains each slide layout, can change placeholder formatting characteristics for the selected theme D. displays thumbnails of slides on a single page
Which statement is false?
a) A static local variable exists for the duration of the program. b) A static local variable is visible only in the control structure in which it is defined. c) A static local array is not created and destroyed each time the function is entered and exited, respectively. d) Arrays that are defined static are automatically initialized once at compile time.