A REST API client uses which two HTTP methods to execute RPC requests on the server? (Choose two.)

A REST API client uses which two HTTP methods to execute RPC requests on the server? (Choose two.)A . POSTB . HEADC . GETD . CONNECTView AnswerAnswer: A, C Explanation: REST APIs use HTTP methods to perform different operations on resources. In the context of RPC (Remote Procedure Call) requests:...

May 15, 2025 No Comments READ MORE +

Which two statements about NETCONF layers are correct? (Choose two.)

Which two statements about NETCONF layers are correct? (Choose two.)A . NETCONF layers use the messages layer to receive RPCs from a remote NETCONF server.B . NETCONF layers use the messages layer to send RPCs to a remote NETCONF server.C . NETCONF layers use the operations layer to receive RPCs...

May 11, 2025 No Comments READ MORE +

Using the set rest control configuration command, what are two ways to control access to the REST API running on a Junos device? (Choose two.)

Using the set rest control configuration command, what are two ways to control access to the REST API running on a Junos device? (Choose two.)A . Limit management access to only SSHB . Limit management access to specific users.C . Limit the number of simultaneous connections.D . Limit access to...

May 11, 2025 No Comments READ MORE +

Which two processes are used by Junos automation? (Choose two.)

Which two processes are used by Junos automation? (Choose two.) A. mod B. jsd C. ifd D. kmdView AnswerAnswer: BD Explanation: Junos automation relies on several key processes to handle various automation and API interactions. Let's break down the two key processes involved: jsd (Junos Script Daemon): The jsd process...

May 6, 2025 No Comments READ MORE +

What is the difference between a list and a tuple in Python?

What is the difference between a list and a tuple in Python?A . Lists are immutable objects that use square brackets, and tuples are mutable objects that use parentheses.B . Lists are mutable objects that use square brackets, and tuples are immutable objects that use parentheses.C . Lists are immutable...

April 26, 2025 No Comments READ MORE +

In this scenario, which statement would accomplish this task?

You want to use a Python package or module. In this scenario, which statement would accomplish this task?A . reapB . dirC . inputD . ImportView AnswerAnswer: D Explanation: In Python, to use a package or module, you use the import statement. This statement allows you to load a module...

April 2, 2025 No Comments READ MORE +

Which two statements about the REST API are correct? (Choose two.)

Which two statements about the REST API are correct? (Choose two.)A . The TCP session state is maintained by the server.B . The REST API application is stateless.C . The TCP session state is maintained by the clientD . The REST API application is stateful.View AnswerAnswer: B, C Explanation: REST...

March 26, 2025 No Comments READ MORE +

Which two statements are valid regarding Junos automation? (Choose two.)

Which two statements are valid regarding Junos automation? (Choose two.)A . The jsd process handles XML API calls.B . The mgd process handles JET API requests.C . The jsd process handles JET API requests.D . The mod process handles XML API calls.View AnswerAnswer: C, A Explanation: In Junos automation, several...

March 23, 2025 No Comments READ MORE +

Which DevOps "Three way" principle addresses technical debt?

Which DevOps "Three way" principle addresses technical debt?A . feedbackB . flowC . continuous experimentation and learningD . continuous experimentationView AnswerAnswer: A Explanation: In the context of the DevOps "Three Ways" principles, the feedback principle directly addresses the management of technical debt. The "Three Ways" are core principles guiding DevOps...

March 10, 2025 No Comments READ MORE +

Which two tools would you use to make REST API requests? (Choose two.)

Which two tools would you use to make REST API requests? (Choose two.)A . cURLB . NETCOfJFC . Web browserD . SSHView AnswerAnswer: AC Explanation: REST API requests can be made using various tools that support HTTP methods. Two common tools are: cURL: A command-line tool that allows you to...

March 10, 2025 No Comments READ MORE +