3 Rounds Of Interview-->(1) Technical (2) Managerial (3) HR
TECHNICAL
-------------------
(A) SQL:
(i) Query to find out 2nd highest salary
(ii) 2 tables
Name| Sub |Marks
a |B |10
a |C |20
b |B |10
b |C |30
c |B |10
c |C |30
Query to to display all the records of a student where the subject= C and its marks=30 alone
(iii) Finding Top 10 values in a table
UNIX
(i) Cut command
(ii) Need to display only the 2nd and 5th column data;delimiter is comma(,)
(iii) Need to display records between 50 till 120
(iv) grep -i -v ?
(v) How to check if a file is empty or not>?
(vi) How to check whether the 3 parameters is passed or not?(Soln $# -eq 3)
(vii) ls -ltr --> full form
(viii) /home/syntel --->need output as /homesyntel
ABINITIO
(1) Need a component which can seperate 3 cities and can also perform transform on them simultaneously----->RFM, output_index
(ii) Rollup Expanded mode:
type_temporary_type
Initialize
Rollup
Finalize
How many time the initalize,finalize and rollup will be called ?
(iii)Scan --same as above and difference
(iv) How to confirm that the particular table is a SCD and its type
(v) Which type are u using in ur Project and how did u implement it ***
(vi) What is driving Port and how is it enabled
(vii) (serial file)---->RFM---->(Serial File)
How to improve performance and reduce time/detail tracker
(viii) File Balancing logic
(ix) Partitioning component and advg of Round Robin and to nullify its effect
(x) Difference between Broadcast and Replicate
(xi) Diff between Concatenate and Gather and Merge.Will Merge accept Non Sorted input?
MANAGERIAL ROUND
(i) Select * from T1,T2;---->Cartesian Pdt
(ii) Surrogate Key and example?
(iii) Different type of SCD and diff between SCD 2 and 3?
(iv) Complex scenario?
(v) Multifile system
(vi) EMP# | Dept | Flag
Want the count of Employee,grouped on Dept where the active Employee sterength is more than 10