adplus-dvertising
frame-decoration

Question

Which of the following is not one of the principles of agile software development method?

a.

Customer involvement

b.

Embrace change

c.

Incremental delivery

d.

Following the plan

Answer: (d).Following the plan

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following is not one of the principles of agile software development method?

Similar Questions

Discover Related MCQs

Q. Software coupling involves dependencies among pieces of software called modules. Which of the following are correct statements with respect to module coupling?

P: Common coupling occurs when two modules share the same global data.
Q: Control coupling occurs when modules share a composite data structure and use only parts of it.
R: Content coupling occurs when one module modifies or relies on the internal working of another module.

Choose the correct answer from the code given below:

Q. Assume the following regarding the development of a software system P:

- Estimated lines of code of P: 33, 480 LOC
- Average productivity for P: 620 LOC per person-month
- Number of software developers: 6
- Average salary of a software developer: Rs. 50,000 per month

If E, D and C are the estimated development effort (in person-months), estimated development time (in months), and estimated development cost (in Rs Lac) respectively, then (E, D, C) = ...............

Q. Match the following in Software Engineering:

List - I
(a) Product Complexity
(b) Structured System Analysis
(c) Coupling and Cohesion
(d) Symbolic Execution

List - II
(i) Software Requirements Definition
(ii) Software Design
(iii) Validation Technique
(iv) Software Cost Estimation
Code:
(a) (b) (c) (d)

Q. Which one of the following is not typically provided by Source Code Management Software?

Q. A software system crashed 20 times in the year 2017 and for each crash, it took 2 minutes to restart. Approximately, what was the software availability in that year?

Q. Match the 5 CMM Maturity levels/CMMI staged representations in List- I with their characterizations in List-II:

List - I
(a) Initial
(b) Repeatable
(c) Defined
(d) Managed
(e) Optimizing

List - II
(i) Processes are improved quantitatively and continually.
(ii) The plan for a project comes from a template for plans.
(iii) The plan uses processes that can be measured quantitatively.
(iv) There may not exist a plan or it may be abandoned.
(v) There’s a plan and people stick to it.

Code:
(a) (b) (c) (d) (e)

Q. Coupling is a measure of the strength of the interconnections between software modules. Which of the following are correct statements with respect to module coupling?

P: Common coupling occurs when one module controls the flow of another module by passing it information on what to do.
Q: In data coupling, the complete data structure is passed from one module to another through parameters.
R: Stamp coupling occurs when modules share a composite data structure and use only parts of it.

Q. A software design pattern often used to restrict access to an object is:

Q. Reasons to re-engineer a software include :

P: Allow legacy software to quickly adapt to the changing requirements
Q: Upgrade to newer technologies/platforms/paradigm (for example, object-oriented)
R: Improve software maintainability
S: Allow change in the functionality and architecture of the software

Q. Which of the following is not a key strategy followed by the clean room approach to software development?

Q. Which of the following statements is/are True?

P: Refactoring is the process of changing a software system in such a way that it does not alter the external behaviour of the code yet improves the internal architecture.
Q: An example of refactoring is adding new features to satisfy a customer requirement discovered after a project is shipped.

Q. Software does not wear-out in the traditional sense of the term, but software does tend to deteriorate as it evolves, because

Q. Software re-engineering is concerned with:

Q. Which of the following is not a key issue stressed by an agile philosophy of software engineering?

Q. What is the normal order of activities in which traditional software testing is organized?

(a) Integration Testing
(b) System Testing
(c) Unit Testing
(d) Validation Testing

Q. Which of the following testing techniques ensures that the software product runs correctly after the changes during maintenance?

Q. Which of the following statements about ERP system is true?

Q. Statistical software quality assurance in software engineering involves ................

Q. Which of the following statements is/are FALSE with respect to software testing?

S1 : White-box tests are based on specifications; better at telling whether program meets specification, better at finding errors of ommission.
S2 : Black-box tests are based on code; better for finding crashes, out of bounds errors, file not closed errors.
S3 : Alpha testing is conducted at the developer’s site by a team of highly skilled testers for software that is developed as a product to be used by many customers.

Q. A signal processor software is expected to operate for 91.25 days after repair, and the mean software repair time is expected to be 5 minutes. Then, the availability of the software is :