Software Development and Architecture
Covers software architecture concepts including UML modeling, ORM frameworks (Hibernate), and Agile development methodologies
Questions
Question 1 Multiple Choice (Multiple Answers)
What are the different methologies in Agile Development?
- Extreme Programming
- Crystal
- Scrum
- All of the above
Question 2 Multiple Choice (Multiple Answers)
What are the different methodologies in Agile Development?
- Extreme Programming
- Crystal
- Scrum
- All of the above
Question 3 Multiple Choice (Single Answer)
What are the different methodologies in Agile Development?
- Extreme Programming
- Crystal
- Scrum
- All of the above
Question 4 Multiple Choice (Multiple Answers)
Many Of the open source use hibernate as :Choose one of the following
- Presentation Layer
- Application Layer
- Network Layer
- Persistence Layer
- None of the baove
Question 5 Multiple Choice (Multiple Answers)
What hibernate helps us to avoid
- Complex Java coding
- Avoid SQL query
- Both of the above
- None of the above
Question 6 Multiple Choice (Multiple Answers)
What features hibernate have which makes it to use so frequentely?
- Dynamic update
- Optimistic locking
- Automatic dirty checking
- traversing associations
- All the above
- None of the above
Question 7 Multiple Choice (Multiple Answers)
When not to use hibernate?
- Horrible database design(i.e composite keys)
- application is mass operation
- Both of the above
- None of the above
Question 8 Multiple Choice (Multiple Answers)
Which of the following is true when hibernate is using?
- Minimize LOC
- Structural mapping more robust
- Powerful queries
- Code can be run and/or tested inside the "Container"?
- All the above
- Only option 1, 2 and 3 is correct
Question 9 Multiple Choice (Single Answer)
____Converts elements of a source model to elements of a target model.
- Visualization
- Model Analysis
- Transformation
- Profiling
Question 10 Multiple Choice (Single Answer)
The following tranformations can be reversed.
- UML to Java
- UML to C
- UML to C++
- None of the above