Upload Button Icon Add office photos

Filter interviews by

Hungry Jack's Data Analyst Interview Questions and Answers

Updated 16 Jun 2024

Hungry Jack's Data Analyst Interview Experiences

1 interview found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 16 Jun 2024

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

(2 Questions)

  • Q1. Qualification details
  • Q2. Project from graduation
  • Ans. 

    Developed a predictive model for customer churn using machine learning algorithms.

    • Collected and cleaned customer data from a telecom company database

    • Used Python and scikit-learn to build and train the model

    • Evaluated model performance using metrics like accuracy, precision, and recall

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - nice company

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Mar 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Firstly ask introduction , then what's basic role in company, what's data analyst
  • Q2. He asked how much diabetes patients in live in chandigarh find the ratio

Interview Preparation Tips

Interview preparation tips for other job seekers - So hope u guy's u prepared all the question like introduction, about company etc.

I applied via Naukri.com and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Excel formula ,lookup,Sql basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be sure and answer confidently and everyone is checking the communication skills.

I appeared for an interview in Aug 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

5-9pm

  • Q1. 

    Sliding Window Maximum Problem Statement

    You are given an array/list of integers with length 'N'. A sliding window of size 'K' moves from the start to the end of the array. For each of the 'N'-'K'+1 possi...

  • Ans. 

    The problem involves finding the maximum element in each sliding window of size 'K' in an array of integers.

    • Iterate through the array and maintain a deque to store the indices of elements in the current window.

    • Remove indices from the deque that are outside the current window.

    • Keep the deque in decreasing order of element values to easily find the maximum element in each window.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

Timing was Morning-noon
Interviewer was super friendly. 
He even helped me at places I got Stuck

  • Q1. Can you explain a complex joins problem related to database management systems (DBMS)?
  • Ans. 

    Explaining a complex joins problem in DBMS

    • Discussing the use of different types of joins like inner join, outer join, self join, etc.

    • Explaining how to handle null values and duplicates during joins

    • Demonstrating a scenario where multiple tables need to be joined based on different keys

  • Answered by AI
Round 3 - HR 

Round duration - 15 Minutes
Round difficulty - Easy

Easiest HR round ever.
Just 15 mins after the technical interview round

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Data Analyst in GurgaonEligibility criteriaCgpa above 8American Express interview preparation:Topics to prepare for the interview - Data Structures, DBMS, OOPS, OS, CNS, SQLTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Prepare short hand written notes for a quick glance before each interview. 
Tip 2 : Start with Easy questions for DSA and Slowly Increase your level to medium and then to hard. Do not Rush things. 
Tip 3 : Follow LOVE BABBAR'S DSA sheet. It's the best.

Application resume tips for other job seekers

Tip 1 : Mention only genuine Skills on your resume. Do not lie or over-exaggerate
Tip 2 : Do not put Coursera/Udemy or any such Course Certifications on Your Resume, As Interviewers do not care about where You learnt things from, They only care about The things you know.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Mettle test on quant and machine learning

Round 2 - HR 

(2 Questions)

  • Q1. How will you handle an office emergency
  • Q2. What are your strengths

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm and have a look at the questionst for this month end
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. How would you decide if a person can be a customer of a private jet company
  • Ans. 

    To determine if a person can be a customer of a private jet company, factors such as income level, travel frequency, and location must be considered.

    • Consider the individual's income level to determine if they can afford private jet services

    • Evaluate the person's travel frequency to see if they would benefit from the convenience of private jet travel

    • Take into account the person's location and travel destinations to asses

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Mostly ask questions on sql.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between Sum and SUMX in DAX
  • Ans. 

    SUM calculates the total of a column, while SUMX calculates the total of an expression evaluated for each row.

    • SUM is used to calculate the total of a column in a table

    • SUMX is used to calculate the total of an expression evaluated for each row in a table

    • SUMX is often used with iterators like FILTER or RELATEDTABLE to perform calculations on a row-by-row basis

  • Answered by AI
  • Q2. How do you use Group By in Power Query?
  • Ans. 

    Group By in Power Query is used to aggregate data based on a specific column or columns.

    • Select the column(s) you want to group by

    • Go to the 'Transform' tab and click on 'Group By'

    • Choose the aggregation type and column to aggregate on

    • Rename the new column if needed

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Difference between list and tuple
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List can be modified after creation, tuple cannot

    • List is defined using square brackets [], tuple using parentheses ()

    • Example: list - [1, 2, 3], tuple - (1, 2, 3)

  • Answered by AI
  • Q2. Nth highest salary
  • Ans. 

    To find the Nth highest salary in a dataset, you can use SQL query with ORDER BY and LIMIT.

    • Use SQL query with ORDER BY and LIMIT to sort the salaries in descending order and select the Nth row.

    • For example, to find the 3rd highest salary in a table 'employees', you can use: SELECT salary FROM employees ORDER BY salary DESC LIMIT 2, 1

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is SQL server Architecture?
  • Ans. 

    SQL Server Architecture refers to the structure and components of the SQL Server database management system.

    • SQL Server Architecture consists of three main components: Database Engine, SQL Server Agent, and SQL Server Browser.

    • The Database Engine is responsible for storing, processing, and securing data.

    • SQL Server Agent handles automation tasks, scheduling jobs, and managing alerts.

    • SQL Server Browser helps clients locate...

  • Answered by AI

Skills evaluated in this interview

Hungry Jack's Interview FAQs

How many rounds are there in Hungry Jack's Data Analyst interview?
Hungry Jack's interview process usually has 1 rounds. The most common rounds in the Hungry Jack's interview process are HR.

Tell us how to improve this page.

Hungry Jack's Data Analyst Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

WNS Interview Questions
3.4
 • 1k Interviews
American Express Interview Questions
4.2
 • 361 Interviews
Varun Beverages Interview Questions
4.0
 • 227 Interviews
RSPL Group Interview Questions
4.1
 • 187 Interviews
Sodexo Interview Questions
4.1
 • 162 Interviews
DS Group Interview Questions
4.1
 • 147 Interviews
Infogain Interview Questions
3.6
 • 120 Interviews
View all
Compare Hungry Jack's with

WNS

3.4
Compare

Varun Beverages

4.0
Compare

American Express

4.2
Compare

Future Group

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