ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 53 - Professional Cloud Architect discussion

Report
Export

A news feed web service has the following code running on Google App Engine. During peak load, users report that they can see news articles they already viewed.

What is the most likely cause of this problem?

A.
The session variable is local to just a single instance
Answers
A.
The session variable is local to just a single instance
B.
The session variable is being overwritten in Cloud Datastore
Answers
B.
The session variable is being overwritten in Cloud Datastore
C.
The URL of the API needs to be modified to prevent caching
Answers
C.
The URL of the API needs to be modified to prevent caching
D.
The HTTP Expires header needs to be set to -1 stop caching
Answers
D.
The HTTP Expires header needs to be set to -1 stop caching
Suggested answer: A
asked 18/09/2024
mark obrien
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first