Ends in
00
days
00
hrs
00
mins
00
secs
SHOP NOW

$2 OFF in ALL Azure Practice Exams & NEW AZ-500 Microsoft Azure Security Engineer Associate Practice Exams at $10.99!

Find answers, ask questions, and connect with our
community around the world.

Home Forums General Discussions how can we store 50kb user data in Dynamo DB?

  • how can we store 50kb user data in Dynamo DB?

  • bhanuC

    Member
    March 30, 2021 at 7:01 pm

    you are working as an AWS Developer for a mobile development company. They are currently developing new android and iOS mobile apps and are considering storing the customization data in AWS. This would provide a more uniform cross-platform experience to their users using multiple mobile devices to access the apps. The preference data for each user is estimated to be 50KB in size. Additionally, 3 million customers are expected to use the application on a regular basis, using their social login accounts for easier user authentication.

    How would you design a highly available, cost-effective, scalable, and secure solution to meet the above requirements?

    In above question it says user data is estimated 50 kb, you need to read an item that is larger than 4 KB, DynamoDB will need to consume additional read capacity units. Practice test1 – question.

    • This discussion was modified 3 years ago by  bhanuC.
    • This discussion was modified 3 years ago by  bhanuC.
  • Carlo-TutorialsDojo

    Member
    March 31, 2021 at 11:10 am

    Hello bhanuC,

    Sorry, I didn’t quite get your question.

    If you’re asking whether it’s possible to store 50KB of data in DynamoDB, then the answer is yes.

    “In above question it says user data is estimated 50 kb, you need to read an item that is larger than 4 KB, DynamoDB will need to consume additional read capacity units.”

    >> Yes. in order to read 50KB of data in DynamoDB, you need at least 7 RCUs (eventually consistent), or 13 RCUs (strongly consistent)

    Let me know if this answers your question.

    Regards,

    Carlo

Viewing 1 - 2 of 2 replies

Log in to reply.

Original Post
0 of 0 posts June 2018
Now