ExamGecko
Home Home / Amazon / BDS-C00

Amazon BDS-C00 Practice Test - Questions Answers, Page 2

Question list
Search
Search

List of questions

Search

Related questions











An administrator needs to manage a large catalog of items from various external sellers. The administrator needs to determine if the items should be identified as minimally dangerous, dangerous, or highly dangerous based on their textual descriptions. The administrator already has some items with the danger attribute, but receives hundreds of new item descriptions every day without such classification.

The administrator has a system that captures dangerous goods reports from customer support team or from user feedback. What is a cost-effective architecture to solve this issue?

A.
Build a set of regular expression rules that are based on the existing examples, and run them on the DynamoDB Streams as every new item description isadded to the system.
A.
Build a set of regular expression rules that are based on the existing examples, and run them on the DynamoDB Streams as every new item description isadded to the system.
Answers
B.
Build a Kinesis Streams process that captures and marks the relevant items in the dangerous goods reports using a Lambda function once more than tworeports have been filed.
B.
Build a Kinesis Streams process that captures and marks the relevant items in the dangerous goods reports using a Lambda function once more than tworeports have been filed.
Answers
C.
Build a machine learning model to properly classify dangerous goods and run it on the DynamoDB Streams as every new item description is added to thesystem.
C.
Build a machine learning model to properly classify dangerous goods and run it on the DynamoDB Streams as every new item description is added to thesystem.
Answers
D.
Build a machine learning model with binary classification for dangerous goods and run it on the DynamoDB Streams as every new item description is addedto the system.
D.
Build a machine learning model with binary classification for dangerous goods and run it on the DynamoDB Streams as every new item description is addedto the system.
Answers
Suggested answer: C

A company receives data sets coming from external providers on Amazon S3. Data sets from different providers are dependent on one another. Data sets will arrive at different times and in no particular order.

A data architect needs to design a solution that enables the company to do the following:

Rapidly perform cross data set analysis as soon as the data becomes available Manage dependencies between data sets that arrive at different times Which architecture strategy offers a scalable and cost-effective solution that meets these requirements?

A.
Maintain data dependency information in Amazon RDS for MySQL. Use an AWS Data Pipeline job to load an Amazon EMR Hive table based on taskdependencies and event notification triggers in Amazon S3.
A.
Maintain data dependency information in Amazon RDS for MySQL. Use an AWS Data Pipeline job to load an Amazon EMR Hive table based on taskdependencies and event notification triggers in Amazon S3.
Answers
B.
Maintain data dependency information in an Amazon DynamoDB table. Use Amazon SNS and event notifications to publish data to fleet of Amazon EC2workers. Once the task dependencies have been resolved, process the data withAmazon EMR.
B.
Maintain data dependency information in an Amazon DynamoDB table. Use Amazon SNS and event notifications to publish data to fleet of Amazon EC2workers. Once the task dependencies have been resolved, process the data withAmazon EMR.
Answers
C.
Maintain data dependency information in an Amazon ElastiCache Redis cluster. Use Amazon S3 event notifications to trigger an AWS Lambda function thatmaps the S3 object to Redis. Once the task dependencies have been resolved,process the data with Amazon EMR.
C.
Maintain data dependency information in an Amazon ElastiCache Redis cluster. Use Amazon S3 event notifications to trigger an AWS Lambda function thatmaps the S3 object to Redis. Once the task dependencies have been resolved,process the data with Amazon EMR.
Answers
D.
Maintain data dependency information in an Amazon DynamoDB table. Use Amazon S3 event notifications to trigger an AWS Lambda function that mapsthe S3 object to the task associated with it in DynamoDB. Once all taskdependencies have been resolved, process the data with Amazon EMR.
D.
Maintain data dependency information in an Amazon DynamoDB table. Use Amazon S3 event notifications to trigger an AWS Lambda function that mapsthe S3 object to the task associated with it in DynamoDB. Once all taskdependencies have been resolved, process the data with Amazon EMR.
Answers
Suggested answer: C

A media advertising company handles a large number of real-time messages sourced from over 200 websites in real time. Processing latency must be kept low. Based on calculations, a 60-shard Amazon Kinesis stream is more than sufficient to handle the maximum data throughput, even with traffic spikes. The company also uses an Amazon Kinesis Client Library (KCL) application running on Amazon Elastic Compute Cloud (EC2) managed by an Auto Scaling group. Amazon CloudWatch indicates an average of 25% CPU and a modest level of network traffic across all running servers.

The company reports a 150% to 200% increase in latency of processing messages from Amazon Kinesis during peak times. There are NO reports of delay from the sites publishing to Amazon Kinesis.

What is the appropriate solution to address the latency?

A.
Increase the number of shards in the Amazon Kinesis stream to 80 for greater concurrency.
A.
Increase the number of shards in the Amazon Kinesis stream to 80 for greater concurrency.
Answers
B.
Increase the size of the Amazon EC2 instances to increase network throughput.
B.
Increase the size of the Amazon EC2 instances to increase network throughput.
Answers
C.
Increase the minimum number of instances in the Auto Scaling group.
C.
Increase the minimum number of instances in the Auto Scaling group.
Answers
D.
Increase Amazon DynamoDB throughput on the checkpoint table.
D.
Increase Amazon DynamoDB throughput on the checkpoint table.
Answers
Suggested answer: D

A Redshift data warehouse has different user teams that need to query the same table with very different query types. These user teams are experiencing poor performance.

Which action improves performance for the user teams in this situation?

A.
Create custom table views.
A.
Create custom table views.
Answers
B.
Add interleaved sort keys per team.
B.
Add interleaved sort keys per team.
Answers
C.
Maintain team-specific copies of the table.
C.
Maintain team-specific copies of the table.
Answers
D.
Add support for workload management queue hopping.
D.
Add support for workload management queue hopping.
Answers
Suggested answer: D

Explanation:

Reference: https://docs.aws.amazon.com/redshift/latest/dg/cm-c-implementing-workload-management.html

A company operates an international business served from a single AWS region. The company wants to expand into a new country. The regulator for that country requires the Data Architect to maintain a log of financial transactions in the country within 24 hours of the product transaction. The production application is latency insensitive. The new country contains another AWS region. What is the most cost-effective way to meet this requirement?

A.
Use CloudFormation to replicate the production application to the new region.
A.
Use CloudFormation to replicate the production application to the new region.
Answers
B.
Use Amazon CloudFront to serve application content locally in the country; Amazon CloudFront logs will satisfy the requirement.
B.
Use Amazon CloudFront to serve application content locally in the country; Amazon CloudFront logs will satisfy the requirement.
Answers
C.
Continue to serve customers from the existing region while using Amazon Kinesis to stream transaction data to the regulator.
C.
Continue to serve customers from the existing region while using Amazon Kinesis to stream transaction data to the regulator.
Answers
D.
Use Amazon S3 cross-region replication to copy and persist production transaction logs to a bucket in the new country's region.
D.
Use Amazon S3 cross-region replication to copy and persist production transaction logs to a bucket in the new country's region.
Answers
Suggested answer: B

An administrator needs to design the event log storage architecture for events from mobile devices. The event data will be processed by an Amazon EMR cluster daily for aggregated reporting and analytics before being archived. How should the administrator recommend storing the log data?

A.
Create an Amazon S3 bucket and write log data into folders by device. Execute the EMR job on the device folders.
A.
Create an Amazon S3 bucket and write log data into folders by device. Execute the EMR job on the device folders.
Answers
B.
Create an Amazon DynamoDB table partitioned on the device and sorted on date, write log data to table. Execute the EMR job on the Amazon DynamoDBtable.
B.
Create an Amazon DynamoDB table partitioned on the device and sorted on date, write log data to table. Execute the EMR job on the Amazon DynamoDBtable.
Answers
C.
Create an Amazon S3 bucket and write data into folders by day. Execute the EMR job on the daily folder.
C.
Create an Amazon S3 bucket and write data into folders by day. Execute the EMR job on the daily folder.
Answers
D.
Create an Amazon DynamoDB table partitioned on EventID, write log data to table. Execute the EMR job on the table.
D.
Create an Amazon DynamoDB table partitioned on EventID, write log data to table. Execute the EMR job on the table.
Answers
Suggested answer: A

A data engineer wants to use an Amazon Elastic Map Reduce for an application. The data engineer needs to make sure it complies with regulatory requirements.

The auditor must be able to confirm at any point which servers are running and which network access controls are deployed.

Which action should the data engineer take to meet this requirement?

A.
Provide the auditor IAM accounts with the SecurityAudit policy attached to their group.
A.
Provide the auditor IAM accounts with the SecurityAudit policy attached to their group.
Answers
B.
Provide the auditor with SSH keys for access to the Amazon EMR cluster.
B.
Provide the auditor with SSH keys for access to the Amazon EMR cluster.
Answers
C.
Provide the auditor with CloudFormation templates.
C.
Provide the auditor with CloudFormation templates.
Answers
D.
Provide the auditor with access to AWS DirectConnect to use their existing tools.
D.
Provide the auditor with access to AWS DirectConnect to use their existing tools.
Answers
Suggested answer: C

A social media customer has data from different data sources including RDS running MySQL, Redshift, and Hive on EMR. To support better analysis, the customer needs to be able to analyze data from different data sources and to combine the results. What is the most cost-effective solution to meet these requirements?

A.
Load all data from a different database/warehouse to S3. Use Redshift COPY command to copy data to Redshift for analysis.
A.
Load all data from a different database/warehouse to S3. Use Redshift COPY command to copy data to Redshift for analysis.
Answers
B.
Install Presto on the EMR cluster where Hive sits. Configure MySQL and PostgreSQL connector to select from different data sources in a single query.
B.
Install Presto on the EMR cluster where Hive sits. Configure MySQL and PostgreSQL connector to select from different data sources in a single query.
Answers
C.
Spin up an Elasticsearch cluster. Load data from all three data sources and use Kibana to analyze.
C.
Spin up an Elasticsearch cluster. Load data from all three data sources and use Kibana to analyze.
Answers
D.
Write a program running on a separate EC2 instance to run queries to three different systems. Aggregate the results after getting the responses from all threesystems.
D.
Write a program running on a separate EC2 instance to run queries to three different systems. Aggregate the results after getting the responses from all threesystems.
Answers
Suggested answer: B

An Amazon EMR cluster using EMRFS has access to petabytes of data on Amazon S3, originating from multiple unique data sources. The customer needs to query common fields across some of the data sets to be able to perform interactive joins and then display results quickly. Which technology is most appropriate to enable this capability?

A.
Presto
A.
Presto
Answers
B.
MicroStrategy
B.
MicroStrategy
Answers
C.
Pig
C.
Pig
Answers
D.
R Studio
D.
R Studio
Answers
Suggested answer: C

A game company needs to properly scale its game application, which is backed by DynamoDB. Amazon Redshift has the past two years of historical data. Game traffic varies throughout the year based on various factors such as season, movie release, and holiday season. An administrator needs to calculate how much read and write throughput should be provisioned for DynamoDB table for each week in advance. How should the administrator accomplish this task?

A.
Feed the data into Amazon Machine Learning and build a regression model.
A.
Feed the data into Amazon Machine Learning and build a regression model.
Answers
B.
Feed the data into Spark Mlib and build a random forest modest.
B.
Feed the data into Spark Mlib and build a random forest modest.
Answers
C.
Feed the data into Apache Mahout and build a multi-classification model.
C.
Feed the data into Apache Mahout and build a multi-classification model.
Answers
D.
Feed the data into Amazon Machine Learning and build a binary classification model.
D.
Feed the data into Amazon Machine Learning and build a binary classification model.
Answers
Suggested answer: B
Total 85 questions
Go to page: of 9