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 Front end Developer Interview Questions and Answers

Updated 26 Nov 2021

Innominds Software Front end Developer Interview Experiences

2 interviews found

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

Sun Pharmaceutical Industries

Join us and thrive in a company culture that inspires and empowers.

Interview Questionnaire 

2 Questions

  • Q1. 1. Javascript HTML CSS jquery and reactJs basic questions
  • Q2. 2. Simple Project in React
  • Ans. 

    A simple project in React

    • Create a basic React app using create-react-app

    • Add components and props to display data

    • Use state and lifecycle methods to update and manage data

    • Implement routing using React Router

    • Integrate with APIs to fetch and display data

    • Style components using CSS or a CSS framework like Bootstrap

  • Answered by AI

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 ... read more
Q2. Find Unique Element in Array You have been provided an integer ar ... read more
asked in JUSPAY
Q3. Dijkstra's Shortest Path Problem Statement You are given an undir ... read more
asked in JUSPAY
Q4. Encode N-ary Tree to Binary Tree Problem Statement You are provid ... read more
Q5. Sort Linked List Based on Actual Values You are given a Singly Li ... read more

Interview questions from similar companies

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 360 minutes
Round difficulty - Medium

Basically TCS conduct its flagship event named as CODEVITA . And it offers Internship to prefinal (3rd )year students .

  • Q1. 

    Allocate Books Problem Statement

    Given an array of integers arr, where arr[i] represents the number of pages in the i-th book, and an integer m representing the number of students, allocate all the books ...

  • Ans. 

    Allocate books to students in a way that minimizes the maximum number of pages assigned to a student.

    • Iterate through possible allocations and calculate the maximum pages assigned to a student.

    • Find the minimum of these maximums to get the optimal allocation.

    • Return the minimum pages allocated in each test case, or -1 if not possible.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaMust be doing B.TECHTata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Data Structure , Algorithms ,DBMS , OOPs ,OSTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Good understanding of Data Structure and Algorithms 
Tip 2 : Be clear in your Core Subjects.
Tip 3 : Do at least 1 good Project .
Tip 4 : Be humble and speak truth .

Application resume tips for other job seekers

Tip 1 : Simple and Crisp .
Tip 2 : Do host your project and mention the link in the resume .
Tip 3 : Single Page

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 Mar 2024. There was 1 interview round.

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Feb 2022. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to Give examples Supporting your answers

I applied via LinkedIn

Interview Questionnaire 

5 Questions

  • Q1. 1.what is strict Mode in react. 2.Virtual Dom. 3,react and html difference
  • Q2. What is redux
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Redux is a library for managing application state

    • It provides a centralized store for all the state of an application

    • It uses a single source of truth principle

    • It allows for predictable state changes through actions and reducers

    • It is commonly used with React for building complex UIs

  • Answered by AI
  • Q3. What is jquery? 2.explain architecture of your project.
  • Ans. 

    jQuery is a fast, small, and feature-rich JavaScript library.

    • jQuery simplifies HTML document traversing, event handling, and animating.

    • It provides a set of methods for AJAX interactions and DOM manipulation.

    • jQuery is cross-platform and supports a wide range of browsers.

    • It has a large community and a vast number of plugins available.

    • Project architecture depends on the specific project and its requirements.

  • Answered by AI
  • Q4. Form validation in react
  • Ans. 

    Form validation in React ensures user input is correct before submission.

    • Use controlled components to manage form state

    • Create validation functions to check input

    • Display error messages for invalid input

    • Disable submit button until form is valid

    • Consider using a library like Formik or Yup for easier validation

  • Answered by AI
  • Q5. React hooks explanation
  • Ans. 

    React hooks are functions that allow functional components to use state and lifecycle methods.

    • Hooks were introduced in React 16.8

    • useState() is a hook that allows state to be used in functional components

    • useEffect() is a hook that allows lifecycle methods to be used in functional components

    • Custom hooks can be created to reuse stateful logic across components

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure u have entered proper information in your resume,mostly they asked the questions related to previous projects working and the technologies which we had mentioned in resume, always study own resume and prepare accourding to that.

Skills evaluated in this interview

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

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Jul 2024. There was 1 interview round.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

Skills evaluated in this interview

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

Innominds Software Interview FAQs

How to prepare for Innominds Software Front end Developer 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 CSS, Javascript, Angular, Front End and HTML.
What are the top questions asked in Innominds Software Front end Developer interview?

Some of the top questions asked at the Innominds Software Front end Developer interview -

  1. 2. Simple Project in Re...read more
  2. 1. Javascript HTML CSS jquery and reactJs basic questi...read more

Recently Viewed

INTERVIEWS

Tech Mahindra

No Interviews

REVIEWS

Tech Mahindra

No Reviews

COMPANY BENEFITS

Tech Mahindra

No Benefits

SALARIES

WNS

INTERVIEWS

Innominds Software

No Interviews

REVIEWS

Innominds Software

No Reviews

INTERVIEWS

Innominds Software

No Interviews

REVIEWS

HCLTech

No Reviews

SALARIES

Innominds Software

INTERVIEWS

Innominds Software

No Interviews

Tell us how to improve this page.

HCLTech

Workplace transformation starts with you

Innominds Software Front end Developer Salary
based on 17 salaries
₹3.2 L/yr - ₹7.8 L/yr
9% less than the average Front end Developer Salary in India
View more details

Innominds Software Front end Developer Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

3.6

Skill development

4.2

Work-life balance

4.0

Salary

3.6

Job security

3.6

Company culture

3.6

Promotions

3.6

Work satisfaction

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

₹7.5 L/yr - ₹27 L/yr

Software Engineer
388 salaries
unlock blur

₹3.6 L/yr - ₹14 L/yr

Senior Engineer
211 salaries
unlock blur

₹6.2 L/yr - ₹25.1 L/yr

Associate Software Engineer
168 salaries
unlock blur

₹2.2 L/yr - ₹8.5 L/yr

Engineer
159 salaries
unlock blur

₹3 L/yr - ₹13.2 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