Upload Button Icon Add office photos

Filter interviews by

DesiChef Interview Questions and Answers

Updated 9 Sep 2024

DesiChef Interview Experiences

Popular Designations

4 interviews found

Interview Questions & Answers

user image Anonymous

posted on 9 Sep 2024

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

I applied via Walk-in and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

First of all we should see how much interest the candidate has in doing the job.. how much interest he takes in the work.

Round 2 - Technical 

(2 Questions)

  • Q1. What is job profile? How much does he know?
  • Q2. Should have information about all the points written in the biodata.
Round 3 - HR 

(2 Questions)

  • Q1. What is your salary expectation
  • Ans. 

    My salary expectation is based on my experience, qualifications, and the responsibilities of the role.

    • Consider the industry standards for the position

    • Factor in your level of experience and qualifications

    • Take into account the responsibilities and expectations of the role

    • Research the salary range for similar positions in the area

  • Answered by AI
  • Q2. There is no problem in coming in overtime.. There is no problem in taking night or day shift.
Round 4 - Technical 

(2 Questions)

  • Q1. Documents verification
  • Q2. Technical point verified related to job profile

Interview Preparation Tips

Interview preparation tips for other job seekers - Always select a deserving candidate who wants to move ahead and is interested in work.

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 19 Jul 2022

I applied via Approached by Company and was interviewed in Jan 2022. There were 2 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 - Behavioral 

(4 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a data analyst with experience in analyzing large datasets and providing insights to drive business decisions.

    • Experienced in using statistical analysis tools such as Python, R, and SQL

    • Proficient in data visualization tools like Tableau and Power BI

    • Strong problem-solving and critical thinking skills

    • Ability to communicate complex findings in a clear and concise manner

    • Worked on projects involving customer segmentatio

  • Answered by AI
  • Q2. Whats your last position and yours working
  • Ans. 

    I was previously a Data Analyst at XYZ Company.

    • Analyzed large datasets to identify trends and patterns

    • Created visualizations and reports to communicate findings

    • Collaborated with cross-functional teams to develop data-driven strategies

    • Utilized statistical techniques and tools for data analysis

    • Improved data quality and accuracy through data cleansing and validation

  • Answered by AI
  • Q3. Why you want to leave privious company
  • Ans. 

    Seeking new challenges and growth opportunities

    • Looking for a more challenging role

    • Want to expand my skill set and learn new technologies

    • Seeking better career growth and advancement opportunities

    • Desire to work in a more collaborative and innovative environment

    • Company culture misalignment

    • Change in personal circumstances (location, family, etc.)

  • Answered by AI
  • Q4. Whats your salary expectations
  • Ans. 

    I am open to discussing salary based on the responsibilities and requirements of the position.

    • I am flexible and willing to negotiate based on the value I can bring to the company.

    • I have researched the market rates for similar positions and would like to be compensated fairly.

    • I am more interested in the overall compensation package, including benefits and opportunities for growth.

    • I am confident that we can come to a mut...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident with yours working experience and answer all the questions without any hesitation.

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

I applied via Referral and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Salary requirements expected
  • Q2. Tell me About your self ?
  • Q3. About work experience
  • Q4. About job responsibilities
  • Q5. About work experience
  • Q6. About man handling and working process
  • Q7. Last company work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Not tough interview in this company.Just get some knowledge about our resume.

Production Officer Interview Questions asked at other Companies

Q1. what is distillation? types ? types of packing? elements of distillation column? optimum re-flux ratio ?
View answer (2)

I applied via Naukri.com and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About prior company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be informed about market and prior company, that's it

DesiChef interview questions for popular designations

 Data Analyst

 (1)

 Production Officer

 (1)

 Area Field Manager

 (1)

Jobs at DesiChef

View all

Interview questions from similar companies

I was interviewed before Dec 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round was purely based on Data Structures and Algorithms . One has to be fairly comfortable in solving Algorithmic problems to pass this round . Both the questions asked were quite common and luckily I had already prepared them from CodeStudio and LeetCode.

  • Q1. 

    Binary Tree Traversals Problem Statement

    Given a Binary Tree with 'N' nodes, where each node holds an integer value, your task is to compute the In-Order, Pre-Order, and Post-Order traversals of the binar...

  • Ans. 

    Compute the In-Order, Pre-Order, and Post-Order traversals of a Binary Tree given in level-order format.

    • Implement functions to perform In-Order, Pre-Order, and Post-Order traversals of a Binary Tree.

    • Use level-order input to construct the Binary Tree.

    • Traverse the Binary Tree recursively to generate the required traversals.

    • Ensure proper handling of null nodes represented by -1 in the input.

    • Return the three traversals as

  • Answered by AI
  • Q2. 

    Reverse Linked List Problem Statement

    Given a Singly Linked List of integers, your task is to reverse the Linked List by altering the links between the nodes.

    Input:

    The first line of input is an intege...
  • Ans. 

    Reverse a singly linked list by altering the links between nodes.

    • Iterate through the linked list and reverse the links between nodes

    • Use three pointers to keep track of the current, previous, and next nodes

    • Update the links between nodes to reverse the list

    • Return the head of the reversed linked list

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

This round basically tested some concepts from Data Structures and File Manipulation .

  • Q1. 

    Intersection of Two Arrays Problem Statement

    Given two arrays A and B with sizes N and M respectively, both sorted in non-decreasing order, determine their intersection.

    The intersection of two arrays in...

  • Ans. 

    The problem involves finding the intersection of two sorted arrays efficiently.

    • Use two pointers to iterate through both arrays simultaneously.

    • Compare elements at the pointers and move the pointers accordingly.

    • Handle cases where elements are equal and update the intersection array.

    • Return the intersection array as the result.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPABig Basket interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Operating Systems, Aptitude, OOPSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement

Interview Preparation Tips

Round: Resume Shortlist
Experience: They selected 10 students from our college from CS and IT .They are looking for guys with extra projects done during college .App development will be a bonus ,contribution to open source and competitive programming will help for shortlisting.
Some of my friends had research papers published and they too got selected.

Round: Test
Experience: Have to write code snippet for 4 questions in 45 minutes
1.Difference between hour hand and minute hand
2.longest palindromic sub string.
3.Product Array puzzle
4.Some question related to matrix

Tips: All question were from geeksforgeeks
So practice it well ..u will make through it

Round: Test
Experience: Long Discussion on projects
They will scan each and every line of your Resume ,so dont write bullshits..
I wrote about interest in AI and got screwed..Discussion on college projects and final year project.
Then asked me to design a snake and ladder game OOPS concepts
Told me to find sum of all elements of sub matrix..(hint pre-processing the matrix)
Asked me about sessions and cookies
Gave a query to write on database indexing (dont remember exactly)
Asked me the code of the difference between hour hand and minute hand and extended it wid the second hand
Asked me as how to implement a dictionary
asked about TRIES ,CODE SNIPPET ON THE SHARED DOCS
One of my friend was asked to implement (set) of STL
Tips: The interviewer was cool guy..helped me a lot always made me comfortable.Interact with them as much as possible

Round: Test
Experience: Wid the CTO of the company .
Started wid the projects again .ACID properties,Database transactions,Concurrency Control
Optimization in database.
Then he asked me to code a function
Given a hash function applied on letters of English words ,un-hash it.Took me 45 minutes to reach the solution ,he helped me a lot.
Asked me to write the code for diameter of a binary tree
Asked me write the code for Boolean Matrix
One of my friend was asked to a question in which there was a bug in a m*n matrix and we have to find the bug(hint dfs or bfs)
Tips: keep calm ,,just keep talking ad he will help u a lot...

Round: HR
Experience: This was the toughest round for me...I had cleared all the rounds but they rejected me in the HR round ,,,dont know where I screwed..Learn every thing of Zomato..
They offered me an internship and thereafter they would look to give a PPO ...!!!lets see what happens

Skills: Coding Skills And Knowledge On Data Structures
Duration: 3
College Name: NIT Srinagar

Interview Questionnaire 

9 Questions

  • Q1. Write a regex for email validation?
  • Ans. 

    Regex for email validation

    • Start with a string of characters followed by @ symbol

    • Followed by a string of characters and a period

    • End with a string of characters with a length of 2-6 characters

    • Allow for optional subdomains separated by periods

    • Disallow special characters except for . and _ in username

  • Answered by AI
  • Q2. Parse the XML? and store the output in JSON. Discussed different approaches?
  • Q3. Print prime numbers in a given range and optimize the solution?
  • Ans. 

    Print prime numbers in a given range and optimize the solution.

    • Use Sieve of Eratosthenes algorithm to generate prime numbers efficiently

    • Start with a boolean array of size n+1, mark all as true

    • Loop through the array and mark all multiples of each prime as false

    • Print all the indexes that are still marked as true

  • Answered by AI
  • Q4. Puzzle – 25 horses – 5 lanes, find fastest 3 horses?
  • Q5. Web related questions on Sessions and cookies?
  • Q6. A lot of discussion on my resume, experience etc
  • Q7. Find angle between hour hand and minute hand in clock if time is given? Write a program or pseudo code?
  • Ans. 

    Find angle between hour and minute hand in a clock given the time.

    • Calculate the angle made by the hour hand with respect to 12 o'clock position

    • Calculate the angle made by the minute hand with respect to 12 o'clock position

    • Find the difference between the two angles and take the absolute value

    • If the angle is greater than 180 degrees, subtract it from 360 degrees to get the smaller angle

  • Answered by AI
  • Q8. A hash function was written to convert a string into a hash. Write a un-hash function to revert it(from hash to string)?
  • Ans. 

    To un-hash a string, use a reverse algorithm to convert the hash back to the original string.

    • Create a reverse algorithm that takes the hash as input and outputs the original string

    • Use the same logic as the hash function but in reverse order

    • If the hash function used a specific algorithm, use the inverse of that algorithm to un-hash the string

  • Answered by AI
  • Q9. He discussed about expectations and role. Asked me if I have any questions. He said to me “yaha aana hai to marwani padegi. tyar ho”? I smiled and asked what are the work timings? He said 9-9 and I was kin...

Interview Preparation Tips

General Tips: I applied through a recruiter. Then I got a call from Zomato HR. It was for LAMP developer profile. She asked me about my profile and also shared some expectations from the role. She asked me to come for F2F rounds to take the process further
Skills: Web development, JSON, Algorithm
College Name: na
Motivation: Overall process was not very tough. But they have start up culture. People work their for 11-12 hours a day. Sometimes on Saturday as well. So people who are geeks or have nothing in life to do except their job can go and join

Skills evaluated in this interview

I was interviewed before May 2016.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about your mini project
  • Ans. 

    Developed a web application for tracking personal expenses

    • Used HTML, CSS, and JavaScript for front-end development

    • Implemented Node.js and MongoDB for back-end functionality

    • Included features for adding, categorizing, and analyzing expenses

  • Answered by AI
  • Q2. Tell me about your team work other than project.
  • Ans. 

    I actively participate in team building activities and collaborate with colleagues on various initiatives outside of work projects.

    • Organizing team lunches or outings to build camaraderie

    • Participating in charity events or volunteer work as a team

    • Collaborating on internal initiatives such as diversity and inclusion programs

    • Attending industry conferences or workshops together

  • Answered by AI
  • Q3. How will you convince your client if you are not able deliver the project on time.
  • Ans. 

    I will explain the reasons for the delay and present a plan to mitigate it.

    • Communicate the reasons for the delay clearly and honestly

    • Present a plan to mitigate the delay and ensure timely delivery

    • Provide regular updates on the progress of the project

    • Offer alternative solutions or compromises if necessary

    • Ensure that the client understands the impact of the delay on the project

    • Maintain a professional and respectful attit

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions will be from aptitude and vocabulary
Duration: 1 hour
Total Questions: 60

I was interviewed before May 2016.

Interview Questionnaire 

1 Question

  • Q1. 3-4

Interview Preparation Tips

Round: Test
Experience: The first round round had basic medium level apti questions
Duration: 5 hours
Total Questions: 20

Round: Group Activity
Experience: Each person has to talk on a random topic for 2 mins
Tips: Kindly speak on topics that are not so famous , choose a different topic , be unique. I spoke on the topic about why Ban of Maggi in India

Round: HR Interview
Experience: Once you have gone through all the previous rounds , 99 % selected . It consist a couple of basic questions
Tips: Be Easy and dont exaggerate

Skills: Communication And Confidence, Communication And Confidence

Interview Preparation Tips

Round: Test
Experience: AMCAT conducted our initial test. The Aptitude included 3 sections as mentioned above. The AMCAT tests are adaptive in their questions. Means if you answer a wrong question the next question will be of lower difficulty and the other way around when you answer it right. This actually helps and amplifies your strengths.

Tips: The questions for English section are always repeated. Study the previous sample papers from AMCAT website
website.
Duration: 75 minutes
Total Questions: AMCAT

Skills: General Aptitude
College Name: SKN Sinhgad Institute of Technology

DesiChef Interview FAQs

How many rounds are there in DesiChef interview?
DesiChef interview process usually has 3 rounds. The most common rounds in the DesiChef interview process are Technical, Resume Shortlist and Behavioral.
How to prepare for DesiChef 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 DesiChef. The most common topics and skills that interviewers at DesiChef expect are Communication Skills, Quality Control, Sales, Sales Promotion and Primary Sales.
What are the top questions asked in DesiChef interview?

Some of the top questions asked at the DesiChef interview -

  1. Should have information about all the points written in the bioda...read more
  2. There is no problem in coming in overtime.. There is no problem in taking night...read more
  3. Technical point verified related to job prof...read more

Tell us how to improve this page.

DesiChef Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Swiggy Interview Questions
3.8
 • 428 Interviews
BigBasket Interview Questions
3.9
 • 359 Interviews
Zomato Interview Questions
3.8
 • 312 Interviews
Blinkit Interview Questions
3.7
 • 181 Interviews
Box8 Interview Questions
3.5
 • 13 Interviews
FoodPanda Interview Questions
3.7
 • 9 Interviews
Uber eats Interview Questions
4.3
 • 8 Interviews
View all

DesiChef Reviews and Ratings

based on 88 reviews

2.7/5

Rating in categories

2.5

Skill development

2.4

Work-life balance

2.1

Salary

2.0

Job security

2.0

Company culture

2.2

Promotions

2.0

Work satisfaction

Explore 88 Reviews and Ratings
Store Incharge

Ludhiana

4-6 Yrs

₹ 2.5-3.5 LPA

Explore more jobs
Sales Officer
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Area Sales Manager
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Computer Operator
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Executive
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Area Field Manager
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare DesiChef with

Zomato

3.8
Compare

Swiggy

3.8
Compare

BigBasket

3.9
Compare

Blinkit

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