Question 1
Question
Your requirement is to allow only one industry for a given Account. What would you do to start to
meet the requirement?
Answer
-
Create a new Industry table.
-
Create a new foreign key on S_INDUST that points to S_ORG_EXT.
-
Validate there is a foreign key on S_ORG_EXT that points to the Industry business component's
main table.
-
Validate there is a foreign key to the Industry business component's main table on the
S_ORG_INDUST table.
-
Validate there is a foreign key on the Industry business component's main table that points to the
S_ORG_EXT table.
Question 2
Question
What are view Web template items?
Answer
-
View object definitions
-
Applets that have been bound to a view
-
Controls that have been bound to an applet
-
Siebel tags used to define the applet parameters in a view
Question 3
Question
View the Exhibit.
You need to check the main corporate address for the Service Request. Which column is the
appropriate foreign key to use to access the data?
Answer
-
CST_OU_ID
-
OU_ADDR_ID
-
OWNER_OU_ID
-
PER_ADDR_ID
Question 4
Question
Which assignment deployment method would you most likely use to get a list of qualified
candidates in order to select the best person for assignment?
Answer
-
Batch assignment
-
Dynamic assignment
-
Interactive assignment
-
Manual assignment
Question 5
Question
Your team extended the Siebel database by creating a new stand-alone table.
Select the two true statements. (Choose two.)
Answer
-
This table does not contain a ROW_ID column.
-
The user key for this table is ROW_ID, NAME, TYPE.
-
The table cannot be added to an existing dock object.
-
This table contains a PAR_ROW_ID column acting as a foreign key to the S_PARTY table.
-
You can create an intersection table to support M:M relationships between business components
based on this table and other business components.
Question 6
Question
Which statement is true of Customer data?
Answer
-
includes static, referential data
-
has access controlled at the record level
-
can be grouped into catalogs and categories
-
is created and managed by only company administrators
Question 7
Question
Which EIM Delete process option should you use to delete just the rows from an EIM table that
contain a specific word?
Answer
-
DELETE MATCHES
-
DELETE EXACT
-
DELETE ALL ROWS
-
DELETE WHERE
Question 8
Question
The hyperlinks in Siebel Tools do not appear. What might the problem be?
Answer
-
The Web update protection key is invalid.
-
The Drilldown Add-in has not been installed.
-
You do not have the appropriate responsibility.
-
Siebel Tools is not properly connected to the data source.
Question 9
Question
Which three products do you have the option of installing with the Siebel Enterprise Server
Installer? (Choose three.)
Question 10
Question
The No Delete property on the Contact business component is set to FALSE and the No Delete
property on the Contact Form applet is set to TRUE. How does this affect the ability to delete a
record through the client using the Contact Form applet?
Answer
-
Users will be able to delete a record because the least restrictive setting is used.
-
Users will not be able to delete a record because the most restrictive setting is used.
-
Only the record owner will be able to delete a record because of the conflicting settings.
-
Users will be able to delete a record because the business component setting overrides the applet
setting.
Question 11
Question
Which three does Siebel task UI support? (Choose three.)
Answer
-
Undo
-
Pause/Resume
-
sharing of tasks
-
transferring of tasks
-
branching within a task
Question 12
Question
Which two are true regarding the Application Deployment Manager package descriptor file?
(Choose two.)
Answer
-
It is manually moved to the package directory.
-
It is generated via the admpkgr generate command.
-
It is automatically generated by the export processes.
-
It is used by the deploy copy command to create the deployment session.
-
It is used by the deploy load command to map contents to the Management Server database.
Question 13
Question
Which three are true about the workflow process simulator in Siebel Tools? (Choose three.)
Answer
-
supports simulating interactive workflows
-
requires both Siebel Tools and a Siebel Client
-
requires the use of a local developer database
-
supports editing of process properties during a simulation
-
supports simulating workflows that involve a server component
-
supports simulating workflows with a run-time event on a start step
Question 14
Question
What does Enterprise Integration Manager use to prevent duplication of records during
processing?
Answer
-
Primary keys
-
Foreign keys
-
User keys
-
Indexes
Question 15
Question
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?
Answer
-
configure a Control User Property to pass [Id] to the workflow
-
configure an Applet User Property to pass [Id] to the workflow
-
add a Row ID process property to the workflow
-
set the Pass Row ID property of the button to True
Question 16
Question
You have been asked to create a multi-value group for contacts phone numbers. What should
your first step in this configuration be?
Answer
-
Create a new business component to store these phone numbers.
-
Determine which column on the base table you can use to store these phone numbers.
-
Determine which column on the one-to-many extension table you can use to store these phone
numbers.
-
Run the MVG Wizard in Siebel Tools, specify the business component, and have it automatically
select the appropriate column.
-
Examine the existing application to determine whether there is already a multi-value group you
could leverage to store phone numbers.
Question 17
Question
Which Siebel business entity represents businesses external to your company that could be a
current or potential client, business partner, or competitor?
Answer
-
Contact
-
Account
-
Position
-
Opportunity
Question 18
Question
You created a new form applet. During your testing, one of the controls does not display any data.
Which two could cause this? (Choose two.)
Answer
-
The control is not mapped to a web template item.
-
The control is not mapped to a field on the business component.
-
The Join property on the single value field that the control maps to is blank.
-
There is no data in the database for the column to which the control maps.
-
The RUNTIME value is set to FALSE on the picklist associated with the control.
Question 19
Question
What is the primary difference between an organization and a division?
Answer
-
Divisions can be deleted, organizations cannot.
-
Organizations can be deleted, divisions cannot.
-
Positions are assigned to organizations, and not divisions.
-
Organizations are used for Access Control, divisions are not.
Question 20
Question
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?
Answer
-
Create two views and set the No Update property to TRUE for one of them.
-
Create two views and set Read Only View to TRUE when you add one to the responsibilities.
-
Create two list applets and set the No Delete and No Update properties to TRUE for one of them.
-
Create two form applets and set the No Delete and No Update properties to TRUE for one of
them.
-
Create two business components set the No Delete and No Update properties to TRUE for one of
them.
Question 21
Question
Why would you want to enable primaries for a multi-value group?
Answer
-
It improves performance.
-
Without a primary, only one record can be referenced.
-
The multi-value group will not function without a primary.
-
Primaries are necessary, as only they can modify the data.
Question 22
Question
You have populated millions of products in your test system and you are ready to move them to
your production system. Which would you use?
Question 23
Question
What Siebel feature limits the user's ability to change a picklist value from one value to another?
Answer
-
Siebel Audit Trail
-
Siebel Dynamic Picklists
-
Siebel State Model
-
Siebel Data Manager
Question 24
Question
Why are implicit joins used for joining party data?
Answer
-
Implicit joins are not used with party data.
-
To bring party data into a non-party business component.
-
To bring party data into another party business component.
-
To map columns in party extension tables to party business components.
Question 25
Question
You want to automatically delete all child activity records when a contact record is deleted. Which
is the simplest way to configure this?
Answer
-
Use a property on the Contact Activity Link
-
Use a property on the Contact business component
-
Use a Contact business component user property
-
Use a workflow policy to monitor contact records
-
Use a workflow triggered by a delete run-time event on the Contact business component
Question 26
Question
Which two clients obtain initialization settings from both the configuration file and Application
Object Manager component parameters? (Choose two.)
Answer
-
Web Client
-
Handheld Client
-
Mobile Web Client
-
Wireless Web Client
-
Dedicated Web Client
Question 27
Question
Which position on the team is authorized to merge and delete records and forecast opportunities?
Answer
-
Any position on the team
-
Leader
-
Primary
-
Administrator
Question 28
Question
You add a business component which has existing data to an existing business object. You forget
to set the Link property. Which two are true? (Choose two.)
Answer
-
No child records appear for any parent.
-
All child records appear for each parent.
-
The same set of child records appear for each parent.
-
The view will not display the applet associated with the business component.
Question 29
Question
View the Exhibits.
You want to capture a new field for Contacts that is 101 characters long. Which column should
you map to?
Answer
-
ATTRIB_44
-
ATTRIB_45
-
ATTRIB_46
-
ATTRIB_47
-
ATTRIB_48
Question 30
Question
Joe is a contractor working for your company. You need to provide Joe access to the Siebel Call
Center application, including several access-controlled views such as accounts and contacts.
Which three actions must you take to grant Joe access to the application? (Choose three.)
Answer
-
Assign a company to Joe.
-
Assign a position to Joe.
-
Assign a responsibility to Joe.
-
Assign Joe to an access group.
-
Install the application on his machine.
-
Create Joe as an employee in the application.
Question 31
Question
Which Server Administration feature can be configured to notify the Administrator when a server
component reaches an undesired state?
Answer
-
Audit trail
-
System Alerts
-
Siebel State Model
-
Component Event Logging
Question 32
Question
You set the search specification on the Account business component to [Status] = Active and the
search specification on the Account List Applet to [Status] = Red Customer
What do you see when you navigate to the Account List View?
Answer
-
Both Active and Red Customer accounts, because the search results are ORed together.
-
Nothing, because the search results are ANDed together.
-
Only Active accounts, because the search specification on the business component takes
precedence.
-
Only Red Customer accounts, because the search specification on the applet takes precedence.
-
An error message, because the application detects the conflicting search specifications.
Question 33
Question
View the Exhibits to inspect the picklist properties and your existing records.
You are using an existing pick list to help users enter values for the Status field on Service
Requests. Your requirements have changed and now instead of displaying "Pending" in the list,
you want to display "Waiting for Customer". You have a single language implementation.
Oracle 1z0-202 Exam
"Pass Any Exam. Any Time." - www.actualtests.com 17
Which two are true? (Choose two.)
Answer
-
Existing records with Pending values will display Pending when they are next displayed.
-
You must create a new Pick List object definition.
-
You must administer the list of values with type SR_STATUS and change the Pending Display
Value to Waiting for Customer.
-
Existing records will change from Pending to Waiting for Customer when they are next displayed.
-
When you edit the Summary field on an existing record with status Pending, you will be forced to
change the status.
Question 34
Question
Which represents a business entity and groups data from one or more tables?
Answer
-
Applet
-
Application
-
Business object
-
Business component
Question 35
Question
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?
Answer
-
Create a named subsystem (or profile).
-
Copy the component to inherit the original parameter values.
-
Right-click the Parameter Details list and select Propagate Parameters from the menu.
-
Select all of the parameters from one component, then copy and paste them into the other
components.
Question 36
Question
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?
Answer
-
EXISTS "Marriott "
-
EXISTS (Marriott)
-
EXISTS ("Marriott")
-
IS IN "Marriott"
-
IS IN (Marriott)
-
IS IN ("Marriott")
Question 37
Question
You are working with a team of developers who are customizing the Siebel Sales application. You
were doing some preliminary prototyping in the Opportunity project. Because you did not expect to
check any of this work in to the server, you released the lock on the server and maintained the
lock on the local repository.
You now realize that you do indeed want to check your work in to the server. Which procedure
should you follow to get your work into the server repository without disrupting the other developers' work?
Answer
-
Copy your local Siebel repository file to the server.
-
Archive your work into a .sif file and then import that .sif file into the server repository.
-
Check out the Opportunity project again, and then check the project back in.
-
Archive your work into a .sif file, check the project out, import the sif file into the local repository,
and then check the project back in.
Question 38
Question
View the Exhibit.
You want to expose the budget amount as a field on the Opportunity business component and
insure that the amount entered is not negative.
Which three property/values would you configure on the SVF? (Choose three.)
Question 39
Question
For which two can you define scores in order to use scoring with Assignment Manager? (Choose
two.)
Answer
-
Criteria
-
Rule group
-
Candidate
-
Mode
Question 40
Question
You are adding a single value field to the Opportunity business component to show the
ATTRIB_38 column from the S_OPTY_X table. Which is true about the Join/Join Specification?
Answer
-
There is no explicit Join or Join Specification.
-
Destination Column = ROW_ID and Source Field = Id
-
Destination Column = PAR_ROW_ID and Source Field = Id
-
Destination Column = ROW_ID and Source Field = Opportunity Id
-
Destination Column = PAR_ROW_ID and Source Field = Opportunity Id
Question 41
Question
What does the Component Reconfiguration feature allow you to do?
Answer
-
Modify component parameters while allowing existing component tasks to continue running using
the old parameters.
-
Activate reconfigured components at the next server restart.
-
Move server components from one server to another.
-
Stop all current instances of a component and restart them with new parameters.
Question 42
Question
You are adding a Join and Join Specification to the Service Request business component to
access data in the S_ASSET table. You set the Outer Join Flag to FALSE, the Destination
Column to ROW_ID and the Source Field to Id. What will the result be?
Answer
-
No rows will be returned.
-
You will get an SQL error.
-
The implicit join will override this join.
-
All rows in the S_SRV_REQ will be returned.
-
All rows in the S_ASSET table will be returned.
Question 43
Question
You are running the Call Center application and have changed the directory of the sample
database. You need to update which file to reflect it?
Answer
-
siebel.srf
-
.swt file
-
eapps.cfg
-
uagent.cfg
-
file system file
Question 44
Question
You want to alert a manager if a service request has not been assigned after two hours. Which
two items should you create? (Choose two.)
Question 45
Question
A few users want to see the Contacts screen tab to the left of the Accounts screen tab in the Call
Center application when they log in. Which action could you take to satisfy the requirement?
Answer
-
Create a new position and assign the set of users to it.
-
Blank out the sequence number for the Accounts Screen in the application object definition in
Siebel Tools.
-
Show the users how they can change the Screen Tab Layout in User Preferences when they log
in to the Call Center application.
-
Change the configuration in Siebel Tools so that the Contacts Screen Override property is set to
TRUE.
Question 46
Question
Which three are true regarding object definitions? (Choose three.)
Answer
-
They cannot be exported.
-
They are created from an object type.
-
They are compiled into the file system.
-
They are displayed in the object explorer.
-
They are displayed in the object list editor.
-
They are defined by assigning values to properties.
-
They are edited using the client application or Siebel Tools.
Question 47
Question
Your business model requires that you change the Job Title for contacts to be a required field.
Select the true statement.
Answer
-
You cannot copy records whose Job Title is NULL.
-
You must modify the JOB_TITLE column of the S_CONTACT table to make it non-nullable.
-
Existing contacts whose Job Title is NULL will be visible only in the contacts administration screen.
-
You specify the Job Title field as required by setting the Required flag to TRUE in the appropriate
applet(s).
-
You specify the Job Title field as required by setting the Required flag to TRUE in the appropriate
business component.
Question 48
Question
When should you use explicit primaries through Enterprise Integration Manager?
Answer
-
when there is only one child record in the dataset
-
any time you have more than one child record in the dataset
-
when the external system defines which child record should be the primary
-
when the external system does not define which child record should be the primary
Question 49
Question
What must you do in order to ensure that the Workflow simulator opens the Mobile Web Client and
accesses the correct database when a simulation is initiated?
Answer
-
Select Debug from the View > Options menu and enter the local client start-up information.
-
Right-click the design canvas and select Simulate, then enter the local client start-up information.
-
Select Simulator Options from the View > Options menu and enter the local client start-up
information.
-
Right-click the design canvas and select Simulate Options, then enter the local client start-up
information.
Question 50
Question
Which three of the following must you configure in order to create a task? (Choose three.)
Answer
-
Task flow
-
Task view
-
Task applet
-
Task screen
-
Task chapters
-
Task group item
Question 51
Question
You have two accounts:
- NY Express in New York state with industry classification Finance
- CA Bank in California state with industry classification Finance.
You have an assignment rule that assigns accounts based on state and another that assigns them
based on industry.
Your requirement is that Finance industry accounts should be handled exclusively by the Finance
team. Which must you do to configure the rules to support this?
Answer
-
Create separate rule groups for each rule.
-
Add scores to evaluate the skills of the employees.
-
Add the rules to a rule group and assign the finance rule a lower sequence number.
-
Add the rules to a rule group and assign the finance rule to a higher sequence number.
-
Set the rules to be exclusive.
Question 52
Question
What is true when a user does not have access to any views in a screen?
Answer
-
The views are listed only on the Site Map.
-
The Screen containing the views is available on the Site Map, but it is empty.
-
The views are only accessible through a drilldown.
-
The screen is not available in the application, either through a screen tab or the Site Map.
Question 53
Question
You need to search Service Requests in your workflow. You add a Siebel Operation step. Which
two are true? (Choose two.)
Answer
-
You set the Operation property to Query.
-
You set the Operation property to Search.
-
You set the Operation Property to Update.
-
You set the Business Object property to Service Request.
-
You set the Business Component property to Service Request.
Question 54
Question
Which three steps can be performed during administration of a newly-deployed rule module?
(Choose three.)
Answer
-
activate the rule module
-
assign a business object
-
set an expiry date for the rule
-
set the Data Assertion Mode to runtime
-
synchronize the rule with the repository
-
select one or more rule module relations
Question 55
Question
You are working in the high-interactivity Web client. You start creating a new record in the Contact
list applet. When is the record committed to the database? (Choose two.)
Answer
-
You select Save Record from the applet-level menu.
-
You enter data into a field and then select a different field.
-
You enter data into the record and then select a different record.
-
You click on the form applet to enter data into a field that is not available in the list applet.
Question 56
Question
Which two statements are true about using the Table wizard to create a new intersection table
between two non-party tables? (Choose two.)
Answer
-
The parent tables must have a type set to Data (Intersection)
-
The new table will have type setting of Data (Intersection)
-
The new table will include two foreign key columns
-
The new table will include a PAR_ROW_ID column
Question 57
Question
You want to add a business service step to a workflow. Which three are steps that you might
perform to configure the business service step? (Choose three.)
Answer
-
create additional process properties
-
assign a value to the Business Service Name property
-
assign a default value to the Object Id process property
-
assign a value to the Business Service Method property
-
create input arguments by right-clicking the business service step and selecting Show Input
Arguments
-
create one or more output argument records for the business service and set the type to Business
Service
Question 58
Question
Which three are reasons why you would consider implementing a business policy using Siebel
Business Rules? (Choose three.)
Answer
-
Business rules can be centrally developed and administered.
-
Business rules do not require compilation of the repository file.
-
Business rules are modeled using a precise graphical modeling language.
-
Business rules typically execute faster than repository-based configuration.
-
Business rules can be easily updated to implement rapidly changing business policies.
Question 59
Question
Which two are true of the Siebel File System? (Choose two.)
Answer
-
must be named siebfile
-
must be a single file system on a single drive
-
must support long and case-sensitive filenames
-
must be accessible from machines running Siebel Servers
Question 60
Question
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?
Answer
-
You forgot to add the view to a screen.
-
You gave the wrong view name to the administrator.
-
The administrator forgot to activate the responsibility.
-
The administrator assigned the view to a responsibility that none of the users in Group B possess.
-
The administrator set the Read Only View flag to TRUE when adding the view to the responsibility.
Question 61
Question
Which authentication method allows for self-registration by Web users?
Question 62
Question
You are creating a new child business component to support displaying promotional items that
have been sent to Contacts. What type of table do you base the new business component on?
Answer
-
The base table of the parent business component.
-
Standard interface tables supplied by Siebel.
-
Standard 1:M extension tables supplied by Siebel.
-
New tables that you create with the Business Component wizard.
Question 63
Question
You wish to prototype some of your ideas on the Activities project. You currently have the project
checked out. You wish to check in the changes you're made so far and release the lock on the
server, but then you want to continue development locally. What do you do?
Answer
-
Undo the check out and continue working locally.
-
Perform a Get on the project, lock it, and continue working locally.
-
Save your current changes as a .sif file and continue working locally.
-
Cancel the check out, lock the project locally, and continue working locally.
-
Check in the project while maintaining the lock, undo the check out, and continue working locally.
Question 64
Question
You wish to configure a task flow that allows a user to create an account and add one or more
contacts. Which three steps must appear in the task flow? (Choose three.)
Answer
-
A task view step that is bound to a summary view.
-
A Siebel operation step to create a new account record.
-
A task view step that displays a view containing, at minimum, a task applet.
-
A Siebel operation step to create a transient business component.
-
A decision step that controls flow to a Siebel operation step to create a new contact.
-
A commit step to save each contact record entered before the user enters a new one.
Question 65
Question
You created a new view in Siebel Tools, but none of the users can see it in the application. Which
three could cause this? (Choose three.)
Answer
-
You forgot to add the view to a screen.
-
You gave the wrong view name to the administrator.
-
The administrator forgot to activate the responsibility.
-
The administrator assigned the view to a responsibility none of the users possess.
-
You left the Category Name blank when you created the Screen View object definition.
-
The Default Local Access flag was set to TRUE by the administrator when adding the view.
Question 66
Question
Which three are true of the Web Layout Editor? (Choose three.)
Answer
-
It is used to lay out form applets.
-
It can be used to add and remove applet Web template items.
-
It is invoked automatically upon completion of the List Applet wizard.
-
Items not on the template can be imported using the Web layout editor.
Question 67
Question
How do you specify the type of owners that records in a business component may have?
Answer
-
Add the business component to the appropriate Access Group.
-
Add the business component to the appropriate responsibilities.
-
Set the Owner property in the business component's Properties window.
-
Add the necessary owner types to the Business Component View Modes list for the business
component.
Question 68
Question
What is displayed in the Thread Bar if the Thread Title property is null in the thread properties?
Answer
-
A hyperlink is not added to the thread bar.
-
A question mark is displayed in the thread bar.
-
The Title property is used to populate the thread bar.
-
The name of the business component is used to populate the thread bar.
Question 69
Question
Which statement is true of Master data?
Answer
-
includes dynamic, transactional data
-
cannot be grouped into catalogs and categories
-
is created and managed by end-users of the application
-
access is controlled at the level of catalog and category
Question 70
Question
You decided to use the S_CONTACT_XM table to store additional contact data. Which five new
object definitions will you need to create to display this data as child data in a Detail View format?
(Choose five.)
Question 71
Question
Which describes the role of Assignment Candidates for Assignment Manager?
Answer
-
to identify the possible candidates that can be assigned to records
-
to describe when a record should be assigned to candidates
-
to identify the types of data to assign using Assignment Manager
-
to evaluate all people for a matching skill in order to assign records
Question 72
Question
When is it acceptable to run SQL against Siebel database tables?
Answer
-
never
-
to insert data into Siebel EIM (interface) tables such as EIM_ACCOUNT
-
to drop tables from the database
-
to insert data into Siebel customer (data) tables such as S_ORG_EXT
Question 73
Question
Which three are true about Siebel Servers? (Choose three.)
Answer
-
are J2EE application servers
-
may run the Call Center object manager
-
may run the Siebel Web Server Extension
-
may run the Enterprise Integration manager
-
can only be installed on one machine in the enterprise
-
may be installed on several machines in the enterprise
Question 74
Question
Which two statements about static picklists based on the PickList Generic business component
are true? (Choose two.)
Answer
-
Values are displayed from the S_LST_OF_VAL table.
-
They can be bounded or unbounded.
-
They usually display values in a pick applet for selection.
-
Values displayed in the picklists change during run time based on changes end-users make to
data.
Question 75
Question
What is the purpose of the SSA Primary field in a MVG applet?
Answer
-
It allows users to select more than one primary.
-
It indicates which child record cannot be deleted.
-
It permits users to see and change the primary child record.
-
It allows users to change which field is referenced in the child business component.
Question 76
Question
You have changed an applet and its corresponding web template file. Which three actions must
you perform on the source environment for deployment to the test environment? (Choose three.)
Answer
-
Create a pre-defined query.
-
Create a deployment session.
-
Use the Siebel client to create an export file.
-
Use Siebel Tools to export the object definition.
-
Move the descriptor file and object definition to the package sub-directory.
-
Move the updated .swt to a package sub-directory.
Question 77
Question
View the Exhibit.
Which two fields are on the base table? (Choose two.)
Answer
-
City
-
CSN
-
Closed Date
-
Commit Time
-
Contact Account
-
Calculated Account
Question 78
Question
You created workflow policies, but no records are being added to the S_ESCL_REQ table. Which
two might explain the behavior? (Choose two.)
Answer
-
No records violate the policy.
-
The duration has been exceeded.
-
You ran Generate Triggers with Exec=False.
-
You failed to compile the Workflow Policy object.
-
You did not activate the workflow process specified for the policy action.
Question 79
Question
Which two are true regarding object types? (Choose two.)
Answer
-
They have properties.
-
They have properties and values.
-
They are edited using Siebel Tools.
-
They are templates for writing SQL.
-
They are displayed in the object explorer.
-
They are displayed in the object list editor.
-
They are compiled into the Siebel repository file.
Question 80
Question
Which Assignment Mode filters all qualified organizations and persons and then assigns only
those that have corresponding persons and organizations that meet the criteria?
Answer
-
Independent
-
Organization-oriented
-
Person-oriented
-
Org & person-oriented
Question 81
Question
Which four statements apply to a transient business component? (Choose four.)
Answer
-
It can only contain single value fields.
-
Its data disappears once the task is paused.
-
Its data disappears once the task completes.
-
It stores one or more records in its base table.
-
Its data disappears once the task is cancelled.
-
It collects only data that is used to control task flow.
-
It requires a task applet to collect and display the data for a transient business component.
Question 82
Question
You wish to create a M:M relationship between contacts and colleges attended, to be displayed in
both a Contacts-Colleges view and in a Colleges-Contacts view. You decide to implement this by
first creating a stand-alone CX_COLLEGE table. What will you also need to create? (Choose all
that apply.)
Answer
-
A Contact/College link.
-
A College/Contact link.
-
A College business object.
-
A College business component.
-
A join between S_CONTACT and CX_COLLEGE.
-
An intersection table between S_CONTACT and CX_COLLEGE.
Question 83
Question
Instead of displaying Account list views separately, you wish to group them together under a
heading called Accounts List (as in the Exhibit). Which property would you set, and to which value
in the Screen View object definitions?
Answer
-
Type to Detail Category
-
Menu Text to Accounts List
-
Viewbar Text to Accounts List
-
Parent Category to Accounts List
-
Sequence to the same number (for example 2 for all the views in the grouping)
Question 84
Question
Which two statements are true regarding child access groups? (Choose two.)
Answer
-
Child access groups can contain only user lists.
-
Child access groups inherit access rights from parent access groups.
-
A child access group may be assigned to multiple parent access groups.
-
Child access groups can have more access rights than their parent groups.
Question 85
Question
Which assignment deployment method would you most likely use to assign an opportunity to the
appropriate sales representative based on territory whenever a new opportunity is created?
Answer
-
Batch assignment
-
Dynamic assignment
-
Interactive assignment
-
Manual assignment
Question 86
Question
The VP of Sales has assigned some Account records to representatives and wants to maintain
these assignees on the account teams. You are creating assignment rules to automatically assign
Accounts. Which two actions would satisfy the requirement? (Choose two.)
Answer
-
Compile a new .srf.
-
Set Keep Creator to TRUE on the Account Assignment Object.
-
Set Default Employee to SADMIN on the Account Assignment Object.
-
Set Keep Manual assigned to TRUE on the Account Assignment Object.
-
Set Ignore Assignment Attributes to TRUE on the Account Assignment Object.
-
Write assignment rules that recreate the criteria the VP used to manually assign the records.
Question 87
Question
Which four are correct regarding repository workflow processes? (Choose four.)
Answer
-
can be created using Siebel Tools
-
can be activated using Siebel Tools
-
can be simulated using Siebel Tools
-
can be exported to XML files in Siebel Tools
-
can be exported to XML files in the Siebel Client
-
can be published using the Siebel Client
Question 88
Question
In Server Administration, what does the Delete Parameter Override feature allow you to do?
Answer
-
Delete the inherited parameter and input a new parameter.
-
Use the current parameter on all levels higher than the current level.
-
Remove the current parameter and reinstate parameter inheritance.
-
Override the current parameter for the next single instance of the component.
Question 89
Question
Which describes database authentication?
Answer
-
It is the default authentication method for Siebel applications.
-
It typically uses a single reserved database login for all users.
-
It requires additional infrastructure components, such as security adapters.
-
User authentication is performed by a third-party service at the Web server level.
Question 90
Question
You decided to create an additional field to be displayed in an applet by adding a column to the
business component's base table.
In which order is it recommended practice to perform the required modifications?
Answer
-
Table, Business Component, Applet
-
Business Component, Table, Applet
-
Table, Applet, Business Component
-
Business Component, Applet, Table
-
Applet, Business Component, Table
-
Applet, Table, Business Component
Question 91
Question
John has been added as a non-employee user of the application. Which two statements are true
about non-employee users of the application? (Choose two.)
Answer
-
A user must have at least one position.
-
A user must have at least one responsibility.
-
A user must be assigned to at least one division.
-
A user must be assigned to at least one organization.
-
A user must be assigned to at least one access group.
-
A user must be authenticated; for example, by having credentials such as a username and
password.
Question 92
Question
You wish to invoke a rule module (that you created using HaleyAuthority and administered in the
Siebel client) using a run-time event and an action set. Which three must you specify when you
configure the action in the action set? (Choose three.)
Question 93
Question
You created new users and added them to existing and new user lists. In the enterprise profile
file, StopOnError = TRUE. When you attempt to deploy (using Application Deployment Manager)
you are getting errors. Which could be a possible cause?
Answer
-
You forgot to run a backup command.
-
You forgot to generate a mid-level release in Siebel Tools.
-
You sequenced User List before Users in the deployment.
-
You sequenced Users before User List in the deployment.
Question 94
Question
While testing some configuration changes to the Opportunity List Applet, you find that you are able
to edit existing opportunities, but you cannot create new opportunities.
Further testing reveals that you can create new opportunities in the Opportunity Form Applet -
Child in the same view.
What is this condition caused by?
Answer
-
No Insert = TRUE and No Update = FALSE on the Opportunity business component.
-
No Insert = TRUE and No Update = FALSE on one of the fields of the Opportunity business
component which is displayed in the list applet but not in the form applet.
-
No Insert = TRUE and No Update = FALSE on the Opportunity List Applet.
-
No Insert = TRUE and No Update = FALSE on one of the list columns of the Opportunity List
Applet.
-
You failed to compile the Opportunity List Applet, hence it is still checked out and cannot accept
new data.
-
Your responsibility is not correctly configured; you do not have permission to see the New
Opportunity view.
Question 95
Question
Which three are true about Siebel Business Rules? (Choose three.)
Answer
-
They are stored in a knowledge base.
-
They are created using the HaleyAuthority application.
-
They are executed in the Business Rules Service server component.
-
They are executed by invoking the Business Rules Service business service.
-
They are automatically updated whenever the object definitions in the Siebel repository are
changed.
Question 96
Question
What is the base table for the Contact business component?
Answer
-
S_CONTACT
-
S_USER
-
S_EMP_PER
-
S_PARTY
Question 97
Question
You are importing products and product lines. Your source data includes product names, product
descriptions, and associated product lines, but does not include many of the required flags for the
EIM_PROD_INT and EIM_PROD_LN tables. Most of these flags can be set to default values.
Recommended practice is to add default values for these required flags _____.
Answer
-
to the .ifb file
-
in your source data
-
using the application administrative screens once the import is complete
-
to the EIM_PROD_INT and EIM_PROD_LN tables after loading the source data into them
-
to the EIM_PROD_INT and EIM_PROD_LN tables before loading the source data into them
Question 98
Question
Which component of the Siebel architecture contains virtual directories?
Question 99
Question
You are cleaning up account data in the system. You know that your company maintains several
different Marriott accounts such as Marriott, Marriott Europe, and Marriott Asia. All such accounts
should start with the word Marriott, Unfortunately, users have used these different spellings for the
accounts: Marriott Marriot Mariott and Mariot
Which query would you enter to query for all such accounts?
Answer
-
Mar?iot?
-
Mar?iot?*
-
Mar*iot*
-
IS LIKE (Mar?iot?)
-
IS LIKE (Mar*iot*)
Question 100
Question
Which three are valid candidates for assignment through assignment rules? (Choose three.)
Answer
-
Positions
-
Responsibilities
-
Persons
-
Organizations
-
Accounts
Question 101
Question
View the Exhibit.
On the Opportunity business component, what should the Join Specification look like when you
are joining to the S_ORG_EXT table to access account information such as NAME?
Answer
-
There is no explicit Join or Join Specification.
-
Destination Column = PAR_ROW_ID and Source Field = Id
-
Destination Column = ROW_ID and Source Field = Id
-
Destination Column = NAME and Source Field = Account Name
-
Destination Column = PAR_ROW_ID and Source Field = Account Id
Question 102
Question
How should required columns be handled during EIM data mapping when you do not have any
legacy data that maps to the required columns?
Answer
-
Values must be provided for these columns.
-
Required columns that are left blank will automatically be assigned a value of system
-
These columns must be changed from equired to ptional before running the EIM process
-
Required columns can be left blank during EIM and will be updated with default values when the
records are updated through the user interface.
Question 103
Question
Which two statements concerning requirements for enabling state models on a business
component are true? (Choose two.)
Answer
-
The field used must be a single-valued field.
-
The field used cannot contain more than twelve states.
-
The field used should have no dependencies on other fields.
-
The field used should not be named in any Workflow processes.
Question 104
Question
You have reached a critical point in your development, and you wish to back up the objects you
have configured so far. Which is NOT a valid method for backing up your object definitions?
Answer
-
Copy the local .srf file.
-
Copy the local .dbf file.
-
Check in projects into the server.
-
Use archive files to back up repository data.
Question 105
Question
You have configured, verified, and published a task flow using Siebel Tools. You have registered
the task flow in the Siebel client. However a link to the task does not display in the task pane.
Which two items could cause this? (Choose two.)
Answer
-
You did not activate the task.
-
You did not clear the task cache.
-
You did not add the task to a responsibility.
-
You did not assign the task to a task group.
-
You did not compile the views and applets in the task.
Question 106
Question
Which defines a dynamic drilldown?
Answer
-
Clicking an account record navigates you to sales team details.
-
Clicking a contact name hyperlink always navigates to the contact detail.
-
Clicking an account name navigates you to the last field of the current record in the current list.
-
Clicking a contact name hyperlink navigates to contact details for US contacts and account details
for non-US contacts.
Question 107
Question
How can you verify the High Interactivity client environment after installation?
Answer
-
Run Health Check.
-
Run Environment Verification Test.
-
Examine the Siebel Web Client registry file.
-
Rerun the Installation Program and select Verify.
Question 108
Question
Where is the main data for organization-related business components stored?
Answer
-
S_PARTY table
-
S_ACCOUNT table
-
S_ORG_EXT table
-
S_ORG table
Question 109
Question
CHENG has a Call Center agent position and has no one reporting to him. You have given him a
responsibility that includes the "Manager's Account List View" (My Team's Account filter). What
will be the outcome?
Answer
-
You will get an error because you cannot assign a manager view to someone who does not have
a manager position.
-
The view will not display to him since he doesn't have a manager position.
-
He will see the view, but he will not see any records.
-
He will see the view, but he will only see records for which he is the primary on the Account Team.
Question 110
Question
Which two statements are true about adding a custom extension column to an existing table?
(Choose two.)
Answer
-
You cannot add extension columns to interface tables.
-
The new column name is automatically suffixed with _X.
-
The new column name is automatically prefixed with X_.
-
You must check out or lock the appropriate project/object definition before adding a column.
Question 111
Question
You are creating a new view in Siebel Tools. When you attempt to add applets, you do not see
the applet you want to add listed in the Available Applets list. Which two would cause this?
(Choose two.)
Answer
-
You failed to assign a Project.
-
You picked the wrong Web Template.
-
You selected the wrong Business Object for the view.
-
The applet object definition has Inactive set to FALSE.
-
The Business Component that the applet is based on is not part of the Business Object the view is
based on.
Question 112
Question
Which two are best practices regarding a developer who will be configuring the Siebel application?
(Choose two.)
Answer
-
Developers should be registered as a mobile client.
-
Developers should be database owners of the Siebel database.
-
Developers must be added as an employee in the application.
-
Developers must be assigned the Administrator responsibility.
Question 113
Question
Which is the Primary Key for the S_CONTACT table?
Answer
-
PAR_ROW_ID
-
BU_ID
-
EMP_ID
-
ROW_ID
Question 114
Question
In which three ways can a Siebel task be invoked? (Choose three.)
Answer
-
by scheduling an activity
-
by a long-running workflow
-
by clicking a link in the task pane
-
by clicking an entry in the user's inbox
-
by navigating to the Tasks screen in the site map
-
by right-clicking on a view and selecting Invoke Task
Question 115
Question
Which object definitions in the Business Layer do List columns and controls in the UI Layer
reference?
Answer
-
Fields
-
Columns
-
Business objects
-
Business components
Question 116
Question
In Siebel Tools, you select Tools > Check Out and then select the Account project. You note that
the Check Out button is inactive (greyed out). Choose two reasons this might occur. (Choose
two.)
Answer
-
You have already checked out the project.
-
Another developer has already checked out the project.
-
Allows Object Locking is set to TRUE for this project.
-
You have not yet performed a Get on this project.
-
A Developer Web Client is running and connected to your local database.
-
A Developer Web Client is running and connected to your server database.
Question 117
Question
You modified the Contact List Applet, but you do not see the new list column when you log in to
the Developer Web Client. Which two may cause this? (Choose two.)
Answer
-
You modified the 1:Base mode.
-
You modified the 1:EditList mode.
-
You compiled All Locked Projects from Tools into the client .srf file.
-
You set the HighInteractivity parameter to TRUE in the client uagent.cfg.
-
You forgot to compile All Locked Projects from Tools into the server .srf. file.
-
You previously used Columns Displayed to save a set of columns for the applet that did not
include that column.
Question 118
Question
Where can a run-time event be specified in a Workflow process?
Answer
-
in the Start step properties
-
on the branch following the start step
-
in the Siebel Operation step properties
-
on the branch following a Siebel Operation step
Question 119
Question
You need to edit your company structure in the Siebel application. Which two are you able to do?
(Choose two.)
Question 120
Question
Where would you find Siebel specific tags that begin with swe:
Answer
-
in cascading style sheets
-
in Siebel configuration files
-
in Siebel Web template files
-
in Siebel Web Server Extension files