Q: 10
You have created an API provider of the type Internet. What http response code indicates success?
Options
Discussion
C
Seen similar questions in official guides and C. 200 always shows up as the successful HTTP response, but I think A makes sense too for partial success cases. Could be wrong, but I'd pick A here. Has anyone seen that on the exam?
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.
Nah, it's not A. Only C (200) means generic success for an API call, 203 is like partial info. C.
Don't 2xx codes all mean success broadly, but only C (200) means full request OK? The others are partial or errors, right?
Its C
C tbh, 200 is the go-to HTTP status for success in APIs regardless of provider type. This comes up a lot in official SAP materials and practice exams, always pointing to C for a standard OK response. Worth brushing up on all the status codes in the official guide though, just to spot traps. Someone correct me if they've seen a twist here.
C every time for standard HTTP success in API calls. The other codes are for special cases or errors. Unless SAP changes the basics, I think this is clear. Let me know if you see exceptions.
C , saw same thing in an SAP practice set. 200 always means success for HTTP APIs.
C is the usual code for a successful HTTP API call. 203 is technically a success too, but it's used when the info isn't from the actual origin server, which isn't what most APIs expect as a "generic" success. Pretty sure SAP CPI sticks with 200 here unless there's some custom scenario. Open to evidence if I'm off base.
Be respectful. No spam.