logical architecture

34
Siebel Question Bank\Module 2-Logical Architecture 1 of 78 _________ is a subset of tables in the Siebel database that contains object definitions. Siebel repository Object Explorer Properties Window UI Files 2 of 78 __________ of the Object Explorer, shows all object types (parent and child) in a single, alphabetically arranged list, without displaying the parent-child relationship. Flat Tab Detail Tab Type Tab None of the above Not Answered

Upload: gyan-raunak

Post on 02-Aug-2015

31 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: Logical Architecture

Siebel Question Bank\Module 2-Logical Architecture

1 of 78

_________ is a subset of tables in the Siebel database that contains object definitions.

Siebel repository

Object Explorer

Properties Window

UI Files

2 of 78

__________  of the Object Explorer, shows all object types (parent and child) in a single, alphabetically arranged list, without displaying the parent-child relationship.

Flat Tab

Detail Tab

Type Tab

None of the above

Not Answered

3 of 78

__________ accesses Gateway Server and Siebel Server through Web Server running SWSE.

Configuration file

Page 2: Logical Architecture

Respository File

Object Manager

Web Client

4 of 78

__________ are used to render elements other than Siebel Views & Applets.

View Templates

Applet Templates

Web page Templates

None of the above

5 of 78

__________ are used to render Siebel Applets which contain placeholders for controls.

View Templates

Applet Templates

Web page Templates

None of the above

6 of 78

__________ are used to render Siebel views which Contain placeholders for applets.

Page 3: Logical Architecture

View Templates

Applet Templates

Web page Templates

None of the above

7 of 78

__________ connects to a Wireless Application Protocol (WAP) server connected to a Web server with SWSE installed.

Wireless Web Client

Dedicated Web Client

Object Manager

Data Objects

8 of 78

__________ consists of multiple list column or textbox control object definitions.

UI object definitions

Applet Object definations

View Object definations

Screen object definations

9 of 78

__________ contains tags that render the elements that surround a view in a Siebel Application.

Page 4: Logical Architecture

View Templates

Applet Templates

Web page Templates

Container Page

10 of 78

__________ displays a small set of the most commonly used object types.

Siebel repository

Object Explorer

Properties Window

UI Files

Not Answered

11 of 78

__________ file has the actual exe’s which run file that specifies the configured application.

Configuration file

Respository File

Object Manager

Web Client

Not Answered

Page 5: Logical Architecture

12 of 78

__________ has the path etc of database, intiating files etc.

Configuration file

Respository File

Object Manager

Web Client

13 of 78

__________ is used to navigate directly to a specific object definition

Property Window

Bookmark

Object Explorer -> Flat Tab

None of the above

Not Answered

14 of 78

__________ references one business component whose data can be viewed and edited through the list or form.

UI object definitions

Applet Object definations

View Object definations

Screen object definations

Page 6: Logical Architecture

15 of 78

__________ references one business object.

Applet

View

Screen

Business

Not Answered

16 of 78

__________ represents a major functional area of the enterprise.

Business Component

Business Object

Applet

View

17 of 78

__________ represents one fundamental business entity in the enterprise.

Business Component

Business Object

Applet

View

Page 7: Logical Architecture

18 of 78

__________ specify the content of the user interface with which the user interacts.

UI object definitions

Applet Object definations

View Object definations

Screen object definations

19 of 78

__________ uses Web browser to launch HTML page specifying .swe page.

Configuration file

Respository File

Object Manager

Web Client

20 of 78

___________ consists of multiple view object definitions that usually reference the same business object.

Screen

View

Business Component

None of the above

Page 8: Logical Architecture

Not Answered

21 of 78

___________ specifies the joined table from which to retrieve data.

Outer Join

Join Definition

Inner Join flag

Joined Table

Not Answered

22 of 78

A .SIF file in Siebel world is

A business layer object

Compiled Source code of all the objects

An archive of any Siebel Object

A file used for stylesheets

Not Answered

23 of 78

In every business object (BO) atleast one Business Component is listed as the parent (or master) business component (BC)

False

Page 9: Logical Architecture

True

24 of 78

A Screen is a collection of:

Applets

Business Components

Views

Business Objects

Not Answered

25 of 78

An applet is always associated to one and only one business component – true/false?

true

False

Not answered

26 of 78

Business Component references a base table.

True

False

Page 10: Logical Architecture

27 of 78

Check In releases locks on __________ of project.

Local copies

Server

Both

None of the above.

Not Answered

28 of 78

Choose the wrong statement regarding "Projects"?

Projects are named sets of object definitions in a repository.

Only one version of a project exists in a repository at a time.

A standard Siebel application is delivered from only one existing projects.

Projects are a mechanism to organize object definitions so that a single developer can exclusively work on them as a group.

29 of 78

Complete the following statement. A set of related applets may be displayed in a __________.

Business object

View

Screen

Page 11: Logical Architecture

Business component

Not Answered

30 of 78

Data Object Definitions specify the logical structure of the data storage.

True

False

31 of 78

Every object definition must belong to one, and only one, project.

True

False

32 of 78

Every position record in S_POSTN (A) has a corresponding entry in the S_PARTY (B) table. The relationship is defined by

A.ROW_ID = B._ROW_ID

A.PAR_ROW_ID = B.ROW_ID

A.PAR_ROW_ID = B.PAR_ROW_ID

A.ROW_ID = B.PAR_ROW_ID

Not answered

Page 12: Logical Architecture

33 of 78

Find the odd-man out in regards with Physical UI Files?

Siebel template files

Cascading style sheets

Image files

Business Logic

Not Answered

34 of 78

Find the odd-man out in regards with Repository Files?

Presentation of data

Business logic

Data storage

Style sheets

35 of 78

Foreign key suffix is:

_FK

_ID

_PK

_UK

Not Answered

Page 13: Logical Architecture

36 of 78

Groupings for Access Control represent groupings of party instances and store data exclusively in __________.

S_CONTACT

S_ORG_EXT

S_BU

S_PARTY

37 of 78

How do you register views?

Administration Application->Responsibilities

Administration Application-> Views

Administration Application-> Utilities->Responsibilities

Administration Application-> Utilities->Views

Not Answered

38 of 78

How is a join different from a Link?

Join is for tables, link is for BCs

Joins can be constrained, links cant

Link only fetches a filtered set of records, join gets all

NOT ANSWERED

Page 14: Logical Architecture

39 of 78

Identify the correct statement regarding Row_ID?    a. ROW_ID serves as the primary key for Siebel database tables.

   b. ROW_ID is the means by which Siebel applications maintain referential integrity.

only a

only b

Both

None

40 of 78

Identify the correct statement regarding Siebel data model?

The Siebel Data Model defines how the data used by Siebel applications is stored in a standard third-party relational data base.

The Siebel Data Model is designed to support the data requirements across Siebel eBusiness applications

Siebel Data is stored in normalized tables in a relational database.

All the Above

41 of 78

Identify the correct statement regarding User Keys:

Page 15: Logical Architecture

User Key specifies columns that must contain a unique set of values.

User Key prevents users from entering duplicate records.

User Key is used to determine the uniqueness of records during data import operations.

All the above.

42 of 78

Identify the wrong table convention.

Foreign Key Table Columns are named with suffix _ID.

Interface Tables are named with prefix EIM_.

Data Tables have names prefixed with S_.

All the above conventions are correct.

43 of 78

Interface Tables are not used only by the Enterprise Integration Manager server component.

True

False

44 of 78

List and Form applet data come from many tables and columns

False

Page 16: Logical Architecture

True

45 of 78

Logical User Interface consists of

Not Answered

Applications

Screens

Views

All the above

46 of 78

M:M Relationships are captured using foreign key table columns in a third table called the intersection table.

True

False

47 of 78

Marcel found out the area code of his contact, Céline, has changed from 912 to 440. Which of the following is the easiest way for him to change Céline’ s area code?

Find Céline’ s record in the My Contacts View, delete it, and create a new record

Find Céline’ s record in the My Contacts View, go to the detail

Page 17: Logical Architecture

applet, change the area code

Find Céline’ s record in the All Contacts Across Organizations View, delete her phone number from a primary list, and input the new one

Find Céline’ s record in the My Contacts View, delete her phone number from a primary list, and then input the new number

Not Answered

48 of 78

New responsibilities are created in

Application Administration-Responsibilities in the client application

Application Administration_Responsibilities in the Tools application

Data Administration-Responsibilities in the client application

Data Administration-Responsibilities in the Tools application

49 of 78

Object Definitions are data constructs that define elements of :

User interface

Business logic

Data storage

All the above

Not Answered

Page 18: Logical Architecture

50 of 78

Object Definitions are stored in the Siebel repository.

True

False

51 of 78

Object Manager component parameters specify Enterprise Server, Siebel Server, .cfg, and .srf.

True

False

52 of 78

On a Mobile Web Client using disconnected processing, how is HTML delivered to the browser?

The HTML is pulled from the Web cache on the Mobile Web Client

It is not possible for a disconnected client to receive Siebel HTML pages

The local Web Server with SWSE delivers the HTML to the browser

The Mobile Web Client must synchronize to receive the HTML from the Siebel Web Engine

Not Answered

Page 19: Logical Architecture

53 of 78

Organization Related Business Components may store additional data in __________.

S_CONTACT

S_ORG_EXT

S_BU

S_PARTY

54 of 78

Pick the correct one:

Several views may be based on one business Object, but a single view can be based on only one business object

Only one view may be based on one business Object, but a single view can be based on many business objects

Views are not based on business objects but on business components

Only one view may be based on one business component, but a single view can be based on many business Components

55 of 78

Repository Search locate definitions regardless of object type or position in hierarchy.

True

False

Page 20: Logical Architecture

56 of 78

ROW_ID is a system-generated value

True

False

Not Answered

57 of 78

The Container page is specified in the Application object definition.

True

False

Not Answered

58 of 78

User Key cannot be edited.

True

False

Not Answered

59 of 78

Page 21: Logical Architecture

View Object Definition consists of multiple Screen object definitions.

True

False

60 of 78

View will be available though the user has not been given any responsibility.

True

False

61 of 78

Views reference a single business object

True

False

62 of 78

W (writeable) flag appears checked and you can edit an object in Tools only if 1.It is locally locked by you 2.It is locked on the server by any user but not locally locked 3.      It is checked-out by you

1 & 2

Page 22: Logical Architecture

1 only

1 & 3

3 only

2 & 3

63 of 78

What mechanism prevents the entry of duplicate records by specifying the columns that must contain a unique set of values?

Foreign key

Index

Primary key

User key

64 of 78

Which among the following is not contained in Siebel application?   1. An object manager   2. A set of template files that specify how to render the UI in the user’s browser   3. A relational database.

1

2

3

None of the above

Page 23: Logical Architecture

65 of 78

Which is not an object in the user interface layer?

Application

Screen

Business Object

View

66 of 78

Which is True regarding Form Applet?

Displays a single record.

Fields for the record are displayed in a grid or form.

Can show more fields at once than a list applet.

All the above.

Not Answered

67 of 78

Which is true while Extending Column?

Check out the appropriate project.

Select table to be extended.

new column record prefixed with X_.

All the above.

Page 24: Logical Architecture

68 of 78

Which of the following clients do not obtain initialization settings exclusively from the configuration file:   1. Mobile Web client   2. Dedicated Web client   3. Handheld client

1

2

3

None of the above

69 of 78

Which of the following is true regarding Check-in of projects.

Use Check In when object definitions in project have been edited and tested.

Check In copies object definitions from local repository to server repository.

Check In replaces versions of checked out object definitions with new versions and unlocks projects.

All the above.

70 of 78

Which of the following is true regarding Foreign Keys?

Foreign Key Table Columns are columns in a table that refer to the primary key column of a related (parent) table.

Foreign Key Table Columns are named with suffix _ID.

Page 25: Logical Architecture

Foreign Key Table Columns capture relationships between Siebel database tables.

All the above

Not Answered

71 of 78

Which of the following objects is used to retrieve data from the database?

View

Business Object

Business Component

Database table

Not Answered

72 of 78

Which of the following populates a newly-initialized local database with a read-only copy of all projects in the server repository?

Database Extract

Get

Checking Out

Checking In

73 of 78

Page 26: Logical Architecture

Which of the following statement is true regarding Drill down:   a. Drill down is used to navigate from Applet to business component.   b. Drill down is used to navigate from Business component to table.

only a

only b

Both

None

74 of 78

Which of the following statement is wrong?

Implicit joins maps fields in party extension tables to party business components.

Explicit joins bring party data into another party business component.

Implicit Joins uses the explicit join to the party table and not the explicit one.

All the above

Not Answered

75 of 78

Which of the following statement/s is/ are true?

Each field in a list or a form does not represent a business data item.

A business data item is stored in a specific database table and

Page 27: Logical Architecture

column.

List and Form applet data come from only one table and column.

All the above.

Not Aswered

76 of 78

Which of the following statements is wrong regarding Locking of projects.

Locking Projects Locally allows developer to make and test modifications locally.

Locking Projects Locally prevents developer from checking them in to server repository.

Locking Projects on the Server prevents developer from undoing the changes and restoring the original definitions.

None of the above

77 of 78

Which of these is NOT true about Web templates?

Are HTML files that specify how to render the views for a Siebel application in the user’s browser

Are Siebel-developed libraries of tags that are processed at run time by the Siebel Web Engine

Pick up the data from the database to be displayed on the UI.

Have .swt extension

NOT ANSWERED

Page 28: Logical Architecture

78 of 78

You can compare and see the differences between selected object definition and another one:

In archive file

In repository on server

Both a and b

Only Local Object

Not answered

<Added>

79

files that specify how to render the views for a Siebel application in the user’s browser are

IFB files

Siebel Template Files

SQL files

Control files

80

Changed Flag is cleared by resetting the Changed Date value

TRUE

FALSE

81

Page 29: Logical Architecture

1:M relationships are captured using foreign key table columns in the table on the one side of the relationship

TRUE

FALSE

82

An M:M relation always requires an intersection table

TRUE

FALSE

83

______Removes all hierarchy and shows all object types in a single list

Detail tab

Flat tab

Type tab

None of the above

84

Siebel Template files have______ extension

.swe

.swt

.ifb

.stf

85

What is the order of adding the object definitions to the repository

Page 30: Logical Architecture

Registering , Associating , Binding

Binding ,Registering , Associating

Binding, Associating ,Registering

None of the above