- (Exam Topic 3)
How are operations on REST APIs performed as compared to RPC APIs?
Correct Answer:
D
In a REST API, operations are performed on resources, which are accessed and manipulated using HTTP verbs such as GET, POST, PUT, and DELETE. These resources are identified by a URL and are defined within the API. For example, an API may define a resource called "customers", which can be accessed using the URL "http://api.example.com/customers". To retrieve a list of customers, the client could make a GET request to this URL. To create a new customer, the client could make a POST request to the same URL with the necessary data in the request body. In contrast, in an RPC API, operations are performed by making function calls. The client makes a request to the server, specifying the function to be called and any necessary parameters. The server then executes the function and returns the result to the client. RPC APIs are operation-oriented, meaning that the focus is on the function being called rather than the resource being accessed.
- (Exam Topic 1)
On which port does NETCONF operate by default?
Correct Answer:
D
- (Exam Topic 3)
What is a benefit of a distributed version control system?
Correct Answer:
C
Reference: https://about.gitlab.com/topics/version-control/benefits-distributed-version-control-system/
- (Exam Topic 2)
Which API must an engineer use to change a netmask on a Cisco IOS XE device?
Correct Answer:
B
- (Exam Topic 2)
What are two properties of private IP addresses? (Choose two.)
Correct Answer:
BD