exam questions

Exam AWS Certified Data Analytics - Specialty All Questions

View all questions & answers for the AWS Certified Data Analytics - Specialty exam

Exam AWS Certified Data Analytics - Specialty topic 1 question 86 discussion

A large retailer has successfully migrated to an Amazon S3 data lake architecture. The company's marketing team is using Amazon Redshift and Amazon
QuickSight to analyze data, and derive and visualize insights. To ensure the marketing team has the most up-to-date actionable information, a data analyst implements nightly refreshes of Amazon Redshift using terabytes of updates from the previous day.
After the first nightly refresh, users report that half of the most popular dashboards that had been running correctly before the refresh are now running much slower. Amazon CloudWatch does not show any alerts.
What is the MOST likely cause for the performance degradation?

  • A. The dashboards are suffering from inefficient SQL queries.
  • B. The cluster is undersized for the queries being run by the dashboards.
  • C. The nightly data refreshes are causing a lingering transaction that cannot be automatically closed by Amazon Redshift due to ongoing user workloads.
  • D. The nightly data refreshes left the dashboard tables in need of a vacuum operation that could not be automatically performed by Amazon Redshift due to ongoing user workloads.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
VikG12
Highly Voted 3 years, 8 months ago
Looks like it's D. https://github.com/awsdocs/amazon-redshift-developer-guide/issues/21
upvoted 23 times
lakediver
3 years, 5 months ago
Agree for further reading please see https://aws.amazon.com/about-aws/whats-new/2018/12/amazon-redshift-automatic-vacuum/
upvoted 4 times
...
...
pk349
Most Recent 2 years, 1 month ago
D: I passed the test
upvoted 1 times
...
cloudlearnerhere
2 years, 7 months ago
Correct answer is D as the reason for the drop in query performance might because of the long nightly data refreshes operation which blocked the vacuum operation and left it in the need of the vacuum operation. Amazon Redshift can automatically sort and perform a VACUUM DELETE operation on tables in the background. To clean up tables after a load or a series of incremental updates, you can also run the VACUUM command, either against the entire database or against individual tables. A vacuum operation might not be able to start if a load or insert operation is already in progress. Vacuum operations temporarily require exclusive access to tables in order to start. This exclusive access is required briefly, so vacuum operations don't block concurrent loads and inserts for any significant period of time.
upvoted 4 times
...
lygf
2 years, 8 months ago
Selected Answer: D
C. if there is a lingering transaction, it will block other read queries or transactions. The Question said the next day query ran slow, not being blcoked, so C is out.
upvoted 1 times
...
arboles
2 years, 10 months ago
Selected Answer: D
A is always can be but as fas as it worked before night transaction A and B is out. C is rear case because typically transactions block dara read and not making redshift slower( due to wlm and queues it hardly a case) after any DML or DDL operation there is a lot of junk an need of vacume, During vacuum there can be seom perfomance issue for queries that tryes to use that table that is why redshift autowacuum doesn't start when there is high user activity. So we need to vacuum explisitly to make things faster.
upvoted 1 times
...
rocky48
2 years, 10 months ago
Selected Answer: D
Correct Answer is D
upvoted 1 times
...
C sounds correct answer. It could be between C and D. But considering Redshift automatically vacuumes the tables periodically, and that user work load is the reason for the slowness, I would pick C over D.
upvoted 1 times
...
Bik000
3 years ago
Selected Answer: D
Answer is D
upvoted 1 times
Bik000
3 years ago
Sorry, Answer could be B
upvoted 1 times
...
...
jrheen
3 years, 1 month ago
Answer-D
upvoted 2 times
...
ShilaP
3 years, 2 months ago
C is equally possible.. Cannot rule it out....
upvoted 1 times
...
aws2019
3 years, 6 months ago
ans cloud be D https://docs.aws.amazon.com/redshift/latest/dg/r_VACUUM_command.html
upvoted 2 times
...
nirmalmarathon
3 years, 7 months ago
D should be the answer but the Correct Answer shows B. Ridiculous.
upvoted 1 times
Hariru
3 years, 7 months ago
welcome to examtopics....
upvoted 14 times
...
...
Monika14Sharma
3 years, 7 months ago
Correct Answer is D
upvoted 3 times
...
bermo
3 years, 8 months ago
I choose D
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 ...