Upload Button Icon Add office photos

Felix

Compare button icon Compare button icon Compare

Filter interviews by

Felix Interview Questions and Answers

Updated 23 Aug 2023

Felix Interview Experiences

1 interview found

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

I applied via Company Website

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 - Technical 

(1 Question)

  • Q1. Simple questions html and css
Round 3 - HR 

(1 Question)

  • Q1. Basis questions and family background
Round 4 - Aptitude Test 

Maths, logical, quant

Web Developer & Designer Interview Questions asked at other Companies

Q1. What happened if u not mentioned any font style in css?
View answer (3)

Interview questions from similar companies

Assistant Manager Interview Questions & Answers

Blinkit user image RATNAKAR DIP SHARMA

posted on 10 Jun 2023

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. Can you handle the situation if vendor payment not done for company side .
  • Ans. 

    Yes, I have experience handling vendor payments and can address the situation effectively.

    • I have experience in managing vendor relationships and ensuring timely payments.

    • I would first investigate the reason for the missed payment, whether it was an oversight or a dispute with the vendor.

    • I would communicate with the vendor to explain the situation and work towards a resolution, such as negotiating a new payment schedule...

  • Answered by AI
  • Q2. How to identify the root cause of supply not done
  • Ans. 

    Identifying the root cause of supply not done involves analyzing processes, communication, and potential obstacles.

    • Review the supply chain process from start to finish to identify any bottlenecks or inefficiencies

    • Communicate with team members involved in the supply process to gather information on any issues or challenges faced

    • Check for any external factors such as supplier delays or transportation issues that may be c...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please consider this firm as a last option.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

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

Round 1 - Group Discussion 

How to maintain the store ? And How remove the bad stock?

Round 2 - One-on-one 

(2 Questions)

  • Q1. How to maintain the store
  • Ans. 

    Maintaining the store involves ensuring cleanliness, organization, inventory management, and customer satisfaction.

    • Regularly clean and organize the store to create a welcoming environment for customers

    • Implement efficient inventory management practices to avoid stockouts and overstocking

    • Train and motivate staff to provide excellent customer service

    • Monitor sales trends and adjust product displays accordingly

    • Regularly ins...

  • Answered by AI
  • Q2. How to remove the bad stock
  • Ans. 

    To remove bad stock, conduct regular inventory audits, identify slow-moving items, negotiate with suppliers for returns or exchanges, and implement a clearance sale strategy.

    • Conduct regular inventory audits to identify bad stock

    • Identify slow-moving items and take necessary actions

    • Negotiate with suppliers for returns or exchanges

    • Implement a clearance sale strategy to move out bad stock quickly

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Asked to write different SQL queries.
1. Moving average of lf previous 10 days
2. For a data which records in and out time of an employee. How many employees were present in the office at a given time
3. A/B testing vs pre-post testing

Round 2 - Case Study 

1. Had to come up with a method to give a score to each user based on FRM(frequency, recency, monetory)
2. Guesstimate: how many burgers does McD sells in a day

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

I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Code postorder traversal without using recursion.
  • Ans. 

    Iterative solution using a stack to perform postorder traversal.

    • Use a stack to simulate the recursive call stack.

    • Push nodes in the order of right, left, root.

    • Pop nodes from stack and add to result array.

    • Repeat until stack is empty.

  • Answered by AI
  • Q2. Leetcode Problem 1626 - Best team with no conflicts.
Round 2 - System Design 

(2 Questions)

  • Q1. Design whatsapp with one to one, group messaging and read receipts functionalities. Design the database.
  • Ans. 

    Design a messaging app like WhatsApp with one-to-one, group messaging, and read receipts functionalities.

    • Use a relational database to store user information, messages, and group memberships.

    • Create tables for users, messages, groups, and group memberships.

    • Include columns for message content, sender, receiver, timestamp, and read status.

    • Implement a feature to mark messages as read with read receipts.

    • Use indexes for effic

  • Answered by AI
  • Q2. Questions on dbms, cn and os.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 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 - One-on-one 

(4 Questions)

  • Q1. How do you setup a Dark Store?
  • Ans. 

    Setting up a Dark Store involves converting a retail store into a fulfillment center for online orders.

    • Select a suitable location for the Dark Store, preferably in a centralized area with good access to transportation.

    • Optimize the layout of the store for efficient picking, packing, and shipping of orders.

    • Implement inventory management systems to track stock levels accurately and prevent stockouts.

    • Train staff on order f...

  • Answered by AI
  • Q2. How do joins work in the simplest manner?
  • Ans. 

    Joins combine data from two or more tables based on a related column.

    • Joins are used to retrieve data from multiple tables based on a related column

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id

  • Answered by AI
  • Q3. Write a basic query explaining the order of execution?
  • Ans. 

    The order of execution in a query determines the sequence in which operations are performed.

    • 1. The order of execution in a query typically follows the sequence: FROM, WHERE, GROUP BY, HAVING, SELECT, ORDER BY.

    • 2. The FROM clause specifies the tables involved in the query.

    • 3. The WHERE clause filters the rows based on specified conditions.

    • 4. The GROUP BY clause groups the rows that have the same values into summary rows.

    • 5...

  • Answered by AI
  • Q4. Difference between Group By and Distinct?
  • Ans. 

    Group By is used to aggregate data based on a specific column, while Distinct is used to remove duplicate rows from a result set.

    • Group By is used with aggregate functions like COUNT, SUM, AVG, etc.

    • Distinct is used to retrieve unique values from a column or set of columns.

    • Group By can be used to group data based on multiple columns, while Distinct operates on individual columns only.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Blinkit Data Analyst interview:
  • SQL
  • joins
  • window functions

Skills evaluated in this interview

I applied via Naukri.com 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 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - In operation management. Location -bihar and up
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Binary search for closest element
  • Ans. 

    Binary search to find the closest element in a sorted array

    • Implement binary search to find the target element in the array

    • Keep track of the closest element found so far while searching

    • Update the closest element if a closer one is found during the search

  • Answered by AI
  • Q2. String manipulation
Round 2 - Technical 

(1 Question)

  • Q1. Low level Design for an online e-commerce website
  • Ans. 

    Low level design for an online e-commerce website involves designing the architecture and components of the website.

    • Identify the main components such as user interface, database, payment gateway, product catalog, etc.

    • Design the database schema to store user information, product details, orders, etc.

    • Implement user authentication and authorization mechanisms for secure access.

    • Integrate payment gateway for processing tran...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zepto Software Developer interview:
  • DSA
  • Design patterns

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

1 hour duration, a game somuation LLD question was asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare game simulation questtions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was a bar raiser round and questions were related to trees and binary search

Felix Interview FAQs

How many rounds are there in Felix interview?
Felix interview process usually has 4 rounds. The most common rounds in the Felix interview process are Resume Shortlist, Technical and HR.
How to prepare for Felix 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 Felix. The most common topics and skills that interviewers at Felix expect are Web Development, Search Engine Optimization, HTML, Online Marketing and SMS.

Tell us how to improve this page.

Felix Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 425 Interviews
Udaan Interview Questions
4.0
 • 333 Interviews
CARS24 Interview Questions
3.6
 • 329 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Zepto Interview Questions
3.5
 • 207 Interviews
Blinkit Interview Questions
3.7
 • 180 Interviews
BlackBuck Interview Questions
3.8
 • 175 Interviews
Tata 1mg Interview Questions
3.6
 • 146 Interviews
Paisabazaar.com Interview Questions
3.4
 • 139 Interviews
Urban Company Interview Questions
3.4
 • 134 Interviews
View all

Felix Reviews and Ratings

based on 4 reviews

4.5/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

2.9

Salary

2.6

Job security

3.7

Company culture

2.7

Promotions

3.5

Work satisfaction

Explore 4 Reviews and Ratings
Consultant
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Member
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Felix with

Udaan

3.9
Compare

Swiggy

3.8
Compare

CARS24

3.5
Compare

BlackBuck

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