Questions
Here are a few questions to test your understanding of the chapter:
- Which of the following is a container API?
- VMware
- Kubernetes
- Hyper-V
- Docker
- Why would a company adopt secure coding standards? Choose all that apply.
- To ensure most privilege
- To adhere to the principle of least privilege
- To sanitize data sent to other systems
- To practice defense in depth
- To deploy effective QA techniques
- Why does Microsoft have an application-vetting process for Windows Store applications?
- To ensure products are marketable
- To ensure applications are stable and secure
- To make sure patches will be made available
- To ensure HTTP is used instead of HTTPS
- What is most important for a development team validating third-party libraries? Choose two.
- Third-party libraries may have vulnerabilities.
- Third-party libraries may be incompatible.
- Third-party libraries may not support DNSSEC.
- Third-party libraries may have licensing restrictions.
- What is the advantage of using the DevOps pipeline methodology...