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