Showing posts with label Multiple choice questions. Show all posts
Showing posts with label Multiple choice questions. Show all posts

Asp.Net Multiple Choice Interview Questions -1

1)Which is the default method that will be called on a controller if one is not explicitly specified in Asp.Net MVC ?
Ans)
Select from following answers:
  1. Home
  2. Index
  3. Welcome
Show Correct Answer

----------------------------------------------------------------------------------

Multiple Choice Questions-1

1)In traditional web service, can Hash table (IDictionary interface) can be serialized or de-serialized ?
Ans)


Select from following answers:
  1. Yes
  2. No
  3. Don't Know
View Correct Answer

------------------------------------------------------
2)In traditional web services, Only Public fields or Properties of .NET types can be translated into XML ?
True or false ?
Ans)

Select from following answers:
  1. True
  2. False
  3. Don't Know
View Correct Answer