Author: Binya

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...

Call center Interview questions

Call center Interview questions

If You join the company then what is the first thing you want to do , which you were not able to do in ur previous company? Being a MCA graduate why you are looking for a call center job? You don’t have any experience in call center field? why should...

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

WinRunner interview questions

Describe the process of planning a test in WinRunner? How can you verify application behavior? How do you modify logical names on GUI map?

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...

LoadRunner interview question / Answers

LoadRunner interview question / Answers

LoadRunner interview question / Answers for Recent Graduates and professional interview Preparations. What is load testing? – Load testing is to test that if the application works fine with the loads that result from large number of simultaneous users, transactions and to determine weather it can handle peak usage periods. What...

Load testing interview questions

Load testing interview questions

What are the cases why parameterization is necessary when load testing the Web server and the database server? How can data caching have a negative effect on load testing results? What criteria would you use to select Web transactions for load testing?