00:00

QUESTION 26

- (Exam Topic 1)
Which API is used to obtain data voicemail ports?

Correct Answer: B
Cisco Unified Communications Manager (CUCM) provides API access to data management, call management, and voicemail integration. Source: Cisco DevNet Fundamental Course: https://developer.cisco.com/certification/fundamentals/

QUESTION 27

- (Exam Topic 2)
A developer has created a new image to use in a Docker build and has added a tag for the image by using the command:
$ docker tag 84fe411926287 local/app:0.4
Which command must be executed next to build the Docker image using the tag?

Correct Answer: D

QUESTION 28

- (Exam Topic 3)
Which platform has an API that has the capability to obtain a list of vulnerable software on user devices?

Correct Answer: A

QUESTION 29

- (Exam Topic 1)
Which network device monitors incoming and outgoing traffic and decides whether to allow or block specific traffic based on a defined set of rules?

Correct Answer: D

QUESTION 30

- (Exam Topic 1)
What is the outcome of executing this command?
git clone ssh://john@exmaple.com/path/to/my-project_git

Correct Answer: A
Reference: https://www.atlassian.com/git/tutorials/setting-up-a-repository/git-clone