Total Questions : 50
Expected Time : 50 Minutes

1. Which event is triggered when a form is loaded in VB.NET?

2. Which keyword is used to explicitly implement an interface in VB.NET?

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

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

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

6. Which class is used for reading and writing files in VB.NET?

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

8. Which class is used for database connectivity in VB.NET?

9. What is the purpose of the 'Globalization' namespace in VB.NET?

10. What is the purpose of the 'Handles' keyword in VB.NET?

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

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

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

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

15. In VB.NET, what does the 'MustInherit' keyword indicate for a class?

16. What is the purpose of the 'ImmutableArray' class in VB.NET?

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

18. What is the purpose of the 'My.Settings' in VB.NET?

19. What does VB.NET stand for?

20. In VB.NET, what does the 'Fluent Interface' pattern aim to achieve?

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

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

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

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

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

26. Which method is used for performing a case-insensitive string comparison in VB.NET?

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

28. What is the purpose of the 'LINQ' in VB.NET?

29. What is the purpose of the 'ByVal' keyword in VB.NET function parameters?

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

31. Which method is used to format a date in a specific pattern in VB.NET?

32. Which control is used for displaying tabular data in VB.NET?

33. What is the purpose of the 'Lazy' class in VB.NET?

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

35. Which class is used to perform regular expression operations in VB.NET?

36. Which operator is used for exponentiation in VB.NET?

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

38. What is the purpose of the 'IsNot' operator in VB.NET?

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

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

41. What is the purpose of the 'MyBase' keyword in VB.NET?

42. What is the purpose of the 'Is' operator in VB.NET?

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

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

45. Which class is used for reading and writing XML files in VB.NET?

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

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

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

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

50. What keyword is used to declare a constant in VB.NET?