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

Clear (1)

Innominds Software Software Engineer Interview Questions and Answers

Updated 27 Sep 2023

Innominds Software Software Engineer Interview Experiences

6 interviews found

Software Engineer Interview Questions & Answers

user image Prashant Beniwal

posted on 18 Sep 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic C and linux related questions,
Round 3 - Technical 

(1 Question)

  • Q1. Questions based on previous work experience.

I applied via Campus Placement and was interviewed in Jun 2022. 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 Resume tips
Round 2 - Aptitude Test 

Checks Aptitude for problem solving skills, normal problems should be like companies will used to ask while screening people

Round 3 - Assignment 

They put one assignment, that assignment has OOPS, Core Java, SQL objective questions and also Software Engineering, SDLC questions also they given.

Interview Preparation Tips

Interview preparation tips for other job seekers - This is Technical interview. I appeared for Software Engineer role. Java background, they asked questions regarding core Java, oops principles, implementation of oops concepts, questions on RDMS, SQL, also asked to write SQL queries for given scenarios, Mine was campus placement
They can be DS&Algo check sometimes.(In my case they didn't went with DS&Algo) .
All the best for people who is going to attend interview with Innominds Software Pvt Ltd

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
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 Resume 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.

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.

Innominds Software interview questions for designations

 Senior Software Engineer

 (5)

 Embedded Software Engineer

 (2)

 Associate Software Engineer

 (1)

 Software Engineer Trainee

 (1)

 Senior Software Engineer 2

 (1)

 Software Developer

 (2)

 Software Trainee

 (1)

 Lead Engineer

 (1)

Interview Questionnaire 

1 Question

  • Q1. It is very professional and discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is good, got email from hr on selection. Took all documents and held the offer.

I applied via Other and was interviewed in Mar 2018. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How many members are there in your family.
  • Ans. 

    I have 4 members in my family including my parents, my younger sister, and myself.

    • My family consists of 4 members

    • Includes my parents, my younger sister, and myself

    • We are a close-knit family

  • Answered by AI

Interview Preparation Tips

General Tips: It can be a good start if you want to work as third party resource and wanted to be deployed at client side and the best part of Innominds that they train you before deploying at client side.
Skills: Communication, Problem Solving, Analytical Skills
Duration: 1-3 Months

Software Engineer Jobs at Innominds Software

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

  • Answered by AI
  • Q3. What is hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Innominds Software Interview FAQs

How many rounds are there in Innominds Software Software Engineer interview?
Innominds Software interview process usually has 3 rounds. The most common rounds in the Innominds Software interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for Innominds Software Software Engineer interview?
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 Debugging, Java, Kafka, Microservices and PDF.
What are the top questions asked in Innominds Software Software Engineer interview?

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

  1. Questions on my skills such as C/C++, Linux, and DSA. Detailed discussion of my...read more
  2. Linux programming and shell scripting questio...read more
  3. C/C++ and DSA questio...read more

Recently Viewed

SALARIES

Amazon Development Centre India

JOBS

Info Edge

No Jobs

INTERVIEWS

Testhouse

No Interviews

INTERVIEWS

ZocDoc

No Interviews

INTERVIEWS

Testhouse

No Interviews

INTERVIEWS

Your Space

No Interviews

INTERVIEWS

Housr

No Interviews

REVIEWS

BigBasket

No Reviews

INTERVIEWS

Enfusion

No Interviews

INTERVIEWS

ZocDoc

No Interviews

Tell us how to improve this page.

Innominds Software Software Engineer Interview Process

based on 2 interviews

1 Interview rounds

  • Resume Shortlist Round
View more
Innominds Software Software Engineer Salary
based on 389 salaries
₹3.6 L/yr - ₹14 L/yr
5% more than the average Software Engineer Salary in India
View more details

Innominds Software Software Engineer Reviews and Ratings

based on 47 reviews

3.5/5

Rating in categories

3.3

Skill development

3.4

Work-life balance

3.3

Salary

3.1

Job security

3.4

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 47 Reviews and Ratings
Senior Software Engineer
445 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
388 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
215 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
168 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
159 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Innominds Software with

Persistent Systems

3.5
Compare

LTIMindtree

3.8
Compare

Mphasis

3.4
Compare

TCS

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