Quiz Space

Software Engineering · End Term · 24 Dec 2023 · September 2023 term · Set ADB3

Question 14: An organisation decided to develop an online medicine se…

Question 14

+2 marksOne correct option

An organisation decided to develop an online medicine selling app. So a team from the organisation visited some medical shops to observe the process of selling the medicines. Identify the type of requirement collection technique used in the given scenario.

  1. A

    Questionnaires

  2. B

    Focus group

  3. C

    Naturalistic observations

  4. D

    Documentations

Show answer

Correct answer

  • C

    Naturalistic observations

Question 14 of 32 in the IIT Madras BS Software Engineering (Software Engineering) End Term paper sat on 24 Dec 2023, in the September 2023 term (IIT M DEGREE FN EXAM FDB1 24 Dec 2023). It carries 2 marks.

More questions from this paper

  1. Q1Presently a lot of software development takes place in a distributed environment, the developer is expected to write pr…
  2. Q2Consider the Gantt chart as follows: Select the correct observations from the given Gantt chart.
  3. Q3Which kinds of integration testing approaches must require the use of stubs?
  4. Q4Consider the class diagram given below. Which of the following is true about the class diagram?
  5. Q5Which of the following are dynamic behavioural views?
  6. Q6Which of the following statements about the flask framework is/are correct?
  7. Q7Which of the following software deployment strategies have the drawback of maintaining multiple versions?
  8. Q8Choose the correct statements regarding software organizations.
  9. Q9Consider the class diagram given below. Identify the statements that can be inferred from the given class diagram.
  10. Q10Which of the following integration testing approaches may require drivers?
  11. Q11What are the primary applications of knowledge sharing tools in software development?
  12. Q12Choose the correct statements regarding Test-Driven Development (TDD).
  13. Q13Choose the correct statements about continuous integration (CI).
  14. Q15An employee payroll software provides its users with several services. For each service, a tutorial video is provided a…
  15. Q16Which of the following types of testing determines whether a software product meets nonfunctional requirements or not?
  16. Q17In which of the following hosting service, the provider is responsible for providing a part of the infrastructure witho…
  17. Q18A programmer is developing a module for a big software project. The module has 50 functions. After writing the code, th…
  18. Q19Figure question
  19. Q20Consider a program that has classes CashPayment , CardPayment and UPIPayment , which are derived from class Payment . H…
  20. Q21Which of the following statements are true about the staging environment?
  21. Q22During debugging, a developer finds out the event that triggers an incorrect behavior. He follows the data control flow…
  22. Q23Consider the following classes: BMI, HeightConverter, and WeightConverter. Class BMI considers the height and weight of…
  23. Q24Figure question
  24. Q25Which of the deployment environments exactly resembles the production environment and is used for testing the web appli…
  25. Q26Identify the type of decision making required for the following situations:\ Situation 1: To decide which software arch…
  26. Q27Figure question
  27. Q28Which of the following sets of test cases provide/s branch coverage of the given code segment?
  28. Q29Which of the following sets of test cases provide/s multiple condition coverage of the given code segment?
  29. Q30Which of the following teams in a software organization is primarily responsible for laying down the terms of service f…
  30. Q31IDEs are very useful in the software development process, mainly because _ .
  31. Q32Consider a program that takes a number as input. If the input number is not an integer it generates an error. Otherwise…