Quiz Space

Software Engineering · End Term · 21 Dec 2025 · September 2025 term

Question 2: Which type of testing is carried out by the customer to d…

Question 2

+4 marksOne correct option

Which type of testing is carried out by the customer to decide whether to approve the product?

  1. A

    Alpha testing

  2. B

    Acceptance testing

  3. C

    Smoke testing

  4. D

    System testing

Show answer

Correct answer

  • B

    Acceptance testing

Question 2 of 25 in the IIT Madras BS Software Engineering (Software Engineering) End Term paper sat on 21 Dec 2025, in the September 2025 term (Software Engineering 18 Dec 25). It carries 4 marks.

More questions from this paper

  1. Q1Which of the following test cases ensures branch coverage for the Python code given below?
  2. Q3Which testing approach allows early testing of the main logic, even if the low-level modules are not yet implemented?
  3. Q4What is the cyclomatic complexity of the following Python function?
  4. Q5Consider the following Python function: From a blackbox testing perspective, how many input equivalence classes are app…
  5. Q6You are building a complex product object in the seller onboarding process. A SellerProfile object requires many option…
  6. Q7A DiscountCalculator class applies discount rules for Regular and Premium customers using a switch statement. Now, to a…
  7. Q8A software module defines an interface PaymentMethod. Another class UPIPayment implements this interface. What kind of …
  8. Q9In a poorly designed legacy system, a module includes unrelated functions like loginUser(), calculateTax(), and sendEma…
  9. Q10Which of the following activities occur after a sprint is completed?
  10. Q11Which of the following are true regarding an Activity Network?
  11. Q12A project manager prepares a risk table with probabilities and numerical impact levels for each identified risk. Which …
  12. Q13A banking app places the "Transfer Money" button in the same position across the dashboard, accounts, and payments scre…
  13. Q14A project management app uses intuitive icons, consistent layouts, and familiar menu structures so that returning users…
  14. Q15During a design meeting, a product owner is unclear about a feature's purpose. The designer draws a simple sketch of a …
  15. Q16Figure question
  16. Q17The mobile sales team wants daily sales summaries, while the furniture department prefers 30-day summaries. You identif…
  17. Q18A team of developers begins coding a complex online payment system without discussing a common structure. One developer…
  18. Q19A research institute wants to deploy a high-performance computing web application. It requires maximum speed, full syst…
  19. Q20Your team deploys a major update to a new server setup. If anything breaks, they want to instantly switch all users bac…
  20. Q21A software company is planning to launch a new product. Before development begins, the team needs to identify the targe…
  21. Q22Ananya is developing a Python-based web application. She wants a tool that not only allows her to write code but also h…
  22. Q23You see unexpected behavior in a GUI application and trace the function calls and state transitions starting from the b…
  23. Q24Your system supports an "Add to Cart and Purchase" workflow. To model how different objects interact during this proces…
  24. Q25Imagine you're joining a new open-source project hosted on GitHub. You want to make some improvements in the codebase a…