Upload Button Icon Add office photos

Filter interviews by

Smart Food Safe Interview Questions and Answers

Updated 18 Oct 2024

Smart Food Safe Interview Experiences

Popular Designations

5 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Oct 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain The Opps Concept
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPs focuses on creating objects that interact with each other to solve problems.

    • It involves concepts like inheritance, encapsulation, polymorphism, and abstraction.

    • For example, a car object can have properties like color and speed, and methods lik

  • Answered by AI
  • Q2. What is a Headless Browser
  • Ans. 

    A headless browser is a web browser without a graphical user interface, allowing automated testing of web applications.

    • Headless browsers can be controlled programmatically to perform tasks like web scraping, automated testing, and website monitoring.

    • Examples of headless browsers include PhantomJS, Headless Chrome, and Firefox Headless.

    • They are often used in continuous integration and deployment pipelines to ensure the

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There were 3 coding questions in 1st round

Round 2 - Technical 

(2 Questions)

  • Q1. Phone directory!
  • Q2. Check correct word order for Google, GOOGLE, google words !
  • Ans. 

    The correct word order for Google is Google, not GOOGLE or google.

    • The correct word order for Google is with a capital 'G' and the rest in lowercase.

    • Incorrect variations include all uppercase (GOOGLE) or all lowercase (google).

    • Always use 'Google' with the proper capitalization for the brand name.

  • Answered by AI

Web Developer Interview Questions asked at other Companies

Q1. Check Indices With Given DifferenceYou are given an integer array 'ARR' of size ‘N’ and two integers ‘A’ and ‘B’. You need to find if there are two distinct indices in the array, such that the absolute difference of values on those indices ... read more
View answer (4)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Why should we hire you
  • Ans. 

    I am a dedicated and quick learner with strong problem-solving skills and a passion for software development.

    • I have a solid understanding of programming languages such as Java, Python, and C++

    • I have experience working on various projects, including developing a mobile app for a local business

    • I am a team player and have excellent communication skills, which allows me to collaborate effectively with others

    • I am highly mot...

  • Answered by AI

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2023. There were 4 interview rounds.

Round 1 - Assignment 

Got 30 questions...mid level...need basic technical knowledge and good in react and js.

Round 2 - Technical 

(1 Question)

  • Q1. Got 2 coding problems
Round 3 - One-on-one 

(1 Question)

  • Q1. About project and brief about you.
Round 4 - HR 

(1 Question)

  • Q1. After recruitment and instructions

Interview Preparation Tips

Topics to prepare for Smart Food Safe Mern Full Stack Developer interview:
  • Javascript
  • React.Js
  • Node.Js
  • Testing

Mern Full Stack Developer Interview Questions asked at other Companies

Q1. What is the way to save large files (e.g. photos) into MongoDB database.
View answer (2)

Smart Food Safe interview questions for popular designations

 Mern Full Stack Developer

 (1)

 QA Engineer

 (1)

 Software Developer

 (1)

 Software Developer Intern

 (1)

 Web Developer

 (1)

Software Developer Interview Questions & Answers

user image Akash Gorakh Satre

posted on 10 Aug 2022

Round 1 - Coding Test 

The asked regular technical question and machine test

Round 2 - Assignment 

They gave a small assignment and asked to complete it in 2 days

Round 3 - Case Study 

In this round they took an technical interview on the assignment

Round 4 - HR 

(1 Question)

  • Q1. Salary and all things

Interview Preparation Tips

Interview preparation tips for other job seekers - Try not to join this company they don't appreciate your work and don't revise your salary also after they have promised you

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Salary Expectation
  • Q2. Work Experience
  • Q3. Relocation Plans
Round 2 - Coding Test 

Codility Test General C# and SQL

Round 3 - Technical 

(9 Questions)

  • Q1. (live coding) Create a class Employees with fields FirstName LastName, DoB, and Gender Return avg age of employees, return avg age by genders
  • Ans. 

    Create a class Employees with fields FirstName LastName, DoB, and Gender. Return avg age of employees and avg age by genders.

    • Create a class Employees with fields FirstName, LastName, DoB, and Gender

    • Calculate the average age of all employees

    • Calculate the average age by genders

  • Answered by AI
  • Q2. What design pattern you know
  • Ans. 

    I am familiar with design patterns such as Singleton, Factory, Observer, and MVC.

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Factory pattern creates objects without specifying the exact class of object that will be created.

    • Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and up...

  • Answered by AI
  • Q3. SOLID principles
  • Q4. How to optimize SQL Queries
  • Ans. 

    Optimizing SQL queries involves using indexes, minimizing data retrieval, avoiding unnecessary joins, and optimizing query structure.

    • Use indexes on columns frequently used in WHERE clauses

    • Minimize data retrieval by selecting only necessary columns

    • Avoid unnecessary joins by using EXISTS or IN clauses instead

    • Optimize query structure by using appropriate joins and subqueries

  • Answered by AI
  • Q5. Which type of Indexes you know
  • Ans. 

    Types of indexes include clustered, non-clustered, unique, composite, and filtered indexes.

    • Clustered index: Physically reorders the data in the table based on the index key.

    • Non-clustered index: Contains a sorted list of references to the table data rows.

    • Unique index: Ensures that no two rows have the same values in the indexed columns.

    • Composite index: Index that is created on multiple columns.

    • Filtered index: Index that...

  • Answered by AI
  • Q6. Have you ever read SQL Execution Plan?
  • Ans. 

    Yes, I have read SQL Execution Plans to optimize query performance.

    • I have analyzed SQL Execution Plans to identify bottlenecks in queries.

    • I have used SQL Execution Plans to optimize query performance by understanding how the database engine executes queries.

    • I have made query optimization recommendations based on SQL Execution Plans.

    • I have experience with tools like SQL Server Management Studio to view and analyze Execu

  • Answered by AI
  • Q7. .NET Framework DI 3th party tools
  • Q8. Are you familiar with MSUnit, xUnit, nUnit
  • Q9. Unit Testing libraries (e.g Bogus, Moq..)
Round 4 - Final Round 

(3 Questions)

  • Q1. What questions do you have?
  • Q2. How was your interview's?
  • Q3. Why you want to change your job?

Interview Preparation Tips

Interview preparation tips for other job seekers - I would strongly advice job seekers to avoid engaging further with this company. Based on my experience, their process lacks transparency and respect for candidates time, with poor communication and unclear criteria like 'culture fit' only being raised after multiple technical rounds. SAVE YOUR TIME and ENERGY by skipping this opportunity.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was a MCQ test on CS Fundamentals. We have to answer 50 questions in 40 minutes. Accuracy is must. Company have its own cutoff and it's usually high. So try to gain maximum marks as possible. The results were announced in 1.5 hrs. The selected candidates will be appearing for the coding challenge.

Round 2 - Coding Test 

There are 5 questions. 1 easy , 3 medium, 1 hard. You should solve atleast 4 questions to get shortlisted for the interview. Results are announced in 2-3 hours. Take a look at these questions. One of the questions from the coding challenge will be asked in the interview.

Round 3 - Technical 

(5 Questions)

  • Q1. Email validation question from coding challenge
  • Q2. Binary Search on rotated arrays
  • Ans. 

    Binary search on rotated arrays involves finding a target value in a sorted array that has been rotated at an unknown pivot point.

    • Identify the pivot point by finding the minimum element in the array.

    • Determine which half of the array the target value falls into based on the pivot point.

    • Perform binary search on the appropriate half of the array to find the target value.

  • Answered by AI
  • Q3. About projects (reason behind using the mentioned database)
  • Q4. Use of package.json file
  • Ans. 

    package.json file is used in Node.js projects to manage dependencies, scripts, and metadata.

    • Contains project metadata like name, version, description, etc.

    • Lists dependencies required for the project to run.

    • Defines scripts for tasks like building, testing, and running the project.

    • Can include configurations for tools like ESLint, Babel, etc.

  • Answered by AI
  • Q5. What are scripts in package.json file
  • Ans. 

    Scripts in package.json file are commands that can be run using npm.

    • Scripts are defined under the 'scripts' key in package.json.

    • Common scripts include 'start', 'test', 'build', etc.

    • Scripts can be run using 'npm run '.

Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain your approach clearly while solving DSA questions. Revise your understanding on the projects before the interview. Also revise oops, cn, os and some basic understanding of Low level design i.e. designing of classes for music player.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
No response

I applied via Approached by Company and was interviewed before Dec 2023. There were 15 interview rounds.

Round 1 - Assignment 

Flipkart wholesale market

Round 2 - Assignment 

Flipkart wholesale market

Round 3 - Assignment 

Flipkart wholesale market

Round 4 - Assignment 

Flipkart wholesale market

Round 5 - Assignment 

Flipkart wholesale market

Round 6 - Case Study 

Flipkart wholesale market

Round 7 - Case Study 

Flipkart wholesale market

Round 8 - Case Study 

Flipkart wholesale market mumbai

Round 9 - Case Study 

Flipkart wholesale market

Round 10 - Case Study 

Flipkart wholesale market

Round 11 - Technical 

(2 Questions)

  • Q1. Flipkart wholesale market
  • Q2. Flipkart
Round 12 - Technical 

(2 Questions)

  • Q1. Flipkart wholesale market
  • Q2. Flipkart
Round 13 - Technical 

(2 Questions)

  • Q1. Flipkart wholesale market
  • Q2. Flipkart
Round 14 - Technical 

(2 Questions)

  • Q1. Flipkart wholesale market
  • Q2. Flipkart
Round 15 - Technical 

(2 Questions)

  • Q1. Flipkart wholesale market
  • Q2. Flipkart

Interview Preparation Tips

Interview preparation tips for other job seekers - Flipkart wholesale market
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Graph theory questions related
  • Q2. Programming,data structure and algo
Round 2 - One-on-one 

(2 Questions)

  • Q1. Intro about your self
  • Q2. Mostly focused on CSE fundamentals
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. SQL question ( window functions) dense_rank
  • Q2. SQL question(window function) aggregation, there were 5 tables and you had to do some joins
  • Q3. Some question on spark optimisations

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for sql(advanced), and spark and some coding

Smart Food Safe Interview FAQs

How many rounds are there in Smart Food Safe interview?
Smart Food Safe interview process usually has 2-3 rounds. The most common rounds in the Smart Food Safe interview process are Technical, HR and Assignment.
What are the top questions asked in Smart Food Safe interview?

Some of the top questions asked at the Smart Food Safe interview -

  1. Check correct word order for Google, GOOGLE, google word...read more
  2. What is a Headless Brow...read more
  3. Explain The Opps Conc...read more

Tell us how to improve this page.

Smart Food Safe Interview Process

based on 4 interviews in last 1 year

Interview experience

4
  
Good

People are getting interviews through

based on 2 Smart Food Safe interviews
Job Portal
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 412 Interviews
BigBasket Interview Questions
3.9
 • 342 Interviews
Zomato Interview Questions
3.7
 • 312 Interviews
Blinkit Interview Questions
3.7
 • 165 Interviews
Dunzo Interview Questions
3.4
 • 74 Interviews
Box8 Interview Questions
3.5
 • 12 Interviews
Uber eats Interview Questions
4.3
 • 9 Interviews
FoodPanda Interview Questions
3.7
 • 8 Interviews
View all

Smart Food Safe Reviews and Ratings

based on 4 reviews

5.0/5

Rating in categories

5.0

Skill development

3.8

Work-Life balance

4.4

Salary & Benefits

3.9

Job Security

4.8

Company culture

4.3

Promotions/Appraisal

4.5

Work Satisfaction

Explore 4 Reviews and Ratings
Software Engineer
7 salaries
unlock blur

₹4 L/yr - ₹6 L/yr

Software Developer
5 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

QA Engineer
4 salaries
unlock blur

₹6.6 L/yr - ₹10 L/yr

Full Stack Developer
3 salaries
unlock blur

₹4.5 L/yr - ₹8 L/yr

Functional Consultant
3 salaries
unlock blur

₹6 L/yr - ₹7 L/yr

Explore more salaries
Compare Smart Food Safe with

Zomato

3.8
Compare

Swiggy

3.8
Compare

BigBasket

3.9
Compare

Blinkit

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview