What are the probable interviwe questions in SBI clerical interview ? I am having my interview on 30th april.
1881Post New GE Healthcare Accounting General Interview Questions
Can any body explain about man and machine calculation? especially in pharma sector.
Do you know what is rake in rails?
Explain what sikuli is?
> 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?
HOW U CALCULATE DPCO (DRUGS PRISE CONTROL ORDER)
Is swift based on c?
what's the information that can be stored inside a bit column? : Sql server database administration
Explain the flag register in the 8085 microprocessor?
Explain the term minimum length & width.
How can you declare multiple assignments in one statement?
Explain the difference between straight-through and crossover cable?
How Will You Decide The Residential Status Of An Individual?
What is parameterized constructor?
What are the four scalar types of php?
what are the parameters in the copy group?