1.
Which of the following models are being used to develope a software?
Correct Answer(s)
A. Waterfall Model
B. Interative Model
C. Incremental Model
Explanation
The correct answer is Waterfall Model, Iterative Model, and Incremental Model. These models are commonly used in software development. The Waterfall Model is a linear sequential approach where each phase is completed before moving on to the next. The Iterative Model involves repeating cycles of development and testing, allowing for feedback and improvements. The Incremental Model breaks down the development process into smaller, manageable modules that are developed and tested individually. The U model is not a recognized model in software development, making it an incorrect option.
2.
Which of the following is not a part of delivery management?
Correct Answer
B. B. analysis
Explanation
Delivery management involves the planning, coordination, and execution of delivering products or services to customers. It includes various stages such as proposal, execution, closure, and analysis. However, analysis is not a part of delivery management as it typically falls under the realm of project management or business analysis. Analysis involves gathering and interpreting data to gain insights and make informed decisions, whereas delivery management focuses more on the logistical aspects of delivering the product or service.
3.
-
Which activity is associated with quality control?
Correct Answer
A. A. testing
Explanation
Testing is associated with quality control because it involves the process of evaluating a product or system to determine if it meets the specified requirements and standards. Through testing, defects and errors can be identified and corrected, ensuring that the final product or system meets the desired level of quality. Testing plays a crucial role in quality control as it helps to ensure that the end product is reliable, functional, and meets the expectations of the users. It helps to identify any deviations from the desired quality and allows for necessary improvements to be made.
4.
-
Name the stages that SDLC covers in s/w development
Correct Answer
A. A requirements, design, testing, coding and maintenance
Explanation
SDLC (Software Development Life Cycle) covers the stages of requirements, design, testing, coding, and maintenance in software development. This means that before starting the actual coding process, the requirements for the software are gathered and analyzed. Then, a design is created based on these requirements. After that, testing is performed to ensure that the software functions correctly. Finally, coding is done to develop the actual software, and once it is deployed, maintenance is carried out to fix any issues or make improvements.
5.
What do we measure using s/w metrics?
Correct Answer
D. D. process & product
Explanation
Software metrics are used to measure both the process and the product. Process metrics help evaluate the efficiency and effectiveness of the software development process, such as the time taken to complete a task or the number of defects found during testing. Product metrics, on the other hand, assess the quality and characteristics of the software product itself, such as the number of lines of code or the complexity of the software. By measuring both the process and the product, software metrics provide valuable insights into the performance and quality of the software development process.
6.
-
Production support is the main feature of ---------
Correct Answer
D. D. Maintenance.
Explanation
Production support refers to the activities and processes involved in maintaining and supporting a software application or system in a live or production environment. This includes tasks such as bug fixing, troubleshooting, performance monitoring, and ensuring the system is running smoothly. Maintenance, as the correct answer, encompasses all these activities and is the main feature of production support. The other options, waterfall, incremental, and iterative, refer to different software development methodologies and are not directly related to production support.
7.
-
Quality management system management responsibility Resource management, product realization are the section of
Correct Answer
C. C. iso9000
Explanation
The correct answer is c. iso9000. The ISO 9000 standard is a set of quality management principles that organizations can use to establish and maintain an effective quality management system. The standard covers various aspects of management responsibility, including resource management and product realization. Therefore, the sections mentioned in the question align with the content of the ISO 9000 standard.
8.
-
Which of the following is a concern of the project manager?
Correct Answer
D. D. all the options
Explanation
The project manager is responsible for overseeing the entire project, including its profitability, business development, and utilization. They need to ensure that the project is financially viable and that it contributes to the growth and success of the business. Additionally, they need to manage and allocate resources efficiently to maximize their utilization and achieve project goals. Therefore, all the options mentioned are valid concerns for a project manager.
9.
-
The entire process of ensuring quality is known as ---------------------
Correct Answer
D. D. Quality management
Explanation
Quality management refers to the overall process of ensuring that products or services meet or exceed customer expectations. It involves various activities such as quality planning, quality control, quality assurance, and continuous improvement. Quality management is a comprehensive approach that focuses on all aspects of an organization's operations to ensure that quality is built into every process and product. It includes setting quality standards, implementing quality control measures, and continuously monitoring and improving quality throughout the organization.
10.
Correct Answer
A. A. Delivery Quality
Explanation
Metric goal maps to Delivery Quality because metrics are used to measure and evaluate the quality of the delivery of a project or product. By setting specific metric goals, organizations can track and assess the level of quality achieved in terms of meeting customer requirements, adhering to standards, and delivering on time and within budget. The metric goals help to ensure that the delivery process is efficient, effective, and meets the desired level of quality.
11.
-
At the initial CMMI level the process is
Correct Answer
A. A. Chaotic
Explanation
At the initial CMMI level, the process is described as chaotic. This means that there is no defined or consistent process in place. The organization may not have documented procedures or guidelines, and there is a lack of control and predictability in the process. This can lead to inconsistent results and a high degree of variability in the way work is performed. The organization is likely to be reactive rather than proactive, and there may be a lack of understanding or awareness of the importance of process improvement.
12.
-
What do we call test cases with and conditions varies marginally
Correct Answer
B. B. Boundary
Explanation
Boundary test cases are designed to test the behavior of a system at the boundaries of its input domain. These test cases are used to check how the system handles values at the minimum and maximum limits, as well as values just below and above these limits. In this case, the test cases with "and conditions varies marginally" suggest that the test cases are focused on the boundaries of the input domain, making option b. Boundary the most appropriate choice.