ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 26 - BDS-C00 discussion

Report
Export

An online photo album app has a key design feature to support multiple screens (e.g, desktop, mobile phone, and tablet) with high-quality displays. Multiple versions of the image must be saved in different resolutions and layouts.

The image-processing Java program takes an average of five seconds per upload, depending on the image size and format. Each image upload captures the following image metadata: user, album, photo label, upload timestamp.

The app should support the following requirements:

Hundreds of user image uploads per second

Maximum image upload size of 10 MB

Maximum image metadata size of 1 KB

Image displayed in optimized resolution in all supported screens no later than one minute after image upload Which strategy should be used to meet these requirements?

A.
Write images and metadata to Amazon Kinesis. Use a Kinesis Client Library (KCL) application to run the image processing and save the image output toAmazon S3 and metadata to the app repository DB.
Answers
A.
Write images and metadata to Amazon Kinesis. Use a Kinesis Client Library (KCL) application to run the image processing and save the image output toAmazon S3 and metadata to the app repository DB.
B.
Write image and metadata RDS with BLOB data type. Use AWS Data Pipeline to run the image processing and save the image output to Amazon S3 andmetadata to the app repository DB.
Answers
B.
Write image and metadata RDS with BLOB data type. Use AWS Data Pipeline to run the image processing and save the image output to Amazon S3 andmetadata to the app repository DB.
C.
Upload image with metadata to Amazon S3, use Lambda function to run the image processing and save the images output to Amazon S3 and metadata tothe app repository DB.
Answers
C.
Upload image with metadata to Amazon S3, use Lambda function to run the image processing and save the images output to Amazon S3 and metadata tothe app repository DB.
D.
Write image and metadata to Amazon Kinesis. Use Amazon Elastic MapReduce (EMR) with Spark Streaming to run image processing and save the imagesoutput to Amazon S3 and metadata to app repository DB.
Answers
D.
Write image and metadata to Amazon Kinesis. Use Amazon Elastic MapReduce (EMR) with Spark Streaming to run image processing and save the imagesoutput to Amazon S3 and metadata to app repository DB.
Suggested answer: C
asked 16/09/2024
Andrew Li
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first