1. Which two use cases are supported by Meraki APIs? (Choose two.)(Select 2answers)
A) Build location-aware apps from Wi-Fi and LoRaWAN devices B) Build a custom Captive Portal for Mobile Apps C) Retrieve live streams from a Meraki Camera D) Configure network devices via the Dashboard API.
2. What is the Git command to delete a local branch named â??experimentâ? without a warning?
A) git branch â??n experiment B) git branch â??D experiment C) git branch â??f experiment D) git branch â??rm experiment
3. In Python, which expression checks whether the script returns a success status code when the Requests library is used?
A) response.status_code == requests.ok B) response.status_code == requests.codes.ok C) response.status_code != requests.codes.ok D) response.code == requests.codes.ok
4. A company has written a script that creates a log bundle from the Cisco DNA Center every day. The script runs without error and the log bundles are produced. However, when the script is run during business hours, people report poor voice quality of phone calls. What explains this behavior?
A) The speed and duplex settings in Cisco DNA Center are set incorrectly, which causes the transfer to be too slow. B) The application is running in the Voice VLAN and causes delays and jitter in the subnet. C) Generating the logs causes the CPU on the network controller to spike, which causes delays in forwarding the voice IP packets D) The script is written in a low-level programming language where there is no memory safety. This causes a buffer overflow and disruption on the network
5. Which two statements describe the role of an artifact repository in a CI/CD pipeline? (Choose two.)(Select 2answers)
A) An artifact repository allows to compare and merge changes in the source code of files involved in a build process. B) An artifact repository is needed only for CI/CD pipelines executed on a public cloud infrastructure C) An artifact repository stores files needed and generated during the build process D) An artifact repository provides traceability, search, and management of binary files
Leave a comment