Upload Button Icon Add office photos

Innoplexus

Compare button icon Compare button icon Compare

Filter interviews by

Innoplexus Data Engineer Interview Questions and Answers

Updated 10 May 2024

Innoplexus Data Engineer Interview Experiences

1 interview found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 10 May 2024

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

I applied via Campus Placement and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What are acid properties,tell about decorator in python,list comprehension questions,project explanation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in python and one database and be ready with good projects

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Innoplexus?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Sql ,
  • Q2. Object oriented programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare whatever technologies you have mentioned in your resume.

Data Engineer Interview Questions Asked at Other Companies

asked in Sigmoid
Q1. Next Greater Element Problem Statement You are given an array arr ... read more
asked in LTIMindtree
Q2. If you are given cards numbered 1-1000 and 4 boxes, where card 1 ... read more
asked in Cisco
Q3. Optimal Strategy for a Coin Game You are playing a coin game with ... read more
asked in Sigmoid
Q4. Problem: Search In Rotated Sorted Array Given a sorted array that ... read more
asked in Sigmoid
Q5. K-th Element of Two Sorted Arrays You are provided with two sorte ... read more

Data Analyst Interview Questions & Answers

Ganit Inc user image Harshal Khedkar

posted on 28 Apr 2021

I appeared for an interview in Mar 2021.

Interview Questionnaire 

1 Question

  • Q1. Current Project

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly about projects u did

Interview Questionnaire 

1 Question

  • Q1. SQL and python related basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of SQL python and they will check our communication skills

I applied via Naukri.com and was interviewed in Jun 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About all the testing concepts and python and robot automation questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview Exp was great with Sungard, I said no to that questions for those I had no answer; and explained everything which I had knowledge about.
Total there were 4 round of interview, next round interview was harder than the last one.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2022. There were 5 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 

It was a coding round with sql ,python questions , few aptitude questions

Round 3 - Technical 

(2 Questions)

  • Q1. They asked few questions sql and python and few questions - depending on the role
  • Q2. BASIC SQL WHAT YOU HAD WRITTEN IN THE CODE
  • Ans. 

    Basic SQL involves writing queries to manage and manipulate relational databases effectively.

    • SELECT statement: Used to retrieve data from a database. Example: SELECT * FROM employees;

    • WHERE clause: Filters records based on specified conditions. Example: SELECT * FROM employees WHERE age > 30;

    • JOIN operations: Combines rows from two or more tables based on a related column. Example: SELECT * FROM orders JOIN customers ...

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. They asked me few questions related to sql
  • Q2. BASIC PYTHON QUESTIONS LIKE WHAT YOU HAVE WRITTEN IN THE CODE
Round 5 - HR 

(1 Question)

  • Q1. About yourself , your hobby etc

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and be able to explain the code you wrote in coding round
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Dsa problems dp and tress problem

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Projects and intership

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSA
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Python and SQL questions were asked

Round 2 - One-on-one 

(1 Question)

  • Q1. I was asked about the project
Round 3 - One-on-one 

(1 Question)

  • Q1. ACID properties of DBMS
  • Ans. 

    ACID properties ensure data integrity in DBMS: Atomicity, Consistency, Isolation, Durability.

    • Atomicity ensures that all operations in a transaction are completed successfully or none at all.

    • Consistency ensures that the database remains in a consistent state before and after the transaction.

    • Isolation ensures that multiple transactions can be executed concurrently without affecting each other.

    • Durability ensures that once...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. HR question and family background

Interview Preparation Tips

Topics to prepare for Junglee Games Data Engineer interview:
  • SQL
  • Python
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

The test was in hackerrank platform, it was moderate level.

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. ML project explanation
  • Ans. 

    Developed a machine learning model to predict customer churn for a telecom company.

    • Used logistic regression and decision tree algorithms for classification.

    • Performed feature engineering to extract relevant features from customer data.

    • Achieved an accuracy of 85% on the test set.

    • Provided actionable insights to the company to reduce customer churn.

  • Answered by AI
  • Q2. 2.different performance metric
  • Ans. 

    Different performance metrics are used to measure the effectiveness of a model or system.

    • Accuracy

    • Precision

    • Recall

    • F1 Score

    • ROC Curve

    • AUC

    • Mean Squared Error

    • Root Mean Squared Error

    • R-squared

  • Answered by AI
  • Q3. Diff in Bagging and boosting. Explain XgBoost
  • Ans. 

    Bagging and boosting are ensemble learning techniques. XgBoost is a gradient boosting algorithm.

    • Bagging involves training multiple models on different subsets of the data and combining their predictions.

    • Boosting involves training models sequentially, with each model trying to correct the errors of the previous model.

    • XgBoost is an optimized implementation of gradient boosting that uses a combination of tree-based models...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Logic behind your answer matters

Skills evaluated in this interview

Innoplexus Interview FAQs

How many rounds are there in Innoplexus Data Engineer interview?
Innoplexus interview process usually has 1 rounds. The most common rounds in the Innoplexus interview process are Technical.
How to prepare for Innoplexus Data 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 Innoplexus. The most common topics and skills that interviewers at Innoplexus expect are Python, MongoDB and Graph.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Junglee Games Interview Questions
3.1
 • 34 Interviews
Ganit Inc Interview Questions
3.8
 • 26 Interviews
11:11 Systems Interview Questions
3.7
 • 15 Interviews
Capace Software Interview Questions
4.3
 • 13 Interviews
Agilisium Interview Questions
3.1
 • 13 Interviews
View all
Innoplexus Data Engineer Salary
based on 9 salaries
₹5.1 L/yr - ₹16 L/yr
16% less than the average Data Engineer Salary in India
View more details

Innoplexus Data Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Knowledge Associate
88 salaries
unlock blur

₹2 L/yr - ₹6.5 L/yr

Associate Software Engineer
56 salaries
unlock blur

₹5.6 L/yr - ₹12.9 L/yr

Software Engineer
31 salaries
unlock blur

₹6 L/yr - ₹21 L/yr

Associate Data Scientist
24 salaries
unlock blur

₹10 L/yr - ₹18 L/yr

Data Scientist
22 salaries
unlock blur

₹4.8 L/yr - ₹19.3 L/yr

Explore more salaries
Compare Innoplexus with

JoulestoWatts Business Solutions

3.1
Compare

Thoughtsol Infotech

4.6
Compare

11:11 Systems

3.6
Compare

Ganit Inc

3.8
Compare
write
Share an Interview