Premium Employer

i

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

Escorts Kubota Limited Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Escorts Kubota Limited Data Engineer Interview Questions and Answers

Updated 10 Dec 2024

Escorts Kubota Limited Data Engineer Interview Experiences

1 interview found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Dec 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain ETL process
  • Ans. 

    ETL process involves extracting data from various sources, transforming it to fit business needs, and loading it into a target database.

    • Extract: Retrieve data from different sources like databases, files, APIs, etc.

    • Transform: Clean, filter, aggregate, and convert data to meet business requirements.

    • Load: Insert the transformed data into a target database or data warehouse.

    • Example: Extracting sales data from a CRM system...

  • Answered by AI
  • Q2. How to check if file is empty using python
  • Ans. 

    Use os.path.getsize() to check if file size is 0

    • Use os.path.getsize() to get the size of the file in bytes

    • Check if the size is 0 to determine if the file is empty

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

2 codes were there and it was really easy

Round 2 - Technical 

(2 Questions)

  • Q1. Types of data structures in python
  • Ans. 

    Python has various data structures like lists, tuples, dictionaries, sets, etc.

    • Lists: Ordered, mutable, allows duplicate elements. Example: [1, 2, 3]

    • Tuples: Ordered, immutable, allows duplicate elements. Example: (1, 2, 3)

    • Dictionaries: Unordered, mutable, key-value pairs. Example: {'key': 'value'}

    • Sets: Unordered, mutable, unique elements. Example: {1, 2, 3}

  • Answered by AI
  • Q2. Structures of hadoop
  • Ans. 

    Hadoop is a framework for distributed storage and processing of large data sets across clusters of computers.

    • Hadoop consists of HDFS (Hadoop Distributed File System) for storage and MapReduce for processing.

    • Hadoop uses a master-slave architecture with a single NameNode (master) and multiple DataNodes (slaves).

    • Hadoop ecosystem includes tools like Hive, Pig, Spark, and HBase for different data processing tasks.

    • Hadoop is ...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Project exaination
  • Q2. Behviaoural questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain about your experience
  • Ans. 

    I have 5 years of experience working as a Data Engineer in various industries.

    • Developed and maintained ETL pipelines to extract, transform, and load data from various sources

    • Designed and implemented data models to support business requirements

    • Optimized database performance and ensured data quality and integrity

    • Worked with cross-functional teams to analyze data and provide insights for decision-making

    • Proficient in progr...

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Separate integers and characters from a given string
  • Ans. 

    Separate integers and characters from a given string

    • Iterate through each character in the string

    • Check if the character is a digit or a letter

    • Store the digits and letters in separate arrays

  • Answered by AI
  • Q2. Some SQL questions
Round 2 - Technical 

(1 Question)

  • Q1. About previous/current project

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Second highest salary in SQL
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find the second highest salary.

    • Use SELECT statement to retrieve the salary column

    • Use ORDER BY clause to sort the salaries in descending order

    • Use LIMIT 1,1 to skip the first highest salary and retrieve the second highest salary

  • Answered by AI
  • Q2. Duplicate elements in list using python
  • Ans. 

    Use Python to find duplicate elements in a list.

    • Iterate through the list and use a dictionary to store elements and their counts.

    • Identify elements with counts greater than 1 as duplicates.

    • Return a list of duplicate elements found.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Job Portal and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Data partitioning
  • Q2. Data clustering

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for basic sql questions
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 Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Its consists of total 50 mcq questions.

Round 2 - Technical 

(1 Question)

  • Q1. Here they asked me technical question from the machine learning, SQL, and project mention in CV.

Interview Preparation Tips

Interview preparation tips for other job seekers - This is the HR round and they asked me some question related to my hobbies and products of TVSM.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Dec 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 

Python, SQL, Word, Powe point and Excel

Round 3 - Technical 

(1 Question)

  • Q1. Tell about any project that you worked with data How do clean dirty data
  • Ans. 

    I worked on a project to clean dirty data

    • Identify and understand the data quality issues

    • Remove duplicate records

    • Handle missing values by imputation or deletion

    • Standardize and normalize data formats

    • Correct inconsistent or inaccurate data

    • Validate data against predefined rules or constraints

    • Perform data profiling and outlier detection

    • Implement data validation checks during data ingestion

    • Use data cleaning tools and techniq...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. About this company why this company about family day to day activities

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your project and make sure you know every thing about the algorithm you had used and types of algorithms

I was interviewed in Aug 2021.

Interview Questionnaire 

1 Question

  • Q1. How to reduce shuffling
  • Ans. 

    Shuffling can be reduced by optimizing data partitioning and minimizing data movement.

    • Use partitioning techniques like bucketing and sorting to minimize shuffling

    • Avoid using wide transformations like groupBy and join

    • Use broadcast variables to reduce data movement

    • Optimize cluster configuration and resource allocation

    • Use caching and persistence to avoid recomputation

    • Consider using columnar storage formats like Parquet or

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer is half knowledge guy. He doesn't know answers properly and he is trying to ask. How these interviewer got jobs.. god only on knows. Before asking questions they should know the answers.

Skills evaluated in this interview

Escorts Kubota Limited Interview FAQs

How many rounds are there in Escorts Kubota Limited Data Engineer interview?
Escorts Kubota Limited interview process usually has 1 rounds. The most common rounds in the Escorts Kubota Limited interview process are Technical.
What are the top questions asked in Escorts Kubota Limited Data Engineer interview?

Some of the top questions asked at the Escorts Kubota Limited Data Engineer interview -

  1. How to check if file is empty using pyt...read more
  2. Explain ETL proc...read more

Tell us how to improve this page.

Escorts Kubota Limited Data Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join Escorts Kubota Limited On Your Side

Interview Questions from Similar Companies

Tata Motors Interview Questions
4.2
 • 996 Interviews
Maruti Suzuki Interview Questions
4.2
 • 597 Interviews
Hero MotoCorp Interview Questions
4.2
 • 330 Interviews
TVS Motor Interview Questions
4.0
 • 308 Interviews
Bajaj Auto Interview Questions
3.9
 • 269 Interviews
Ashok Leyland Interview Questions
4.1
 • 237 Interviews
Ford Motor Interview Questions
4.4
 • 144 Interviews
Force Motors Interview Questions
3.6
 • 116 Interviews
Sasken Interview Questions
3.8
 • 79 Interviews
View all
Assistant Manager
1.1k salaries
unlock blur

₹3.5 L/yr - ₹11.7 L/yr

Manager
524 salaries
unlock blur

₹5.4 L/yr - ₹17.2 L/yr

Diploma Trainee Engineer
502 salaries
unlock blur

₹1.4 L/yr - ₹2.8 L/yr

Executive
286 salaries
unlock blur

₹1.7 L/yr - ₹7.5 L/yr

Senior Manager
277 salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Explore more salaries
Compare Escorts Kubota Limited with

Mahindra & Mahindra

4.1
Compare

Tata Motors

4.2
Compare

Ashok Leyland

4.1
Compare

Bharat Forge

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