|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
#1
|
||||
|
||||
|
Interview Questions and Answers
There have been many request for interview questions and answers. So, I figured instead of having 100+ people posting to have these answers, I would just post them here.
Below are .doc (MS Word) files containing interview questions and answers over .NET...Enjoy! For more questions, you can go to www.techinterviews.com Last edited by Memnoch : April 9th, 2004 at 12:20 PM. |
|
#2
|
|||
|
|||
|
Quote:
Now guys, learn them by heart and go find yourself a high-paid .NET job ![]()
__________________
ASP ASP hosting SQL Tutorial SQL Strings Loans Canada C D SQL Dictionary Hosting Dictionary Tech Dictionary Job Bank Canada |
|
#3
|
||||
|
||||
|
LOL. Which they would keep for about a week before someone found out they knew nothing about .NET.
|
|
#4
|
|||
|
|||
|
Quote:
Memnoch, with all due respect, you really must do something with that hair, and perhaps some dental work LOL |
|
#5
|
|||
|
|||
|
Quote:
How very true ![]() |
|
#6
|
|||
|
|||
|
I interview on a regular basis, I tend to lean more towards conceptual OO questions. Its really hard to fake knowing the pitfalls of MVC or my favorite question "Explain the fundamental design differences when using a single inheritance based language vs one that uses multiple inheritance" which is always followed up if answerred with ... "Explain why single inheritance has taken its historical course and how it still maintains many of the properties of multiple inheritance"
I have never had someone fake their way through those questions. |
|
#7
|
|||
|
|||
|
Thanks al lot. the questions files u posted was a very godd help for me. one equestion. why so horror logo? why not ur photo instead? any specific reaso?
|
|
#8
|
||||
|
||||
|
What??? That is my photo! I just don't get out much...I don't really care for sunlight...or garlic...or crosses...or well, you know!
|
|
#9
|
|||
|
|||
|
Please answer these questions
What is Asynchronous call and how it can
beimplemented using delegates? How to create events for a control? What is customevents? How to create it? If you want to write your own dot net language,whatsteps you will u take care? Describe the difference between inline and code behind- which is best in a loosely coupled solution? how dot net compiled code will become platformindependent? without modifying source code if we compile again,will it be generated MSIL again? Can we copy a COM dll to GAC folder? What are the contents of cookie? How do you create a permanent cookie? How can u debug your .net application? How do u deploy your asp.net application? How does ASP.NET framework maps client side events toServer side events. What is the other method, other than GET and POST, inASP.NET? asynchronous web service means? What are the events fired when web service called? How will do transaction in Web Services? How does SOAP transport happen and what is the role ofHTTP in it? formatters can be used in both?Why?.. binary/soap How will you expose/publish a webservice? |
|
#10
|
||||
|
||||
|
1) Look into the AsyncCallBack Delegate.
2) Create Custom Event Code:
Public Event EventName As EventHandler Protected Overridable Sub OnEvent(ByVal s As Object, ByVal e As EventArgs) RaiseEvent EventName(Me, e) End Sub AddHandler CustomControl.EventName, AddressOf Me.OnEvent All of your questions can be answered on Microsoft's website or doing searches on google. |
|
#11
|
|||
|
|||
|
Thanks for the information.
|
|
#12
|
|||
|
|||
|
thank you memnoch
these will surely come in handy |
|
#13
|
|||
|
|||
|
Re: Interview Questions and Answers
Quote:
That has already happened here. She lasted only a week. |
|
#14
|
||||
|
||||
|
LOL, really?!
What happened? |
|
#15
|
|||
|
|||
|
|