Question Bank

3705 approved questions from the community

What is a materialized view in SQL?

HARD
SINGLE CHOICE
40s
.NET
by Mohamed

How are NULL values typically handled in SQL comparisons?

MEDIUM
SINGLE CHOICE
35s
.NET
by Mohamed

In C#, the 'new' keyword when used in a method declaration hides the inherited member instead of overriding it.

MEDIUM
TRUE FALSE
25s
.NET
by Mohamed

In C#, a class can inherit from multiple classes.

EASY
TRUE FALSE
20s
.NET
by Mohamed

In C#, the 'is' keyword can be used both for type checking and pattern matching.

MEDIUM
TRUE FALSE
25s
.NET
by Mohamed

Records in C# are immutable by default and provide value-based equality.

MEDIUM
TRUE FALSE
25s
.NET
by Mohamed

What is eager loading in Entity Framework?

MEDIUM
SINGLE CHOICE
35s
.NET
by Mohamed

What is the purpose of the 'virtual' keyword in C#?

MEDIUM
SINGLE CHOICE
30s
.NET
by Mohamed

What is a namespace in C#?

EASY
SINGLE CHOICE
30s
.NET
by Mohamed

Which keyword is used to define the entry point of a C# console application?

EASY
SINGLE CHOICE
25s
.NET
by Mohamed

In C#, Reference Types store a reference to the actual data which is allocated on the heap.

EASY
TRUE FALSE
25s
.NET
by Mohamed

Partial classes in C# allow the definition of a class to be split across multiple files.

EASY
TRUE FALSE
20s
.NET
by Mohamed

The Task Parallel Library (TPL) in .NET uses the ThreadPool internally to manage tasks.

MEDIUM
TRUE FALSE
25s
.NET
by Mohamed

What type of class in C# can only contain static members and cannot be instantiated?

EASY
SINGLE CHOICE
30s
.NET
by Mohamed

What type of class in C# cannot be inherited from?

EASY
SINGLE CHOICE
25s
.NET
by Mohamed

Extension methods must be defined in a static class and must themselves be static methods.

MEDIUM
TRUE FALSE
25s
.NET
by Mohamed

In ASP.NET Core, Areas are used to organize related functionality into separate namespaces and folder structures within an application.

MEDIUM
TRUE FALSE
25s
.NET
by Mohamed

When a method returns a Task and throws an exception, where is the exception stored?

MEDIUM
SINGLE CHOICE
40s
.NET
by Mohamed

What is Dependency Injection (DI) in .NET Core?

HARD
SINGLE CHOICE
40s
.NET
by Mohamed

What is the purpose of .NET Standard?

HARD
SINGLE CHOICE
40s
.NET
by Mohamed
PreviousPage 102 of 186Next