Cisco 300-910 Practice Test - Questions Answers, Page 12
List of questions
Related questions
DRAG DROP
A DevOps engineer is designing a precheck validation of the network state in a CI/CD pipeline and must implement this workflow:
• Take a source Docker image named alpine
• Define two stages named build and push
• Check network connectivity before the stages run
• Fetch the latest Docker image
• Create a new Docker image and push it to the registry
• Tag the new Docker image as the latest version
Drag and drop the code snippets from the bottom onto the boxes in the GitLab CI configuration to achieve the requirements for the design. Not all options are used.
DRAG DROP
Drag and drop the scenarios from the left onto the cloud strategy categories on the right.
DRAG DROP
Drag and drop the code from the bottom onto the box where the code is missing to post a message to a Cisco Webex space. Not all options are used.
DRAG DROP
Drag and drop the tools from the left onto the tool's function on the right. Not all options are used.
A team is developing an application for end users. The application will use microservices. For user access, dual-factor authentication will be used. Which type of test must be performed by the CI/CD tool to replicate user behavior and to verity that various user actions work as expected?
Unit
End-to-end
A/B
sanity
Refer to the exhibit.
Which CI solution uses this file?
Drone
GitLab CI
Travis CI
Jentans
What is included in ansible playbook instructions?
component dependencies
end state of component
machine dependencies
beginning state of component
Refer to the Exhibit.
Refer to the exhibit A DevOps engineer is responsible for monitoring a mission-critical app During normal operations, when opening the application dashboard, it has been noticed that Ecom-Tier1 suddenly turns partially red Which action must be taken to address the Ecom-Tier1 turning red?
Restart the service to re-establish the connection with the nodes and clear the path.
Decrease the load on the MySQL databases to release the hardware resources available for node distribution
Check with the planning team to understand if the number of nodes in the Ecom tier can be increased to handle traffic
Contact the network team to investigate the network path that caused this intermittent issue around 9.10.
A developer is containerizing an application. The container 'devnetprotf' has been run in detached mode to output the container ID with the command
Which command must be used to start an interactive Bash she m the running container?
docker exec -it 1b487caec32a /bin/bash
docker exec -it devnetprod /bin/bash
doctor run -it devnetprod /bin/bash
docker run -it 1b48caec32a /bin/bash
An engineer is developing a script that must call an API using a static Bearer token Which solution securely protects the credentials from being retrievable from the source code?
A)
B)
C)
D)
Option A
Option B
Option C
Option D
Question