Upload Button Icon Add office photos
Premium Employer

i

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

Innominds Software Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Innominds Software Interview Questions, Process, and Tips for Experienced

Updated 25 Mar 2025

Top Innominds Software Interview Questions and Answers for Experienced

Innominds Software Interview Experiences for Experienced

Popular Designations

17 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Database Knowledge
  • Q2. Technology oriented

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join or think of staying here max tenure 6months.
Company doesn't support bench people, deductions for bench upto 50% salary(CTC).
No projects, only outsourcing and sudden release from projects without any intimations.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Feb 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2023. There were 3 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 - Coding Test 

Binary search string operation makefile

Round 3 - Technical 

(2 Questions)

  • Q1. Linux system related question
  • Q2. Linux kernel module and makefile

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare c code related to string operations. File and system call

Lead Engineer Interview Questions asked at other Companies

Q1. What is the resistance value of tripping & closing coil of vcb?
View answer (8)

Interview Questions & Answers

user image Anonymous

posted on 16 Feb 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is virtual Dom

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. Write a query on left join
  • Ans. 

    A left join returns all records from the left table and matching records from the right table.

    • Use the LEFT JOIN keyword followed by the ON clause to specify the join condition.

    • The left table is always the one before the LEFT JOIN keyword.

    • If there is no match in the right table, NULL values are returned for the right table columns.

  • Answered by AI
  • Q2. Microservices architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain project neatly and prepare for basics. Skills you mentioned in resume

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Innominds Software interview questions for popular designations

 Software Engineer

 (6)

 Senior Software Engineer

 (5)

 Python Developer

 (2)

 Senior Engineer

 (2)

 Software Developer

 (2)

 Front end Developer

 (2)

 Embedded Software Engineer

 (2)

 Technical Lead

 (1)

Principal Engineer Interview Questions & Answers

user image rohit behera

posted on 25 Mar 2025

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Leetcode 2 sum with slight modification to find all possible pairs
  • Q2. General architecture and framework related questions.

Principal Engineer Interview Questions asked at other Companies

Q1. what technique did you use to understand the root cause of the problem and isolate the specific task or process that needed attention
View answer (3)

Interview Questions & Answers

user image Neeharika Korrapati

posted on 10 Apr 2024

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

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Defect priority and severity
Round 2 - Technical 

(1 Question)

  • Q1. What are stratergies of mobile testing
Round 3 - One-on-one 

(1 Question)

  • Q1. Mostly managerial project discussion

Skills evaluated in this interview

Jobs at Innominds Software

View all
Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Basics about my education and previous work experience.
  • Q2. Education details, subjects you have studied.
  • Q3. Work experience discussion.
Round 3 - Technical 

(4 Questions)

  • Q1. Questions on my skills such as C/C++, Linux, and DSA. Detailed discussion of my previous projects.
  • Q2. C/C++ and DSA questions.
  • Q3. Linux programming and shell scripting questions.
  • Q4. Projects discussion.

Interview Preparation Tips

Topics to prepare for Innominds Software Software Engineer interview:
  • DSA
  • Linux
  • C
  • C++
Interview preparation tips for other job seekers - Prepare on the skills you have mentioned on your resume, most questions are going to be basic to check if you are not lying on your resume.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)

I appeared for an interview in Apr 2021.

Round 1 - Face to Face 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

It was a meet and greet round wherein my background was evaluated, the interviewer had me walkthrough all the projects that I have done and my interest in open source as well as technical competencies, post that I was made to solve a data structures based question. It was more or less around to figure out what my background is and how my qualifications match with the companies requirements.

  • Q1. 

    Chocolate Distribution Problem

    You are given an array/list CHOCOLATES of size 'N', where each element represents the number of chocolates in a packet. Your task is to distribute these chocolates among 'M'...

  • Ans. 

    Distribute chocolates among students to minimize difference between largest and smallest packets.

    • Sort the array of chocolates packets

    • Calculate the minimum possible difference between the maximum and minimum number of chocolates in packets distributed to students

    • Return the minimum possible difference

  • Answered by AI
Round 2 - Face to Face 

Round duration - 40 Minutes
Round difficulty - Medium

This round was conducted by the Vice President, where I was asked questions pertaining to my projects and technologies used.
 

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Frontend Developer in BangaloreEligibility criteriaNo criteriaInnominds interview preparation:Topics to prepare for the interview - Data Structures, JavaScript event loop, React conditional programming, Redux.Time required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Thoroughly grasp fundamentals of JavaScript like closures, event loop, call stack, hoisting because every Front-end role requires JavaScript fundamentals
Tip 2 : Be prepared with the library/framework's basics that you've used in projects, in my case it was React.js and React paired with Redux is what everyone asks. 
Tip 3 : Have stories to present based on your past experience, working on projects helps you run into situatuons you'd otherwise not experience, so you'd be having substantial information to cite based on the challenges you've faced and how you overcame.

Application resume tips for other job seekers

Tip 1 : Have projects specific to React/Angular on resume
Tip 2 : Mention in details the list of dependencies/technologies you used in those projects

Final outcome of the interviewSelected

Skills evaluated in this interview

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)

Interview Questionnaire 

1 Question

  • Q1. 1) Fundamental questions for core java like lambda, collection, thread, generics, file processing , java nio etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1) Go through core java before interview
2) Analyze scenario based questions and answer accordingly
3) Good knowledge of database like mysql required
4) AWS knowledge is a plus point

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Some javascript questions and your project experience will help you in clearing the interview. Giving an overview of your responsibilities in previous projects and just being confident about what you say w...

Interview Preparation Tips

Interview preparation tips for other job seekers - You don’t have to be an expert by any means you should have your basics strong & being confident about what is say then you’re good to go.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)

Innominds Software Interview FAQs

How many rounds are there in Innominds Software interview for experienced candidates?
Innominds Software interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the Innominds Software interview process for experienced candidates are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Innominds Software interview for experienced candidates?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Innominds Software. The most common topics and skills that interviewers at Innominds Software expect are Python, Javascript, Java, PDF and SQL.
What are the top questions asked in Innominds Software interview for experienced candidates?

Some of the top questions asked at the Innominds Software interview for experienced candidates -

  1. Leetcode 2 sum with slight modification to find all possible pa...read more
  2. What are stratergies of mobile test...read more
  3. Write a query on left j...read more
How long is the Innominds Software interview process?

The duration of Innominds Software interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Innominds Software Interview Process for Experienced

based on 5 interviews

Interview experience

3.2
  
Average
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 341 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
3i Infotech Interview Questions
3.5
 • 145 Interviews
Microland Interview Questions
3.4
 • 132 Interviews
Sify Technologies Interview Questions
3.8
 • 123 Interviews
Mastek Interview Questions
3.5
 • 120 Interviews
Maveric Systems Interview Questions
3.5
 • 118 Interviews
View all

Innominds Software Reviews and Ratings

based on 476 reviews

3.4/5

Rating in categories

3.2

Skill development

3.4

Work-life balance

3.1

Salary

3.0

Job security

3.2

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 476 Reviews and Ratings
Technical Recruiter

Hyderabad / Secunderabad

2-6 Yrs

₹ 3-7 LPA

L3 Network Engineer & Team Lead

Hyderabad / Secunderabad

8-13 Yrs

₹ 8-15 LPA

Talend Developer

Hyderabad / Secunderabad,

Pune

+1

3-8 Yrs

₹ 13-23 LPA

Explore more jobs
Senior Software Engineer
470 salaries
unlock blur

₹7.9 L/yr - ₹27.5 L/yr

Software Engineer
392 salaries
unlock blur

₹3.6 L/yr - ₹14 L/yr

Senior Engineer
217 salaries
unlock blur

₹6 L/yr - ₹25.8 L/yr

Associate Software Engineer
168 salaries
unlock blur

₹2.2 L/yr - ₹8.1 L/yr

Engineer
164 salaries
unlock blur

₹3 L/yr - ₹13.2 L/yr

Explore more salaries
Compare Innominds Software with

ITC Infotech

3.6
Compare

3i Infotech

3.5
Compare

Sify Technologies

3.8
Compare

Microland

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview