What are two components of the Waterfall model of software development? (Choose two.)

What are two components of the Waterfall model of software development? (Choose two.)A . a large volume of code changes between releases B. a small volume of code changes between releases C. a short interval of time between releases D. a long interval of time between releasesView AnswerAnswer: A,D

September 2, 2023 No Comments READ MORE +

In this scenario, what would be the reason for this error?

You are asked to write an automation script using Python. When you execute the script, you notice that your code sends an RpcTimeoutError error. In this scenario, what would be the reason for this error?A . The Python script was not able to connect to the Juniper device B. The...

September 1, 2023 No Comments READ MORE +

Why is a REST API considered stateless?

Why is a REST API considered stateless?A . The client requests to the server do not include state information. B. The REST API is an international API. C. No client context is stored on the server between requests. D. The state of the server is not important when making requests.View...

September 1, 2023 No Comments READ MORE +

Which configuration is necessary to solve this problem?

Exhibit. You have the configuration shown in the exhibit, but are unable to access the REST API Explorer. Which configuration is necessary to solve this problem?A . Configure the rest service to be active on port 80. B. Configure an IPv4 address on ge-0/0/0 0. C. Configure a secondary IPv6...

September 1, 2023 No Comments READ MORE +

Ansible playbooks are written in which format?

Ansible playbooks are written in which format?A . YAML B. Python C. XML D. JSONView AnswerAnswer: D

September 1, 2023 No Comments READ MORE +

Referring to the exhibit, where would the junos. conf file be found?

Exhibit. Referring to the exhibit, where would the junos. conf file be found?A . a directory located on R1 B. a directory on juniper__}uno3_conf C. a local directory on the Ansible control machine D. a directory on the device list in inventory_hostnameView AnswerAnswer: C

August 31, 2023 No Comments READ MORE +

Which two statements about Junos PyEZ RPC(s) are correct? (Choose two.)

Which two statements about Junos PyEZ RPC(s) are correct? (Choose two.)A . PyEZ RPCs return XML data B. PyEZ RPCs can be used to view only the interface configuration C. PyEZ RPCs can be used to view the active device configuration D. PyEZ RPCs return CSV dataView AnswerAnswer: A,B

August 31, 2023 No Comments READ MORE +

Referring to the exhibit, which XPath statement would retrieve the commit-user attribute in the candidate configuration?

Exhibit. Referring to the exhibit, which XPath statement would retrieve the commit-user attribute in the candidate configuration?A . configuration/@ junos: commit-user B. configuration:@ junos: commit-user C. configuration/junos: commit-user D. configuration/commit-userView AnswerAnswer: B Explanation:

August 31, 2023 No Comments READ MORE +

Referring to the exhibit, what is the output from the print(x) line?

Exhibit Referring to the exhibit, what is the output from the print(x) line?A . [‘b’, ‘c’] B. [‘b’, ‘c’, ‘d’] C. [‘a’, ‘b’, ‘c’] D. [‘a’, ‘b’]View AnswerAnswer: C

August 30, 2023 No Comments READ MORE +

Which two statements about DevOps are correct? (Choose two.)

Which two statements about DevOps are correct? (Choose two.)A . DevOps is a methodology that allows for frequent, quick modifications B. DevOps is a methodology that ensures that collaboration does not occur across organizational boundaries C. DevOps is a methodology used to develop software or systems D. DevOps is a...

August 30, 2023 No Comments READ MORE +