Вы находитесь на странице: 1из 6

Tcs 3+ Experienced Dotnet Interview

1)Code for updating the database by entering the data


into textboxes in
aspx form?
2)How do you handle errors in stored procedures?
TCS Placement Papers | TCS Interview Procedure |
TCS Aptitude Questions | TCS Technical Questions |
TCS Interview Questions
3)How did you
4)How did you
5)How did you
6)Differences

implemented classes in your project?


implemented interfaces in your project?
call javascript from c#?
between 1.1 and 2.0 versions of .net?

TCS Placement Papers | TCS Interview Procedure |


TCS Aptitude Questions | TCS Technical Questions |
TCS Interview Questions
7)Caching types?
8)Session state modes?
9)what is the connection between IIS and client browser?
How do they communicate?
10)which session statemode u used in your current
project?why?
11)How did you handle exceptions in sql server?
12)Two methos with same name in parent and inherited
classes. If you create
an objct of child which method will be invoked?
13)Garbage colllector how it works in Background?
These are the technical questions and some general
questions
1)
Tell me
2)
Asp.net
3)
Asp.net
4)
How iis
requesting?
5)
How iis
in

about u r self?
page life cycle? Explain briefly?
page events?
recognize that which web application we are
recognize that web application is developed

which language?
6)
How iis will use authentication?
7)
Is it pages will compile in server?
8)
In server pages will compile or execute?
9)
What is diff between compile and execute?
10)
What is appdomain?
11)
What is aspnet_issapi.dll?
12)
What is aspnet_wp.exe?
13)
What is application?
14)
What is view state?
15)
Why we use view state?
16)
What are the validation controls? Explain the use of
validation controls?
17)
Validation controls are client side or server side?
18)
How to make raise JavaScript at the page is
displaying?
(which page event will use eg: page_load) ?
19)
What is session?
20)
Is it necessary to create session object? (ans :no)
21)
What is application object?
22)
Diff between session and application object?
23)
When application object will create?
24)
When session object will create? (ans : when user
login)
25)
Where u will store connection string?
26)
What is appsettings?
27)
How can i register my assembly in gac?
28)
What is strong name?
29)
How to generate strong name?
30)
How to register strong name with my class library?
31)
Can i register my assembly in gac with out strong
name?
32)
What is dataset?
33)
Diff between dataset and datareder?
34)
How can we made changes in database? (ans:
da.update())
35)
One user changed one record in dataset and updated
in
database but at same time another user also changed the
same
record in his dataset and try nto update in database so
is

the change is accepted in database or rejected? (ans; he


said no)
36)
Where dataset will store?
37)
What is heap memory?
38)
What is stack memory?
39)
When heap memory will create?
40)
When stack memory will create?
41)
If heap memory is full what happens? (how much
memory it
extends? Or it uses the stack memory)
42)
If stack memory also full what happen?
43)
What is constructor?
44)
Why we use constructor?
45)
What is destructor?
46)
Why we use destructor?
47)
Garbage collector?
48)
What is dispose?
49)
What is finalize?
50)
How to remove the object reference?(ans : passing
null
value)
51)
What is final key word? (try catch final)
52)
What is autopostback?
53)
What is dataview? Usage?
54)
What is caching?
55)
How to expire my cache? ( ans : using duration in
page
directive)
56)
Types of caching?
57)
If i store cache in server the server will over load
because of cache objects so how can i prevent that? (ans
:
using downstream caching eg: net provider serve and local
system cache)
58)
What is data cache?
59)
How can i get the value from cache?
60)
If i want insert record in database tell me the
steps?
61)
Diff between authentication and authorization?
62)
How to authenticate user in asp.net?
63)
Types of authorizations?
64)
Explain the three types of authorizations?

65)
How iis uses the windows authentication?
66)
What is forms authentication?
67)
What is impersonation?
68)
What is default impersonation in asp.net?
69)
What is interface?
70)
Usage of interface?
71)
What is abstract?
72)
Interface methods are public and protected? Is it
right?
73)
What is protected?
74)
What is polymorphism?
75)
Diff between overloading and overriding?
76)
How to restrict my class to inherited?
77)
How to restrict my class to create object?
78)
What is delegate?
79)
What is thread?
80)
What are the Ado.net objects?
SQL SERVER
1)
What is dts?
2)
What is diff between primary key and unique key?
3)
How many primary keys we can create in a single
table?
4)
What is index?
5)
Types of index?
6)
How many indexes we can create?
7)
How many clustered indexes we can create? (ans : 1)
8)
How many non clustered indexes we can create? (ans
: 246)
9)
What is stored procedure? Use?
10)
Diff between function and stored procedure?
11)
How can we return a value in stored procedure?
12)
How can we handle error in stored procedure?
13)
Diff between delete and truncate?
14)
If i have 10 files and i deleted 10 files and i
created
11th file then what is the sequence number of the record?
1. Define .NET architecture
2. Where does ADO.NET and XML web services come in the architecture

3. What is MSIL code


4. Types of JIT and what is econoJIT
5. What is CTS, CLS and CLR
6. Uses of CLR
7. Difference between ASP and ASP.NET
8. What are webservices, its attributes. Where they are available
9. What is UDDI and how to register a web service
10. Without UDDI, is it possible to access a remote web service
11. How a web service is exposed to outside world
12. What is boxing and unboxing
13. What is WSDL and disco file
14. What is web.config and machine.config
15. What is difference between ASP and ASP.NET
16. What is dataset and uses of dataset
17. What does ADO.NET consists of?
18. What are various authentication mechanisms in ASP.NET
19. What do you mean by passport authentication and windows
authentication
20. What is an assembly and what does manifest consists
21. What is strong name and what is the purpose of strong name
22. What are various types of assemblies
23. Difference between VB.NET and C#. Which is faster
24. Types of caching
25. How WSDL is stored
26. What is the key feature of ADO.NET compared to ADO
27. How does dataset acts in a disconnected fashion
28. Does the following statement executes successfully:
29.Response.Write(value of i = + i);
30. What is ODP.NET
31. What are the providers available with VS.NET
32. What is a process
33. What is binding in web service

34. How a proxy is generated for a web service


35. About delegates
36. What are static assemblies and dynamic assemlies. Differences
between them
Database Interview Questions
37. What are the types of triggers
38. Types of locks in database
39. Types of indexes. What is the default key created when a primary key
is created in a table
40. What is clustered, nonclustured and unique index. How many indexes
can be created on a table
41. Can we create nonclustured index on a clustered index
42. Types of backups
43. What is INSTEAD OF trigger
44. What is difference between triggers and stored procedures. And
advantages of SP over triggers
45. What is DTS and purpose of DTS
46. Write a query to get 2nd maximum salary in an employee table
47. Types of joins.
48. What is currency type in database
49. What are nested triggers
50. What is a heap related to database
http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/index.jsp?topic=
%2Fcom.ibm.db2.luw.admin.dbobj.doc%2Fdoc%2Fc0020224.html

Вам также может понравиться