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 Intern Interview Questions and Answers

Updated 23 Mar 2024

DataGrokr Data Engineer Intern Interview Experiences

2 interviews found

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

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Assignment 

You get an assignment with a deadline of 4-5 days. It's basically the SQL queries and Flask API. So the assignment will be evaluated on code quality and time taken for execution.

Round 3 - Technical 

(5 Questions)

  • Q1. In-depth SQL knowledge required.
  • Q2. Any one programming language you prefer and questions will be asked on it.
  • Q3. Print 1-50 using SQL (not from the table).
  • Ans. 

    Use recursive CTE to print numbers 1-50 in SQL

    • Use recursive Common Table Expression (CTE) to generate numbers from 1 to 50

    • Start with anchor member as 1 and recursively add 1 until reaching 50

    • Select the generated numbers from the CTE

  • Answered by AI
  • Q4. Study the assignment you did very well,questions will be on this as well.
  • Q5. Will be asked to explain about all your projects mentioned in resume, or even the skills u acquired.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers are helpful sometimes and they will really appreciate if ur doing well. You also get to talk to few of the employees before the interview. All they need is in-depth SQL and basic programming knowledge.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Not Selected
Round 1 - Assignment 

I attended interview for data engineer intern in March 2024. First round was written test which consisted of 30 questions of 50 marks, Out of which 27 questions are MCQ type and 3 questions are coding.
The coding questions are
1. Write program to find the Fibonacci series
2. Program to check if a linked list is palindrome or not
3. Query to find the Nth highest salary

Interview Preparation Tips

Topics to prepare for DataGrokr Data Engineer Intern interview:
  • SQL
  • Python
  • DSA

Data Engineer Intern Interview Questions Asked at Other Companies

asked in Amdocs
Q1. what are window functions in sql
Q2. Whats is Temporary Table in SQL?
Q3. Write a code to remove duplicates from a given list.
Q4. What are CTE and Views in SQL?
Q5. What is DDL, DML, & DCL?

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is the full form of ETL?
  • Ans. 

    ETL stands for Extract, Transform, Load. It is a process used in data warehousing to extract data from various sources, transform it into a consistent format, and load it into a target database.

    • ETL stands for Extract, Transform, Load

    • Extract: Involves extracting data from various sources such as databases, applications, and files

    • Transform: Involves cleaning, filtering, and transforming the extracted data into a consiste...

  • Answered by AI
  • Q2. ETL Full form is Exact, Transform, Load.

Interview Preparation Tips

Interview preparation tips for other job seekers - "Stay persistent, network, actively, continuously upgrade your skills."

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - HR 

(2 Questions)

  • Q1. What experience do you have in this role?
  • Q2. What tools or technologies are you comfortable using?
  • Ans. 

    I am proficient in various data analysis tools, including Excel, SQL, Python, and visualization software like Tableau.

    • Excel: Advanced functions, pivot tables, and data visualization.

    • SQL: Writing complex queries for data extraction and manipulation.

    • Python: Utilizing libraries like Pandas and NumPy for data analysis.

    • Tableau: Creating interactive dashboards for data visualization.

    • R: Statistical analysis and data visualiza

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Follow Up – A simple follow-up email can increase your chances of getting hired.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is oops in python
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP allows for organizing code into reusable components called classes.

    • In Python, classes are defined using the 'class' keyword.

    • Classes can have attributes (variables) and methods (functions).

    • Inheritance allows classes to inherit attributes and methods from other classes.

    • Polymorphism allows objec...

  • Answered by AI
  • Q2. What is ternary operant in python
  • Ans. 

    Ternary operator in Python is a conditional expression that evaluates to a value based on a condition.

    • Ternary operator is written as 'value_if_true if condition else value_if_false'

    • It is a shorthand way of writing an if-else statement in a single line

    • Example: x = 10 if a > b else 20

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about projects you have worked upon
  • Q2. PEP-8 standards
Round 2 - Technical 

(2 Questions)

  • Q1. Architecture of project on which you were working
  • Q2. Pandas and Numpy
Round 3 - HR 

(2 Questions)

  • Q1. Tell me your Current CTC
  • Q2. Tell me your Expected CTC
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic java questions along with aptitude questions.

Round 2 - Technical 

(1 Question)

  • Q1. Basic oops concept, java functionalities, spring framework.
Round 3 - HR 

(1 Question)

  • Q1. Basic Hr questions, when you can join, expected ctc...
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.

Round 2 - Technical 

(2 Questions)

  • Q1. Was asked to write a code on basic DSA concept
  • Q2. Then was asked basic questions on DSA and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have good understanding of everything you mentioned on your resume
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Question on Java mcq
  • Q2. Questions on Oops
Round 2 - Technical 

(1 Question)

  • Q1. Questions based on resume
Round 3 - HR 

(1 Question)

  • Q1. Questions on direction, physics

DataGrokr Interview FAQs

How many rounds are there in DataGrokr Data Engineer Intern interview?
DataGrokr interview process usually has 2 rounds. The most common rounds in the DataGrokr interview process are Assignment, Resume Shortlist and Technical.
What are the top questions asked in DataGrokr Data Engineer Intern interview?

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

  1. Print 1-50 using SQL (not from the tabl...read more
  2. Any one programming language you prefer and questions will be asked on ...read more
  3. Study the assignment you did very well,questions will be on this as we...read more

Tell us how to improve this page.

DataGrokr Data Engineer Intern Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 30 Interviews
View all

Fast track your campus placements

View all
DataGrokr Data Engineer Intern Salary
based on 5 salaries
₹2 L/yr - ₹3 L/yr
51% less than the average Data Engineer Intern Salary in India
View more details
Data Engineer
68 salaries
unlock blur

₹5 L/yr - ₹15.1 L/yr

Software Engineer
40 salaries
unlock blur

₹5.7 L/yr - ₹15.2 L/yr

Software Developer
15 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Devops Engineer
15 salaries
unlock blur

₹3.5 L/yr - ₹12 L/yr

Full Stack Developer
8 salaries
unlock blur

₹4.9 L/yr - ₹11 L/yr

Explore more salaries
Compare DataGrokr with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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