Tag: packaged enterprise solutions

Questions Related to packaged enterprise solutions

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

  1. Locks the project in the server repository but not in the local repository

  2. Locks the projects in the local database repository

  3. Locks the projects in the server database repository

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


Correct Option: B,C,D
  1. Modify the application engine that reads the repository file

  2. Write custom stored procedures against the repository file

  3. Write SQL statements against the repository file

  4. Edit object definitions that make up the repository file


Correct Option: D
Explanation:

To modify the Siebel application, you would need to edit the object definitions that make up the repository file.

Option A is incorrect because application engines are used to process data and perform complex business logic. They are not used to modify the Siebel application.

Option B is incorrect because stored procedures are used to encapsulate SQL statements for reuse and improve performance. They are not used to modify the Siebel application.

Option C is incorrect because SQL statements are used to query and manipulate data in a database. They are not used to modify the Siebel application.

Option D is correct because the Siebel repository file is made up of object definitions and these object definitions are edited to modify the Siebel application.

Therefore, the answer is: D. Edit object definitions that make up the repository file.

  1. Parent Business Component is Account

  2. Child Business Component is Account

  3. Parent Business Component is Opportunity

  4. Child Business Component is Opportunity


Correct Option: A,D

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

  1. View

  2. Business Object

  3. Business Component

  4. Database table


Correct Option: C

How many Business Components can a single list or form Applet reference?

  1. Two

  2. One

  3. Unlimited

  4. Eight


Correct Option: B
  1. Many-to-One (M:1)

  2. One-to-One (1:1)

  3. Many-to-Many (M:M)

  4. One-to-Many (1:M)


Correct Option: C
  1. By creating an implicit join between the Opportunity business component and the S_PARTY table

  2. By using the intersection table S_OPTY_STG

  3. By creating a link between Opportunity and Sales Stage business components

  4. By creating a join from the Opportunity business component to the S_STG table


Correct Option: D