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