ExamGecko
Home Home / Cisco / 200-901

Cisco 200-901 Practice Test - Questions Answers, Page 10

Question list
Search
Search

What is a requirement when authenticating a RESTCONF API session with a router that runs Cisco IOS XE Software?

A.

No authentication is required.

A.

No authentication is required.

Answers
B.

OAuth must be used.

B.

OAuth must be used.

Answers
C.

A token must be retrieved and the associated string must be embedded in the X-Auth-Token header.

C.

A token must be retrieved and the associated string must be embedded in the X-Auth-Token header.

Answers
D.

Basic authentication must be used.

D.

Basic authentication must be used.

Answers
Suggested answer: D

Which API must an engineer use to change a netmask on a Cisco IOS XE device?

A.

Meraki

A.

Meraki

Answers
B.

SD-WAN

B.

SD-WAN

Answers
C.

RESTCONF/YANG

C.

RESTCONF/YANG

Answers
D.

DNAC

D.

DNAC

Answers
Suggested answer: C

A developer creates a script that configured multiple Cisco IOS XE devices in a corporate infrastructure. The internal test environment is unavailable, and no maintenance window is available to test on a low-priority production environment.

Which resource is used to test the code before it is applied to the production environment?

A.

Code Exchange

A.

Code Exchange

Answers
B.

Cisco Support

B.

Cisco Support

Answers
C.

Cisco DevNet Learning Labs

C.

Cisco DevNet Learning Labs

Answers
D.

Cisco DevNet Sandbox

D.

Cisco DevNet Sandbox

Answers
Suggested answer: D

Explanation:


Reference: https://developer.cisco.com/site/sandbox/

Which tool is used to block all traffic to the domain by using a single API call?

A.

Cisco Firepower

A.

Cisco Firepower

Answers
B.

Cisco AMP

B.

Cisco AMP

Answers
C.

Cisco Umbrella

C.

Cisco Umbrella

Answers
D.

Cisco ISE

D.

Cisco ISE

Answers
Suggested answer: A

Explanation:

Topic 4, Application Deployment and Security

Refer to the exhibit.

A process running on the host wants to access the service running inside this Docker container. Which port or ports are used to make a connection?

A.

only outbound connections between 3000 and 5000 are possible

A.

only outbound connections between 3000 and 5000 are possible

Answers
B.

port 3000

B.

port 3000

Answers
C.

any port between 3000 and 5000

C.

any port between 3000 and 5000

Answers
D.

port 5000

D.

port 5000

Answers
Suggested answer: B

What are two security benefits of a Docker-based application? (Choose two.)

A.

natively secures access to secrets that are used by the running application

A.

natively secures access to secrets that are used by the running application

Answers
B.

guarantees container images are secured and free of vulnerabilities

B.

guarantees container images are secured and free of vulnerabilities

Answers
C.

easier to patch because Docker containers include only dependencies that the application requires

C.

easier to patch because Docker containers include only dependencies that the application requires

Answers
D.

prevents information leakage occurring when unhandled exceptions are returned in HTTP responses

D.

prevents information leakage occurring when unhandled exceptions are returned in HTTP responses

Answers
E.

allows for separation of applications that traditionally run on the same host

E.

allows for separation of applications that traditionally run on the same host

Answers
Suggested answer: A, B

A local Docker alpine image has been created with an image ID of a391665405fe and tagged as “latest”. Which command creates a running container based on the tagged image, with the container port 8080 bound to port 80 on the host?

A.

docker build -p 8080:80 alpine:latest

A.

docker build -p 8080:80 alpine:latest

Answers
B.

docker exec -p 8080:80 alpine:latest

B.

docker exec -p 8080:80 alpine:latest

Answers
C.

docker start -p 8080:80 alpine:latest

C.

docker start -p 8080:80 alpine:latest

Answers
D.

docker run -p 8080:80 alpine:latest

D.

docker run -p 8080:80 alpine:latest

Answers
Suggested answer: D

Refer to the exhibit.

Which function does the EXPOSE line perform when building an image from this Dockerfile?

A.

Local port 8080 of the container that launched with this docker image is accessible from co-hosted containers and external clients.

A.

Local port 8080 of the container that launched with this docker image is accessible from co-hosted containers and external clients.

Answers
B.

Local port 8080 is not reachable at all because no IP address is specified along with the EXPOSE command of the Dockerfile.

B.

Local port 8080 is not reachable at all because no IP address is specified along with the EXPOSE command of the Dockerfile.

Answers
C.

Local port 8080 is accessible from other containers running on the same docker host as the container that launched with this docker image.

C.

Local port 8080 is accessible from other containers running on the same docker host as the container that launched with this docker image.

Answers
D.

Local port 8080 of the container that launched with this docker image is accessible to external clients.

D.

Local port 8080 of the container that launched with this docker image is accessible to external clients.

Answers
Suggested answer: C

Which two elements are foundational principles of DevOps? (Choose two.)

A.

organizing cross-functional teams over organizational silos

A.

organizing cross-functional teams over organizational silos

Answers
B.

designing applications as microservices

B.

designing applications as microservices

Answers
C.

encouraging containers for the deployment of applications

C.

encouraging containers for the deployment of applications

Answers
D.

automating over documenting

D.

automating over documenting

Answers
E.

optimizing the cost of infrastructures

E.

optimizing the cost of infrastructures

Answers
Suggested answer: A, D

Which platform is run directly on top of a hypervisor?

A.

bare metal systems

A.

bare metal systems

Answers
B.

virtual machines

B.

virtual machines

Answers
C.

containers

C.

containers

Answers
D.

applications

D.

applications

Answers
Suggested answer: B
Total 471 questions
Go to page: of 48