Matrix/eMatrix PLM Platform Technical Concepts
Technical quiz covering Matrix/eMatrix PLM business objects, attributes, relationships, Spinner TCL scripts, and schema properties
Questions
Which of the following methods from DomainObject/BusinessObject class will get the attribute value of a Bus Object
- getAttributeValue(context, Attributename)
- getInfo(context,"attribute[" + AttributeName +"].value")
- getAttributeValues(context, boolean)
- All the above.
what is the method to obtain the SymbolicName from Original Name
- getSchemaProperty
- getAliasForAdmin
- lookupClassName
- getSystemData
what is the method to obtain the Original Name from Symbolic Name
- getSchemaProperty
- getAliasForAdmin
- lookupClassName
- getSystemData
Which Spinner tcl is to be executed to get the Business Objects of a Type
- emxExtObjectsRelationships.tcl
- emxExtObjectsRels.tcl
- emxExtractObjsRels.tcl
- emxExtractObjectsRels.tcl
- emxExtObjsRels.tcl
Which Spinner tcl is to be executed to get the relationship Spinners
- emxExtObjectsRelationships.tcl
- emxExtObjectsRels.tcl
- emxExtractObjsRels.tcl
- emxExtractObjectsRels.tcl
- emxExtObjsRels.tcl
Tracked stores are directories on a file system whose contents are named and managed by Matrix
- True
- False
What are the 2 components created once Bootstrap file is created
- creator,guest
- Part,ECO
- Document,guest
- creator,Part
One business object may be governed by many policies
- True
- False
what does REPLICATE in Relationship mean?
- Duplicate Connection
- Floating the Connection
- Disconnecting the objects
- Revising the Connection
- Cloning the Objects
what is the method to obtain the SymbolicName from Schema Name
- getSchemaProperty
- getAliasForAdmin
- lookupClassName
- getSystemData
what is the method to obtain the Schema Name from Symbolic Name
- getSchemaProperty
- getAliasForAdmin
- lookupClassName
- getSystemData
Which of the following methods from DomainObject/BusinessObject class will get the attribute value of a Bus Object
- getAttributeValue(context, Attributename)
- getInfo(context,"attribute[" + AttributeName +"].value")
- getAttributeValues(context, boolean)
- All the above.
Which Spinner tcl is to be executed to get the Business Objects of a Type
- emxExtObjectsRelationships.tcl
- emxExtObjectsRels.tcl
- emxExtractObjsRels.tcl
- emxExtractObjectsRels.tcl
- emxExtObjsRels.tcl
What setting is to be modified to add Child or Parent Group in SpinnerSetting
- sParentChild
- sChildParent
- ChildParent
- ParentChild
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}
Which Spinner tcl is to be executed to get the relationship Spinners
- emxExtObjectsRelationships.tcl
- emxExtObjectsRels.tcl
- emxExtractObjsRels.tcl
- emxExtractObjectsRels.tcl
- emxExtObjsRels.tcl
One business object may be governed by many policies
- True
- False
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