| Back to Questions Page |
| |
| Question |
What are the types of errors you faced while creating a report
from two different data providers |
Rank |
Answer Posted By |
|
Question Submitted By :: Rush_swati |
| This Interview Question Asked @ IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | I know that incompatibility is the one can anybody please let
me what are the other problems we face  |
| Rush_swati |
| |
| |
| Answer | 1)#Multi Value Error
2)Data Synch Error  |
| Lava |
| |
| |
| Question |
What are the types of errors you faced while creating a report
from two different data providers |
Rank |
Answer Posted By |
|
Question Submitted By :: Rush_swati |
| This Interview Question Asked @ IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | I know that incompatibility is the one can anybody please let
me what are the other problems we face  |
| Rush_swati |
| |
| |
|
|
| |
| Question |
Example of how the fantraps and chasm traps works? |
Rank |
Answer Posted By |
|
Question Submitted By :: Soni |
| This Interview Question Asked @ IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Chasm trap and Fan Traps are the loops which will occur
while ditecting loops.
Examples of these are:
Chasm Trap:
Orders
Customer <
Sales
When one dimention is having one to many relations with two
diffrent facts then this loop will occur. To resolve this
loop we have to use Context to chose the right path for the
reports to avoid multiple SQL statements.
Fan Tap:
Customer -> orders -> orderlines.
When one customer dimention is having one to many relation
with orders and then again orders is having one to many to
relation with orderlines then the loop will occure. To
resolve this we have to use aliase. Name the second table
oreders with some other alias name then link with third
table. Ensure to remove the link between 2nd and 3rd tables.
Hope this will answer your question.
Thanks,
Abdul  |
| Abdul |
| |
| |
| Question |
you have two tables table 1 contains emp id,name and deptno
and tble 2 contains only depatment number some of the
depatment no of 1st table are not present in table 2 how
will you create a report only to get the departments of
which excess in table 1 |
Rank |
Answer Posted By |
|
Question Submitted By :: Soni |
| This Interview Question Asked @ IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | select empid,name,depno from table1,table2 where table1.deptno=table2.deptno(+)  |
| Amutha |
| |
| |
| Answer | select a.empid, a.name, a.deptno from table1 a, table2 b where a.deptno != b.deptno  |
| Vishal |
| |
| |
| Question |
How will you move reports from Dev to QA in BO |
Rank |
Answer Posted By |
|
Question Submitted By :: Mdsaifm |
| This Interview Question Asked @ Infosys |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Use Life Cycle Manager to move reports from DEV to QA  |
| Don |
| |
| |
| Answer | Using the Import Wizard we can migrate the Reports and
associated repository objects from one env to another
environment.  |
| Raj6666 |
| |
| |
|
| |
|
Back to Questions Page |