can u give me an example of a project you were involved with that illustrates your interest and skills in bringing people together?
2199Post New AgriGold Bio Informatics Interview Questions
How the ax is providing security. What are the ways?
What is the purpose of strong name?
What is the use of length command?
What is the use of stylesheet in xsl?
Explain what is #import?
What are match types?
How many bits is a string in java?
What are string data types?
What is property type c?
What are common programming errors committed in sas
> 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 Defining interfaces without IDL in VisiBroker?
differentiate between quotation analysis and quotation enquiry
Write a regular expression for "Capgemini Services Pvt.Ltd"
What is the purpose of @requiredstringvalidator?