Q: 10
You have created an API provider of the type Internet. What http response code indicates success?
Options
Discussion
Official SAP docs and some sample practice tests both show 200 (C) as standard for success with API calls. Pretty sure that's what the exam expects, but feel free to check a guide if you want to be certain.
C not A. 203 can be a trap since it's only used for partial info. 200 is universal for successful HTTP responses in APIs.
Probably C since 200 is the standard "success" HTTP code, especially for general API calls. Saw a similar question in a practice test, always expect 200 unless they ask for something more specific. Agree?
C for sure. 200 is always the classic success code for HTTP APIs, regardless of provider type. Quick question though: does the API provider ever return other 2xx codes for specific operations, or is it just asking about general success?
Be respectful. No spam.