Home All Groups Group Topic Archive Search About

Cool Interview Questions Link

Author
7 Aug 2006 2:30 PM
softwareakash
Hi all

Are you appearing in any dot net interview I found a very useful link
for Interview question in Microsoft technologies. It helped me a lot in
Interview preperations :)

Here is the link
http://mstechinterviews.blogspot.com
or
http://www.mstechinterviews.blogspot.com

Cheers
Akash

Author
7 Aug 2006 3:24 PM
Cor Ligthert [MVP]
Akash,

Do you have any idea, who has checked these questions and answers on
reality, I find some of them strange.

Cor

<softwareak***@gmail.com> schreef in bericht
Show quoteHide quote
news:1154961016.191637.189220@75g2000cwc.googlegroups.com...
> Hi all
>
> Are you appearing in any dot net interview I found a very useful link
> for Interview question in Microsoft technologies. It helped me a lot in
> Interview preperations :)
>
> Here is the link
> http://mstechinterviews.blogspot.com
> or
> http://www.mstechinterviews.blogspot.com
>
> Cheers
> Akash
>
Author
7 Aug 2006 8:32 PM
Mythran
I gotta agree with Cor.

For example:
Q:) What is the Difference between Int and Int32 in .Net?
A:) There is no difference in these two.


This answer can be considered wrong.  In the .Net framework, I see no class
named Int.  In C#, there is a keyword named int which is an 'alias' for the
Int32 data type structure.  In VB.Net, the keyword "Integer" is an alias for
Int32.

Mythran


Show quoteHide quote
"Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in message
news:%23AEG0VjuGHA.4544@TK2MSFTNGP04.phx.gbl...
> Akash,
>
> Do you have any idea, who has checked these questions and answers on
> reality, I find some of them strange.
>
> Cor
>
> <softwareak***@gmail.com> schreef in bericht
> news:1154961016.191637.189220@75g2000cwc.googlegroups.com...
>> Hi all
>>
>> Are you appearing in any dot net interview I found a very useful link
>> for Interview question in Microsoft technologies. It helped me a lot in
>> Interview preperations :)
>>
>> Here is the link
>> http://mstechinterviews.blogspot.com
>> or
>> http://www.mstechinterviews.blogspot.com
>>
>> Cheers
>> Akash
>>
>
>