Main menu:

Email Alerts
Subscribe Now !!!

Receive FREE Email Alerts On Interview Questions

Subscribe

Enter your email address:

Categories

Tag: Questions

Important Unix Shell Questions

Some Important Unix Shell Questions

There can be multiple Kernels and shells running on your system. True or False?
Why shell is called Command Interpreter?
Two UNIX systems may or may not use the same system calls. True or False?
To obtain help on any feature of the system, what are the possible help sources available?
[...]

Best 59 Hardware Interview Questions

Some of the Best Hardware Questions Put together by FreshersHome.com. With the Help of Sharpened.net.

Is it possible to increase the number of available PCI slots on my computer?
How can I print to a printer connected to an Airport Base Station?
What is the difference between the DVD-R and DVD+R formats?
What is the difference [...]

Php and MySQL Important Questions

Which will be faster out of these two queries - one with OR or one with IN?
Where does MyISAM cache table records?
Which will be faster out of queries with explicit INNER JOIN and implicit one?
Is InnoDB faster/better than MyISAM?
Is CHAR faster than VARCHAR?
Is VARCHAR(80) faster than VARCHAR(255)?
Are there performance [...]

Test Cases Questions

Write test cases?
Write test cases for Windows Vista.
Write the Load test cases on Microsoft Office 2007.
How do you know the Test case is correct one?
Why do we need test cases?
Why do we need to compare between test cases and use cases?
What are the different ways to find out user requirements?

Aptitude Questions

While traveling in a road, the road diverges left and right. one way goes to the heaven and other one goes to hell i want to go to heaven. In that village only two inhabitants are living one is knight and other one is knave. knight will always speak truth and knave will always speak [...]

More Networking Questions

Describe OSPF
1. OSPF areas, the purpose of having each of them
2. Types of OSPF LSA, the purpose of each LSA type
3. What exact LSA type you can see in different areas
4. How OSPF establishes neighboor relation, what the stages are

C# Scope

scope in C#
Simply, the scope of a type (a variable, a method, or a class) is where you can use that type in your program. In other words, the scope defines the area of the program where that type can be accessible and referenced.
When you declare a variable inside a block of code (like a [...]

C# .NET

1) Can we have private constructor? when can I use them?
2) what is an internal specifier? what happens internally when I use access specifier Internal ?
3) DO we have inline function in C#? otherwise what is equivalent inline function in C#?
1. Explain the differences between Server-side and Client-side code?
ANS: Server side code will execute [...]

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 can do it by running [...]

QTP Interview Questions

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 concept-
* Recording
* Playback