Upload Button Icon Add office photos
Engaged 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
3.2

based on 425 Reviews

Filter interviews by

Innominds Software Interview Questions, Process, and Tips

Updated 16 Jan 2025

Top Innominds Software Interview Questions and Answers

View all 35 questions

Innominds Software Interview Experiences

Popular Designations

44 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - Technical 

(4 Questions)

  • Q1. How do you update JWT token and its respective timer
  • Q2. Ngrx State Management
  • Q3. Mostly Scenerio Based Questions
  • Q4. Flexbox Questions

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response
Round 1 - One-on-one 

(2 Questions)

  • Q1. .Net core middleware
  • Q2. AWS services used in your project
  • Ans. 

    The project utilized AWS services such as EC2, S3, and RDS for hosting, storage, and database functionalities.

    • EC2 for hosting the application

    • S3 for storing files and data

    • RDS for managing the database

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Java IoT Developer Interview Questions & Answers

user image Anonymous

posted on 12 Nov 2024

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

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Coding Questions
  • Q2. Java 8, SpringBoot , Junits

Front end dev Interview Questions & Answers

user image Anonymous

posted on 8 Aug 2024

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

(1 Question)

  • Q1. JavaScript basics questions
Round 2 - Technical 

(1 Question)

  • Q1. Js basics questions
Round 3 - HR 

(1 Question)

  • Q1. Angular coding questions

Innominds Software interview questions for popular designations

 Software Engineer

 (6)

 Senior Software Engineer

 (5)

 Embedded Software Engineer

 (2)

 Front end Developer

 (2)

 Python Developer

 (2)

 Senior Engineer

 (2)

 Software Developer

 (2)

 Android Developer

 (1)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Some Aptitude, Some Coding and Some Java Basics - 1.5 hr

Round 2 - One-on-one 

(2 Questions)

  • Q1. Java Basics - OOPS concept
  • Q2. Spring Concepts , Marker Interface etc

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Get interview-ready with Top Innominds Software Interview Questions

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

I applied via Job Portal and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Mostly simple apti questions and basic maths

Round 2 - Technical 

(2 Questions)

  • Q1. Coding test based on arrays, linked lists
  • Q2. Reverse a linked list string manupliations
  • Ans. 

    Reverse a linked list

    • Iteratively or recursively traverse the linked list

    • Reverse the pointers of each node to point to the previous node

    • Update the head of the linked list to the last node

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Innominds Software Software Trainee interview:
  • linked list
Interview preparation tips for other job seekers - DSA

Skills evaluated in this interview

Software Trainee Interview Questions asked at other Companies

Q1. 1. What is java and it's features ? 2. Why it is called platform independent language? 3. What is static memory allocation, dynamic memory allocation? 4. types of variable 5. Type casting 4. what is oops ? Is java contains a 100% opp's conc... read more
View answer (1)

Jobs at Innominds Software

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

I applied via Referral and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is bootloader
  • Ans. 

    Bootloader is a program that loads the operating system into the computer's memory during the boot-up process.

    • Bootloader is the first piece of software that runs when a device is powered on.

    • It initializes the hardware and loads the operating system into memory.

    • Bootloaders are specific to each device and are usually locked to prevent unauthorized modifications.

    • Examples of bootloaders include GRUB for Linux systems and U

  • Answered by AI
  • Q2. What is purpose of Audioflinger
  • Ans. 

    Audioflinger is a part of the Android system that manages audio input and output streams.

    • Audioflinger handles audio routing, mixing, and processing in Android devices.

    • It manages audio focus and volume control for different apps and system components.

    • Developers can interact with Audioflinger through the AudioTrack and AudioRecord classes in Android.

  • Answered by AI
  • Q3. What is android audio
  • Ans. 

    Android audio refers to the functionality and capabilities of the Android operating system related to sound and music playback.

    • Android audio includes features such as playing music, making phone calls, and receiving notifications.

    • Developers can use APIs like MediaPlayer and AudioManager to control audio playback in their apps.

    • Android supports various audio formats like MP3, AAC, and WAV.

    • Audio focus is an important conc...

  • Answered by AI
  • Q4. What is the use of ipc
  • Ans. 

    IPC (Inter-Process Communication) is used for communication between different processes or applications running on the same or different devices.

    • IPC allows processes to communicate and share data with each other.

    • It can be used for passing messages, sharing files, or synchronizing processes.

    • Examples of IPC mechanisms include sockets, shared memory, and message queues.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for questions related to you resume

Skills evaluated in this interview

Android Developer Interview Questions asked at other Companies

Q1. Cube Sum PairsYou are given a positive integer N, and you have to find the number of ways to represent N as a sum of cubes of two integers(let’s say A and B), such that: N = A^3 + B^3. Note: 1. A should be greater than or equal to one (A&g... read more
View answer (3)

Backend Developer interview

user image Drunken Engineer

posted on 28 Dec 2021

 · b.tech
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com

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 

(5 Questions)

  • Q1. What is software Test life Cycle and Bug Life cycle?
  • Ans. 

    Software Test Life Cycle (STLC) is a sequence of activities carried out to ensure quality in software testing. Bug Life Cycle is a process followed by the testing team to track and manage bugs found during testing.

    • STLC includes planning, designing, executing, and reporting of tests.

    • Bug Life Cycle includes bug identification, reporting, assigning, fixing, retesting, and closing.

    • STLC ensures that the software meets the r...

  • Answered by AI
  • Q2. What is pull request in git? how do you commit code ? how do you resolve merge conflicts ?
  • Ans. 

    Pull request is a feature in git that allows developers to review and merge code changes.

    • A pull request is created when a developer wants to merge their changes into the main branch

    • Other developers can review the changes and leave comments or suggestions

    • Once the changes are approved, the pull request can be merged into the main branch

    • To commit code, use the 'git commit' command with a message describing the changes mad...

  • Answered by AI
  • Q3. Python : (1) what is recursion ? Give example ? (2)what are the different data types in python? (3)What is negative indexing in python ? (4) How exception is handled in python ? (5) what is with st...
  • Ans. 

    Python interview questions covering recursion, data types, exception handling, memory management, and more.

    • Recursion is a function that calls itself. Example: factorial function.

    • Python data types include integers, floats, strings, lists, tuples, and dictionaries.

    • Negative indexing allows you to access elements from the end of a list or string. Example: my_list[-1] returns the last element.

    • Exceptions are handled using tr...

  • Answered by AI
  • Q4. (1) what is chmod 644 example.txt permission ? (2) what is the use of xpath? (3) how will you find an element by xpath and by css in selenium ?
  • Ans. 

    Answers to technical questions for Senior Automation Test Engineer position.

    • chmod 644 example.txt permission means the owner has read and write access, while others have only read access.

    • XPath is a language used to locate elements in an XML document or HTML page.

    • To find an element by XPath in Selenium, use the findElement() method with the By.xpath() locator. For example: driver.findElement(By.xpath("//input[@id='usern...

  • Answered by AI
  • Q5. (1) write a list comprehension to print a list from 1 to 10 (2) write a program to check if a given positive integer is a power of two (3) create a fibonacci series of 100 using recursive function (4) wri...
  • Ans. 

    A technical interview question for Senior Automation Test Engineer involving list comprehension, power of two, fibonacci series, missing numbers, and character count.

    • Use range() function to generate a list from 1 to 10 in list comprehension

    • Check if the given integer is a power of two by using bitwise AND operator

    • Use recursion to create a fibonacci series of 100

    • Find missing numbers from a list by comparing it with a ran...

  • Answered by AI
Round 3 - Technical 

(4 Questions)

  • Q1. What is a generator ? Have you used it in real time?
  • Ans. 

    A generator is a function that returns an iterator object. It generates a sequence of values on the fly.

    • Generators are used to create iterators for lazy evaluation of a sequence of values.

    • They are memory efficient as they generate values on the fly instead of storing them in memory.

    • Generators are used in Python for creating infinite sequences, reading large files, and processing data in chunks.

    • Example: def my_generator...

  • Answered by AI
  • Q2. What is a lambda function? Give a example
  • Ans. 

    A lambda function is a small anonymous function that can take any number of arguments and return a single value.

    • Lambda functions are also known as anonymous functions or closures.

    • They are often used as arguments for higher-order functions, such as map, filter, and reduce.

    • Example: lambda x: x**2 defines a lambda function that takes one argument and returns its square.

  • Answered by AI
  • Q3. Print a list of odd index elements from list1 and even index elements from list2 and print the thrid list with the result set of both. list1 = [3,6,9,12,15,18,21] list2 = [4,8,12,16,20,24,28]
  • Ans. 

    Print odd index elements from list1 and even index elements from list2 and combine them into a third list.

    • Loop through both lists and use conditional statements to append the elements to the third list.

    • Use the modulo operator to check for odd/even index.

    • Final list should contain [6, 4, 12, 12, 18, 20].

  • Answered by AI
  • Q4. Write a python program to print the repititve characters in a list which should exclude integers input = ['a','a',4,4,'b','c','a'] output = {'a':3}
  • Ans. 

    Python program to print repetitive characters in a list excluding integers

    • Use a dictionary to store the count of each character

    • Iterate through the list and check if the character is a string and not an integer

    • Print the characters with count greater than 1

  • Answered by AI
Round 4 - One-on-one 

(3 Questions)

  • Q1. This is F2F with director. Asked me about the CI/CD
  • Q2. Some Basic questions on Selenium like How do you launch a browser instance? What are xpaths? Project structure ? About Sprint Cycle
  • Q3. Some python basics on list, dict

Interview Preparation Tips

Topics to prepare for Innominds Software Senior Automation Test Engineer interview:
  • Python
  • GIT
  • Selenium
  • RobotFramework
Interview preparation tips for other job seekers - Go through Python and Selenium Basics. Have knowledge on CI/CD.
Be careful in F2F. I don't have positive experience in director round. He's kind of mean.

Skills evaluated in this interview

Top Innominds Software Senior Automation Test Engineer Interview Questions and Answers

Q1. (1) write a list comprehension to print a list from 1 to 10 (2) write a program to check if a given positive integer is a power of two (3) create a fibonacci series of 100 using recursive function (4) write a program to find missing numbers... read more
View answer (2)

Senior Automation Test Engineer Interview Questions asked at other Companies

Q1. (1) write a list comprehension to print a list from 1 to 10 (2) write a program to check if a given positive integer is a power of two (3) create a fibonacci series of 100 using recursive function (4) write a program to find missing numbers... read more
View answer (2)

Cloud Native Architect Interview Questions & Answers

user image Anonymous

posted on 29 Feb 2024

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

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1) How to prevent DDOS attack in AWS ? 2)How autoscaling is done in Kafka, PostgresSQl, Kubernetes? 3) What is the difference between IAM group and IAM role ? 4) Design Spotify? 5) How to build a queue usi...

Skills evaluated in this interview

Innominds Software Interview FAQs

How many rounds are there in Innominds Software interview?
Innominds Software interview process usually has 2-3 rounds. The most common rounds in the Innominds Software interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Innominds Software 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 Python, Javascript, Java, PDF and SQL.
What are the top questions asked in Innominds Software interview?

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

  1. (1) write a list comprehension to print a list from 1 to 10 (2) write a program...read more
  2. Python : (1) what is recursion ? Give example ? (2)what are the different da...read more
  3. What is a generator ? Have you used it in real ti...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

based on 15 interviews in last 1 year

Interview experience

3.6
  
Good
View more

People are getting interviews through

based on 26 Innominds Software interviews
Job Portal
Campus Placement
Referral
Company Website
Recruitment Consultant
38%
19%
19%
4%
4%
16% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 786 Interviews
NeoSOFT Interview Questions
4.0
 • 251 Interviews
View all

Innominds Software Reviews and Ratings

based on 425 reviews

3.2/5

Rating in categories

3.1

Skill development

3.3

Work-Life balance

2.9

Salary & Benefits

2.9

Job Security

3.1

Company culture

2.7

Promotions/Appraisal

3.0

Work Satisfaction

Explore 425 Reviews and Ratings
Cloud DevOps Engineer

Hyderabad / Secunderabad

5-10 Yrs

Not Disclosed

QA Automation Testing with IOT

Pune

4-9 Yrs

Not Disclosed

Software Engineer

Hyderabad / Secunderabad

5-10 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
439 salaries
unlock blur

₹7.6 L/yr - ₹28 L/yr

Software Engineer
421 salaries
unlock blur

₹4 L/yr - ₹14 L/yr

Senior Engineer
201 salaries
unlock blur

₹6.4 L/yr - ₹25.5 L/yr

Associate Software Engineer
167 salaries
unlock blur

₹2.2 L/yr - ₹8 L/yr

Engineer
152 salaries
unlock blur

₹3 L/yr - ₹14 L/yr

Explore more salaries
Compare Innominds Software with

Persistent Systems

3.5
Compare

LTIMindtree

3.9
Compare

Mphasis

3.4
Compare

TCS

3.7
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