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