Tagged: Freshers

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)

Sasken C Interview Questions

Sasken C Interview Questions

Sasken C Interview Questions for Job Interview Seekers 1) If u have a linked list library, how do u design stack and queue using it; write pseudo code. 2) What are static variables and functions? 3) Write code in C to count the number of 1s in a character (1byte). 4)...

C Interview Questions

C Interview Questions

C Interview Questions For Recent graduates and Experienced professionals to gain the knowledge for the C Interview. 1: swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are the values x&y?

More CCNA questions

More CCNA questions

Some Very Important CCNA questions for the interview. Cisco Career Certifications are IT professional certifications for Cisco products. The tests are administered by Pearson VUE (Prometric previously administered the test; but as of 1 Aug 2007, no longer does). There are three levels of certification: Associate, Professional, and Expert. To Prepare...

AJAX interview questions

AJAX interview questions

AJAX interview questions for Job interview Seekers 1. Why so JavaScript and Java have similar name? A. JavaScript is a stripped-down version of Java B. JavaScript’s syntax is loosely based on Java’s C. They both originated on the island of Java

WinRunner Interview questions and Answers

WinRunner Interview questions and Answers

WinRunner Interview questions and Answers for Job Interview attenders who are looking for Interview Help. How you used WinRunner in your project? – Yes, I have been using WinRunner for creating automated scripts for GUI, functional and regression testing of the AUT. Explain WinRunner testing process? – WinRunner testing process involves...