Developing Applications using Cisco Core Platforms and APIs (DEVCOR) Quiz Questions and Answers

Answer :
  • JSON
  • YAML
Answer :
  • inventory file
Answer :
  • A system can be available and consistent if there are no network partitions.
Answer :
  • An individual service can be deployed to a new machine, preferably in a container, and a load balancer needs to be configured for traffic balancing.
Answer :
  • GET
Answer :
  • They can load-balance traffic based on the request resource.
Answer :
  • a manual trigger in a CI/CD system
  • a Git push to the repository
Answer :
  • You can specify a different command or an entrypoint when starting the container with the docker run command.
Answer :
  • Two developers commit a change in the same part of the same file.
  • One developer deletes the file, while the other developer modifies it.
Answer :
  • by controlling which versions of dependency libraries are installed in the environment
  • by using isolated virtual environments