Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Object-Oriented Database Questions
In the ODMG Object Model, literal types include atomic, collection, and structured forms. Does the statement “the model does not support atomic literals, collection literals, and structured literals” apply?
Within the ODMG model, is an attribute's value always a literal (that is, not an object reference), with object-to-object links represented using relationships rather than object-valued attributes?
In ODMG terminology, is a “bag” specifically a multiset collection type (allowing duplicates) rather than a generic name for any collection of literals or objects?
Do literals in the ODMG Object Model lack identifiers (object identity), and therefore cannot be individually referenced the way objects with OIDs can?
Under the ODMG model, is an attribute's value either a literal or an object identifier (OID), or are attribute values limited to literals while OIDs are used implicitly for object identity and relationships?
Database concepts — evaluate the claim below and choose the best assessment. "Database objects are almost always transient (short-lived) rather than persistent."
ODMG object databases — evaluate the bidirectional relationship rule. "In the ODMG Object Model, a relationship must be specified in both directions (with an inverse declared)."
Collections terminology — ordered vs. unordered. "An ordered collection of elements of the same type is called a set."
Uniqueness constraints in object models. "Specifying a key ensures that no two objects of a class share the same value for the key attribute(s)."
Object identity and naming — evaluate the claim. "You may specify an object identifier (OID) with only one unique tag name."
1
2