AWS-Certified-Big-Data-Specialty-BDS-C00 AWS Certified Big Data - Specialty (BDS-C00)

Loading demo links...

Showing 7–9 of 15 questions

Question 7

Which of the following notification endpoints or clients are supported by Amazon Simple

Notification Service? Choose 2 answers

Select all that apply, then click Submit answer.

  • Email

  • CloudFront distribution

  • File Transfer Protocol

  • Short Message Service

  • Simple Network Management Protocol

Question 8

What does the "Server Side Encryption" option on Amazon S3 provide?

Select an option, then click Submit answer.

  • It provides an encrypted virtual disk in the Cloud.

  • It doesn't exist for Amazon S3, but only for Amazon EC2.

  • It encrypts the files that you send to Amazon S3, on the server side.

  • It allows to upload files using an SSL endpoint, for a secure transfer.

Question 9

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?

Select an option, then click Submit answer.

  • Write images and metadata to Amazon Kinesis. Use a Kinesis Client Library (KCL) application to run the image processing and save the image output to Amazon S3 and metadata to the app repository DB.

  • 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 and metadata to the app repository DB.

  • 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 to the app repository DB.




  • Write image and metadata to Amazon Kinesis. Use Amazon Elastic MapReduce (EMR) with Spark Streaming to run image processing and save the images output to Amazon S3 and metadata to app repository DB.