Tagged: Questions

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?

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

Testing Interview Questions

Testing Interview Questions

Testing Interview Questions for Recent Pass out graduates looking for Interview help to clear the Testing Interview. Cost of solving a bug from requirements phase to testing phase – increases slowly, decreases, increases steeply or remains constant? What is scalability testing? What are the phases of the scalability testing? What is...

PART-II – PHP interview questions

PART-II – PHP interview questions

PHP interview questions PART-II, For Fresher Pass out graduates How can we repair a MySQL table? What are the advantages of stored procedures, triggers, indexes? What is maximum size of a database in MySQL? Give the syntax of Grant and Revoke commands? Explain Normalization concept? What is the maximum length of...

PHP interview questions

PHP interview questions

Some of the Best PHP Based Interview Questions for the recent graduates to help them in their Interview in PHP

Teaching Interview Questions

Teaching Interview Questions

Teaching Interview Questions For Recent graduates. Some of the Typical Interview Questions are as follows, these are the most general Interview questions that an employer asks, but in some cases they might now. have a look at them. Typical teaching candidate questions: Why did you decide to become a teacher? Have...

Java Web Development Interview questions

Java Web development interview questions

Java is used as one of the top web development programming language, it provides both flexibility and security hence the most popular programming language among the industry leaders, businesses and government organizations. To help you understand the Java related job interview questions and how they appear in a interview/ written skill...