Author: Binya

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

Nix Application Programming

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

QTP Interview Questions

QTP Interview Questions

QTP Interview Questions for the preparation of QTP Interview 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...

Important 40 Testing Interview Questions

Important 40 Testing Interview Questions

Important 40 Testing Interview Questions for Job seekers to prepare for the Testing job Interview What’s Ad Hoc Testing ? A testing where the tester tries to break the software by randomly trying functionality of software. What’s the Accessibility Testing ? Testing that determines if software will be usable by people...

Network Interview Questions

Network Interview Questions

What is MTU? How does TCP handshake work? How does SSL handshake work? What are the different phases in VPN establishment? How does DH (deffie helman) work? What is TCP window sizing? What is the difference between passive FTP and active FTP? What is the difference between socket and session? How...

Testing Questions

Testing Questions

When an application is given for testing, with what initial testing the testing will be started and when are all the different types of testing done following the initial testing? What is difference between test plan and use case? In an application if I enter the delete button it should give...