Online Exam Quiz

questionQuestion  1 to 30

What is the main function of the View in MVC?

  • Interact with the database
  • Perform calculations
  • Render the user interface
  • Handle user input
Mark for review

In MVC, what does the Model notify the View about?

  • User inputs
  • Changes in data
  • Session states
  • HTTP responses
Mark for review

How does the View access data from the Model?

  • Direct method calls
  • Through the Controller
  • Data binding
  • AJAX requests
Mark for review

What kind of data does the View in MVC usually handle?

  • Raw database records
  • Processed data ready for display
  • Configuration data
  • User input only
Mark for review

In MVC, who is responsible for rendering the UI?

  • Model
  • View
  • Controller
  • Database
Mark for review

Which part of MVC is typically responsible for updating the user interface?

  • Model
  • View
  • Controller
  • Service
Mark for review

What type of design pattern is MVC considered?

  • Creational
  • Structural
  • Behavioral
  • Architectural
Mark for review

In MVC, where is the user input processed?

  • Model
  • View
  • Controller
  • Database
Mark for review

What type of pattern is typically used in the Controller of an MVC framework?

  • Factory
  • Adapter
  • Command
  • Singleton
Mark for review

tag in Struts?

  • name="list" property="items">
  • list="items" name="list">
  • name="list" items="property">
  • property="list" items="items">
Mark for review

Which of the following is a correct usage of logic

  • <logic
  • <logic
  • <logic
  • <logic
Mark for review

Which of the following is a disadvantage of MVC?

  • Easier to manage complexity
  • Facilitates parallel development
  • Overhead of maintaining separation
  • Improves readability
Mark for review

How does MVC contribute to the testability of an application?

  • By separating concerns
  • By combining business logic and UI
  • By using singletons
  • By using tight coupling
Mark for review

How does MVC facilitate parallel development?

  • By allowing developers to work on separate components simultaneously
  • By merging all components together
  • By using the same codebase for all components
  • By avoiding code reviews
Mark for review

What is the main drawback of the traditional MVC architecture?

  • High maintainability
  • High scalability
  • Increased complexity in coordination
  • Low readability
Mark for review

What is the role of the View in MVC?

  • Handles user input
  • Displays data
  • Manages business logic
  • Manages application state
Mark for review

Which of the following can be a disadvantage of using MVC?

  • Improved testability
  • Increased complexity
  • Clear separation of concerns
  • Enhanced maintainability
Mark for review

What type of applications benefit most from MVC architecture?

  • Small scripts
  • Single-page applications
  • Large-scale web applications
  • Console applications
Mark for review

Which of the following best describes the MVC architecture?

  • Modular design
  • Linear workflow
  • Layered structure
  • Event-driven architecture
Mark for review

What does the Controller update in MVC?

  • Model
  • View
  • Database
  • Session
Mark for review

Which layer in MVC handles user input?

  • Model
  • View
  • Controller
  • Service
Mark for review

In the context of MVC, what does "separation of concerns" mean?

  • Combining business logic and UI
  • Separating business logic, user interface, and input control
  • Merging data access with business logic
  • Integrating all components together
Mark for review

In which layer are user interfaces developed in MVC?

  • Model
  • View
  • Controller
  • Business Logic
Mark for review

How does the View communicate with the Model in MVC?

  • Directly accesses the Model
  • Through the Controller
  • Using a Service
  • Via AJAX
Mark for review

How do MVC frameworks usually handle user sessions?

  • In the View
  • In the Model
  • In the Controller
  • In the Database
Mark for review

Which of the following is a correct statement in struts-config.xml?

  • <message-resources parameter="com.example.resources.ApplicationResources" />
  • <messageResources parameter="com.example.resources.ApplicationResources" />
  • <resource-bundle parameter="com.example.resources.ApplicationResources" />
  • <resources parameter="com.example.resources.ApplicationResources" />
Mark for review

What does MVC architecture improve in an application?

  • Complexity
  • Scalability
  • Tight coupling
  • Hardcoding
Mark for review

What is the purpose of the Model in MVC?

  • Handle user input
  • Render the UI
  • Manage application data and rules
  • Manage sessions
Mark for review

How do you forward a request to another action in Struts?

  • Using ActionForward
  • Using RequestDispatcher
  • Using ActionMapping
  • Using HttpServletRequest
Mark for review

Which component in MVC architecture handles the HTTP requests?

  • Model
  • View
  • Controller
  • Middleware
Mark for review

blinkerOnline

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • Answered
  • Not Answered
  • Marked for Review