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