ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Programming Languages  >>  C++  >>  OOPS
 
 


 

 
 STL interview questions  STL Interview Questions
 OOPS interview questions  OOPS Interview Questions
 C++ General interview questions  C++ General Interview Questions
Question
What is Agile methodology?
 Question Submitted By :: Reejusri
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is Agile methodology?
Answer
# 1
it is used for software development, including XP (Extreme
Programming), and it advocates iterator development
 
Is This Answer Correct ?    58 Yes 8 No
Bob
 
  Re: What is Agile methodology?
Answer
# 2
Agile methodology is anadaptaive methodology, its people 
oriented. 
Here are some of the other characteristices of the Agile 
methodology. 
1. Delivery frequently. 
2. Good ROI for client. 
3. Test frequently. 
4. Collaborative approach.
 
Is This Answer Correct ?    52 Yes 4 No
Mandar Mirashi
 
 
 
  Re: What is Agile methodology?
Answer
# 3
Agile methodology is more of people oriented. Agile 
methodology helps us to increase productivity and reduce 
risks. There are 2 popular agile methods- Extreme 
programming (XP) and Scrum.

People believe that there is less documentation in Agile. 
But agile also includes documentation and it can be used 
either a small or a large projects. In agile Development, 
testing is also integrated throughout the life cycle. But 
for the testers, they will not have a good business 
requirement. So they have to get the details from the 
client or through the developer. The testers will do more 
of Quality Assurance work than testing.

 

 Agile Methodology- Characteristics

Ø  Frequent Delivery

Ø  More Iterations

Ø  Test frequently

Ø  Less defects

i refered the site www.sphur.com
 
Is This Answer Correct ?    53 Yes 7 No
Biju
 
  Re: What is Agile methodology?
Answer
# 4
Agile methodology is more of people oriented. Agile 
methodology helps us to increase productivity and reduce 
risks. There are 2 popular agile methods- Extreme 
programming (XP) and Scrum.
 
Is This Answer Correct ?    12 Yes 1 No
Sakk
 
  Re: What is Agile methodology?
Answer
# 5
It is a methodology to satisfy the customer through early
and continuous delivery of valuable software. This is useful
when we dont have a clear idea of the client's requirements.
The development activities can be carried out using the
iterative actions
 
Is This Answer Correct ?    11 Yes 2 No
Benzy
 
  Re: What is Agile methodology?
Answer
# 6
Agile is software development methodology. It is very 
effective where Client frequently changes his requirement.
Since it has more iteration so you can assure a solution 
that meets clients requirement.
More than one build deployement for a project.
It involves more client interection and testing effort.

There are two methods by which this methodology can be 
implemented:-

1- Scrum
2- Extreme Progamming

Scrum: Each iteration would called a scrum which can be a 1-
2 Months.In Scrum Client prioritise his requirements what 
he want first. If developer did not meets all the 
requirement which was being fixed for a perticular scrum 
than rest of the development part would be transferred to 
the next scrum (would be delievered in the next build),  
means developer cann't increase time decided for a scrum.
Its fixed.

Extreme Programming (XP): here iteration period would be 
less then in scrum , which is being 2-4 weeks.
Here developer prioritise what to do first on the basis of 
client requirement.
This duration which was being fixed for a iteration, can be 
increase if the some development part is still pending. 
The build would deployed with having all the client needs.
Thus iteration period is not fixed here it can be increase.
but iteration should meets all the client's requirement in 
this build.
More attension is required for testing in XP.
 
Is This Answer Correct ?    33 Yes 2 No
Ajay Bharti
 
  Re: What is Agile methodology?
Answer
# 7
Agile software development is a conceptual framework for 
undertaking software engineering projects. There are a 
number of agile software development methods, such as those 
espoused by the Agile Alliance, a non-profit organization. 
Agile methods attempt to minimize risk and maximize 
productivity by developing software in short iterations and 
de-emphasizing work on secondary or interim work artifacts. 
Scrum and Extreme Programming (XP) are two of the most 
popular Agile methods, however, there are many more Agile 
methods and agility, as a conceptual framework, may also be 
applied to the execution of more traditional methods.
 
Is This Answer Correct ?    8 Yes 0 No
Pradeep Kumar
 
  Re: What is Agile methodology?
Answer
# 8
Apart from all the above answers, just add this important 
point.
There are many flavours of Agile Development:
1- Agile Manifesto
2- (XP) Extreme Progamming
3- Scrum
4- Crystal
5- Context Driven Testing
6- Lean Development
7- (Rational) Unified Process
 
Is This Answer Correct ?    2 Yes 0 No
Vishwanath
 
  Re: What is Agile methodology?
Answer
# 9
Agile methodology is a conceptual framework where software 
is devloped in iterations. Each iterations has Requirement 
analysis, planning, design, coding, testing and 
documentation.
Characteristics :
 - Many builds are delivered in the iteration process
 - Accepts change of requirement at any stage
 - Requires close communication between business, 
Development and Testing people
 - Reduced risk and time to devlop
 - Less documentation work compared to other methodologies
 - Requires continious testing
 
Is This Answer Correct ?    0 Yes 0 No
Nagesh Viswanathan
 

 
 
 
Other OOPS Interview Questions
 
  Question Asked @ Answers
 
features of OOPS Ness-Technologies10
what is a ststic variable and stiticfunction briefly explain with exmple and in which case we use HCL2
We have a scale and 7 balls. 1 ball is heavier than all the rest. How to determine the heaviest ball with only 3 possible weighing attempts? IBM4
why we call c++ is object oriented lanaguage HCL2
What is Dynamic Polymorphism?  8
Why many objects can working together? How objects working togetherM I want to see example code.  2
Please tell me the oops concept with detailed answer EEE5
what is object oriented programming and procedure oriented programming?  1
what is meant by files? Infosys2
What is the difference between an object and a class?  2
When is it necessary to use member-wise initialization list in C++?  2
why overriding?  2
Can we call a base class method without creating instance?  4
What is abstraction?  8
What is encapsulation? TCS10
In which Scenario you will go for Interface or Abstract Class?  1
What is polymorphism ? Explain with examples Ness-Technologies6
what is virtual function? Infosys12
why constructor cannt be declar virtually? why destructor cannt be overloaded? Infosys2
What is an orthogonal base class?  1
 
For more OOPS Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com