.NET track

.NET and C# interview questions

Panel-ready .NET / C# questions for freshers and experienced developers. Practice at Coding Cadre in Faridabad, or Online from Delhi NCR.

215 Qs
182 High EF Core .NET

How do you handle spatial data?

Short take

Simple meaning

NetTopologySuite with EF spatial providers stores points and polygons.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
184 Moderate ASP.NET .NET

How do you compress responses?

Short take

Simple meaning

UseResponseCompression with Brotli or Gzip for compressible MIME types.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
185 High Architecture .NET

How do you do zero-downtime .NET deploys?

Short take

Simple meaning

Rolling updates with health checks, backward-compatible migrations, and dual-run periods.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
186 Easy C# .NET

What is Math.Clamp used for?

Short take

Simple meaning

It limits a value between min and max in one call.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
188 High Performance .NET

How do you use ArrayPool correctly?

Short take

Simple meaning

Rent a buffer, use only the counted slice, and return in finally.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
189 Easy EF Core .NET

What is HasQueryFilter?

Short take

Simple meaning

It adds a global LINQ filter, often for soft delete or tenant.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
195 Moderate EF Core .NET

What is ExecuteUpdate?

Short take

Simple meaning

It runs set-based updates without loading entities.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
199 High Performance .NET

What is tiered compilation?

Short take

Simple meaning

The runtime starts with quick JIT then recompiles hot methods more optimally.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
200 Easy Testing .NET

What is a smoke test?

Short take

Simple meaning

A tiny post-deploy check that the site boots and a critical path works.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
Prev Page 10 of 11 Next
Chat with us