Tuesday, February 22, 2011

Microsoft Interview questions for dotnet

Please find below the interview questions pattern .
company : Microsoft
Technology: dotnet
 for Experienced professionals.
Reflection(3Questions)
Forms Authentication(1Question)
Exceptions (2Questions)
PageLifeCycle Events(1Question)
Windows Principal, Windows Identity(1Question)
Overriding Example
Delegates(2Questions)
Cursors
Triggers
Referencial Integrity on tables is applied by ???

Friday, February 4, 2011

wipro project manager round

Date: jan 2011
company: wipro
Project manager round interview questions for dotnet

1. What is SDLC?
2. What are different types of testing?
3. If given a task by your project manager? how do you estimate the time for completing the task?
4. Are you ready to work at nights?
5. Are you ready to work on testing projects?

value momentum interview questions

feb 2011
Value momentum, banjara hills, Interview questions

1. What is cyclic reference?
2.Design patterns?
3. What is the use of source safe?
4.Method overloading types?
5.Logical question: get the highest of 1000 integers
6. singleton class
7.Static classes
8.Interface
9.A class with a private contructor. Can this class be inherited? no

value labs project manager round interview questions

Date: 2/4/2011
ProjectManager round
Company: Value Labs

Please find below the latest valuelabs interview questions for dotnet.
1.Difference between assembly and dll?
2.What is XSLT?
3. Implement Dataset functionality using classes.
4.Reflection
5.How to assign image from databast to image control?
6.n-tier architecture
7.What are static classes what is its use?
8. Write code showing the DataAdapter functionality?
9.What are the uses of interface?
10.how to connect to oracle database from code?
Ans: using oledb provider. Is there any other way of connecting to oracle database.
11.In a page calles page1.aspx, you have 2 textbox. there is a usercontrol with a button which is used in the page1.aspx page. now how to retreive the textbox values in button click event of usercontrol button.

Wednesday, February 2, 2011

value labs interview questions

1. Linq lambda expression
2. statement management techniquest.
3. ways of wcf hosting
4. difference between webservices and wcf.
5. generics
6. difference between statement management techniques, connected and disconected architecture, stored procedure and functions.
7. how to call asp.net button click event handler using javascript.
Ans: __dopostback method
8. why use soapfault in wcf
Ans: channel security and to maintain connection between client and server.
9. types of bindings in wcf.
10. design patterns

wipro interview questions for 2 years

Recently I have attended I wipro Interview. Please look at below questions. If it can be of help to someone searching for job.

1. what is csc.exe, alg.exe, rsgen.exe ?
2. String builder is mutable string is immutable ?
3. Static class: Class with static members, methods.
4. Singleton class: class whose constructor is private. and can be instantiated only once.
5.Abstract class its advantages.
6. Interface its advantages.
7. difference between stored procedure and function. Every interview this quesion is asked.
8. Connected and disconnected architecture?
9.Assembly something related answer is build.major.minor.revision.
10. How to get version of assembly?
11.if stored procedure is taking long time for execution what you will do?
12. How to increase performance in c# code.
13. var keyword?
14. all oops concepts
15. forms authentication
16. difference between cookies , sessions, application object, viewstate?
17. statement management techniques. their advantages and disadvantages?
18. Generics and collections . Every interview this quesion is asked.