Monday, 10 August 2015

Mostly Asked Interview Question

Mostly Asked Interview Question





Q1. What is Authentication? 
Authentication is process of ascertaining(specifically identify) user identity through hid credential like password
eg: Login to system through password

Q2 What do you mean by Authorization?
Ans-Authorization means granting access to certian folder to authorize user.
eg Access of inbox folder

Q 3 What is multi threading?
Ans- multi threading is running of multiple threads in single process. These thread have same process address space.

Q4 What is multi Processing?

Ans-multi Processing means multiple process are executing simultaneously and they have own accessible memory area called address space.

Q5 What is Session ?
Ans- Session is series of interaction  with web application user has from login to logout. HTTP protocol use session to maintain record of user interaction.

Q6 What is Cookies?
 Cookies are small program used t maintain session.

Q7 What is Header File?
Ans- Header files are the files which contain certain code for program like declaration of Micro, constant.
We just include header file as stdio.h in c . It replace target code into program.

Q8 What is LMS?
Ans- LMS is ( Learning management system ) is software application for administration,documentation,classroom,reporting of program, online events.

Q9 What is PHP?
Ans- Php stand for hypertext preprocessor. It is open source server side scripting language used to implement Web 2.0, web 3.0

Q10 What is C#?
Ans C# is object oriented programming language like CPP. Using this .net framework application is develop









No comments:

Post a Comment