Matrix/eMatrix PLM Platform Technical Concepts

Technical quiz covering Matrix/eMatrix PLM business objects, attributes, relationships, Spinner TCL scripts, and schema properties

20 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

Which of the following methods from DomainObject/BusinessObject class will get the attribute value of a Bus Object

  1. getAttributeValue(context, Attributename)
  2. getInfo(context,"attribute[" + AttributeName +"].value")
  3. getAttributeValues(context, boolean)
  4. All the above.
Question 2 Multiple Choice (Multiple Answers)

what is the method to obtain the SymbolicName from Original Name

  1. getSchemaProperty
  2. getAliasForAdmin
  3. lookupClassName
  4. getSystemData
Question 3 Multiple Choice (Multiple Answers)

what is the method to obtain the Original Name from Symbolic Name

  1. getSchemaProperty
  2. getAliasForAdmin
  3. lookupClassName
  4. getSystemData
Question 4 Multiple Choice (Multiple Answers)

Which Spinner tcl is to be executed to get the Business Objects of a Type

  1. emxExtObjectsRelationships.tcl
  2. emxExtObjectsRels.tcl
  3. emxExtractObjsRels.tcl
  4. emxExtractObjectsRels.tcl
  5. emxExtObjsRels.tcl
Question 5 Multiple Choice (Multiple Answers)

Which Spinner tcl is to be executed to get the relationship Spinners

  1. emxExtObjectsRelationships.tcl
  2. emxExtObjectsRels.tcl
  3. emxExtractObjsRels.tcl
  4. emxExtractObjectsRels.tcl
  5. emxExtObjsRels.tcl
Question 6 True/False

Tracked stores are directories on a file system whose contents are named and managed by Matrix

  1. True
  2. False
Question 7 Multiple Choice (Single Answer)

What are the 2 components created once Bootstrap file is created

  1. creator,guest
  2. Part,ECO
  3. Document,guest
  4. creator,Part
Question 8 True/False

One business object may be governed by many policies

  1. True
  2. False
Question 9 Multiple Choice (Single Answer)

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
Question 10 Multiple Choice (Single Answer)

what is the method to obtain the SymbolicName from Schema Name

  1. getSchemaProperty
  2. getAliasForAdmin
  3. lookupClassName
  4. getSystemData
Question 11 Multiple Choice (Single Answer)

what is the method to obtain the Schema Name from Symbolic Name

  1. getSchemaProperty
  2. getAliasForAdmin
  3. lookupClassName
  4. getSystemData
Question 12 Multiple Choice (Single Answer)

Which of the following methods from DomainObject/BusinessObject class will get the attribute value of a Bus Object

  1. getAttributeValue(context, Attributename)
  2. getInfo(context,"attribute[" + AttributeName +"].value")
  3. getAttributeValues(context, boolean)
  4. All the above.
Question 13 Multiple Choice (Single Answer)

Which Spinner tcl is to be executed to get the Business Objects of a Type

  1. emxExtObjectsRelationships.tcl
  2. emxExtObjectsRels.tcl
  3. emxExtractObjsRels.tcl
  4. emxExtractObjectsRels.tcl
  5. emxExtObjsRels.tcl
Question 14 Multiple Choice (Single Answer)

What setting is to be modified to add Child or Parent Group in SpinnerSetting

  1. sParentChild
  2. sChildParent
  3. ChildParent
  4. ParentChild
Question 15 Multiple Choice (Single Answer)

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 16 Multiple Choice (Single Answer)

Which Spinner tcl is to be executed to get the relationship Spinners

  1. emxExtObjectsRelationships.tcl
  2. emxExtObjectsRels.tcl
  3. emxExtractObjsRels.tcl
  4. emxExtractObjectsRels.tcl
  5. emxExtObjsRels.tcl
Question 17 True/False

One business object may be governed by many policies

  1. True
  2. False
Question 18 Multiple Choice (Single Answer)

Following is not a part of defining the Relationship

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

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 20 Multiple Choice (Single Answer)

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

  1. Stores
  2. Format
  3. Vaults
  4. Relationships
  5. Policy