Tagged: Questions

Nix Application Programming

Nix Application Programming

Explain the difference between a static library and a dynamic library? – Static library is linked into the executable, while a dynamic library (or shared object) is loaded while the executable has started. How do you create a static library? – If you have a collection of object (.o) files, you...

QTP Interview Questions

QTP Interview Questions

QTP Interview Questions for the preparation of QTP Interview Full form of QTP ? Quick Test Professional What’s the QTP ? QTP is Mercury Interactive Functional Testing Tool. Which scripting language used by QTP ? QTP uses VB scripting. What’s the basic concept of QTP ? QTP is based on two...

Network Interview Questions

Network Interview Questions

What is MTU? How does TCP handshake work? How does SSL handshake work? What are the different phases in VPN establishment? How does DH (deffie helman) work? What is TCP window sizing? What is the difference between passive FTP and active FTP? What is the difference between socket and session? How...

agile java interview questions

Agile Java Questions

Agile Java job Interview Questions, a user submitted / interview experience direct from the desk of job interview. These Questions how ever not exactly how they appeared but have been recalled from the memory to provide some idea for candidates who are going for such interview. This should benefit most of...

Agile C++ Test Questions

Agile C++ Test Questions

Agile C++ Interview Preparation Questions: (1)the difference b/w pure virtual fn.& virtual fn. (a)pure virtual function. is initialized to zero. (b)

Caritor C Interview Questions

Caritor C Interview Questions

Carritor C Interview Questions For Job Seekers to Prepare for the Interview 1. Struct x { int i; char c; } union y{ struct x a; double d; }; printf("%d",sizeof(union y)); a)8 b)5 c)4 d)1 ans:8

C Interview Paper

C Interview Paper

C Interview Questions Paper: 1. What is the difference between Char a[ ]=”string” and char *a=”String” 2. What is wrong with the code? The code was for conversion from Celsius to Fahrenheit : degF =5/9*(c+32) In code this line was wrong as we want 5/9 and that to be multiplied with...

C programming Questions

C programming Questions

C programming For Recent college graduates and professionals for job interview.: ————- some small C programs are given asked to tell the function/errors etc. one of the question(last in the paper) is an invalid statement. finish of all these very fast and think about those others. they are simple only.