Skip to main content
GET
Get Interview Questions

Endpoint

Base URL: http://localhost:3000/api/v1
This endpoint requires Job Seeker authentication.

Headers

Query Parameters

role
enum
Filter by role. - FRONTEND - BACKEND - DEVOPS - DATA_ENGINEER - SYSTEMS_ENGINEER
level
enum
Filter by experience level. - JUNIOR - MID - SENIOR
category
enum
Filter by question category. - TECHNICAL - PROBLEM_SOLVING - BEHAVIORAL
page
number
Page number (default: 1).
limit
number
Items per page (default: 20).

Request Examples

All questions (paginated)

Filter by role only

Filter by role + level

Filter by role + level + category

Role-specific examples

Response

Success Response (200 OK)

Response Fields

questions
array
Array of interview questions.
total
number
Total number of questions matching the filters.
page
number
default:"1"
Current page number.
limit
number
default:"20"
Items per page.
totalPages
number
Total number of pages.

Category Overview

TECHNICAL

Deep technical questions covering internals, architecture, and implementation details.

PROBLEM_SOLVING

System design and problem-solving scenarios that test architectural thinking.

BEHAVIORAL

Situational and experience-based questions to assess soft skills and leadership.

Available Roles & Question Count

Error Responses

400 Bad Request - Validation Error

401 Unauthorized