Matrix/eMatrix Platform Fundamentals

Covers Matrix/eMatrix database concepts including Vaults, Stores, Relationships, UI objects, ADK methods, and system configuration.

18 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

How many types of transitions are there?

  1. 2
  2. 4
  3. 3
  4. 1
Question 2 Multiple Choice (Single Answer)

Why do we need a Bootstrap File

  1. Bootstrap file is used for entering all th paths and Settings information for Matrix RMI
  2. Bootstrap file is used for entering all th paths and Settings information for Matrix Core
  3. It is used to establish connection between Matrix system and the database
  4. It is used to establish connection between Matrix RMI and Application Server
Question 3 Multiple Choice (Multiple Answers)

To which of the following a Signature can be associated with?

  1. Groups
  2. Roles
  3. user
  4. Association
  5. Types
Question 4 Multiple Choice (Multiple Answers)

Following is not a part of defining the Relationship

  1. Cardinality
  2. Drop
  3. Revision
  4. Clone
  5. Propagate history
Question 5 Multiple Choice (Multiple Answers)

Which of the following in an attribute cannot be modified after its creation?

  1. Type
  2. Ranges
  3. Default Value
  4. Name
  5. Vault
Question 6 Multiple Choice (Multiple Answers)

The eMatrix object information (meta data) will be stored in

  1. Stores
  2. Format
  3. Vaults
  4. Relationships
  5. Policy
Question 7 Multiple Choice (Multiple Answers)

What is equivalent method in ADK for temp query bus

  1. getRelatedObject
  2. findObject
  3. getSchemaProperty
  4. getObjectsFromDb
Question 8 Multiple Choice (Multiple Answers)

What is equivalent method in ADK for expand bus

  1. getRelatedObject
  2. findObject
  3. getSchemaProperty
  4. expandSelect
Question 9 Multiple Choice (Single Answer)

What is the purpose of Store

  1. Used to store Business Objects
  2. Used to store Admin Objects
  3. Used to store checkedin files
  4. All the above.
Question 10 Multiple Choice (Single Answer)

What allows the designer of the Matrix database to construct one or more logical storage locations within the database?

  1. Vaults
  2. Stores
  3. Policies
  4. Federations
  5. Locations
Question 11 Multiple Choice (Single Answer)

In which type of store, the user cannot access the file from outside of the Store?

  1. Captured
  2. Ingested
  3. Internal
  4. Tracked
  5. Non-Tracked
Question 12 Multiple Choice (Multiple Answers)

Which amongst these are types of Vaults?

  1. Remote
  2. External
  3. Captured
  4. Foreign
  5. Tracked
Question 13 Multiple Choice (Multiple Answers)

What are the possible revision option available in relationship?

  1. Float
  2. None
  3. Clone
  4. Copy
  5. Replicate
Question 14 Multiple Choice (Multiple Answers)

Which of these are UI objects used for Matrix UI Development

  1. Tables
  2. Inquiries
  3. Menus
  4. Icons
  5. Commands
Question 15 Multiple Choice (Multiple Answers)

Which of these can include within them the same type of objects as themselves?

  1. Forms
  2. Tables
  3. Commands
  4. Menus
  5. Inquiries
Question 16 Multiple Choice (Multiple Answers)

What is the expression for displaying an attribute ABC 's value in a table. Symbolic name of ABC is attribute_ABC

  1. $<attribute[attribute_ABC].value>;
  2. $<attribute[attribute_ABC].values>;
  3. attribute_ABC.value
  4. ${attribute[attribute_ABC].value}
  5. ${ABC.value}
Question 17 Multiple Choice (Multiple Answers)

What are the different types of cardinalities possible in a relationship?

  1. One to One
  2. Many to All
  3. Many to many
  4. One to Many
  5. All to One
Question 18 Multiple Choice (Multiple Answers)

what does REPLICATE in Relationship mean?

  1. Duplicate Connection
  2. Floating the Connection
  3. Disconnecting the objects
  4. Revising the Connection
  5. Cloning the Objects