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