Upload Button Icon Add office photos

Filter interviews by

Infobell IT Solutions Data Engineer Interview Questions and Answers

Updated 22 Sep 2022

Infobell IT Solutions Data Engineer Interview Experiences

1 interview found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Sep 2022

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1) Optimizations techniques used while working on Spark and hive. 2) difference between partitioning and bucketing 3) How to add column in Data frame 4) Difference between cache and persistent
  • Ans. 

    Answers to questions related to Spark, Hive, and Data Frames

    • Optimization techniques in Spark and Hive include partitioning, bucketing, and caching

    • Partitioning divides data into smaller, more manageable chunks while bucketing groups data based on a specific column

    • Adding a column to a Data Frame can be done using the 'withColumn' method

    • Caching stores data in memory for faster access while persistence stores data on disk

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. All questions related to current and previous projects. What is mean by ETL Day to day responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Should focus on job description. The technology they have mentioned should be prepared theoretically and practically. Some common tricky questions should be prepared.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I was interviewed in Dec 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Technical question related to Java, Spring boot
Round 2 - Technical 

(1 Question)

  • Q1. It was somehow managerial plus technical round.
Round 3 - Behavioral 

(1 Question)

  • Q1. Project related question.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jun 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions on PHP
  • Q2. Some difficult questions and program to write in online editor
Round 2 - Technical 

(2 Questions)

  • Q1. Asked a few Hard questions and project related questions
  • Q2. Program to write on online editor Parenthesis matching and flight ticket booking
  • Ans. 

    Program to write on online editor with parenthesis matching and flight ticket booking functionality.

    • Create a program that allows users to write and edit text online.

    • Implement a feature to match parentheses in the text.

    • Include functionality for users to book flight tickets.

    • Ensure the program is user-friendly and efficient in handling both tasks.

    • Example: Use HTML, CSS, and JavaScript to create the online editor with pare...

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

(1 Question)

  • Q1. Normal managerial round, go through company website before this round

Interview Preparation Tips

Interview preparation tips for other job seekers - You need to run your program in both the rounds to clear the interviews.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Find in rotated sorted array
  • Ans. 

    Search for a target value in a rotated sorted array.

    • Use binary search to find the pivot point where the array is rotated.

    • Determine which half of the array the target value lies in based on the pivot point.

    • Continue binary search in the appropriate half of the array to find the target value.

  • Answered by AI
  • Q2. Design IMDB. how will you manage concurrent ratings
  • Ans. 

    Design IMDB with concurrent ratings management

    • Implement a locking mechanism to ensure only one user can update a rating at a time

    • Use a queue system to handle multiple rating requests in an orderly manner

    • Consider using distributed systems to handle high concurrency levels

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design vehicle rental system. Api design
  • Ans. 

    Design a vehicle rental system API

    • Create endpoints for listing available vehicles, booking a vehicle, and returning a vehicle

    • Include authentication and authorization mechanisms for users and admins

    • Implement payment gateway integration for processing rental payments

    • Include features like vehicle search, filtering, and reviews/ratings

    • Consider scalability and performance optimizations for handling high traffic

  • Answered by AI

Skills evaluated in this interview

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

General mathematics, pseudo code.

Round 2 - Group Discussion 

Time: 30min
GD: lead tech concepts

Round 3 - Coding Test 

Select a primary coding language and ensure that the fundamental concepts are well understood.

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Logical reasoning 20 character

Interview Preparation Tips

Topics to prepare for Anywhere Data Analyst interview:
  • Advanced Excel SQL
Interview preparation tips for other job seekers - Aptitude test
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at PSG College of Arts & Science, Coimbatore and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

There are Question based on data strcuture ,they cover all the topic in ds

Round 2 - Coding Test 

In coding code they gave internet access to solve the problem after 30 they told us to make some changes in it and we should ready to explain the entire code

Interview Preparation Tips

Interview preparation tips for other job seekers - To clear 1 st round ,revise all the data structure concepts ,in second round make sure to be strong in fundamentals of programming and good in logical thinking
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. About ur self some technical problem

I applied via campus placement at Manipal Institute of Technology (MIT) and was interviewed in Sep 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Coding on python programming, any language is used in in coding.

Round 2 - Technical 

(2 Questions)

  • Q1. Good ask simple question and simple program
  • Q2. Python programming string reverse the string
  • Ans. 

    Python provides a simple way to reverse a string using slicing.

    • Use slicing to reverse the string: string[::-1]

    • Assign the reversed string to a new variable or print it directly

    • Alternatively, use the reversed() function to create a reversed iterator and join it back into a string

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study oops concepts, algorithm , logical questions , -----

Skills evaluated in this interview

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

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

Aptitude test and coding test

Round 3 - Technical 

(1 Question)

  • Q1. Python basics and about academic project
Round 4 - Technical 

(1 Question)

  • Q1. Python questions and hands on coding

Infobell IT Solutions Interview FAQs

How many rounds are there in Infobell IT Solutions Data Engineer interview?
Infobell IT Solutions interview process usually has 2 rounds. The most common rounds in the Infobell IT Solutions interview process are Technical.

Tell us how to improve this page.

Infobell IT Solutions Data Engineer Salary
based on 6 salaries
₹9.6 L/yr - ₹11 L/yr
5% less than the average Data Engineer Salary in India
View more details
Software Engineer
31 salaries
unlock blur

₹5.2 L/yr - ₹14.4 L/yr

Junior Software Engineer
13 salaries
unlock blur

₹4.6 L/yr - ₹10 L/yr

Senior Software Engineer
12 salaries
unlock blur

₹10.6 L/yr - ₹22 L/yr

Junior Software Developer
7 salaries
unlock blur

₹3.6 L/yr - ₹12 L/yr

Information Technology Recruiter
7 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Explore more salaries
Compare Infobell IT Solutions with

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

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