Monday, August 4, 2008

Siebel Consolidated Questions Bank 4

51. Which of the following BusComp View Modes would you set to have My Team's View?

Choose two.

 A. Set Visibility Field to Owned By Id

 B. Set BusComp Popup Visibility Type to Sales Rep

 C. Set Owner Type to Position

 D. Set BusComp Visibility MVField to Sales Rep

 E. Set View Visibility Applet Type Name to Personal

C D

52. You would like to see Siebel Actuate Reports in Portuguese instead of English. Which of

the following would you use?

 A. Regional setting

 B. Internationalization

 C. Language specific compilation

 D. Localization

D

53. What is the effect of checking out a project? Choose three.

 A. Locks the project in the server repository but not in the local repository

 B. Locks the projects in the local database repository

 C. Locks the projects in the server database repository

 D. Copies all object definitions in the project on the server to the local database

B C D

54. Which of the following populates a newly-initialized local database with a read-only copy of

all projects in the server repository?

 A. Database Extract

 B. Get

 C. Checking Out

 D. Checking In

B

55. To modify the Siebel application what would you do?

 A. Modify the application engine that reads the repository file

 B. Write custom stored procedures against the repository file

 C. Write SQL statements against the repository file

 D. Edit object definitions that make up the repository file

D

56. Which of the following is NOT how you create a Web page in Siebel?

 A. Its layout is edited in Siebel Tools

 B. Once configured properly, a browser automatically replaces Siebel tags with Siebel data

 C. An applet is associated with a Web template object

 D. A web template file is registered in a repository

B

57. How can you limit catalog visibility to only those groups associated with the catalog?

 A. Adjust the responsibilities associated with the Access Groups to ensure only the appropriate people have access

 B. Set the Visible Flag for the catalog on the Catalog screen

 C. Set the Private Flag for the catalog on the Catalog screen

 D. Adjust the positions associated with the Access Groups to ensure only the appropriate people have access

C

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

 A. To eliminate duplicate data

 B. To verify import success

 C. To speed up processing

 D. To truncate EIM tables after import

C

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

three.

 A. Use the client application to view data

 B. Print the contents of the base tables and compare against legacy printouts

 C. View Server Manager logs for EIM tasks

 D. Use SQL SELECT statements against the EIM and base tables

A C D

60. You have a Workflow process that evaluates the age of Service Requests and updates the

priority of Service Requests that are more than a week old. Which Siebel Workflow step

type are you using to change the priority of the Service Request?

 A. Siebel Update step

 B. Siebel Operation step

 C. Decision Point step

 D. Sub Process step

B

61. Which Siebel feature enables you to automatically apply a discount to a customer’ s order

when the customer adds both a printer and replacement ink cartridges to their online

shopping cart?

 A. Siebel Workflow Policy Program

 B. Action Sets

 C. Siebel Assignment Manager

 D. Rule Sets

B

62. You currently have a Siebel Operation step in a Workflow Process that updates SR priority

from Low to High. You now want the Sub Process step to change the priority to Very High

rather than High. How do you change this detail?

 A. Double-click the Siebel Operation step in the Process Designer

 B. Delete the step and replace it with a new Sub Process step

 C. Right-click the Siebel Operation step in the Process Designer

 D. Double-click the Sub Process step in the Process Designer

D

63. Which of the following is an Enterprise Component Group that should be enabled prior to

running Siebel Workflow?

 A. Workflow Process Batch Manager

 B. Workflow Action Agent

 C. Workflow Monitor Agent

 D. Workflow Management

 E. Workflow Process Manager

D

64. Which of the following is NOT an option with Siebel Workflow’ s Wait Step?

 A. Pause a process for a specified amount of time

 B. Pause a process until a specified runtime event occurs

 C. Include a restart parameter in the process

 D. Include a timeout parameter in the process

C

65. If an applet has five associated Rule Sets, and the first three rule sets will not return any

data for the current user, but the last two rule sets will, how many rule sets are evaluated for

this user?

 A. 4

 B. 3

 C. 2

 D. 5

A

66. How can you tell if your connectors in a Siebel Workflow process are successfully

connecting the steps as you create the Workflow process? Choose two.

 A. The two ends of the connector will be white in color

 B. By running the process using Process Simulator

 C. By right-clicking the connector line

 D. The two ends of the connector will be red in color

B D

67. Which of the following describes .dx files?

 A. Transaction files transferred between the Server and Mobile Client

 B. Temporary files that are automatically purged upon application exit

 C. Directory files used by Siebel to organize physical file directories

 D. Log files used for troubleshooting EIM process errors

A

68. What is stored in the S_DOCK_TXN_LOG table in the Server Database?

 A. Before and after images of data

 B. A list of transactions performed while docked

 C. All of the data that is changed during a remote session

 D. Remote user information

A

69. In the first time set up of mobile users, what must you do before data can be loaded in the

Mobile Client’ s local database?

 A. Run the dev2prod.ksh script

 B. Create the database schema for the local database

 C. Copy the Siebel Database file to the mobile client

 D. Copy the .cfg and .srf file from the server to the mobile client machine

B

70. Which server task creates the Docking\User directory on the Siebel Server for a new Mobile

Client?

 A. Transaction Router

 B. Generate New Database

 C. Synchronization Manager

 D. Database Extract Ans.: D

71. What does the Transaction Merger server task do when it encounters a Duplicate Conflict?

Choose two.

 A. Merges the two records together into one record

 B. Adds the duplicate record and sets a flag to indicate that duplicates exist

 C. Does not add the duplicate record and logs the conflict in the remote status log

 D. Notifies the mobile client of the duplicate

B D

72. When does the Transaction Merger server task override the MRG: System Conflict

Resolution system preference?

 A. Never

 B. When a Duplicate Conflict occurs

 C. When an Update Conflict occurs

 D. When a Delete Conflict occurs

D

73. What action is recommended if a mobile user is going to be unable to synchronize for an

extended period of time (leave of absence, for example)?

 A. Change the synchronization frequency

 B. Modify the views assigned to the mobile client

 C. Set a new effective end-date for the mobile client to deactivate it

 D. Remove the mobile client’ s local database completely

C

74. When initially preparing your target environment for migration, which of the following tasks

should you complete? Choose three.

 A. Check out projects that were changed in development

 B. Create user accounts

 C. Install any required client software

 D. Install database and server software

 E. Copy the .srf file to server and clients

B C D

75. What is dataexp.exe used for when migrating environments?

 A. To generate a data merge file that contains user and seed data

 B. To create flat files containing data from non-EIM tables

 C. To create flat files containing data from EIM tables

 D. To generate a compressed copy of the source database

D

76. Which of the following must you do to reactivate a mobile client? Choose two.

 A. Perform a database extract

 B. Create the mobile client DOCKING sub-directory on the server

 C. Add the server name to the DockConnString line of siebel.cfg

 D. Remove the end date for the mobile client

The correct answer is A & D.

Siebel Questions(Set 1)

77. You have 2 machines and a remote client, what would be the server configuration for a full fledge remote architecture set-up (Click Here)

1. Siebel Web Engine

2. Data Manager

3. Object Manager

4. Configuration File

78. In workflow, using which of the following step you can invoke assignment manager

a. Business Service

b. Sub-Process

c. Siebel Operation

d. Decision Point

A

79. Which server component must be running for a siebel remote client to work:

a. Transaction Processor

b. Synchronization Manager

c. Transaction Router

d. Transaction Merger

B

80. For a regional Sales Manager wants to view all the opportunities created by his Sales representatives what view he should use

a. My View

b. My Team’s View

c. All Organization

d. All Across Organization

B

81. When do you register a Web Template

a. When you create a template file

b. When you place in the proper physical directory

c. When you create an object which refers the template file

d. NOTE: Please confirm this answer from course material

C

82. Which is the following base table that would get populated after using the sample .ifb file (Click to View File)

a. S_PROD_INT

b. EIM_PROD_INT

c. S_PROD

d. S_PARTY

A

83. Click the Exhibit, the following is TRUE for the Consumer business component

a. Visibility and Responsibility are the same

b. Multiple View Modes

c. Business Component can be used with only 3 applets

d. Multiple access control Mechanisms

D

84. Account is what kind of entity

a. Single Organization

b. Multiple Organization

c. Single User

d. Single Position

B

85. A potential client, partner and competitor is represented by which entity in Siebel

a. Contact

b. Account

c. Customer

d. Service Request

B

86. What are the different Business objects layers in Siebel, Choose 2

a. Business Object

b. Business Service

c. Business Component

d. Applet

A C

87. In a view if you display an account form applet as the master and the opportunity list applet as the child then what is TRUE

a. Parent business component is used as Account

b. Child business component is used for Account

c. Parent business component is used as Opportunity

d. Child business component is used for Opportunity

AD

88. Which of the following is TRUE in a view if there are two applets displayed one list and a detail.

a. It is based on two different views

b. It is based on two different Business Objects

c. It can use only one business component

d. It may use two business components

C

89. What does Rule set specify for an applet in personalization

a. Order condition

b. Search Specification

c. Set of Actions

d. Set of Events

B

90. What determines localization

a. Tools Language Mode

b. Siebel Tools

c. Regional Settings

d. OS regional settings

B

91. What does “GetAttribute(‘Me.Country’) = ‘USA’ tell us

a. Laptop being used is placed in USA

b. Laptops regional setting is set to USA

c. It checks for the address as ‘USA

C

92. A Screen is a collection of

a. Applets

b. Business Components

c. Views

d. Business Objects

C

93. How does Siebel Remote Client connect

a. Through Gateway server

b. Through Domain Server

c. Through Enterprise Server

d. Directly

A ??

94. For a global deployment what kind installation one would use, Choose 3

a. Web Client (Browsers)

b. Multiple Siebel Servers

c. Domain Server

d. Database Server

BCD

95. What are following Siebel Interactive Selling suites, Choose 3

a. eConfigurator

b. eChannel

c. eAdviser

d. ePricer

ACD

96. Main Person related data is stored in

a. S_PERSON

b. S_EMP_PER

c. S_USER

d. S_CONTACT

D

97. What is TRUE for Standard Extension Database Column

a. Type is Data (Private)

b. Always prefixed with ‘X_’

c. Provided by Siebel for Developers use

d. Cannot be edited

B

98. For an assignment rule if you have scores 10 for Product, 15 for Country and 5 for Language, which is the most important criteria

a. Product

b. Country

c. Language

d. All are equally important

e. None

B

99. Advantage of using MVG, Choose 2

a.

b. Saves Space on the View

c. Within List applet you can display child record

d.

BC

100. Advantage of frequent Synchronization, Choose 3

a. Reduces number of modem connectivities

b. Easy Recovery

c. Saves Disk Space

d. Use less Synchronization session time

BCD

No comments:

Search

My Blog List