Cisco (300-910-DEVOPS) Exam Questions And Answers page 6
What is the effective way to manage computing costs in a public cloud?
Use dedicated hardware for all instances.
Select the largest instance option available in order to pay for only one instance.
Make use of elastic services and scale on demand.
Automation and Orchestration
Continuous Integration and Deployment
Refer to the exhibit. What is causing the requests code to fail?
Rython3 is not compatible with requests.
The requests library is not imported.
The requests library is not installed.
The requests coming into stdin fail because device_ip cannot be parsed.
DevOps Principles and Practices
Automation and Orchestration
ConfigMap keys have been mapped to different file names using the volumes.configMap.items field. What is the result if a wrong ConfigMap key is specified?
The default path is not used.
The volume is not created.
The volume is created.
The volume is created with errors.
Automation and Orchestration
DevOps Toolchain
Refer to the exhibit. The exhibit shows the output of an Ansible task that prints the contents of the show_ip_int_brief variable that was registered in a different task in the playbook.
Which expression is used to print the output of the command without its header row?
show_ip_int_brief[ stdout_lines ][0]
show_ip_int_brief[ stdout_lines ][1:]
show_ip_int_brief[ stdout_lines ][0][1:]
show_ip_int_brief[ stdout_lines ]
Automation and Orchestration
Automation and Orchestration
Refer to the exhibit. A developer needs to scale the existing pods within the worked nodes. Which object should be edited to achieve this goal?
ReplicaSet
PriorityClass
Deployment
Pod
Automation and Orchestration
Automation and Orchestration
A user wants to deploy a new service to a Kubernetes cluster. Which two commands accomplish this goal? (Choose two.)
Apply
Install
Deploy
Create
Expose
Automation and Orchestration
DevOps Toolchain
An application is being built to collect and display telemetry streaming data. Drag and drop the elements of this stack from the left onto the correct functions on the right.
Automation and Orchestration
Automation and Orchestration
A CI/CD pipeline that builds infrastructure components using Terraform must be designed. A step in the pipeline is needed that checks for errors in any of the .tf files in the working directory. It also checks the existing state of the defined infrastructure.
Which command does the pipeline run to accomplish this goal?
Which command does the pipeline run to accomplish this goal?
terraform plan
terraform check
terraform fmt
terraform validate
Automation and Orchestration
Continuous Integration and Deployment
Which method is a safe way to provide a username/password combination to an application running as a service in a Docker container?
encode the value with base64 in a secure DNS CTEXT entry
as an environment variable in the Dockerfile
Docker environment variable
Docker secrets
Automation and Orchestration
DevOps Toolchain
Refer to the exhibit. What is the reason for this error message?
The required dependencies for the urllib3 module are not installed.
The requests module is not installed.
The required dependencies for the requests module are not installed.
The site-packages directory has been corrupted.
DevOps Principles and Practices
DevOps Toolchain
Comments