Inspirational journeys

Follow the stories of academics and their research expeditions

CiscoDev Net Associate Practice Questions 2023 - Part 12

Mary Smith

Thu, 16 Apr 2026

CiscoDev Net Associate Practice Questions 2023 - Part 12

1. Which status code is used by a REST API to indicate that the submitted payload is incorrect?

A) 429
B) 405
C) 403
D) 400



2. Which type of HTTP method is used by the Meraki and Webex Teams APIs to send webhook notifications?

A) HTTP POST
B) HTTP GET
C) HTTP PUT
D) HTTP HEAD



3. What is an example of a network interface hardware address?

A) workstation name
B) MAC address
C) domain name
D) IP address



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

A) prevents information leakage that can occur when unhandled exceptions are returned in HTTP responses
B) guarantees container images are secured and free of vulnerabilities
C) natively secures access to secrets that are used by the running application
D) easier to patch because Docker containers include only dependencies that the application requires



5. Which action does the Git command git merge allow the developer to perform?

A) Switch between branches
B) Create, list, rename, and delete branches
C) Combine multiple sequences of commits into one unified history
D) Push changes to the remote repository



1. Right Answer: D
Explanation:

2. Right Answer: A
Explanation:

3. Right Answer: B
Explanation:

4. Right Answer: B,C
Explanation:

5. Right Answer: C
Explanation:

0 Comments

Leave a comment