Hi friends one of my friend Aryan shared below Dotnet interview question which he recently faced at Deloitte, Mumbai for 3 years of experience.
A. Scenario
- We have one application which is hosted on 4 different server if suppose the one web server is down that time what will going to be happen for the user who is going to do transaction on that particular web server.Answer related to NBL and webfarms.
- On IIS 7.5 , two web application hosted and both using the same application pool if suppose the one web app down for maintenance can it ll affect the another web application.
B. General Programming
- Difference between HTML Control and Server Control
- Can you write down the Stack program in CSharp
- Can you write down the binary search algorithm
- Suppose int a=10; string b="xyz"; a=b will it compile the answer is no then the nxt q int a=10; string b="150"; a=Convert.toInt32(b); response.write(a); will it compile and if compile then what is output
- What is meaning of assembly
- how to make the assembly public write the strongly type commands
- if suppose i have class called testclass, e.g private class TestClass{} i compiled and make the dll of that particular calss and placed it in GAC folder so it will become public assembly can i used in my any other project but the class is private
- Difference between hashtable and arraylist
- What are Generics ?
C. SQL
- What is equijoin
- In SSRS, explain the grouping concept
- Suppose i have one table called Test1 having 2 rows and 2 coloumn
Test1
ID Name
1 A
2 B
Test2
ID Salary
1 10
2 20
3 30
4 40
Select
b.name, a.salary
From
Test2 as a
right join
Test1 as b
on
a.id=b.id
OP???4. Write the syntax of trigger?
5. Level of Nested Trigger?
For More Asp.net MVC InterviewQuestions
TCS Asp.net MVC Interview Questions
Capgemini Asp.net MVC Interview Questions
Hi friends if any of you attended interviews recently ,please send your interview experiences to my mail id : nsubhash007@gmail.com
please send me some more questions ..
ReplyDeletecould you just post answers for part A??
ReplyDelete