Siebel Enterprise Application Integration and EIM

Quiz covering Siebel CRM architecture, Enterprise Integration Manager (EIM), database design, and application integration concepts

18 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

How can one search for foreign key table for a column?

  1. Use Business Objects and Links definitions
  2. Query using the column ‘Foreign Key Table’ in tools
  3. Use Flat Tab
  4. Using Business components and Join definitions
Question 2 Multiple Choice (Multiple Answers)

Which of the following is TRUE for MVG? [Chose two]

  1. Runs just one query to retrieve parent record and the primary child record
  2. Retrieves all child record in one query
  3. Increases space on the View
  4. Can have zero or more MVF
Question 3 Multiple Choice (Single Answer)

Why would you use the ONLY BASE TABLES parameter in your EIM configuration files?

  1. To eliminate duplicate data
  2. To verify import success
  3. To speed up processing
  4. To truncate EIM tables after import
Question 4 Multiple Choice (Multiple Answers)

Which of the following are valid for Transient Business Component? [Choose three]

  1. TBCs provide a way to create task-specific data that can be displayed and edited in the user interface
  2. TBCs are used to house data to control the flow or logic and are cleared when a task is completed
  3. TBC does not stored the data in the database
  4. TBC is based on S_TBC table
Question 5 Multiple Choice (Single Answer)

Which of the following describes .dx files?

  1. Transaction files transferred between the Server and Mobile Client
  2. Temporary files that are automatically purged upon application exit
  3. Directory files used by Siebel to organize physical file directories
  4. Log files used for troubleshooting EIM process errors
Question 6 True/False

Interface table stores the foreign keys of the table having M:M relationships.

  1. True
  2. False
Question 7 True/False

EIM Tasks create an operating system process that writes log entries, reads the ifb file, loads the dictionary, and executes the EIM Steps.

  1. True
  2. False
Question 8 True/False

After running an EIM task, if the value of IF_ROW_STAT is “FOREIGN KEY”. It means that the import of the record has failed because required column has null value.

  1. True
  2. False
Question 9 True/False

Log file of any process can be identified with the help of the Task Id.

  1. True
  2. False
Question 10 True/False

A business service is a type of program that can be called within the Siebel application.

  1. True
  2. False
Question 11 True/False

Siebel Process Models provide step by step work details for individual roles and provide the basis for creating test scripts.

  1. True
  2. False
Question 12 True/False

Exists() query operator is used to search for a pattern in the dynamic picklist.

  1. True
  2. False
Question 13 True/False

Object interface enables the external application to control the Siebel application or access the Siebel database using CORBA, COM server, java beans.

  1. True
  2. False
Question 14 True/False

The possible total custom connections between the seven different applications are 21.

  1. True
  2. False
Question 15 Multiple Choice (Multiple Answers)

Which of the following are valid methods for verifying the success of an EIM task?

  1. Use the client application to view data
  2. Print the contents of the base tables and compare against legacy printouts
  3. View Server Manager logs for EIM tasks
  4. Use SQL SELECT statements against the EIM and base tables
Question 16 True/False

Virtual Business Component is the business component that helps to store the external data in the Siebel database

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

Which type of relationship requires an intersection table?

  1. Many-to-One (M:1)
  2. One-to-One (1:1)
  3. Many-to-Many (M:M)
  4. One-to-Many (1:M)
Question 18 Multiple Choice (Single Answer)

What does Rollup means

  1. Consolidating Data
  2. Copying Data
  3. Cleaning Data
  4. Interpolating Data