Total Questions : 40
Expected Time : 40 Minutes

1. In VB.NET, what does the 'ImmutableCollection' represent?

2. In VB.NET, what does the 'Nullable' type represent?

3. What is the purpose of the 'Option Explicit' statement in VB.NET?

4. What is the purpose of the 'AndAlso' operator in VB.NET?

5. What is the purpose of the 'Implements' keyword in VB.NET?

6. What is the purpose of the 'Dynamic' keyword in VB.NET?

7. Which statement is used for creating a new instance of a class in VB.NET?

8. Which interface is used to enable custom sorting of objects in a collection in VB.NET?

9. In VB.NET, what does the 'Singleton' pattern aim to achieve?

10. Which data type is used to store true or false values in VB.NET?

11. In VB.NET, how do you comment a single line of code?

12. Which method is used to sort elements in an array in ascending order in VB.NET?

13. What is the primary purpose of VB.NET?

14. In VB.NET, what is the purpose of the 'Inherits' keyword?

15. In VB.NET, what does the 'CancellationToken' represent?

16. In VB.NET, what is the purpose of the 'Using' statement?

17. What is the purpose of the 'IsNumeric' function in VB.NET?

18. Which interface does a class need to implement to be used as a key in a Dictionary in VB.NET?

19. Which pattern does the 'Command' pattern represent in VB.NET?

20. In VB.NET, what is the significance of the 'End' statement?

21. Which method is used to convert a string to an integer in VB.NET?

22. What is the purpose of the 'Memoization' technique in VB.NET?

23. What is the primary purpose of the 'Try...Catch' block in VB.NET?

24. What is the purpose of the 'MustOverride' keyword in VB.NET?

25. What is the significance of the 'Partial' keyword in VB.NET?

26. In VB.NET, what does the 'Extension' method allow you to do?

27. Which interface is used to iterate over a collection in VB.NET?

28. Which keyword is used for declaring a variable in VB.NET?

29. What is the purpose of the 'Marshal' class in VB.NET?

30. What is the purpose of the 'WCF' in VB.NET?

31. What is the purpose of the 'ToString' method in VB.NET?

32. What is the purpose of the 'Async' and 'Await' keywords in VB.NET?

33. What is the purpose of the 'ContextMenuStrip' control in VB.NET?

34. Which IDE is commonly used for VB.NET development?

35. Which statement is used to define a constant in VB.NET?

36. Which statement is used to exit a function in VB.NET?

37. In VB.NET, what does the 'Continue' statement do in a loop?

38. Which statement is used for creating a thread in VB.NET?

39. Which keyword is used to exit a loop prematurely in VB.NET?

40. In VB.NET, what does the 'IsNothing' function check for?