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