Troubleshooting Platform Services

10. HTTP status codes that begin with 4xx, like 404, indicate:

  • Redirections
  • Client-side errors
  • Server-side errors
  • Nowhere; these codes are successful

11. HTTP status codes that begin with 5xx, like 501, indicate:

  • Server-side errors
  • Client-side errors
  • Redirections
  • Nowhere; these codes are successful

12. What are tools that are built into browsers to help diagnose issues with the browsers?

  • Developer tools
  • Platform services
  • Database servers
  • HTTP web servers

13. What do HTTP status codes beginning with 2xx indicate?

  • Client-side errors
  • Redirection
  • Server-side errors
  • Successful request

14. Which of these leads to a 404 error?

  • You type in the human readable name for a site that no longer exists.
  • You type in the URL of a site instead of the human readable name (something ending with.com, .edu or any dot ending).
  • You type in a good address or readable name for a site, but the server holding the site is having problems.
  • You accidentally type in the wrong readable name, and you get to a different site than you wanted.

Devendra Kumar

Project Management Apprentice at Google

Leave a Reply