ExamGecko
Question list
Search
Search

Question 459 - 200-901 discussion

Report
Export

DRAG DROP

Drag and drop the common API styles from the left onto the requirement on the right.


Question 459
Correct answer: Question 459

Explanation:

Cisco DevNet Associate Certification Guide, Sections on API styles and their characteristics

Official Cisco documentation on RESTful and RPC APIs

General programming resources on synchronous vs. asynchronous API calls

Therefore, the correct mapping is:

synchronous 'Code execution must wait for an API call to return before continuing.'

asynchronous 'Code execution does not need to wait for an API call to return before continuing.'

REST 'Data is called indirectly using generic HTTP methods such as GET, POST, PUT, and DELETE.'

RPC 'Calls to request a service from a remote server must execute the same way as a request to the local system.'

asked 07/10/2024
JR Gee
33 questions
User
0 comments
Sorted by

Leave a comment first