Sample questions
Cisco DevNet Associate 200-901 practice questions
Refer to the exhibit. A developer is building a Docker image for a Node.js application. The Dockerfile contains: ``` FROM node:14 WORKDIR /usr/src/app COPY package*.json ./ RUN npm…
A network engineer is configuring EtherChannel between two switches. The switches are connected via four links. The engineer wants to load balance traffic based on source and desti…
A developer is using the Meraki Dashboard API to retrieve a list of clients for a network. The API returns a 429 error. What should the developer do to handle this correctly?
Which two authentication methods are commonly used with Cisco APIs? (Choose two.)
Which THREE are valid ways to expose ConfigMap data to a pod in Kubernetes?
A company uses a blue/green deployment strategy for their web application. The current live version is blue, and a new version green is ready. The load balancer currently routes al…
A developer is working with the Cisco SD-WAN vManage API to monitor overlay tunnels. They need to retrieve a list of all devices with their site IDs and IP addresses. Which API end…
An engineer is exploring YANG models for network interfaces. They need a vendor-neutral model that can be used across multiple device types. Which YANG model should they use?
A developer is using the Meraki API to retrieve a list of networks for an organization. Which HTTP method and endpoint should be used?
A developer notices that after a new deployment, the application is not receiving traffic. The Service selector does not match the pod labels. Which kubectl command can be used to…
A network engineer is troubleshooting connectivity issues and wants to verify the path that packets take from a source to a destination IP address. Which OSI layer is primarily res…
A DevOps engineer is managing a Git repository and wants to discard local changes to a file and revert it to the last committed state. Which TWO commands can accomplish this? (Choo…
A developer needs to send a message to a specific room in Webex using the API. What is the correct endpoint and required body parameter for the room destination?
Match each HTTP status code to its meaning.
In software architecture, which pattern separates an application into three interconnected components: Model (data), View (UI), and Controller (input logic)?
A Kubernetes cluster runs a microservice that needs to read configuration values from a ConfigMap and sensitive database credentials from a Secret. The pod manifest references both…
In a network automation workflow, a developer needs to ensure idempotency. What does idempotency mean in this context?
A developer needs to create a Python function that accepts any number of keyword arguments and prints them. Which function definition correctly uses **kwargs?
A network engineer configures an HTTP/2 server. Which feature of HTTP/2 reduces overhead by compressing headers using HPACK?
An application developer is using a protocol that does not require a connection setup and has minimal header overhead. Which transport protocol is being used?
An IPv6-enabled host is trying to discover the MAC address of another host on the same link. The host knows the destination IPv6 address but does not have a corresponding entry in…
A DevOps team is deploying a microservices application on Cisco UCS using Docker containers. They need to ensure that secrets such as database credentials are securely managed with…
A developer needs to send a diagnostic request to a network device to verify if it supports a specific MIB object. Which protocol and operation should be used?
Which TWO statements about the MVC pattern are correct? (Choose two.)