Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Innoviti Technologies Private Limited Team. If you also belong to the team, you can get access from here

Innoviti Technologies Private Limited Verified Tick

Compare button icon Compare button icon Compare
3.2

based on 227 Reviews

Filter interviews by

Innoviti Technologies Private Limited Data Engineer Interview Questions and Answers

Updated 23 Jan 2025

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
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. Fibonacci sequence
  • Q2. Databricks cluster questions
  • Q3. Intermediate SQL questions from datalemur
  • Q4. Python questions from geeksforgeeks
  • Q5. ETL information

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up python and SQL and spark. Ready to do coding questions.

I applied via Approached by Company and was interviewed in Dec 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain the project architecture.
  • Ans. 

    The project architecture consists of multiple components that work together to process and analyze data.

    • The architecture follows a distributed computing model.

    • Data is collected from various sources and stored in a data lake or data warehouse.

    • Data processing and transformation tasks are performed using tools like Apache Spark or Hadoop.

    • Processed data is then loaded into a database or data store for further analysis.

    • Anal...

  • Answered by AI
  • Q2. What are flaws in your architecture?
  • Ans. 

    Our architecture lacks scalability and real-time processing capabilities.

    • Our current architecture is not designed to handle large volumes of data.

    • Real-time processing of data is not possible with our current setup.

    • We lack a proper data pipeline for efficient data processing.

    • Our architecture is not fault-tolerant and lacks redundancy.

    • We need to improve our data storage and retrieval mechanisms.

    • Our architecture does not ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare about challenges and solutions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Machine coding.
Code structure, naming, best practices are more important than time or space complexity.

Round 2 - Coding Test 

Same as Round 1, except more complex problem statement

Round 3 - Technical 

(1 Question)

  • Q1. Integration round. Given a library, do some operations with it, i.e. pull specific data point from file, make an POST call using different data point etc.
Round 4 - Technical 

(1 Question)

  • Q1. Given a codebase, fix a specific bug
  • Ans. 

    I would start by reproducing the bug, analyzing the code, identifying the root cause, implementing a fix, testing the fix, and finally deploying it.

    • Reproduce the bug by following the steps that lead to the issue.

    • Analyze the code surrounding the bug to understand the context and potential causes.

    • Identify the root cause of the bug by debugging and tracing the code execution.

    • Implement a fix by making the necessary code ch...

  • Answered by AI
Round 5 - Technical 

(1 Question)

  • Q1. Standard HLD/LLD design problem
  • Ans. 

    HLD focuses on overall system architecture, while LLD delves into specific implementation details.

    • HLD includes components, modules, interfaces, and dependencies.

    • LLD involves detailed class diagrams, data structures, algorithms, and database schema.

    • Example: HLD may outline a system using microservices architecture, while LLD may specify how each microservice communicates and stores data.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewing here is very very different than MAANG companies.
Speed of execution matters, but best practices matter more.
Time and space complexity is not tested at all!

Skills evaluated in this interview

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

I applied via Instahyre and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Coding questions on Python and SQL
  • Q2. Python basic DS questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was about DS Algo and Java garbage collection,multithreading

Round 2 - Technical 

(2 Questions)

  • Q1. Low level design of rate limiter
  • Ans. 

    Rate limiter is a system that controls the rate of traffic sent or received by a network interface.

    • Implement a token bucket algorithm to track and limit the rate of requests

    • Use a sliding window algorithm to track the number of requests within a specific time frame

    • Consider using a distributed rate limiter for scalability and fault tolerance

  • Answered by AI
  • Q2. Springboot basics, java basics, future interfaces, basic sql queries

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Longest Consecutive Sequence
  • Ans. 

    Find the length of the longest consecutive elements sequence in an array.

    • Sort the array to ensure consecutive elements are adjacent

    • Iterate through the array and keep track of the current consecutive sequence length

    • Update the longest consecutive sequence length as you iterate

  • Answered by AI
  • Q2. Core Java Questions
Round 2 - Technical 

(2 Questions)

  • Q1. Executor Service and it's code
  • Ans. 

    Executor Service is a framework provided by Java for managing and executing asynchronous tasks.

    • Executor Service allows you to easily create and manage threads for executing tasks.

    • It provides a way to control the number of threads used for executing tasks, which can help prevent resource exhaustion.

    • You can submit tasks to an Executor Service using methods like execute() or submit().

    • Executor Service can be used to execut...

  • Answered by AI
  • Q2. Core Java and Spring boot questions
Round 3 - Technical 

(2 Questions)

  • Q1. Design patterns
  • Q2. Core Java questions

Skills evaluated in this interview

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

It consist of 4 DSA ques and few quiz and opps concept based ques
1st was string based Medium level ques.
2nd was a ques based on 2 pointer
And other 2 was from Vector and Linked list easy ques

Round 2 - Technical 

(3 Questions)

  • Q1. It was stock buy and sell ques on leetcode where we need to find Max profit and what day to buy and sell
  • Q2. 2d array ques to print natural numbers in spiral form
  • Ans. 

    Print natural numbers in spiral form using a 2D array.

    • Create a 2D array with dimensions n x n.

    • Initialize variables for row and column boundaries.

    • Iterate through the array in a spiral pattern, filling in natural numbers.

  • Answered by AI
  • Q3. Hard level linked list ques

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Describe projects
  • Ans. 

    I have worked on various projects including developing web applications, creating mobile apps, and implementing machine learning algorithms.

    • Developed a web application for a retail company to manage inventory and sales data

    • Created a mobile app for a fitness tracking platform to track user's exercise routines

    • Implemented machine learning algorithms for a recommendation system in an e-commerce website

  • Answered by AI
  • Q2. Knowledge testing on ML frameworks
Round 2 - Aptitude Test 

Had a overall personality, technical & problem solving test with AVP

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Types of Window Function
  • Ans. 

    Window functions are used in SQL to perform calculations across a set of table rows related to the current row.

    • Types include ROW_NUMBER(), RANK(), DENSE_RANK(), NTILE(), LAG(), LEAD(), FIRST_VALUE(), LAST_VALUE(), etc.

    • They allow for calculations to be performed on a specific subset of rows within a query result set.

    • Window functions are commonly used for running totals, moving averages, and ranking data.

  • Answered by AI
  • Q2. Difference between Joins with examples
  • Ans. 

    Joins are used to combine rows from two or more tables based on a related column between them.

    • Inner Join: Returns rows when there is a match in both tables.

    • Left Join: Returns all rows from the left table and the matched rows from the right table.

    • Right Join: Returns all rows from the right table and the matched rows from the left table.

    • Full Outer Join: Returns rows when there is a match in one of the tables.

    • Cross Join:

  • Answered by AI

Skills evaluated in this interview

Innoviti Technologies Private Limited Interview FAQs

How many rounds are there in Innoviti Technologies Private Limited Data Engineer interview?
Innoviti Technologies Private Limited interview process usually has 1 rounds. The most common rounds in the Innoviti Technologies Private Limited interview process are HR.

Tell us how to improve this page.

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 760 Interviews
PhonePe Interview Questions
4.0
 • 300 Interviews
HighRadius Interview Questions
3.0
 • 179 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
TransUnion Interview Questions
4.0
 • 88 Interviews
Freecharge Interview Questions
4.0
 • 53 Interviews
Mobikwik Interview Questions
4.1
 • 45 Interviews
Paytm Money Interview Questions
3.3
 • 30 Interviews
Jupiter Money Interview Questions
3.4
 • 29 Interviews
Spice Money Interview Questions
4.1
 • 28 Interviews
View all

Fast track your campus placements

View all
Innoviti Technologies Private Limited Data Engineer Salary
based on 4 salaries
₹6.6 L/yr - ₹8.8 L/yr
28% less than the average Data Engineer Salary in India
View more details
Software Engineer
84 salaries
unlock blur

₹2.5 L/yr - ₹10.4 L/yr

Area Sales Manager
36 salaries
unlock blur

₹4.3 L/yr - ₹9.5 L/yr

QA Engineer
27 salaries
unlock blur

₹3.5 L/yr - ₹9.9 L/yr

Customer Support Executive
23 salaries
unlock blur

₹2.1 L/yr - ₹3.5 L/yr

Store Relationship Officer
21 salaries
unlock blur

₹2 L/yr - ₹3.1 L/yr

Explore more salaries
Compare Innoviti Technologies Private Limited with

Razorpay

3.6
Compare

Payed

2.8
Compare

Mobikwik

4.0
Compare

Paytm

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