Your team extended the Siebel database by creating a new stand-alone table. Select the two true statements. (Choose two.)
A. This table does not contain a ROW_ID column.
B. The user key for this table is ROW_ID, NAME, TYPE.
C. The table cannot be added to an existing dock object.
D. This table contains a PAR_ROW_ID column acting as a foreign key to the S_PARTY table.
E. You can create an intersection table to support M:M relationships between business components based on this table and other business components.
Which statement is true of Customer data?
A. includes static, referential data
B. has access controlled at the record level
C. can be grouped into catalogs and categories
D. is created and managed by only company administrators
Which EIM Delete process option should you use to delete just the rows from an EIM table that contain a specific word?
A. DELETE MATCHES
B. DELETE EXACT
C. DELETE ALL ROWS
D. DELETE WHERE
Which three are true about the workflow process simulator in Siebel Tools? (Choose three.)
A. supports simulating interactive workflows
B. requires both Siebel Tools and a Siebel Client
C. requires the use of a local developer database
D. supports editing of process properties during a simulation
E. supports simulating workflows that involve a server component
F. supports simulating workflows with a run-time event on a start step
You have created a new button on an applet that will launch a workflow. You want the workflow to process the current record. What do you do?
A. configure a Control User Property to pass [Id] to the workflow
B. configure an Applet User Property to pass [Id] to the workflow
C. add a Row ID process property to the workflow
D. set the Pass Row ID property of the button to True
In Server Administration, you want to use the same set of parameters for several different components. How would you best accomplish this without manually setting the parameters for each and every component?
A. Create a named subsystem (or profile).
B. Copy the component to inherit the original parameter values.
C. Right-click the Parameter Details list and select Propagate Parameters from the menu.
D. Select all of the parameters from one component, then copy and paste them into the other components.
Which describes database authentication?
A. It is the default authentication method for Siebel applications.
B. It typically uses a single reserved database login for all users.
C. It requires additional infrastructure components, such as security adapters.
D. User authentication is performed by a third-party service at the Web server level.
You need to search Service Requests in your workflow. You add a Siebel Operation step. Which two are true? (Choose two.)
A. You set the Operation property to Query.
B. You set the Operation property to Search.
C. You set the Operation Property to Update.
D. You set the Business Object property to Service Request.
E. You set the Business Component property to Service Request.
Which two statements concerning requirements for enabling state models on a business component are true? (Choose two.)
A. The field used must be a single-valued field.
B. The field used cannot contain more than twelve states.
C. The field used should have no dependencies on other fields.
D. The field used should not be named in any Workflow processes.
Which two statements are true about adding a custom extension column to an existing table? (Choose two.)
A. You cannot add extension columns to interface tables.
B. The new column name is automatically suffixed with _X.
C. The new column name is automatically prefixed with X_.
D. You must check out or lock the appropriate project/object definition before adding a column.