exam questions

Exam AWS-SysOps All Questions

View all questions & answers for the AWS-SysOps exam

Exam AWS-SysOps topic 1 question 862 discussion

Exam question from Amazon's AWS-SysOps
Question #: 862
Topic #: 1
[All AWS-SysOps Questions]

A popular auctioning platform requires near-real-time access to dynamic bidding information. The platform must be available at all times. The current Amazon
RDS instance often reaches 100% CPU utilization during the weekend auction and can no longer be resized. To improve application performance, a sysops administrator is evaluating Amazon ElastiCache, and has chosen Redis (cluster mode enabled) instead of Memcached.
What are reasons for making this choice? (Choose two.)

  • A. Data partitioning
  • B. Multi-threaded processing
  • C. Multi-AZ with automatic failover
  • D. Multi-region with automatic failover
  • E. Online resharding
Show Suggested Answer Hide Answer
Suggested Answer: BC 🗳️
Reference:
https://aws.amazon.com/blogs/aws/amazon-elasticache-for-redis-update-sharded-clusters-engine-improvements-and-more/? utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+AmazonWebServicesBlog+%28Amazon+Web+Services+Blog%29

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
Newguru2020
Highly Voted 3 years, 2 months ago
Ans: C & E Ref: https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/SelectEngine.html Ref: https://aws.amazon.com/elasticache/redis/?trk=ps_a134p000003y4xrAAA&trkCampaign=pac_RTA_Redis-Managed_2020&sc_channel=ps&sc_campaign=pac_RTA_Google_us_redis-pdp_non-brand_prosp_en_5-12-20&sc_outcome=PaaS_Digital_Marketing&sc_geo=NAMER&sc_country=US&sc_publisher=Google&sc_category=Database&sc_detail=%2Bredis&sc_content=Redis%20General_bmm&sc_matchtype=b&sc_segment=436410813560&sc_medium=PAC-PaaS-P|PS-GO|Non-Brand|Desktop|PA|Database|ElastiCache|US|EN|Text&s_kwcid=AL!4422!3!436410813560!b!!g!!%2Bredis&ef_id=EAIaIQobChMIl42G-Kni7AIVEI-GCh0GYABbEAAYASAAEgLGovD_BwE:G:s&s_kwcid=AL!4422!3!436410813560!b!!g!!%2Bredis Notes: Amazon ElastiCache for Redis supports both Redis cluster and non-cluster modes and provides high availability via support for automatic failover by detecting primary node failures and promoting a replica to be primary with minimal impact.
upvoted 14 times
...
e45af42
Most Recent 6 months, 2 weeks ago
Selected Answer: CE
I saw this question verified somewhere else so.
upvoted 1 times
...
albert_kuo
1 year, 4 months ago
Selected Answer: AE
Redis supports data partitioning, which allows you to distribute the dataset across multiple Redis shards (node groups) in a Redis cluster. Each shard can handle a subset of the data, and this enables horizontal scaling, making it suitable for handling large datasets with high read/write throughput. Redis (cluster mode enabled) supports online resharding, which means you can dynamically add or remove shards (node groups) from the cluster while it's running, without any downtime. This makes it easy to scale the Redis cluster up or down based on changing requirements, such as increasing capacity during peak auction times and reducing it during off-peak times.
upvoted 1 times
albert_kuo
1 year, 1 month ago
Change to CE
upvoted 1 times
...
...
Finger41
2 years, 5 months ago
Selected Answer: CE
https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/SelectEngine.html
upvoted 1 times
...
Cyril_the_Squirl
3 years, 1 month ago
Thank you for your work, but did you notice in your reference documents that in fact the answer is A, C and E? A..Data partitioning is the first option from the answers that shows up in the table...https://docs.amazonaws.cn/en_us/AmazonElastiCache/latest/red-ug/SelectEngine.html | Good luck to anybody facing this question...
upvoted 1 times
...
sapien45
3 years, 1 month ago
Online resharding and MutliAz failover, aws is eminently clear : https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/SelectEngine.html
upvoted 1 times
...
ahaffar
3 years, 1 month ago
its CE https://docs.amazonaws.cn/en_us/AmazonElastiCache/latest/red-ug/SelectEngine.html Online Resharding is not supported on Memcached High Availabilty
upvoted 1 times
...
someoneon99
3 years, 1 month ago
I will go for D and E. I tried to create a memcached Cluster in ElastiCache Console, under Availability Zones Placement, you can select more than 1 AZ for the cluster. So option C seems not advantage for Redis over Memcached. Btw, in 2020/03, AWS announced Global datastores for Redis, https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastore.html If this is a recent question in the exam, I guess it should D and E.
upvoted 1 times
Drey
3 years, 1 month ago
https://docs.amazonaws.cn/en_us/AmazonElastiCache/latest/red-ug/SelectEngine.html
upvoted 1 times
...
...
abhishek_m_86
3 years, 2 months ago
C. Multi-AZ with automatic failover E. Online resharding Seem correct
upvoted 2 times
...
[Removed]
3 years, 2 months ago
apologies answer is C & E: https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/SelectEngine.html check the table of comparisons
upvoted 2 times
...
[Removed]
3 years, 2 months ago
Notes: Multi-AZ is enabled by default on Redis (cluster mode enabled) clusters. Redis (cluster mode enabled) supports partitioning your data across up to 250 node groups. You can dynamically change the number of shards as your business needs change. One advantage of partitioning is that you spread your load over a greater number of endpoints, which reduces access bottlenecks during peak demand. Answer is A&C
upvoted 1 times
...
jpush
3 years, 2 months ago
CE https://jayendrapatil.com/aws-elasticache-certification/
upvoted 1 times
...
jackdryan
3 years, 2 months ago
I'll go with C,E
upvoted 1 times
...
A3A3
3 years, 2 months ago
A&B are on both Redis & memcache Only Redis has C&E https://aws.amazon.com/elasticache/redis-vs-memcached/#:~:text=into%20your%20application.-,Data%20partitioning,more%20data%20when%20demand%20grows.
upvoted 1 times
A3A3
3 years, 2 months ago
Correction on B, Redis isn't multi-threaded, Memcached is. Still stick with the same answer, but one little part was wrong.
upvoted 1 times
weril
3 years, 2 months ago
You have answered on ur own wrong answer and u are still sticking with the wrong answer. Oh, do u know Darwin's theory? It's AE. B- Redis is cluster based and doesn't support parallelism execution(btw. thread is base stone of the age of parallelism)
upvoted 1 times
...
weril
3 years, 2 months ago
btw. from Wiki about what is sharding in Relational databases: A database shard, or simply a shard, is a horizontal partition of data in a database
upvoted 1 times
...
...
...
HeliosABC
3 years, 2 months ago
Ans is C,E
upvoted 1 times
...
ImranR
3 years, 2 months ago
C. For high availability ---- The platform must be available at all times. E. For performance----- Online resharding
upvoted 1 times
...
Bode15
3 years, 2 months ago
AE https://docs.amazonaws.cn/en_us/AmazonElastiCache/latest/red-ug/SelectEngine.html https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/redis-cluster-resharding-online.html
upvoted 2 times
mrphuongbn
3 years, 2 months ago
I concur
upvoted 1 times
...
Newguru2020
3 years, 2 months ago
Data partitioning can be done for Memcached as well. https://docs.amazonaws.cn/en_us/AmazonElastiCache/latest/red-ug/SelectEngine.html
upvoted 1 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 ...