Siebel 8.2 Certification Questions

6/20/2013 1 Comment

I am listing down some of the questions asked in Siebel 8x certifications. 

Please go through the questions in the comment section for answers.

1. Which of the following is true for a Siebel user?
a) User can have only one responsibility
b) User can be assigned to only one Position within an Organization
c) User may log in with only one position at a time, but can change the position through user
preferences without logging out
d) User must log out to change positions

2. Choose all that is/are true about an implicit join
a) Implicit allow data to be updated in the join columns
b) Implicit Join is an in-built feature of Siebel Architecture
c) Implicit Joins exist for extension tables of S_PARTY such as S_ORG_EXT, S_CONTACT &
S_POSTN
d) All of the above

3. A single join object cannot have more than one join specification
a) True
b) FALSE

4. How do we add new entries for a Static Picklist?
a) Load values into S_PICKLIST Table
b) by batch loading
c) B and D
d) Enter values through List of Values Administration view

5. In a dynamic toggle definition, how is the toggle behavior determined?
a) Siebel determines which toggle to apply randomly at run time
b) The sequence number in the toggle definition is used to determine which dynamic toggle would
be invoked
c) The BC of the applet determines the dynamic toggle
d) None of the above

6. Siebel Web Server Extension (SWSE) is a part of
a) Siebel Server
b) Gateway Server
c) Web Server
d) Database Server

7. Visual attributes in a page are set in which of the following files?
a) Cascading Style Sheet
b) Scripting File
c) Configuation File
d) SRF File

8. Which statements about dynamic picklists are true?
a) A dynamic picklist is used to update joined fields
b) A user can add new records to the Business Component upon which the picklist is based.
c) A dynamic picklist copies the values of multiple fields from the selected record in the pick
applet, into the invoking Business Component.
d) A and B

9. The Organization visibility in Siebel helps in restricting access to records for:
a) A partner company that assists you in your business (channel partner)
b) An external company that purchases your products (account)
c) Both A and B
d) None of the above

10. Which of the following is a good practice when customizing a Business Component
a) Unused fields should not be deleted
b) Upgrade ancestor should not be used
c) Use specialized business components as templates
d) None of the above

11. Which of the following factors to be taken into consideration before extending the Siebel database Schema?
a) Use unused columns in an existing table
b) Use unused Siebel intersection tables
c) Use unused columns of unused Interface tables
d) None of the Above

12. What are the types of picklists?
a) Static
b) Dynamic
c) Both A and B
d) Neither A nor B

13. Which three combinations are correct mappings between the User Interface Layer and the Business Object Layer?
a) Control and Field
b) View and Business Object
c) Applet and Business Component
d) All of the above

14. "My Teams" view shows data for
a) All record assigned to the user
b) All records assigned to user and his subordinates
c) All records across the organization
d) All records from his organization

15. Select the suitable pair: -------- replaces Siebel tags with ------------ while producing an HTML page:
a) Web server, repository data
b) Siebel web engine, repository data
c) Siebel Web engine, web templates
d) Web server, user data

16. Outer join is set to
a) Return all records from the joined table when there is no related row in the base table
b) Return all records from the base table when there is no related row in the joined table
c) Both A and B
d) None of the above

17. Which of the following are S_PARTY extension tables ?
a) S_CONTACT
b) S_BU
c) Both A & B
d) S_PARTY_PER

18. You are on Account team, your partner a dedicated user creates a new Opportunity A for this
account. Your partner later creates another opportunity B and adds you on the sales team. Which
statements is/are true?
a) In my opportunities view you can see opportunity A and B
b) In my opportunities view you can see only opportunity B
c) In My accounts - opportunities view you can see opportunity A and B
d) B and C

19. Characteristics of a service request is (are)
a) Status
b) Priority
c) Severity
d) all of the above

20. For finding out the mappings between EIM to Base tables which of the resources is/are used?
a) Bookshelf
b) Siebel Tools
c) Both A and B
d) None of the above

21. Your customer wants to sort the Contact List Applet by Contact Last Name and Account, while still maintaining acceptable performance. To ensure optimal performance you should recommend setting the sort specification on the Contact business component to _____. Choose the best answer.
a) Last Name
b) Last Name, Account Name
c) Last Name, Account Id
d) First name

22. Source Field & Destination Column are the terminologies used along with _________________
a) Link
b) Multi-Value Link
c) Pick-list
d) Join

23. My Quotes View is in an example of
a) Pesonal Access Control
b) Position-based Access Control
c) Division-based Access Control
d) Responsibility-based Access Control

24. Which view should be used by a regional Sales Manager who wants to view all the opportunities created by his Sales representatives
a) My View
b) My Teams View
c) All Organization
d) All Across Organization

25. Following statement is incorrect about Siebel Web Engine
a) Is a part of Siebel Server
b) Returns HTML Pages to the Siebel Web Server
c) Read data from Database Server
d) Uses an existing web template file to form HTML pages

26. Siebel ISS (Interactive Selling Suite) is an employee-facing application?
a) True
b) FALSE

27. If you do not want the screen to appear as a tab
a) Set the inactive flag for the page tab
b) Delete the page tab from the application
c) Delete the screen menu item
d) Set the page tab to inactive

28. Access control mechanism validates user identity
a) True
b) FALSE

29. Dynamic picklists draw their value from a pre-defined list of values
a) True
b) FALSE

30. An applet can fetch data from
a) Single Table and Single column
b) Many tables and Many Columns
c) Many Columns of single table only
d) Single column only of Many Tables

31. To post field data to the server immediately when the user tabs out of the field, which Field property should be set to TRUE?
a) Force Active property
b) Immediate Post Changes property
c) Post to Server property
d) None of the above

32. Siebel Repository file Contains
a) UI Objects Definition
b) Definitions of Business Rules and Process
c) Definitions of Data Organization and Storage
d) All of the above

33. In Siebel, the Business Components support multiple view modes.
a) TRUE
b) False

34. Web Page Templates are used to render?
a) Login Page
b) Container Pages
c) A and B
d) None of the above

35. Which is not a type of web template :
a) Applet web template
b) View web template
c) Web page template
d) Page

36. What type of script you would use to achieve the following scenario
Download Account Activity data to a text file on the end user desktop's local Hard Disk
a) server side java script
b) client side business service
c) Browser scripts
d) None of the Above

37. Which Event is not available when writing browser scripts on a BC
a) WriteRecord
b) PreSetFieldValue
c) All of the above
d) None of the Above

38. The arguments of a Business Service Method can be of the following type
a) Propertyset
b) Integer
c) Floating point
d) None of the Above

39. What is the sequence of execution of browser and server scripts
a) server scripts are executed first
b) browser scripts are executed first
c) There is no such sequence
d) None of the Above

40. Given a Unix based siebel server which scripting language will you select
a) Siebel VB
b) Siebel Basic
c) eScript
d) None of the Above

41. Which statement is correct
a) You cannot use Siebel VB and eScript on the same object
b) You cannot use Siebel eScript for windows environment
c) A and B
d) None of the Above

42. You are writing eScript. To declare a numeric variable Y, you would use
a) Var Y = 0
b) var Y integer
c) var Y = 0
d) None of the Above

43. What will be the result of var a = 5 - "2"
a) a = 3
b) a = "3"
c) Will throw an error
d) None of the Above

44. At runtime, the Server Script is executed by
a) Siebel web server extension
b) Resonate Central Dispatch
c) Object manager and script interpreter
d) None of the Above

45. For which instance does one should run Generate Triggers
a) Assignment Manager only
b) Work Flow Manager only
c) Both Assignment Manager and Work Flow Manager
d) None of the above

46. Which of the following step is used to finish error free workflow process
a) Stop
b) End
c) Finish
d) Start

47. In Siebel Workflow following is used to support timebased escalations
a) DB Operation
b) Wait Step
c) Both A & B
d) None of the above

48. Which structure is used in Oracle to re-create correct 'Point in time' query result?
a) Redo-Logs
b) Rollback segment
c) Table
d) Index

49. To support multi-lingual global deployment of Siebel application, database should be set following character set
a) ASCII
b) Unicode
c) None of the Above
d) WE8ISO8859P1

50. What's the difference between a Siebel primary key and a unique key?
a) Both primary key and unique enforce uniqueness of the column on which they are defined
b) primary key doesn't allow NULLs, but unique key allows one NULL only
c) primary key creates a clustered index on the column, where are unique creates a nonclustered
index by default
d) Both A & B

1 comment :

  1. This is awesome..!! could you pleas post the rest of the questions..
    also, please provide the answers.. that would help. thanks again

    ReplyDelete

 

Aired | The content is copyrighted and may not be reproduced on other websites. | Copyright © 2009-2016 | All Rights Reserved 2016

Contact Us | About Us | Privacy Policy and Disclaimer