Follow Siebel_Experts on Twitter Sieble Expert Panel on LinkedIn

Home » Interview Question

Search Specification on Applet and BC– Interview Question.

11 February 2009 2,999 views One Comment Bookmark and Share



I have a search spec on applet which says [Type] = “x” and I have Search Spec on BC which says [Type] =”y”. Now what records will be visible to me on UI? 

  1. Records with Type x
  2. Records with Type y
  3. None

[Hint] Search spec on Applet and BC takes AND operator and the where clause in SQL is going to be Where type = ‘x’ and type = ‘y’

Answer :  None

Explanation:

We all know about 3 layered architecture of Siebel.

Database is going to fetch all the records which will reach business layer. Here Search Spec of the BC will filter the records with Type y and only records with Type x will be allowed to reach next layer that is UI layer. Here the search spec of applet will come into picture and records with Type x are going to get filtered which means that number of records reaching to user will be Zero.

SocialTwist Tell-a-Friend

Related posts:

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

One Comment »

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <font color="" face="" size=""> <span style="">

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.