[2021.10 Continuous updates] Amazon BDS-C00 exam dumps are already in Lead4Pass with PDF and VCE

The latest update in October 2021 Amazon BDS-C00 exam dumps, all exam questions and answers have been updated, guaranteed to be effective immediately!
Visit Lead4pass BDS-C00 dumps to get complete exam questions and answers to ensure 100% pass the exam.
Get the address: https://www.leads4pass.com/aws-certified-big-data-specialty.html (Total Questions: 264 Q&A).

[Part] Amazon BDS-C00 exam PDF in Google Drive
https://drive.google.com/file/d/1JKNCBboKmG2vfw70mT58NRCTj-pYeQtR/

Amazon BDS-C00 online exam practice

The answers to the Amazon BDS-C00 exam questions are at the end of the article

QUESTION 1

How should an Administrator BEST architect a large multi-layer Long Short-Term Memory (LSTM) recurrent neural
network (RNN) running with MXNET on Amazon EC2? (Choose two.)
A. Use data parallelism to partition the workload over multiple devices and balance the workload within the GPUs.
B. Use compute-optimized EC2 instances with an attached elastic GPU.
C. Use general purpose GPU computing instances such as G3 and P3.
D. Use processing parallelism to partition the workload over multiple storage devices and balance the workload within
the GPUs.

QUESTION 2

A data engineer is running a DWH on a 25-node Redshift cluster of a SaaS service. The data engineer needs to build a
dashboard that will be used by customers. Five big customers represent 80% of usage, and there is a long tail of
dozens of smaller customers. The data engineer has selected the dashboarding tool.
How should the data engineer make sure that the larger customer workloads do NOT interfere with the smaller
customer workloads?

A. Apply query filters based on customer-id that can NOT be changed by the user and apply distribution keys on
customer-id.
B. Place the largest customers into a single user group with a dedicated query queue and place the rest of the
customers into a different query queue.
C. Push aggregations into an RDS for Aurora instance. Connect the dashboard application to Aurora rather than
Redshift for faster queries.
D. Route the largest customers to a dedicated Redshift cluster. Raise the concurrency of the multi-tenant Redshift
cluster to accommodate the remaining customers.


QUESTION 3

A user has deployed an application on his private cloud. The user is using his own monitoring tool. He wants to
configure that whenever there is an error, the monitoring tool should notify him via SMS.
Which of the below mentioned AWS services will help in this scenario?

A. None because the user infrastructure is in the private cloud/
B. AWS SNS
C. AWS SES
D. AWS SMS

 

QUESTION 4

You are building a mobile app for consumers to post cat pictures online. You will be storing the images in AWS S3. You
want to run the system very cheaply and simply. Which one of these options allows you to build a photo sharing
application without needing to worry about scaling expensive uploads processes, authentication/authorization and so
forth?

A. Build the application out using AWS Cognito and web identity federation to allow users to log in using Facebook or
Google Accounts. Once they are logged in, the secret token passed to that user is used to directly access resources on
AWS, like AWS S3. (Amazon Cognito is a superset of the functionality provided by web identity federation. Referlink)
B. Use JWT or SAML compliant systems to build authorization policies. Users log in with a username and password,
and are given a token they can use indefinitely to make calls against the photo infrastructure.
C. Use AWS API Gateway with a constantly rotating API Key to allow access from the client-side. Construct a custom
build of the SDK and include S3 access in it.
D. Create an AWS oAuth Service Domain ad grant public signup and access to the domain. During setup, add at least
one major social media site as a trusted Identity Provider for users


QUESTION 5

An advertising organization uses an application to process a stream of events that are received from clients in multiple
unstructured formats.
The application does the following:
Transforms the events into a single structured format and streams them to Amazon Kinesis for real-time analysis.
Stores the unstructured raw events from the log files on local hard drivers that are rotated and uploaded to Amazon S3.
The organization wants to extract campaign performance reporting using an existing Amazon redshift cluster.
Which solution will provide the performance data with the LEAST number of operations?

A. Install the Amazon Kinesis Data Firehose agent on the application servers and use it to stream the log files directly to
Amazon Redshift.
B. Create an external table in Amazon Redshift and point it to the S3 bucket where the unstructured raw events are
stored.
C. Write an AWS Lambda function that triggers every hour to load the new log files already in S3 to Amazon redshift.
D. Connect Amazon Kinesis Data Firehose to the existing Amazon Kinesis stream and use it to stream the event directly
to Amazon Redshift.


QUESTION 6

Does AWS Direct Connect allow you access to all Availabilities Zones within a Region?

A. Depends on the type of connection
B. No
C. Yes
D. Only when there\\’s just one availability zone in a region. If there are more than one, only one availability zone can be accessed directly.

 

QUESTION 7

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.
B. Provide the auditor with SSH keys for access to the Amazon EMR cluster.
C. Provide the auditor with CloudFormation templates.
D. Provide the auditor with access to AWS DirectConnect to use their existing tools.

 

QUESTION 8

You are configuring your company\\’s application to use Auto Scaling and need to move user state information. Which of the following AWS services provides a shared data store with durability and low latency?

A. Amazon Simple Storage Service
B. Amazon DynamoDB
C. Amazon EC2 instance storage
D. AWS ElasticCache Memcached


QUESTION 9

A data engineer is about to perform a major upgrade to the DDL contained within an Amazon Redshift cluster to support a new data warehouse application. The upgrade scripts will include user permission updates, view and table structure changes as well as additional loading and data manipulation tasks.
The data engineer must be able to restore the database to its existing state in the event of issues.
Which action should be taken prior to performing this upgrade task?

A. Run an UNLOAD command for all data in the warehouse and save it to S3.
B. Create a manual snapshot of the Amazon Redshift cluster.
C. Make a copy of the automated snapshot on the Amazon Redshift cluster.
D. Call the waitForSnapshotAvailable command from either the AWS CLI or an AWS SDK.

Reference: https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html#working-with-snapshotrestore-table-from-snapshot

 

QUESTION 10

By default what are ENIs that are automatically created and attached to instances using the EC2 console set to do when
the attached instance terminates?

A. Remain as is
B. Terminate
C. Hibernate
D. Pause

QUESTION 11

You currently run your infrastructure on Amazon EC2 instances behind on Auto Scaling group. All logs for your
application are currently written to ephemeral storage. Recently your company experienced a major bug in code that
made it through testing and was ultimately deployed to your fleet. This bug triggered your Auto Scaling group to scale
up and back down before you could successfully retrieve the logs off your server to better assist you in troubleshooting the bug.
Which technique should you use to make sure you are able to review your logs after your instances have shut down?

A. Configure the ephemeral policies on your Auto Scaling group to back up on terminate
B. Configure your Auto Scaling policies to create a snapshot of all ephemeral storage on terminate
C. Install the CloudWatch logs Agent on your AMI, and configure CloudWatch Logs Agent to stream your logs
D. Install the CloudWatch monitoring agent on your AMI, and set up a new SNS alert for CloudWatch metrics that
triggers the CloudWatch monitoring agent to backup all logs on the ephemeral drive
E. Install the CloudWatch Logs Agent on your AMI. Update your Scaling policy to enable automated CloudWatch Log
copy

 

QUESTION 12

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
B. MicroStrategy
C. Pig
D. R Studio

 

QUESTION 13

An organization uses a custom map reduce application to build monthly reports based on many small data files in an
Amazon S3 bucket. The data is submitted from various business units on a frequent but unpredictable schedule. As the
dataset continues to grow, it becomes increasingly difficult to process all of the data in one day. The organization has
scaled up its Amazon EMR cluster, but other optimizations could improve performance.
The organization needs to improve performance with minimal changes to existing processes and applications.
What action should the organization take?

A. Use Amazon S3 Event Notifications and AWS Lambda to create a quick search file index in DynamoDB.
B. Add Spark to the Amazon EMR cluster and utilize Resilient Distributed Datasets in-memory.
C. Use Amazon S3 Event Notifications and AWS Lambda to index each file into an Amazon Elasticsearch Service
cluster.
D. Schedule a daily AWS Data Pipeline process that aggregates content into larger files using S3DistCp.
E. Have business units submit data via Amazon Kinesis Firehose to aggregate data hourly into Amazon S3.

Publish the answer

Q1Q2Q3Q4Q5Q6Q7Q8Q9Q10Q11Q12Q13
ACDBABACABBCCB

To pass the exam, you only need to pass the practice and get the complete Amazon BDS-C00 exam dumps https://www.leads4pass.com/aws-certified-big-data-specialty.html (PDF +VCE)
to help you pass the exam successfully.

ps.

[Part] Amazon BDS-C00 exam PDF in Google Drive
https://drive.google.com/file/d/1JKNCBboKmG2vfw70mT58NRCTj-pYeQtR/

AwsExamDumps is the largest community of Amazon free dumps, and it has the latest and most complete Amazon (AWS Certified Associate, AWS Certified Foundational, AWS Certified Professional, AWS Certified Specialty) dump community. You can take online practice tests, and the latest version of the exam dump is recommended. Helping you pass the exam with ease.
Back To Top