Siebel and Lotus Notes Database Technologies
Quiz covering Siebel CRM (EIM, interface tables, data models) and Lotus Notes/Domino database concepts including actions, shared fields, design synopsis, and database operations.
Questions
We can specify the input information and the output format during the report generation
- True
- False
Navigators is an element that provides an easy way to access the forms, views, action, floder,links,URL
- True
- False
The different ways to create a database
- Using an existing template
- Using an existing database
- Creating a new/blank database
- All of these
To create a new database Choose File -> Database -> New. The list box on the New Database dialog box lists several templates.
- True
- False
The extension for a database file is .NSF
- Notes Storage Facility
- Notes Template Facility
- Both
- None
The extension for a database file is .NTF
- Notes Storage Facility
- Notes Template Facility
- Both
- None
The shortcut to open an existing database is
- CTRL+O
- CTRL+V
- CTRL+N
- None
Design Synopsis gives you a single location where you can browse or search all of the components and code logic of a database
- True
- False
Design Synopsis provides you with an output of important information about every component of the application, for documentation or archival purposes.
- True
- False
The Design Synopsis dialog box allows you to generate a detailed report on a particular database.
- True
- False
Which of the following are true about Shared fields
- Shared fields behave like fields, but may be used in different forms.
- If we change the properties of a shared field, the changes are promoted to all occurrences of this field.
- If we delete a shared field, the field will automatically get deleted from all the forms which are using it.
- All of these
Actions are
- Shortcuts to perform a task
- one-click shortcuts for routine tasks
- Actions can be used on views, subforms and forms.
- @commands, lotusscript, javescript can be used in actions
- All of the above
How many types of Siebel Data model extensions
- 1
- 2
- 5
- 3
User data stored in
- One Base Table
- EIM Tables
- Extension Tables
- More than one base table
Required fields for EIM table
- IF_ROW_BATCH_NUM, IF_ROW_STAT, CONFLICT_ID
- ROW_ID, IF_ROW_BATCH_NUM, conflict_id
- ROW_ID, IF_ROW_BATCH_NUM, IF_ROW_STAT
- ROW_ID, IF_ROW_BATCH_NUM
which operations performed by EIM
- Insert, Delete, Merge, Upsert
- Upsert, Merge
- Upsert, Delete, Merge
- Insert, Delete, Merge, Update
Interface tables stores:
- External Data
- Seed Data
- Repository Data
- None
Interface tables populates data in more than one base table
- True
- False
Pushing of data to interface table will be done using third party tool
- True
- False
Siebel installation populates:
- Seed and Repository Data
- User Data
- Both 1 & 2
- None