Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Innoplexus Software Developer Interview Questions and Answers

Updated 13 May 2024

Innoplexus Software Developer Interview Experiences

3 interviews found

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

I applied via Campus Placement and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Write delete query in Mongodb
  • Ans. 

    Delete query in MongoDB removes documents from a collection based on specified criteria.

    • Use the 'deleteMany' method to delete multiple documents matching a filter

    • Use the 'deleteOne' method to delete a single document matching a filter

    • Specify the filter criteria to identify the documents to be deleted

  • Answered by AI
  • Q2. Explain Java oops concepts
  • Ans. 

    Java oops concepts include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction hides the implementation details and only shows the necessary features to

  • Answered by AI
  • Q3. Asked about Java development

Interview Preparation Tips

Interview preparation tips for other job seekers - Make good in one field

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Jun 2022. There were 4 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 - Aptitude Test 

Basic Aptitude questions along with some technical and coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. Questions based on Java in my case as I told Java was my most used language
  • Q2. Questions based on projects
Round 4 - HR 

(1 Question)

  • Q1. Database related questions

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more

I was interviewed before May 2016.

Interview Questionnaire 

1 Question

  • Q1. I was asked about myself and my expectations. It was a relatively casual session.

Interview Preparation Tips

Round: Resume Shortlist
Experience: It was mostly based on pointers. I was lucky they checked my skills and I was shortlisted in List B

Round: Coding Aptitude
Experience: It was a python based round. I was required to solve 20 questions in 20 minutes.

Round: HR Interview
Tips: Maintain your peace of mind and keep calm. More importantly don't be greedy.

Skills: Python
College Name: IIT BHU

Interview questions from similar companies

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 - Coding Test 

Coding testing with 15 questions MCQ based

Round 3 - Technical 

(1 Question)

  • Q1. 1 or 2 DSA questions, rest tech stack related questions were asked
Round 4 - One-on-one 

(1 Question)

  • Q1. This was a technofunctional round, kind of a managerial round.
Round 5 - HR 

(1 Question)

  • Q1. This was a HR round
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. Reg BW and ABAP and XSA
Round 3 - Technical 

(1 Question)

  • Q1. Reg sap BW and ABAP and XSA
Round 4 - HR 

(1 Question)

  • Q1. Company structure
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Online coding test with Sql and python questions

Round 2 - Technical 

(5 Questions)

  • Q1. Details about project and experience
  • Q2. Pyspark and databricks questions
  • Q3. What is Spark context
  • Ans. 

    Spark context is the main entry point for Spark functionality and represents the connection to a Spark cluster.

    • Main entry point for Spark functionality

    • Represents connection to a Spark cluster

    • Used to create RDDs, broadcast variables, and accumulators

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

    Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class.

    • Allows for code reusability by creating a new class based on an existing class

    • Derived class inherits properties and behaviors of the base class

    • Supports the concept of polymorphism and encapsulation

    • Example: Class 'Car' can inherit from class 'Vehicle' and inherit its attributes like 'color' and met

  • Answered by AI
  • Q5. What is sparkconfig
  • Ans. 

    SparkConfig is a configuration object used in Apache Spark to set various parameters for Spark applications.

    • SparkConfig is used to set properties like application name, master URL, and other Spark settings.

    • It is typically created using SparkConf class in Spark applications.

    • Example: val sparkConf = new SparkConf().setAppName("MyApp").setMaster("local")

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare sql and databricks and you are good to go. Also watch out for comms skills

Skills evaluated in this interview

I applied via Referral and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Spark, Hive, AWS, SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all basics for big data related to spark, SQL, DBMS
Prepare your project well

I applied via Job Portal and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic js concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

I applied via Job Portal and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic concept of JS

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What fifo? diff btwn fifo and lifo
  • Ans. 

    FIFO stands for First In, First Out. LIFO stands for Last In, First Out.

    • FIFO is a method for organizing and manipulating a data buffer, where the first element added is the first to be removed.

    • LIFO is a method where the last element added is the first to be removed.

    • FIFO is like a queue, while LIFO is like a stack.

    • Example: In a FIFO queue, if elements A, B, and C are added in that order, they will be removed in the same...

  • Answered by AI

Skills evaluated in this interview

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

Innoplexus Interview FAQs

How many rounds are there in Innoplexus Software Developer interview?
Innoplexus interview process usually has 2-3 rounds. The most common rounds in the Innoplexus interview process are Technical, Resume Shortlist and Aptitude Test.
What are the top questions asked in Innoplexus Software Developer interview?

Some of the top questions asked at the Innoplexus Software Developer interview -

  1. Write delete query in Mong...read more
  2. Explain Java oops conce...read more
  3. Questions based on Java in my case as I told Java was my most used langu...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Headout

No Interviews

INTERVIEWS

ITC

No Interviews

INTERVIEWS

Indian Army

No Interviews

INTERVIEWS

RxLogix Corporation

No Interviews

INTERVIEWS

IIM Indore

No Interviews

INTERVIEWS

WSP

No Interviews

INTERVIEWS

Namekart

No Interviews

INTERVIEWS

Kiya.ai

No Interviews

Tell us how to improve this page.

Innoplexus Software Developer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Innoplexus Software Developer Salary
based on 12 salaries
₹6.8 L/yr - ₹20.2 L/yr
87% more than the average Software Developer Salary in India
View more details

Innoplexus Software Developer Reviews and Ratings

based on 22 reviews

4.6/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

4.6

Salary

4.5

Job security

4.5

Company culture

4.6

Promotions

4.4

Work satisfaction

Explore 22 Reviews and Ratings
Associate Software Engineer
60 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Knowledge Associate
52 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
32 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Data Scientist
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Innoplexus with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

Tiger Analytics

3.7
Compare

LatentView Analytics

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent