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?
[...]
Posted: March 16th, 2008 under Unix / Linux.
Tags: Important, Questions, Shell, shell linux, shell questions, Unix, Unix Questions, unix shell
Comments: 8
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 [...]
Posted: March 12th, 2008 under Hardware.
Tags: CPU, DVD, Hard Disk, Hardware, hardware interview questions, Interview, Questions, RAM, USB
Comments: 57
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 [...]
Posted: March 9th, 2008 under Unix / Linux.
Tags: mysql, mysql optimization, php, php mysql, php optimization, Questions
Comments: 2
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?
Posted: March 9th, 2008 under Testing.
Tags: Cases, Questions, Test, Test Case, Test case Questions, Use Case
Comments: 6
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 [...]
Posted: January 28th, 2008 under Aptitude.
Tags: Aptitude, Aptitude Questions, Interview, Questions
Comments: 18
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
Posted: January 9th, 2008 under Networking.
Tags: Interview, LSA, Networking, Networks, OSPF, Questions
Comments: 4
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 [...]
Posted: December 10th, 2007 under .NET.
Tags: C Hash scope, C Scopre, C++ and C, Questions
Comments: 2
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 [...]
Posted: December 10th, 2007 under .NET.
Tags: C Hash, C++ and C, dot net, Interview, Questions
Comments: 1
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 [...]
Posted: November 3rd, 2007 under Unix / Linux.
Tags: Linux, Linux API, Linux Application programming, Linux Questions, Questions, Unix, Unix API, Unix Application programming, Unix Questions
Comments: none
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
Posted: October 22nd, 2007 under Testing.
Tags: Interview, QTP, Questions, Test
Comments: 27