Tagged: Questions

Best 59 Hardware Interview Questions

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

Php and MySQL Important Questions

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

Test Cases Questions

Test Cases Questions

Test Cases Interview Questions for Recent graduates and professionals. 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...

Aptitude Questions

Aptitude Questions

While traveling on 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...

ASP.NET Interview Questions

ASP.NET Interview Questions

ASP.NET Interview Questions For Job Interview Seekers help to Attend and pass the interview. Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process. inetinfo.exe is theMicrosoft IIS server running, handling ASP.NET requests among other things.When an ASP.NET request is received (usually a file with .aspx extension),the ISAPI filter...

More Networking Questions

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

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

C# .NET

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