Question Bank

1899 approved questions from the community

What are window functions in SQL?

MEDIUM
SINGLE CHOICE
40s
.NET
by Mohamed

What is the difference between DELETE and TRUNCATE in SQL?

MEDIUM
SINGLE CHOICE
35s
.NET
by Mohamed

What is the difference between a clustered and non-clustered index in SQL?

MEDIUM
SINGLE CHOICE
40s
.NET
by Mohamed

What is normalization in database design?

MEDIUM
SINGLE CHOICE
35s
.NET
by Mohamed

What is the purpose of mocking in unit tests?

MEDIUM
SINGLE CHOICE
35s
.NET
by Mohamed

What is Blazor in the .NET ecosystem?

MEDIUM
SINGLE CHOICE
35s
.NET
by Mohamed

What is SignalR in ASP.NET Core?

MEDIUM
SINGLE CHOICE
35s
.NET
by Mohamed

What is the main difference between Razor Pages and MVC in ASP.NET Core?

MEDIUM
SINGLE CHOICE
40s
.NET
by Mohamed

What is the IApplicationBuilder interface used for in ASP.NET Core?

MEDIUM
SINGLE CHOICE
35s
.NET
by Mohamed

What is the 'override' keyword used for in C#?

MEDIUM
SINGLE CHOICE
30s
.NET
by Mohamed

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

MEDIUM
TRUE FALSE
25s
.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

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

How are NULL values typically handled in SQL comparisons?

MEDIUM
SINGLE CHOICE
35s
.NET
by Mohamed

In C#, async methods must always return Task or Task<T>.

MEDIUM
TRUE FALSE
25s
.NET
by Mohamed

The 'using' statement in C# automatically calls Dispose on IDisposable objects when the block exits.

MEDIUM
TRUE FALSE
25s
.NET
by Mohamed

What is the difference between INNER JOIN and LEFT JOIN in SQL?

MEDIUM
SINGLE CHOICE
40s
.NET
by Mohamed

In Entity Framework, what are migrations used for?

MEDIUM
SINGLE CHOICE
35s
.NET
by Mohamed

What is the Repository pattern in software architecture?

MEDIUM
SINGLE CHOICE
35s
.NET
by Mohamed

Indexing in SQL always improves query performance without any drawbacks.

MEDIUM
TRUE FALSE
25s
.NET
by Mohamed
PreviousPage 50 of 95Next