Your requirement is to allow only one industry for a given Account. What would you do to start to meet the requirement?
A. Create a new Industry table.
B. Create a new foreign key on S_INDUST that points to S_ORG_EXT.
C. Validate there is a foreign key on S_ORG_EXT that points to the Industry business component's main table.
D. Validate there is a foreign key to the Industry business component's main table on the S_ORG_INDUST table.
E. Validate there is a foreign key on the Industry business component's main table that points to the S_ORG_EXT table.
Which two are true regarding the Application Deployment Manager package descriptor file? (Choose two.)
A. It is manually moved to the package directory.
B. It is generated via the admpkgr generate command.
C. It is automatically generated by the export processes.
D. It is used by the deploy copy command to create the deployment session.
E. It is used by the deploy load command to map contents to the Management Server database.
Which two clients obtain initialization settings from both the configuration file and Application Object Manager component parameters? (Choose two.)
A. Web Client
B. Handheld Client
C. Mobile Web Client
D. Wireless Web Client
E. Dedicated Web Client
Your company maintains several different Marriott accounts such as Marriott, Marriott Europe, and Marriott Asia, with all such accounts starting with the word "Marriott". You wish to get a list of all of your contacts associated with any of the Marriott accounts.
You navigate to the contacts list view. Which query do you perform on the Accounts MVG?
A. EXISTS "Marriott "
B. EXISTS (Marriott)
C. EXISTS ("Marriott")
D. IS IN "Marriott"
E. IS IN (Marriott)
F. IS IN ("Marriott")
For which two can you define scores in order to use scoring with Assignment Manager? (Choose two.)
A. Criteria
B. Rule group
C. Candidate
D. Mode
You created a new view in Siebel Tools, one group of users (Group A) can see it in the application, but another group of users (Group B) cannot see it in the application. What would cause this?
A. You forgot to add the view to a screen.
B. You gave the wrong view name to the administrator.
C. The administrator forgot to activate the responsibility.
D. The administrator assigned the view to a responsibility that none of the users in Group B possess.
E. The administrator set the Read Only View flag to TRUE when adding the view to the responsibility.
Which two statements about static picklists based on the PickList Generic business component are true? (Choose two.)
A. Values are displayed from the S_LST_OF_VAL table.
B. They can be bounded or unbounded.
C. They usually display values in a pick applet for selection.
D. Values displayed in the picklists change during run time based on changes end-users make to data.
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 are creating a new view which contains a list applet at the top and a form applet at the bottom. Both applets are based on the same business component.
For one set of users, all the data shown in both applets should be editable. For another set of users the form applet should not allow deletes or updates.
What should you do?
A. Create two views and set the No Update property to TRUE for one of them.
B. Create two views and set Read Only View to TRUE when you add one to the responsibilities.
C. Create two list applets and set the No Delete and No Update properties to TRUE for one of them.
D. Create two form applets and set the No Delete and No Update properties to TRUE for one of them.
E. Create two business components set the No Delete and No Update properties to TRUE for one of them.
Which object definitions in the Business Layer do List columns and controls in the UI Layer reference?
A. Fields
B. Columns
C. Business objects
D. Business components