Month End Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

What are two key capabilities of Cisco Finesse? (Choose two.)

A.

Finesse includes an RPC API that enables the development of custom gadgets.

B.

Agents access Finesse from a browser without needing to install or configure anything on the client machine.

C.

Finesse automatically collects telemetry data

D.

An OpenDNS utility is preconfigured and ready to use on Finesse.

E.

Gadget containers provide a seamless experience in a single user interface.

Refer to the exhibit.

An API call is constructed to retrieve the inventory in XML format by using the API. The response to the call is 401 Unauthorized. Which two headers must be added to the API call? (Choose two.)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

E.

Option E

What is the main purpose of a code review?

A.

To provide the technical lead visibility into all code

B.

To identify and review errors with the team

C.

To ensure that all code is checked in simultaneously

D.

To detect logical errors

Refer to the exhibit.

A Python code has been written to query a device. The executed code results in the error shown. Which action resolves the problem?

A.

import json

B.

requests("GET", base_url + request_url, cookles=cookies)

C.

pip install requests

D.

import requests

Which tool allows changes to the configuration management toolset to be tested?

A.

Cisco VIRL

B.

NAPALM

C.

Ansible

D.

pyATS

Which configuration management tool has an agentless capability?

A.

Chef

B.

Puppet

C.

Ansible

D.

CFEngine

A developer is trying to retrieve data over a REST API. The API server responds with an HTTP client error response code. After investigating the response the developer realizes the realizes the response has a Retry-After header. What is the root cause of this error?

A.

The REST service is unreachable at the time of the REST request

B.

Too many requests were sent to the REST service in a given amount of time.

C.

An appliance limited the rate of requests to the transport layer.

D.

An appliance limited the rate of requests to the application layer

Drag and drop the types of management from the left onto the levels at which they are performed on the right.

Which advantage does the agile process offer compared to waterfall software development?

A.

to view the full scope of end-to-end work

B.

to have each phase end before the next begins

C.

to fix any issues at the end of the development cycle

D.

to add or update features with incremental delivery

What is a functionality of the Waterfall method as compared to the Agile method for software development?

A.

Waterfall increases agility to implement faster while Agile promotes reliability.

B.

A phase begins after the previous phase has ended in Waterfall while Agile phases run in parallel.

C.

Customers get feedback during the process in Waterfall while they can see the result at the end in Agile.

D.

Requirements can be updated in Waterfall while in Agile it should be gathered in the beginning.