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