Upload Button Icon Add office photos

Filter interviews by

Freshtohome Foods Interview Questions and Answers

Updated 16 Jun 2021

Freshtohome Foods Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Very Basic Questions about Taxation and Accounts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident and strong in Taxation Sections.

Industrial Trainee Interview Questions asked at other Companies

Q1. Which sectors are not covered in GST to avail the ITC?
View answer (2)

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

After Resume shortlisting, Coding test was scheduled, started with introduction and my project discussion, coding test write a python code for LRU cache, interviewer was friendly helped me and discussed the logic too. At the end, interviewer asked if i have any question, I asked about the company product.

Round 2 - Assignment 

There were 2 project consist, should be submitted in 3 days.

Round 3 - Technical 

(1 Question)

  • Q1. Question related to project and assignment

Interview Preparation Tips

Topics to prepare for Spyne Computer Vision Engineer interview:
  • Computer Vision
  • Llm
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Snaphelper Class
  • Q2. Apply & let difference
  • Ans. 

    Apply is used to apply a function to each element of a collection, while let is used to assign a value to a variable.

    • Apply: Used to apply a function to each element of a collection. Example: list.apply { println(it) }

    • Let: Used to assign a value to a variable. Example: val result = calculate().let { it * 2 }

  • Answered by AI
  • Q3. Communication between Coroutines
  • Ans. 

    Communication between Coroutines in Android development.

    • Use channels to communicate between coroutines

    • Channels are used to send data between coroutines

    • Channels can be used for both sending and receiving data

  • Answered by AI
  • Q4. Hilt Dependency
  • Q5. HashMap Collision

Interview Preparation Tips

Topics to prepare for EazyDiner Android Developer interview:
  • Kotlin
  • Coroutines
  • HashMap
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. You previous experiences
  • Q2. About the company
  • Q3. Why looking for a change
Round 2 - One-on-one 

(3 Questions)

  • Q1. Previous experience
  • Q2. How you relate to tripfactory
  • Ans. 

    I have experience working with tripfactory in my previous role as a Process Manager.

    • I have successfully managed projects involving tripfactory's services

    • I am familiar with tripfactory's processes and procedures

    • I have collaborated with tripfactory team members to achieve project goals

  • Answered by AI
  • Q3. Short case study question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and your English should be above average to get selected in this company . Multiple languages known is a plus
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How Indexing works in DB
  • Ans. 

    Indexing in DB is a technique to improve the speed of data retrieval by creating a data structure that allows for quick lookup of data.

    • Indexes are created on columns in a database table to speed up the retrieval of rows that match a certain condition.

    • Types of indexes include B-tree, hash, and bitmap indexes.

    • Indexes can be unique or non-unique, clustered or non-clustered.

    • Example: Creating an index on the 'email' column ...

  • Answered by AI
  • Q2. Spring Boot depenencies
Round 2 - One-on-one 

(2 Questions)

  • Q1. System Design of Bookmyshow
  • Ans. 

    Bookmyshow is a popular online ticketing platform for movies, events, and other entertainment.

    • Bookmyshow allows users to browse and book tickets for movies, events, plays, sports, etc.

    • The system should have features like seat selection, payment gateway integration, booking history, and notifications.

    • Scalability is important to handle high traffic during popular movie releases or events.

    • Integration with cinema partners ...

  • Answered by AI
  • Q2. Some SQL queries to write

Skills evaluated in this interview

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 Apr 2024. There were 3 interview rounds.

Round 1 - Assignment 

Round 1 : Received Assessment with dataset and questions, within xlsx file format. question were on countifs, sumifs, conditional formatting, reports and dashboard, pivot chart.

Round 2 - Assignment 

Round 2: This round was on meet again dataset was provided and within 30 min i have to complete given task. and submit.

Round 3 - One-on-one 

(1 Question)

  • Q1. Round 3: Final Round with HR and Manager, Tasks were provided in google sheets, questions were like perform countifs, sumifs, vlookup, Nested IF, importrange, query, Pivot table, pivot chart.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice on Excel and Google Sheets too.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. General Question Tell me about yourself
  • Q2. How soon you can join
Round 2 - Coding Test 

Read about MPIN that is used to access mobile banking apps

Many a times users end up setting an MPIN that is guessable because

1. It is a commonly used MPIN eg 1122

2. It is a combination of easily known demographics of the user. Eg: if the birthdate is 02- Jan-1998 then MPIN could be 0201 or 9802 or 0201 etc. Demographics such as these could be used alone or in a combination

a. DOB

b. Wedding Anniversary

c. Spouse birthday

Solutions Required

1. Part A: Assume that the MPIN is 4-digits. Write a program that suggests if the MPIN is a commonly used one. Ignore the demographics for this part

2. Part B: Enhance the above to take user's demographics as input and provides an output

a. Strength: WEAK or STRONG

3. Part C: Enhance the above to provide the following outputs

a. Strength: WEAK or STRONG

b. If weak then the reason why was it considered weak: It should give from the following the reasons as an array. Array should be empty if Strength is STRONG and non-empty if WEAK

i. COMMONLY_USED

ii. DEMOGRAPHIC_DOB_SELF

iii. DEMOGRAPHIC_DOB_SPOUSE

iv. DEMOGRAPHIC_ANNIVERSARY

4. Part E: Above with a 6-digit PIN

5. Write code that tests the above written code using a set of inputs. Write at least 20 test case in PYTHON

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Medium leetcode
Round 2 - Technical 

(1 Question)

  • Q1. Regarding experience
Round 3 - Behavioral 

(1 Question)

  • Q1. General behavioural question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

MCQ questions, can be easily done.

Round 2 - Assignment 

A website testing. To find the bugs in the website and list them down.

Round 3 - One-on-one 

(1 Question)

  • Q1. Asked questions related to types of testing, some situation based questions and if you are applying for automation, then there were coding questions- easy level.

Interview Preparation Tips

Topics to prepare for Keka HR Payroll Software QA Analyst interview:
  • Selenium
  • Framework
  • Programming
Interview preparation tips for other job seekers - Keep learning and always go for practical knowledge instead of theortical.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Lithium ion manufacturing process and what are the difficulties faced in your current role
  • Ans. 

    The lithium ion manufacturing process involves mixing raw materials, coating electrodes, assembling cells, and testing for quality.

    • Raw materials such as lithium, cobalt, and nickel are mixed together to create the cathode and anode materials.

    • The electrodes are coated with a thin layer of active material to improve performance.

    • Cells are assembled by stacking electrodes and separators, then sealing them in a casing.

    • Quali...

  • Answered by AI

Freshtohome Foods Interview FAQs

How to prepare for Freshtohome Foods 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 Freshtohome Foods. The most common topics and skills that interviewers at Freshtohome Foods expect are Marketing, Accounting, Financial Analysis, Financial Reporting and Budgeting.

Tell us how to improve this page.

Interview Questions from Similar Companies

BigBasket Interview Questions
3.9
 • 355 Interviews
Blinkit Interview Questions
3.7
 • 179 Interviews
Ninjacart Interview Questions
4.0
 • 94 Interviews
Licious Interview Questions
3.7
 • 62 Interviews
Cogoport Interview Questions
2.8
 • 52 Interviews
Box8 Interview Questions
3.5
 • 13 Interviews
Nature's Basket Interview Questions
3.8
 • 12 Interviews
ZappFresh.com Interview Questions
3.0
 • 2 Interviews
Meatigo Interview Questions
1.8
 • 1 Interview
View all

Freshtohome Foods Reviews and Ratings

based on 8 reviews

4.3/5

Rating in categories

4.3

Skill development

4.3

Work-life balance

3.6

Salary

4.1

Job security

4.1

Company culture

3.6

Promotions

4.3

Work satisfaction

Explore 8 Reviews and Ratings
Software Engineer
4 salaries
unlock blur

₹4.2 L/yr - ₹7.4 L/yr

Social Media Analyst
4 salaries
unlock blur

₹2.3 L/yr - ₹4 L/yr

Logistics Manager
3 salaries
unlock blur

₹3.2 L/yr - ₹5.8 L/yr

Accounts & Finance Executive
3 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Customer Support Executive
3 salaries
unlock blur

₹2.3 L/yr - ₹2.6 L/yr

Explore more salaries
Compare Freshtohome Foods with

Licious

3.7
Compare

ZappFresh.com

3.0
Compare

BigBasket

3.9
Compare

Blinkit

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