Backend track

Java and backend interview questions

Panel-ready Java Specialist questions for freshers and experienced developers. Practice at Coding Cadre in Faridabad, or Online from Delhi NCR.

226 Qs
64 Moderate Node and Express Backend

How would you validate a JWT in an Express auth middleware?

Short take Full answer on next page

Simple meaning

Read the Authorization Bearer token, verify signature and expiry with the IdP public key or a shared secret, then attach req.user.

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

Read full answer Example · Mistake · Say this
67 Moderate Microservices Backend

What problem does an API gateway solve?

Short take Full answer on next page

Simple meaning

It is a single entry point for auth, TLS, rate limits, and routing to many backend services.

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

Read full answer Example · Mistake · Say this
70 Moderate Microservices Backend

What is a circuit breaker and what does it protect?

Short take Full answer on next page

Simple meaning

After a dependency fails past a threshold, the breaker opens and fails fast instead of waiting on timeouts.

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

Read full answer Example · Mistake · Say this
73 Moderate APIs Backend

What makes an API idempotent?

Short take Full answer on next page

Simple meaning

Repeating the same request leaves the same server state.

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

Read full answer Example · Mistake · Say this
74 Moderate SQL Backend

What is a covering index?

Short take Full answer on next page

Simple meaning

An index that includes all columns a query needs so the heap or table is not touched.

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

Read full answer Example · Mistake · Say this
75 Moderate Spring Backend

What is dependency injection in Spring?

Short take Full answer on next page

Simple meaning

Spring creates objects and supplies their dependencies instead of new inside business code.

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

Read full answer Example · Mistake · Say this
77 Moderate APIs Backend

What is HATEOAS in brief?

Short take Full answer on next page

Simple meaning

Responses include links to related actions so clients discover flows.

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

Read full answer Example · Mistake · Say this
Prev Page 4 of 4
Chat with us