Matrix/eMatrix Platform Fundamentals
Covers Matrix/eMatrix database concepts including Vaults, Stores, Relationships, UI objects, ADK methods, and system configuration.
Questions
How many types of transitions are there?
- 2
- 4
- 3
- 1
Why do we need a Bootstrap File
- Bootstrap file is used for entering all th paths and Settings information for Matrix RMI
- Bootstrap file is used for entering all th paths and Settings information for Matrix Core
- It is used to establish connection between Matrix system and the database
- It is used to establish connection between Matrix RMI and Application Server
To which of the following a Signature can be associated with?
- Groups
- Roles
- user
- Association
- Types
Following is not a part of defining the Relationship
- Cardinality
- Drop
- Revision
- Clone
- Propagate history
Which of the following in an attribute cannot be modified after its creation?
- Type
- Ranges
- Default Value
- Name
- Vault
The eMatrix object information (meta data) will be stored in
- Stores
- Format
- Vaults
- Relationships
- Policy
What is equivalent method in ADK for temp query bus
- getRelatedObject
- findObject
- getSchemaProperty
- getObjectsFromDb
What is equivalent method in ADK for expand bus
- getRelatedObject
- findObject
- getSchemaProperty
- expandSelect
What is the purpose of Store
- Used to store Business Objects
- Used to store Admin Objects
- Used to store checkedin files
- All the above.
What allows the designer of the Matrix database to construct one or more logical storage locations within the database?
- Vaults
- Stores
- Policies
- Federations
- Locations
In which type of store, the user cannot access the file from outside of the Store?
- Captured
- Ingested
- Internal
- Tracked
- Non-Tracked
Which amongst these are types of Vaults?
- Remote
- External
- Captured
- Foreign
- Tracked
What are the possible revision option available in relationship?
- Float
- None
- Clone
- Copy
- Replicate
Which of these are UI objects used for Matrix UI Development
- Tables
- Inquiries
- Menus
- Icons
- Commands
Which of these can include within them the same type of objects as themselves?
- Forms
- Tables
- Commands
- Menus
- Inquiries
What is the expression for displaying an attribute ABC 's value in a table. Symbolic name of ABC is attribute_ABC
- $<attribute[attribute_ABC].value>;
- $<attribute[attribute_ABC].values>;
- attribute_ABC.value
- ${attribute[attribute_ABC].value}
- ${ABC.value}
What are the different types of cardinalities possible in a relationship?
- One to One
- Many to All
- Many to many
- One to Many
- All to One
what does REPLICATE in Relationship mean?
- Duplicate Connection
- Floating the Connection
- Disconnecting the objects
- Revising the Connection
- Cloning the Objects