Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Professional Cloud Architect All Questions

View all questions & answers for the Professional Cloud Architect exam

Exam Professional Cloud Architect topic 5 question 4 discussion

Actual exam question from Google's Professional Cloud Architect
Question #: 4
Topic #: 5
[All Professional Cloud Architect Questions]

Mountkirk Games' gaming servers are not automatically scaling properly. Last month, they rolled out a new feature, which suddenly became very popular. A record number of users are trying to use the service, but many of them are getting 503 errors and very slow response times. What should they investigate first?

  • A. Verify that the database is online
  • B. Verify that the project quota hasn't been exceeded
  • C. Verify that the new feature code did not introduce any performance bugs
  • D. Verify that the load-testing team is not running their tool against production
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
sri007
Highly Voted 4 years, 10 months ago
Ans is B
upvoted 22 times
...
Ziegler
Highly Voted 4 years, 5 months ago
B is the correct answer Error code starting like 5xx is something related to server 503 UNAVAILABLE Service unavailable. Typically the server is down.
upvoted 11 times
AGG
3 years, 9 months ago
When server is down you will get timeout (503 - service unavailable - not server)
upvoted 2 times
...
...
dfizban
Most Recent 1 month, 1 week ago
Selected Answer: B
It's B
upvoted 1 times
...
mani14287
5 months, 3 weeks ago
Selected Answer: B
When you encounter the 503 error, it means that the server in question is unavailable. That could be because it's too busy, for example, or it's under maintenance. Unlike other similar error codes, 503 signifies that your website is online and running, but can't be reached at the present moment
upvoted 2 times
...
666Amitava666
7 months ago
Selected Answer: B
Its very common that the Gateway goes down and throws 503 if the load on the server is beyond limit. Performance Bug is a good option but it will take a lot of time. Its always better to start debugging from the "step-1"; checking the project quota will be faster, hence, I go with B
upvoted 2 times
...
rafalmajewski
7 months ago
Selected Answer: C
In my opinion C
upvoted 2 times
...
dija123
7 months, 2 weeks ago
Selected Answer: C
I vote for C
upvoted 2 times
...
5091a99
8 months, 2 weeks ago
B. "What should the team investigate first?" Quota limits are easy to check, and considering the scaling issues this could be the cause even though Google Typically responds with a 429 to 'over Quota' issues. Checking for bugs can be very time consuming, especially if the bugs are related to scale or are intermittent. Go with the first easy thing to check... B.
upvoted 2 times
...
Amrita2012
9 months, 2 weeks ago
Selected Answer: D
Such symptoms occur when servers are overloaded which might have caused because of load testing. hence option D would be first thing I would do before I go into deep details of analyzing performance bug.
upvoted 2 times
...
ratsoft
9 months, 3 weeks ago
It cannot be A or B for Sure. If you exceeded a quota value with an HTTP/REST request, Google Cloud returns an HTTP 429 TOO MANY REQUESTS status code. Still not sure between C & D. Will prefer D. Any thoughts?
upvoted 3 times
...
Pime13
9 months, 4 weeks ago
Selected Answer: C
for me it's C. 503 is service unavailable, for quota problem in GCP we get 429 (https://cloud.google.com/docs/quota/troubleshoot : If you exceeded a quota value with an HTTP/REST request, Google Cloud returns an HTTP 429 TOO MANY REQUESTS status code.) A. Verify that the database is online - if db is down it would be down for all users B. Verify that the project quota hasn't been exceeded Most Voted - quota error is 429 https://cloud.google.com/docs/quota/troubleshoot C. Verify that the new feature code did not introduce any performance bugs - performance issues would translate into latency issue and possible 503 D. Verify that the load-testing team is not running their tool against production -
upvoted 7 times
0verK0alafied
6 months, 3 weeks ago
Thanks for this explanation.
upvoted 1 times
...
...
e5019c6
11 months ago
Selected Answer: D
I think D is the correct one. A couldn't be because all players would get the error, not only a few. B I don't think it is because the Business objetives tell us that they want to scale globally. Setting a quota would limit their scalability to reduce costs, and the CFO didn't set any cost-reducing objectives. C is a good one to do, but would not be the first one. Searching the code for bugs is a task that would take long hours to complete, so I would do it only if the firsts and obvious checks didn't find anything. That leaves D as the first thing to check before going with C. Discarding A & B.
upvoted 3 times
ieboaix
9 months ago
agree is D, quota error code are 4xx. https://cloud.google.com/docs/quotas/troubleshoot
upvoted 1 times
...
didek1986
10 months, 1 week ago
Lol😂 Three is always default quota SO B is correct
upvoted 1 times
...
don_v
10 months, 1 week ago
Finally, the correct voice here. https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/503 "503 Service Unavailable The HyperText Transfer Protocol (HTTP) 503 Service Unavailable server error response code indicates that the server is not ready to handle the request. Common causes are a server that is down for maintenance or that is *overloaded*."
upvoted 1 times
...
...
MahAli
11 months, 1 week ago
Selected Answer: C
There has been new feature implemented last month, when the requests reached new level the infra didn't scale well anymore, I will first investigate that feature didn't cause performance issues or memory leaks.
upvoted 2 times
...
Roro_Brother
11 months, 2 weeks ago
Selected Answer: B
It is B. They key here is "...which suddenly became very popular." Which might have caused a quota limit issue all sudden.
upvoted 1 times
...
Prakzz
1 year, 1 month ago
Selected Answer: D
I think it should be D. Load testing should not be done in Production and if it is getting dome there and actual high traffic comes from users then application will crash.
upvoted 3 times
...
PKookNN
1 year, 2 months ago
Selected Answer: B
my focus is 'quickly investigated first' - quota is the easiest and quickest to check
upvoted 2 times
...
rusll
1 year, 3 months ago
Selected Answer: B
For me its both B & C, but since quota verification is simpler and can be done quickly, they should start there. (keyword: "What should they investigate first?")
upvoted 2 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 ...