Which two skills appear under the Respond activity? (Choose two.) Automatic rollback Version control Service virtualization Telemetry Cross-team collaboration
Which two skills appear under the Respond activity? (Choose two.)
Automatic rollback
Version control
Service virtualization
Telemetry
Cross-team collaboration
Continuous Deployment in DevOps:
Four stages in Continuous Deployment:
- Deploy
- Verify
- Monitor
- Respond
Deploy:
Deploy a solution into the production environment. The ability to deploy software requires seven practices:
- Dark launches
- Feature toggles
- Deployment automation
- Selective deployment
- Self-service deployment
- Version control
- Blue/green deployment
Verify:
Deployments must be verified for functional integrity and robustness, before being released to end-users. The ability to verify the solution requires four practices:
- Production testing
- Test automation
- Test data management
- Testing nonfunctional requirements (NFRs)
Monitor:
Monitor and report issues that arise in production. The ability to monitor the problems requires three practices:
- Full-stack telemetry
- Visual displays
- Federated monitoring
Respond:
Rapidly address any problems that happen during deployment. The ability to Respond and report in deployment requires six practices:
- Proactive detection
- Cross-team collaboration
- Session replay
- Rollback and fix forward
- Immutable infrastructure
- Version control
Trending now
This is a popular solution!
Step by step
Solved in 2 steps