Interview Questions for Dot Net Developer at Ebix, Noida
Overview:
It was scheduled interview on 25 may, 2016 at Ebix, Face-2, Noida with 2.5 years of experience in Dot Net.Interview Question:
Round1: It was technical round and taken by 1 interviewer
- Describe your current project.
- Brief describe about web.config file and how to create it?
- What is Ajax and full form of Ajax?
- How many types of validation on client side?
- What is Union and give any example.
Round2: Another technical round & taken by 2 interviewer
- Suppose I have a table which contains any data type of columns now How
- would you bind this table data into a List?
- What is the main difference between function and store procedure?
- How ViewState store the data? And where it store the data and also provide a mechanism to read data from from it.
- When we insert a new record in a table then how would you find the new id?
- Which one is better approach, If I create a procedure using "select * from TableName" query or execute "select * from TableName" query in command.
- Write a program to get following out put using given condition. (a) If user input 1 then output should be
1
(b) If user input 2 then output should be
1
1, 2
(c) If user input 3 then output should be
1
1, 2
1, 2, 3
Comments
Post a Comment