Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Omind Team. If you also belong to the team, you can get access from here

Omind Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 45 Reviews

Filter interviews by

Omind Software Engineer Interview Questions and Answers

Updated 13 Aug 2024

Omind Software Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Create set timeout in JS without using set timeout or set interval
  • Ans. 

    Use recursion to create a custom set timeout function in JavaScript.

    • Create a function that takes a callback function and a delay time as parameters.

    • Inside the function, use recursion to repeatedly call the callback function until the delay time is reached.

    • Decrement the delay time with each recursive call to simulate the setTimeout behavior.

  • Answered by AI
  • Q2. Explain Architecture of Node JS
  • Ans. 

    Node.js architecture is based on event-driven, non-blocking I/O model, with a single-threaded event loop.

    • Node.js runs on the V8 JavaScript engine

    • It uses libuv for handling asynchronous I/O operations

    • Follows a module-based architecture with CommonJS modules

    • Uses a single-threaded event loop for handling requests

    • Supports clustering for scaling across multiple CPU cores

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be through with the basic stuff and some advance concepts in JS and NodeJS

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Government College of Engineering, Aurangabad and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Mostly questions on logical aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. DSA questions. Reverse word of string, bubble sort, swap two variables without use of third variable
  • Q2. OOPs concepts also some questions on project
  • Q3. 1 puzzle (refer gfg)
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to work at our company?
  • Q2. What was the toughest challenge you have ever faced?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic Js concepts like debouncing,event loop, and other output-based questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Js concepts in depth
Round 3 - HR 

(2 Questions)

  • Q1. Hiring manager round, questions around my project
  • Q2. Optimization techniques
  • Ans. 

    Optimization techniques are methods used to improve the efficiency and performance of software applications.

    • Use algorithms like greedy, dynamic programming, or divide and conquer to optimize code

    • Minimize time complexity by avoiding nested loops and unnecessary iterations

    • Utilize data structures like hash tables, arrays, and trees for efficient storage and retrieval

    • Profile code to identify bottlenecks and optimize critic...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basics, interviewers were very helpful
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at PSG College of Arts & Science, Coimbatore and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

There are Question based on data strcuture ,they cover all the topic in ds

Round 2 - Coding Test 

In coding code they gave internet access to solve the problem after 30 they told us to make some changes in it and we should ready to explain the entire code

Interview Preparation Tips

Interview preparation tips for other job seekers - To clear 1 st round ,revise all the data structure concepts ,in second round make sure to be strong in fundamentals of programming and good in logical thinking
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

3 DSA questions on array and strings 1 easy, 2 medium level

Round 2 - Assignment 

Create django backend project for book store

Round 3 - HR 

(1 Question)

  • Q1. Behaviour and Situations questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. There wer four questions 1) wildcard pattern matching(leetcode) 2) cows and buffaloes(leetcode) 3) unix based cd directory 4) backtracking question
  • Q2. It was a resume based round for 45 min
Round 2 - Technical 

(1 Question)

  • Q1. It was a resume based round for 1 hr

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice leetcode medium to hard questions
Know your resume very well
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Paper based exam based on C and embedded c

Round 2 - One-on-one 

(1 Question)

  • Q1. Relevant questions asked
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I was interviewed in May 2024.

Round 1 - Aptitude Test 

Totally there were 15 questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Logical reasoning, SQL, Python, Algorithmic thinking

Round 3 - Coding Test 

Second round was a more difficult version of the SQL and Python testing

Round 4 - One-on-one 

(1 Question)

  • Q1. I don’t remember

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company. Be prepared for solving some difficult algorithms.
Be prepared for real world challenges - difficult coding problems to solve.
Round 1 - Technical 

(3 Questions)

  • Q1. C# , oops & mvc. Be clear with basic concepts
  • Q2. What is the four pillars of oops
  • Ans. 

    The four pillars of OOP are Abstraction, Encapsulation, Inheritance, and Polymorphism.

    • Abstraction: Hiding implementation details and showing only necessary information.

    • Encapsulation: Binding data and functions that manipulate it together.

    • Inheritance: Creating new classes from existing ones, inheriting their properties and methods.

    • Polymorphism: Ability of objects to take on multiple forms or behaviors.

  • Answered by AI
  • Q3. What is mvc and how it helps the developers
  • Ans. 

    MVC stands for Model-View-Controller. It is a software design pattern that separates an application into three interconnected components.

    • Model represents the data and business logic of the application

    • View is responsible for rendering the user interface

    • Controller handles user input and updates the model and view accordingly

    • MVC helps developers to write clean, modular and maintainable code

    • It also enables parallel develop...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic oops concept and basic mvc along with databases

Skills evaluated in this interview

Omind Interview FAQs

How many rounds are there in Omind Software Engineer interview?
Omind interview process usually has 1 rounds. The most common rounds in the Omind interview process are Technical.
What are the top questions asked in Omind Software Engineer interview?

Some of the top questions asked at the Omind Software Engineer interview -

  1. Create set timeout in JS without using set timeout or set inter...read more
  2. Explain Architecture of Node...read more

Tell us how to improve this page.

Omind Software Engineer Salary
based on 7 salaries
₹3.6 L/yr - ₹12 L/yr
At par with the average Software Engineer Salary in India
View more details

Omind Software Engineer Reviews and Ratings

based on 4 reviews

3.8/5

Rating in categories

3.6

Skill development

4.2

Work-Life balance

3.4

Salary & Benefits

4.0

Job Security

4.2

Company culture

3.1

Promotions/Appraisal

4.3

Work Satisfaction

Explore 4 Reviews and Ratings
Software Engineer
7 salaries
unlock blur

₹3.6 L/yr - ₹12 L/yr

RPA Developer
7 salaries
unlock blur

₹1.5 L/yr - ₹6 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹13.6 L/yr - ₹22.1 L/yr

Software Developer
6 salaries
unlock blur

₹2.5 L/yr - ₹6.5 L/yr

Software Tester
6 salaries
unlock blur

₹2 L/yr - ₹5.7 L/yr

Explore more salaries
Compare Omind with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview