Cisco (300-910-DEVOPS) Exam Questions And Answers page 5
What is the cause of the failure in the requests code?
Single Choice
Refer to the exhibit. What is causing the requests code to fail?
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
How long analysis systems such as Elasticsearch, Logstash, and Kibana Stack handle ingesting unstructured logs from different devices in various formats?
All devices that generate syslogs must use agents that process the local logs and transmit them in a specific format to the ELK Stack.
All logs are stored in their unstructured text format, and the ELK Stack performs data analysis by intelligently parsing the logs using machine learning algorithms.
All different message formats are parsed separately using custom filters, and the resulting structured data is stored for later analysis.
A single, comprehensive log format is defined on the ELK Stack. All incoming logs, regardless of format, are transformed to match the comprehensive format, and only applicable fields are populated.
Automation and Orchestration
Automation and Orchestration
Which type of security testing should be performed as a part of a CI/CD pipeline by analyzing the source code itself without compiling the code into a running executable?
Dynamic Application Security Testing
Runtime Application Health-Protection
Continuous Application Security Testing
Static Analysis Security Testing
DevOps Toolchain
Continuous Integration and Deployment
FILL BLANK
Fill in the blank to complete the statement.
A user wants a Kubernetes deployment to run three separate pods of a web application at one time. In the deployment YAML, the user must configure the __________ field in the _________ subsection.
Fill in the blank to complete the statement.
A user wants a Kubernetes deployment to run three separate pods of a web application at one time. In the deployment YAML, the user must configure the __________ field in the _________ subsection.
Automation and Orchestration
DevOps Toolchain
What is as responsibility for teams running private cloud servers that is less of a concern when running in the public cloud?
cost
metrics and monitoring
hardware maintenance
credentials management
Automation and Orchestration
Automation and Orchestration
Which two characteristics of a build tool that is used in an automated build pipeline? (Choose two.)
It runs unit tests against code that is committed.
It builds your software on the production environment.
It builds your software when changes are committed.
It builds your software every 500 milliseconds.
It must have a plug-in for Puppet and Maven.
Automation and Orchestration
Continuous Integration and Deployment
Construct an Ansible script to gather information about target routers and then use it to apply no ip redirects to every interface on each device. Drag and drop the code from the bottom onto the correct location in the exhibit to complete the tasks section of the Ansible playbook so that it accomplishes your goal.
DevOps Principles and Practices
Automation and Orchestration
How does eliminating hardcoded or default passwords help to secure an environment?
helps by enforcing your password in a repository and storing it in a secure vault
helps to manage passwords centrally
helps penetration testing team to focus on other issues more efficiently
helps by removing back doors in your environments
DevOps Security
Continuous Integration and Deployment
What is the purpose of using a build tool in software development?
It complies source code into binaries and executables.
It provides a way to edit source code using a graphical interface.
It is a manual process that is followed to build software.
It tracks bugs and incidents in a built application.
Automation and Orchestration
Automation and Orchestration
Drag and drop the operations from the left into the correct order on the right when using CI/CD, assuming that there are no failures or conflicts.
Automation and Orchestration
Continuous Integration and Deployment
Comments