Thoughtworks Interview Question

3. If the backend is down (server + db), how will test the front end data population?

Interview Answers

Anonymous

Feb 24, 2018

Use of the cache

7

Anonymous

Aug 31, 2018

we can use "nc" to spawn a make shift server, and then watch the console for logged incoming requests, the console will log the data uploaded from frontend

2

Anonymous

Aug 4, 2018

Mock out the HTTP response from the server using tools such as Burrp Suite or Fiddler. You can mock out both the http response code as well as the body.

2