Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Fintellix Interview Questions
Questions Answers Views Company eMail

Where would you look for errors from the database engine?

2 10488

1. Which is an aggregate function? a. Union b. like c. max d. Rank

1 2177

2. Select A.A from ( select 1 as from dual Union select 1 as from dual)A Full outer join ( select 1 B from dual Union select 2 B from dual)B On A.A=B.B

2 7376

3. Select sum(a) sum_1,max(a) max_1 ,count(a) count_1 from ( ( select 1 a from dual union all Select to_number(‘2011’) a from dual union all select 1 a from dual) union select 2 b from dual);

1 2418

4. Select sum(A.salary) +sum(B.salary) as TOT_SAL from ( select LEVEL emp_id,level*100 salary,case when mod (level,2)=0then 2 else null end dept_id from dual connect by level<6 )A right outer join (select level emp_id ,level*200 salary ,case when mod (level,3)=0 then 2 else null end dept_id from dual connect by level<6)B On A.dept_id=B.dept_id And A.emp_id=B.emp-id;

1 1958

7. Where would you look for errors from the database design?

1 2263

Whis is not false in primary key?

968

Post New Fintellix Interview Questions




Un-Answered Questions

Define say() function in perl?

531


What is statement level trigger?

537


Explain exception chaining in java?

599


What is namespace in oop?

480


What are the features of UML?

505






Can gmail be used in outlook?

1


What is Indexing? how did u implement indexing?

1806


What is 'union excise duty'?

595


Why in SAP external number range should be selected for depreciation posting . any specific reasons for that explain me? Raj

1646


Where do we store db configuration and how can we change that?

458


How do you click f4 in excel?

281


Explain case statement in Ruby?

5


Explain how you can migrate to Xcode?

518


Compare r and python?

57


Is indentation required in python?

459