Cisco® 300-910 Exam Practice Questions (P. 1)
- Full Access (114 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #1
DRAG DROP -
The IaC configuration for an application is being deployed using a CI/CD pipeline. Drag and drop the steps for this pipeline from the left into the correct order that they would be executed on the right. Not all options are used.
Select and Place:

The IaC configuration for an application is being deployed using a CI/CD pipeline. Drag and drop the steps for this pipeline from the left into the correct order that they would be executed on the right. Not all options are used.
Select and Place:

send
light_mode
delete
Question #2
A DevOps engineer must validate the working state of the network before implementing a CI/CD pipeline model. Which configuration management tool is designed to accomplish this?
send
light_mode
delete
Question #3
Which two practices help make the security of an application a more integral part of the software development lifecycle? (Choose two.)
- AAdd a step to the CI/CD pipeline that runs a dynamic code analysis tool during the pipeline execution.Most Voted
- BAdd a step to the CI/CD pipeline that runs a static code analysis tool during the pipeline execution.Most Voted
- CUse only software modules that are written by the internal team.
- DAdd a step to the CI/CD pipeline to modify the release plan so that updated versions of the software are made available more often.
- EEnsure that the code repository server has enabled drive encryption and stores the keys on a Trusted Platform Module or Hardware Security Module.
Correct Answer:
AE
AE
send
light_mode
delete
Question #4
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?
- Aterraform planMost Voted
- Bterraform check
- Cterraform fmt
- Dterraform validate
Correct Answer:
D
D
send
light_mode
delete
Question #5
Which type of testing should be integrated into a CI/CD pipeline to ensure the correct behavior of all of the modules in the source code that were developed using
TDD?
TDD?
send
light_mode
delete
All Pages