Technical Interview Questions

UST Global Technical Interview Questions and Answers updated on Feb 2019

UST Global Technical interview Questions with Answer Technical interview Section Basic questions about C,C++ basic .It include following common interview Questions Your favorite subject? your favorite programming language? Why did you Select particular subject? What is C language? The C programming language is a standardized programming language developed in the early 1970s by Ken Thompson …

UST Global Technical Interview Questions and Answers updated on Feb 2019 Read More »

Wipro Technical Interview Questions and Answer updated on Feb 2019

Memory management in C The C programming language manages memory statically, automatically, or dynamically. Static-duration variables are allocated in main memory, usually along with the executable code of the program, and persist for the lifetime of the program Automatic-duration variables are allocated on the stack and come and go as functions are called and return.  …

Wipro Technical Interview Questions and Answer updated on Feb 2019 Read More »

Infosys Technical Interview Questions and Answers updated on Feb 2019

1.Difference between C and C++?   a) C follows the procedural programming paradigm while C++ is a multi-paradigm language (procedural as well as object oriented) In case of C, importance is given to the steps or procedure of the program while C++ focuses on the data rather than the process. Also, it is easier to …

Infosys Technical Interview Questions and Answers updated on Feb 2019 Read More »

Latest TCS Technical Interview Questions and Answers updated on Feb 2019

TCS Possible Technical Interview Questions| for new Campus Recruitment Interview With TCS  The Campus Interview This interview usually takes 45 minutes to an hour and may have one or two interviewers. One interviewer may focus on your communication skills, self-management skills and background by asking behavioral questions. The other will focus on your technical capabilities. The …

Latest TCS Technical Interview Questions and Answers updated on Feb 2019 Read More »

All Latest Software Testing Questions with Answers updated on Feb 2019

Latest Software Testing Questions with Answers   1. What is traceability matrix? The relationship between test cases and requirements is shown with the help of a document. This document is known as traceability matrix.   2. What is Equivalence partitioning testing? Equivalence partitioning testing is a software testing technique which divides the application input test …

All Latest Software Testing Questions with Answers updated on Feb 2019 Read More »

OS ( Operating System ) Interview Questions and Answer ( Technical Interview Questions)

1. What is an operating system? An operating system is a program that acts as an intermediary between the user and the computer hardware. The purpose of an OS is to provide a convenient environment in which user can execute programs in a convenient and efficient manner. 2. What are the different operating systems? 1.     …

OS ( Operating System ) Interview Questions and Answer ( Technical Interview Questions) Read More »

PHP Interview Questions and Answers (Technical Interview Questions PHP)

1. Who is the father of PHP ? Rasmus Lerdorf is known as the father of PHP.   2. What is the difference between $name and $$name? $name is variable where as $$name is reference variable like $name=sonia and $$name=singh so $sonia value is singh.   3. What are the method available in form submitting? …

PHP Interview Questions and Answers (Technical Interview Questions PHP) Read More »

.Net Interview Questions

1.What is .NET? NET is an integral part of many applications running on Windows and provides common functionality for those applications to run. This download is for people who need .NET to run an application on their computer. For developers, the .NET Framework provides a comprehensive and consistent programming model for building applications that have …

.Net Interview Questions Read More »

C programming Interview Questions and Answers with explanations

1.  What is C language? The C programming language is a standardized programming language developed in the early 1970s by Ken Thompson and Dennis Ritchie for use on the UNIX operating system. It has since spread to many other operating systems, and is one of the most widely used programming languages. C is prized for its …

C programming Interview Questions and Answers with explanations Read More »

Java Interview Questions and Answer (Technical Interview Questions)

1.What is JVM? The Java interpreter along with the runtime environment required to run the Java application in called as Java virtual machine(JVM)   2. What is the most important feature of Java? Java is a platform independent language.   3. What do you mean by platform independence? Platform independence means that we can write …

Java Interview Questions and Answer (Technical Interview Questions) Read More »

Scroll to Top