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