1. Flags used for EIM…?
a) Error Flag
b) Trace Flag
c) SQLTrace Flag
d) All
2. Business services stored in the client database are Known as
a) Application BS
b) Client-Stored Business Services
c) Nothing is there like that
d) Both A and B
3. which of the following is the correct WF Event
a) Pause the WF
b) Invoke Service
c) DB Operation
d) None
4. Opportunity’s sales team has 5 Positions and there is no Primary position is assigned then what is the correct option
a) user who logged can delete the record
b) Opportunity with All View can have the Visibility to the record
c) Opportunity’s Administration has the visibility to the View.
d) …….
5. what is the a value
Var X= “ABC”
Var a = 2
Switch(ABC)
{
CASE ‘X’
a = a+1
CASE ‘Y’
a = a+3
Break;
}
6. User selects a value from a static Picklist Field but the D/B is not updated with the Data…….
a) Picklist BC is wrong
b) Pickmap is not configured at the Control
c) Pickmap is not configured at the Field
d) B and C
7. Authentication is for
a) Checks the Users Credentials while login
b) Controls from Both Inside and Outside of the Application.
c) Both A and B
d) Access the Resource for the User
8. Event is not there for
a) BC
b) BO
c) Applet
d) Application
9. Authentication is for
a) Validates the User Info while login
b) Collects and Checks the Credentials
c) Both A and B
d) Access the Resource for the User
10. Sort Specification is Valid for BC’s MVF
a) True
b) False
11.Which of the following is NOT a WF Component
a) Generate Triggers
b) D/B Extract
c) Both
d) None
12 Array is what Data type
a) Composite
b) Primitive
c) Complex
d) None
13 NULL is what Data type
a) Object
b) Primitive
c) Complex
d) None
14 .
a) WF Process Mgr
b) WF Process Batch Mgr
c) WF Process Batch Mgr has a Condition to Execute the Batch Data
d) All of the Above
15. Virtual BC is Used for
a) to Improve the Application Performance
b) Siebel Tables are used
c) to Store external Data
d) ……………
16. Prompting Messages with OK & CANCEL buttons is implemented
a) ALERT Messages in Browser Script
b) PROMPT Messages in Server Script
c) CONFORM Messages in Browser Script
d) …………
17. which one of the following is true……
a) Browser Scripts can Invoke Server Scripts
b) Server Scripts can Invoke Browser Scripts
c) Both
d) None
18. In Business Service User Generated Method are written Under
a) Invoke Method
b) PreInvoke Method
c) Both
d) None
19. code is written with try…….catch block and throw statement is not mentioned then
a) Displays the Error Message……
b) Compilation Error
c) Executes the code and won’t display the Message
d) None
20. Which Loop Executes Atleast Once
a) Do…...While
b) While
c) for
d) None
21. How to retrive the Property Sets of the Child in the Parent
a) by using SetProperty() method of the Parent
b) by using GetChild() of the Parent
c) …….
d) …….
22. How to set the Values of 10 Fields
a) write SetFieldValue for Each Field
b) SetMultiFieldValue
c) SetMultipleFieldValue
d) …………
23. How do you populate List of Values,
a. Using Siebel Tools
b. Batch Load
c. Application Administration->List of Values
d. System Preferences->List of Values
24 In a 1:M link, which of the following properties must be populated? Choose three.=
A. Parent business component
B. Inter table
C. Destination Column
D. Inter child column
25. What determines localization
e. Tools Language Mode
f. Siebel Tools
g. Regional Settings
h. OS regional settings
26. View access control is based on,
a. User ID
b. Position
c. Organization
d. Responsibilities
27. from 7.5 , Archiving a WorkFlow is done by
a. XML Import and Export
b. SIF Import and Export
c. XML and SIF Import and Export
d. …….
28. Opportunity is
1. Owned by person
2. Owned by Position
3. Owned by Organization
4. Owned by Creator
29. One Question Related to WF Wait Operation……..
30. one Question related to WF Components……..
31. For EIM to Base Mappings following resources can be used,
1. Siebel Documents
2. Bookshelf
3. f1 Help in Tools
4. Application
32. For parent, child, and grandchild in view you need
1. 1 link
2. 2 links
3. 3 links
4. 1 link and 1 join
a) Error Flag
b) Trace Flag
c) SQLTrace Flag
d) All
2. Business services stored in the client database are Known as
a) Application BS
b) Client-Stored Business Services
c) Nothing is there like that
d) Both A and B
3. which of the following is the correct WF Event
a) Pause the WF
b) Invoke Service
c) DB Operation
d) None
4. Opportunity’s sales team has 5 Positions and there is no Primary position is assigned then what is the correct option
a) user who logged can delete the record
b) Opportunity with All View can have the Visibility to the record
c) Opportunity’s Administration has the visibility to the View.
d) …….
5. what is the a value
Var X= “ABC”
Var a = 2
Switch(ABC)
{
CASE ‘X’
a = a+1
CASE ‘Y’
a = a+3
Break;
}
6. User selects a value from a static Picklist Field but the D/B is not updated with the Data…….
a) Picklist BC is wrong
b) Pickmap is not configured at the Control
c) Pickmap is not configured at the Field
d) B and C
7. Authentication is for
a) Checks the Users Credentials while login
b) Controls from Both Inside and Outside of the Application.
c) Both A and B
d) Access the Resource for the User
8. Event is not there for
a) BC
b) BO
c) Applet
d) Application
9. Authentication is for
a) Validates the User Info while login
b) Collects and Checks the Credentials
c) Both A and B
d) Access the Resource for the User
10. Sort Specification is Valid for BC’s MVF
a) True
b) False
11.Which of the following is NOT a WF Component
a) Generate Triggers
b) D/B Extract
c) Both
d) None
12 Array is what Data type
a) Composite
b) Primitive
c) Complex
d) None
13 NULL is what Data type
a) Object
b) Primitive
c) Complex
d) None
14 .
a) WF Process Mgr
b) WF Process Batch Mgr
c) WF Process Batch Mgr has a Condition to Execute the Batch Data
d) All of the Above
15. Virtual BC is Used for
a) to Improve the Application Performance
b) Siebel Tables are used
c) to Store external Data
d) ……………
16. Prompting Messages with OK & CANCEL buttons is implemented
a) ALERT Messages in Browser Script
b) PROMPT Messages in Server Script
c) CONFORM Messages in Browser Script
d) …………
17. which one of the following is true……
a) Browser Scripts can Invoke Server Scripts
b) Server Scripts can Invoke Browser Scripts
c) Both
d) None
18. In Business Service User Generated Method are written Under
a) Invoke Method
b) PreInvoke Method
c) Both
d) None
19. code is written with try…….catch block and throw statement is not mentioned then
a) Displays the Error Message……
b) Compilation Error
c) Executes the code and won’t display the Message
d) None
20. Which Loop Executes Atleast Once
a) Do…...While
b) While
c) for
d) None
21. How to retrive the Property Sets of the Child in the Parent
a) by using SetProperty() method of the Parent
b) by using GetChild() of the Parent
c) …….
d) …….
22. How to set the Values of 10 Fields
a) write SetFieldValue for Each Field
b) SetMultiFieldValue
c) SetMultipleFieldValue
d) …………
23. How do you populate List of Values,
a. Using Siebel Tools
b. Batch Load
c. Application Administration->List of Values
d. System Preferences->List of Values
24 In a 1:M link, which of the following properties must be populated? Choose three.=
A. Parent business component
B. Inter table
C. Destination Column
D. Inter child column
25. What determines localization
e. Tools Language Mode
f. Siebel Tools
g. Regional Settings
h. OS regional settings
26. View access control is based on,
a. User ID
b. Position
c. Organization
d. Responsibilities
27. from 7.5 , Archiving a WorkFlow is done by
a. XML Import and Export
b. SIF Import and Export
c. XML and SIF Import and Export
d. …….
28. Opportunity is
1. Owned by person
2. Owned by Position
3. Owned by Organization
4. Owned by Creator
29. One Question Related to WF Wait Operation……..
30. one Question related to WF Components……..
31. For EIM to Base Mappings following resources can be used,
1. Siebel Documents
2. Bookshelf
3. f1 Help in Tools
4. Application
32. For parent, child, and grandchild in view you need
1. 1 link
2. 2 links
3. 3 links
4. 1 link and 1 join
Related Posts
No comments :