- Ais a critical testing and helps to verify technical aspects
- Bis a critical testing and helps to verify programming aspects
- CNone of the options
- Dis a critical testing and helps to verify business aspects
Time Taken:
Correct Answer:
Wrong Answer:
Percentage: %
"Capacity testing is a critical testing and helps to verify technical aspects."
Capacity testing is a type of performance testing that evaluates how a system performs under different loads to determine its maximum capacity. It helps in identifying:
Since it focuses on technical aspects like system scalability, resource utilization, and response times, the correct answer is:
✅ "is a critical testing and helps to verify technical aspects."
✅ True
Environment configuration details can be integrated during build time, but it is generally not recommended for best practices.
At build time, configurations (such as database connections, API keys, or feature flags) can be baked into the build artifacts, but this approach has limitations:
Instead of integrating configurations at build time, it's better to:
Thus, while True, it's not the best practice for modern DevOps workflows. ✅
People who perform the deployment should be involved in creating the deployment process because:
Thus, the correct answer is:
✅ True
Dependencies between components in software systems are typically represented using a Directed Acyclic Graph (DAG). In a DAG:
Since DAG is the correct way to represent component dependencies, the correct answer is:
✅ "Directed acyclic graph"
Run-time dependencies are the libraries, frameworks, or other components that must be present when an application is executing in an environment. These include:
Since an application needs run-time dependencies to function, the correct answer is:
✅ "Run time"
✅ "Integration pipeline"
The correct answer is:
"All of the Options"
Continuous Integration (CI) involves multiple tasks, including:
All these tasks ensure that new code integrates smoothly and maintains software quality.
False
Continuous Deployment (CD) is not mandatory to practice Continuous Delivery.
Thus, you can have Continuous Delivery without Continuous Deployment, but not vice versa.
The correct answer is:
"Smoke"
Smoke testing originated from hardware testing, where a device was considered to have "passed" if it did not catch fire or smoke upon first powering up. In software, it refers to a preliminary check to ensure that the basic functionalities work before deeper testing.
While Chef, Docker, and Kubernetes are widely used tools in configuration management and continuous deployment ecosystems, Photoshop is a graphics editing tool and has no role in managing configurations or deployments. Chef is a configuration management tool used to write infrastructure as code. Docker helps containerize applications along with their configurations, and Kubernetes manages these containers at scale. These tools work together to automate and streamline the deployment process. Photoshop, on the other hand, is designed for editing images and has no function in DevOps or software deployment pipelines.