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

YCS Interview Questions
Questions Answers Views Company eMail

in datastage interview qustion source target ------- ------- 12345 1 2 3 4 5

3 5557

Post New YCS Interview Questions


YCS Interview Questions


Un-Answered Questions

Explain how to set up an employee in Tally ERP 9 for their payroll?

645


Explain the advantages of migrating to vb.net?

507


Can group functions be used in the order by clause in oracle?

575


what are the major duties of a mechanical engineer in a power plant.?

6333


server.transfer limitation ?

1790






> CREATE OR REPLACE FUNCTION FACTORIAL_1(factstr varchar2 ) 2 RETURN NUMBER AS 3 new_str VARCHAR2(4000) := factstr||'*' ; 4 fact number := 1 ; 5 BEGIN 6 7 WHILE new_str IS NOT NULL 8 LOOP 9 fact := fact * TO_NUMBER(SUBSTR(new_str,1,INSTR(new_str,'*')-1)); 10 new_str := substr( new_str,INSTR(new_str,'*')+1); 11 END LOOP; 12 13 RETURN fact; 14 15 END; explanation Above program?

1566


Where we can display lightning component?

221


What is DevOps?

5


What are move semantics?

673


Difference between arraylist and linkedlist?

598


Why do you canvas?

609


What are the threading types?

530


Difference between cold fusion 5 and cold fusion mx 6?

583


How many types of methods are there in c#?

520


What is web server configuration?

514