Upload Button Icon Add office photos
Engaged Employer

i

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

DataGrokr Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

DataGrokr Data Engineer Interview Questions and Answers

Updated 17 Sep 2024

DataGrokr Data Engineer Interview Experiences

3 interviews found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Sep 2024

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

Spark related assignment

Round 2 - Technical 

(2 Questions)

  • Q1. SQL question like select and filter related topics
  • Q2. Python to sort numbers
  • Ans. 

    Use the sorted() function in Python to sort numbers in a list.

    • Use the sorted() function with the list of numbers as input.

    • sorted() function returns a new sorted list without modifying the original list.

    • You can use the reverse parameter in sorted() to sort in descending order.

    • Example: numbers = [3, 1, 4, 1, 5, 9, 2] sorted_numbers = sorted(numbers) print(sorted_numbers)

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Explain my experience
  • Ans. 

    I have experience working as a Data Engineer for 5 years in a tech company, where I was responsible for designing and implementing data pipelines, optimizing data storage and retrieval, and collaborating with cross-functional teams.

    • Designed and implemented data pipelines to extract, transform, and load data from various sources

    • Optimized data storage and retrieval processes to improve efficiency and performance

    • Collabora...

  • Answered by AI
  • Q2. Learning or study process
  • Ans. 

    Continuous learning through online courses, books, and hands-on projects.

    • Regularly enroll in online courses related to data engineering to stay updated on new technologies and best practices.

    • Read books and articles on data engineering to deepen understanding of concepts and techniques.

    • Work on hands-on projects to apply theoretical knowledge and gain practical experience.

    • Participate in data engineering communities and f...

  • Answered by AI

Skills evaluated in this interview

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 16 May 2024

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

I applied via Internshala and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics must be absolutely strong.
  • Q2. Strong SQL and Python can help you crack interview.
Round 2 - Manegerial 

(1 Question)

  • Q1. Questions on behavioural aspects

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics, core CS fundamentals, and resume.

Data Engineer Interview Questions Asked at Other Companies

asked in Cisco
Q1. Optimal Strategy for a Coin Game You are playing a coin game with ... read more
asked in Sigmoid
Q2. Next Greater Element Problem Statement You are given an array arr ... read more
asked in Sigmoid
Q3. Problem: Search In Rotated Sorted Array Given a sorted array that ... read more
asked in Cisco
Q4. Covid Vaccination Distribution Problem As the Government ramps up ... read more
asked in LTIMindtree
Q5. 1) If you are given a card with 1-1000 numbers and there are 4 bo ... read more

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Feb 2023

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

I applied via Campus Placement and was interviewed before Feb 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 - Assignment 

Related to python, SQL and pyspark.

Round 3 - Technical 

(1 Question)

  • Q1. Assignment approach / Python / SQL most important / Basic DSA
Round 4 - HR 

(1 Question)

  • Q1. Normal conversation / Goals

Interview Preparation Tips

Topics to prepare for DataGrokr Data Engineer interview:
  • Python
  • SQL
  • DSA
  • Cloud
Interview preparation tips for other job seekers - Prepare python and SQL with basic understanding of DSA and little knowledge of cloud is plus point

Interview questions from similar companies

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

(2 Questions)

  • Q1. Spark and airflow related questions
  • Q2. AWS services and it's related questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. NLP based question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Components of Databricks
  • Ans. 

    Databricks is a unified data analytics platform that includes components like Databricks Workspace, Databricks Runtime, and Databricks Delta.

    • Databricks Workspace: Collaborative environment for data science and engineering teams.

    • Databricks Runtime: Optimized Apache Spark cluster for data processing.

    • Databricks Delta: Unified data management system for data lakes.

  • Answered by AI
  • Q2. How to read a json file
  • Ans. 

    To read a JSON file, use a programming language's built-in functions or libraries to parse the file and extract the data.

    • Use a programming language like Python, Java, or JavaScript to read the JSON file.

    • Import libraries like json in Python or json-simple in Java to parse the JSON data.

    • Use functions like json.load() in Python to load the JSON file and convert it into a dictionary or object.

    • Access the data in the JSON fi...

  • Answered by AI
  • Q3. Second highest salary SQL
  • Ans. 

    To find the second highest salary in SQL, use the MAX function with a subquery or the LIMIT clause.

    • Use the MAX function with a subquery to find the highest salary first, then use a WHERE clause to exclude it and find the second highest salary.

    • Alternatively, use the LIMIT clause to select the second highest salary directly.

    • Make sure to handle cases where there may be ties for the highest salary.

  • Answered by AI
  • Q4. How to configure the spark while creating the cluster
  • Ans. 

    Spark cluster configuration involves setting up memory, cores, and other parameters for optimal performance.

    • Specify the number of executors and executor memory

    • Set the number of cores per executor

    • Adjust the driver memory based on the application requirements

    • Configure shuffle partitions for efficient data processing

    • Enable dynamic allocation for better resource utilization

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 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 

MCQ SQL round coding easy questions

Round 3 - Technical 

(1 Question)

  • Q1. Resume based questions mostly on SQL, Python, Cloud basic to medium level
Round 4 - Technical 

(1 Question)

  • Q1. It was both mangerial and technical round similar to round 1 but more deep

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume well because questions are mostly from resume
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed before Jan 2023. There were 5 interview rounds.

Round 1 - Coding Test 

Sql,python and java question

Round 2 - Aptitude Test 

Quant,LRDI question, Data interpration

Round 3 - Technical 

(1 Question)

  • Q1. Resume based technical questions
Round 4 - Business round 

(1 Question)

  • Q1. Based in business acumen
Round 5 - HR 

(1 Question)

  • Q1. Personality based

I applied via Referral and was interviewed in Jun 2022. There were 5 interview rounds.

Round 1 - Coding Test 

It was through a link they share and you need to write and submit your code, no execution needed.

Round 2 - Technical 

(1 Question)

  • Q1. R1 was about 40 mins and was a bit tough. Asked more about ADF, ADB, SQL, SQL DW
Round 3 - Technical 

(1 Question)

  • Q1. R2: Was the toughest, asked for 40 mins and more than 30 questions were asked, lucky enough to answer all of them.
Round 4 - Behavioral 

(1 Question)

  • Q1. Some Managerial questions for 30mins, handling conflicts, leadership skills etc
Round 5 - HR 

(1 Question)

  • Q1. Asked why I want to join fractal, why looking for other offer, biggest achievement etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Its tought to crack Fractal, but once you cracked, you will have great learning curve and future ahead. All the best
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Apptitude test happen in first go it was quite easy

Round 2 - Group Discussion 

GD happen between 10 group member we have speak for sometime

Round 3 - Technical 

(2 Questions)

  • Q1. Question on OOPS
  • Q2. Quesion on SQL and python

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was quite easy and process is really smooth

DataGrokr Interview FAQs

How many rounds are there in DataGrokr Data Engineer interview?
DataGrokr interview process usually has 3 rounds. The most common rounds in the DataGrokr interview process are Technical, Assignment and HR.
How to prepare for DataGrokr 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 DataGrokr. The most common topics and skills that interviewers at DataGrokr expect are ETL, Python, SQL, AWS and GCP.
What are the top questions asked in DataGrokr Data Engineer interview?

Some of the top questions asked at the DataGrokr Data Engineer interview -

  1. Python to sort numb...read more
  2. Learning or study proc...read more
  3. Assignment approach / Python / SQL most important / Basic ...read more

Tell us how to improve this page.

DataGrokr Data Engineer Interview Process

based on 4 interviews

Interview experience

3.5
  
Good
View more

Fast track your campus placements

View all
DataGrokr Data Engineer Salary
based on 65 salaries
₹5 L/yr - ₹15 L/yr
19% less than the average Data Engineer Salary in India
View more details

DataGrokr Data Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

-

Skill development

-

Work-life balance

-

Salary

-

Job security

-

Company culture

-

Promotions

-

Work satisfaction

Explore 1 Review and Rating
Data Engineer
65 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
40 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Full Stack Developer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare DataGrokr 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