CSM DAY 1 Quiz What is most important as per the Agile Manifesto? Selected answer: People and how they interact Clarification: This questions is related to the Agile Manifesto Values. It is the 1st value of manifesto “Individuals and interactions OVER processes and tools”. Hence option D is correct Which Agile Principle is being practiced if team chooses to focus only on highest valuable items to deliver from the Product Backlog? Selected answer: Simplicity – the art of maximizing the amount of work not done is essential Clarification: This is related to Agile Manifesto Principle #10. It is to focus on outcome rather than output and also about prioritising the 20%...
CSM Grand Test Question with 50 Questions What is the recommended size of a Scrum Team? Selected answer: 10 or Fewer inclusive of Product Owner and Scrum Master Clarification: Explanation: In order to have better collaboration, effective communication and to be more productive, Scrum recommends to have the Scrum Team size to be 10 or less inclusive of Product Owner and Scrum Master. If there are multiple Scrum teams working on a system or product, who will define the “Done” for the product? Selected answer: Definition of done is mutually agreed by all Scrum teams Clarification: If multiple Scrum teams are involved in a Project, all the Scrum Teams collectively defi...
What is Java Collections Framework? List out some benefits of Collections framework? Collections are used in every programming language and initial java release contained few classes for collections: Vector , Stack , Hashtable , Array . But looking at the larger scope and usage, Java 1.2 came up with Collections Framework that group all the collections interfaces, implementations and algorithms. Java Collections have come through a long way with usage of Generics and Concurrent Collection classes for thread-safe operations. It also includes blocking interfaces and their implementations in java concurrent package. Some of the benefits of collections framework are: Reduced development effort by using core collection classes rather than implementing our own collection classes. Code quality is enhanced with the use of well tested collections framework classes. Reduced effort for code maintenance by using collection classes shipped with JDK. Reusability and Interoperability Wh...
Comments
Post a Comment