exam questions

Exam ANS-C00 All Questions

View all questions & answers for the ANS-C00 exam

Exam ANS-C00 topic 1 question 261 discussion

Exam question from Amazon's ANS-C00
Question #: 261
Topic #: 1
[All ANS-C00 Questions]

You have been tasked with migrating your company's proprietary massively large dataset sorting application to AWS. The application currently runs on 4 highly spec'd servers that are in a cluster arrangement and runs 24x7, with the average CPU utilisation across any 24hr period being approx 85% - the migration of this cluster once up and running on AWS is expected to run similarly. The servers shuffle data internally and between themselves. Your company's financial performance is entirely dependent on the speed at which it can sort your customers datasets, that is the faster a sorted result can be returned the better your company's bottom line.
Of the choices presented below, select the optimal network configuration that will ensure the best financial results for your company.

  • A. Disable Jumbo Frames to ensure better data throughput between instances
  • B. Enable Jumbo Frames to ensure better data throughput between instances
  • C. Create an autoscaled group of c4.8xlarge instances - with min 1 and max 4 - this will ensure your operational costs a minimal
  • D. Configure a CloudWatch Alarm to add more CPUs to the instances when average cluster CPU utilisation breaches 85%
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
Answer C does not meet the brief ג€" the question states that the requirement is to run a cluster of 4 servers 24x7 ג€" and that the average CPU utilisation across any
24hr period is 85% ג€" therefore have an ASG with min 1 and max 4 provides no benefit, and if anything scaling down from 4 machines would impact the speed at which sorting results are returned ג€" and therefore this would affect the company's bottom line. We know that of the Answers A and B we need to choose one ג€"
Answer B best supports our requirements ג€" to move data faster between servers. Answer D is nonsensical ג€" AWS doesn't support adding or removing CPUs to instances.
Reference:
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/network_mtu.html

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
aws53
Highly Voted 3 years, 8 months ago
Answer is B
upvoted 6 times
...
Marty2021
Most Recent 2 years, 11 months ago
Selected Answer: B
Answers C and D are incorrect and don't address the requirement from network perspective. A is incorrect as disabling jumbo frames would reduce network performance not to mention potentially increasing CPU load.
upvoted 1 times
...
ChauPhan
3 years, 7 months ago
Put the cluster in placement group, to optimize the network performance, we can enable the Jumbo Frame of instances B. Enable Jumbo Frames to ensure better data throughput between instances
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...