SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
Enterprise Application Structure Patterns
Start Test
Study First
Subject
:
it-skills
Instructions:
Answer 50 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. A centralized point for handling screen navigation and the flow of an application.
Special Case
Application Controller
Transaction Script
Metadata Mapping
2. An object that sets up a communication between two independent objects.
Mapper
Data Transfer Object
Database Session State
Two Step View
3. Provides a coarse-grained facade on fine-grained objects to improve efficiency over a network.
Query Object
Optimistic Offline Lock
Remote Facade
Metadata Mapping
4. A layer of Mappers that moves data between objects and a database while keeping them independent of each other and the mapper itself.
Lazy Load
Metadata Mapping
Template View
Data Mapper
5. Defines an interface in a seperate package from its implementation.
Implicit Lock
Service Stub
Unit of Work
Seperated Interface
6. A subclass that provides special behavior for particular cases.
Transform View
Active Record
Special Case
Client Session State
7. A controller that handles all requests for a Web site.
Service Stub
Query Object
Front Controller
Identity Field
8. Prevents conflicts between concurrent business transactions by allowing only one business transaction at a time to access data.
Pessimistic Offline Lock
Two Step View
Association Table Mapping
Query Object
9. An object model of the domain that incorporates both behavior and data.
Data Transfer Object
Unit of Work
Identity Field
Domain Model
10. Organizes business logic by procedures where each procedure handles a single request from the presentation.
Plugin
Transaction Script
Pessimistic Offline Lock
Repository
11. An object that doesn't contain all of the data you need but knows how to get it.
Data Mapper
Lazy Load
Unit of Work
Model View Controller
12. Splits user interface interaction into three distinct roles.
Remote Facade
Class Table Inheritance
Model View Controller
Inheritance Mappers
13. Defines an application's boundary with a layer of services that establishes a set of available operations and coordinates the application's response in each operation.
Lazy Load
Domain Model
Front Controller
Service Layer
14. Maps an association between objects to a foreign key reference between tables.
Implicit Lock
Table Data Gateway
Client Session State
Foreign Key Mapping
15. A single instance that handles the business logic for all rows in a database table or view.
Pessimistic Offline Lock
Table Module
Record Set
Transform View
16. Stores session state on the client.
Lazy Load
Class Table Inheritance
Inheritance Mappers
Client Session State
17. Maps an object into several fields of another object's table.
Money
Plugin
Application Controller
Embedded Value
18. Saves an association as a table with foreign keys to the tables that are linked by the association.
Serialized LOB
Association Table Mapping
Mapper
Registry
19. Saves a graph of objects by serializing them into a single large object (LOB) which stores it in a database field.
Implicit Lock
Serialized LOB
Dependent Mapping
Repository
20. An object that carries data between processes in order to reduce the number of method calls.
Single Table Inheritance
Service Layer
Active Record
Data Transfer Object
21. A view that proceses domain data element by element and transforms it into HTML.
Transform View
Table Module
Registry
Embedded Value
22. An in-memory representation of tabular data.
Optimistic Offline Lock
Unit of Work
Remote Facade
Record Set
23. Links classes during configuration rather than compilation.
Template View
Plugin
Front Controller
Query Object
24. Has one class perform the database mapping for a child class.
Dependent Mapping
Repository
Two Step View
Foreign Key Mapping
25. An object that acts as a Gateway to a database table. One instance handles all the rows in the table.
Server Session State
Table Data Gateway
Model View Controller
Concrete Table Inheritance
26. A structure to organize database mappers that handle inheritance hierarchies.
Table Module
Inheritance Mappers
Server Session State
Query Object
27. An object that wraps a row in a database table or view - encapsulates the database access and adds domain logic on that data.
Repository
Concrete Table Inheritance
Model View Controller
Active Record
28. Turns domain data into HTML in two steps: first by forming some kind of logical page - then rendering the logical page into HTML.
Two Step View
Implicit Lock
Association Table Mapping
Seperated Interface
29. Saves the database ID field in an object to maintain identity between an in-memory object and a database row.
Special Case
Identity Field
Foreign Key Mapping
Pessimistic Offline Lock
30. Locks a set of related objects with a single lock.
Coarse-Grained Lock
Concrete Table Inheritance
Two Step View
Remote Facade
31. Mediates between the domain and data mapping layers using a collection-like interfacefor accessing domain objects.
Domain Model
Transaction Script
Repository
Identity Map
32. An object that sets up a communication between two independent objects.
Metadata Mapping
Domain Model
Page Controller
Client Session State
33. Keeps the session state on a server system in a serialized form.
Table Module
Domain Model
Server Session State
Page Controller
34. Represents an inheritance hierarchy of classes with one table for each class.
Class Table Inheritance
Client Session State
Data Transfer Object
Data Mapper
35. Maintains a list of objects affected by a business transaction and coordiantes the writing out of changes and the resolution of concurrency problems.
Money
Unit of Work
Data Transfer Object
Two Step View
36. A small simple object - like money or a date range - whose equality isn't based on identity.
Plugin
Value Object
Metadata Mapping
Repository
37. Stores session data as commited data in the database.
Template View
Registry
Database Session State
Concrete Table Inheritance
38. An object that represents a database query.
Optimistic Offline Lock
Identity Map
Page Controller
Query Object
39. An object that handles a request for a specific page or action on a Web site.
Page Controller
Model View Controller
Foreign Key Mapping
Dependent Mapping
40. Renders information into HTML by embedding markers in an HTML page.
Template View
Plugin
Table Data Gateway
Data Mapper
41. Allows framework or layer supertype code to acquire offline locks.
Embedded Value
Active Record
Registry
Implicit Lock
42. A well-known object that other objects can use to find common objects and services.
Registry
Seperated Interface
Dependent Mapping
Mapper
43. Represents a monetary value.
Table Module
Database Session State
Money
Mapper
44. Prevents conflicts between concurrent business transactions by detecting a conflict and rolling back the transaction.
Optimistic Offline Lock
Row Data Gateway
Table Data Gateway
Page Controller
45. Removes dependence upon problematic services during testing.
Identity Field
Coarse-Grained Lock
Table Data Gateway
Service Stub
46. Ensures that each object gets loaded only once by keeping every loaded object in a map. Looks up objects using the map when referring to them.
Metadata Mapping
Value Object
Table Module
Identity Map
47. A type that acts as the supertype for all types in its layer.
Special Case
Layer Supertype
Two Step View
Plugin
48. Represents an inheritance hierarchy of classes as a single table that has columns for all the fields of the various classes.
Server Session State
Page Controller
Two Step View
Single Table Inheritance
49. Represents an inheritance hierarchy of classes with one table per concrete class in the hierarchy.
Concrete Table Inheritance
Mapper
Remote Facade
Implicit Lock
50. An object that acts as a Gateway to a single record in a data source. There is one instance per row.
Front Controller
Association Table Mapping
Row Data Gateway
Single Table Inheritance