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