Posts

Showing posts from May, 2016

Interview Questions for Dot Net Developer at Telecom, Noida

Overview: It was scheduled interview on 30 may, 2016 at Telecom H-34, Sector- 63, Noida with 2.5 years of experience in Dot Net . Interview Questions: How to display sum of salary in footer row using grid view? What is the difference between primary key and unique key? Why do we use procedure in an application? What is the Page Life Cycle in ASP? What is state management? How to manage the information using state management. What is view state? How to bind the data table in grid view? What is the difference between Data Adapter and Data Reader? How to get all manager's name in following Employee table. ------------------------------ id   |  name   |  managerId ------------------------------ 1    | Ram     | 1 ------------------------------ 2    | Shyam  | 1 ------------------------------ 3    | Mohan  | 2 ------------------------------ Please comment your answers for above questions ...

Interview Questions for Dot Net Developer at India Land, Gurgaon

Overview: It was scheduled interview on 28 may, 2016 at India Land, Gurgaon with 2.5 years of experience in Dot Net Interview Questions: Round1: It was technical round and taken by 1 interviewer     Tell me something about your self     Describe your current project     Put some question from my project     How to transfer data from one page to another page?     What is web.config file and how to create it and need Round2: It was technical round and taken by 1 interviewer     What is 'SILVER U'     Write a program to print Fibonacci series     Brief describe MVC     There is a table Student with fields name, rollnumber, address and another table Mark with fields rollnumber, marks, now I want to get the student's name whose having more than 100 marks     What is OuterJoin?     Define Page Life Cy...

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