Its moderate, normal question like about yourself, and about the projects. They asked where did u see yourself in next 5 years? Why should we hire you? About company when estabilised, Founder, Co-founder.
I applied online. The process took 1 day. I interviewed at Sakshi (Raipur, Chhattisgarh)
Interview
Application and Initial Screening:
Applied online through the company's career portal.
Received an email from a recruiter within a week to schedule a phone screen.
Phone Screen:
Duration: 30 minutes.
The recruiter asked about my background, experiences, and why I was interested in XYZ Tech Inc.
Basic behavioral questions like "Tell me about a time you faced a challenge at work and how you overcame it."
Discussed the job role and the next steps in the interview process.
Technical Phone Interview:
Duration: 1 hour.
Conducted by a software engineer from the team.
Started with a brief introduction and some questions about my resume.
Technical questions focused on data structures and algorithms.
Given a coding problem to solve in a shared coding environment (e.g., HackerRank or CoderPad).
Interview questions [1]
Question 1
Round 1: Technical Interview (Data Structures and Algorithms):
Focused on solving problems related to arrays, linked lists, and trees.
Example question: "Given a binary tree, return its level order traversal (i.e., nodes' values are traversed level by level)."
Implemented BFS for level order traversal and discussed the solution's time and space complexity.