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