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

Azure Sale - Get Up to 25% OFF All Azure Reviewers

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

Home Forums AWS AWS Certified Developer Associate Exam Question Code Incorrect

  • Exam Question Code Incorrect

  • Caleb Whitaker

    Member
    June 1, 2024 at 5:14 am

    This Exam Question:

    A developer must set up a caching layer in front of the tutorialsdojo database. The developer should come up with a function that ensures cached data is always up-to-date. Stale records in the cache must be automatically deleted as well to prevent the build-up of extra data.

    Which pseudocode best represents this caching strategy?

    Has a Correct Answer with incorrect pseudocode.
    The line in question is:

    tutorialsdojo.query("UPDATE Customers SET value = %s WHERE id = %s", item_id, item_value)

    This says: “UPDATE Customers SET value = itemId WHERE id = itemValue”
    The question has little to do with this particular line but I nonetheless thought it was wrong because of this piece.

  • Carlo-TutorialsDojo

    Member
    June 18, 2024 at 4:53 pm

    Hello Caleb,

    Thanks for raising this item.

    It seems there is a typo in the proposed correct answer for this item

    We’ll have it corrected as soon as possible.

    Please let us know if you have additional questions.

    Regards,

    Carlo Acebedo

Viewing 1 - 2 of 2 replies

Log in to reply.

Original Post
0 of 0 posts June 2018
Now