ServiceNow Certified System Administrator — Question 162
The wait time for end users is based on the round-trip between the client and the server. What activities are included in the round-trips?
Answer options
- A. Request + Response
- B. Save + Update
- C. Write + Read
- D. Submit + Query
- E. Insert + Verify
Correct answer: A
Explanation
The correct answer is A, as the round-trip time specifically refers to the time taken for a request to be sent from the client to the server and the subsequent response to be received. The other options involve actions that do not encapsulate the complete cycle of request and response which is crucial for assessing round-trip time.