Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Cult.fit Team. If you also belong to the team, you can get access from here

Cult.fit Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Cult.fit Interview Questions, Process, and Tips

Updated 27 Feb 2025

Top Cult.fit Interview Questions and Answers

View all 43 questions

Cult.fit Interview Experiences

Popular Designations

67 interviews found

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

Interview Questionnaire 

2 Questions

  • Q1. U looks unfit how can u guide people
  • Q2. U look fat how can u handle fitness

Interview Preparation Tips

Interview preparation tips for other job seekers - I said I have a fat knowledge too to guide and handle people
Den I said Just give me one chance

Personal Trainer Interview Questions asked at other Companies

Q1. What workouts would you program for a fat-loss client with a hip injury?
Add answer

Interview Questions & Answers

user image Anonymous

posted on 23 Oct 2021

I applied via Campus Placement and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Tell me function of gastrocnemius muscel?
  • Ans. Planter flexion and assist in knee flexion
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions Must be relevant to personal trainner course
Cult.fit Interview Questions and Answers for Freshers
illustration image

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

It was early in the morning from 8 am. It was a test from home itself. It was a conducted on HackerEarth and was of 60 minutes duration. 30 students were shortlisted. I was also shortlisted.

  • Q1. 

    Word Break Problem Statement

    You are given a list of N strings called A. Your task is to determine whether you can form a given target string by combining one or more strings from A.

    The strings from A c...

  • Ans. 

    Given a list of strings, determine if a target string can be formed by combining one or more strings from the list.

    • Iterate through all possible combinations of strings from the list to form the target string.

    • Use recursion to try different combinations of strings.

    • Check if the current combination forms the target string.

    • Return true if a valid combination is found, otherwise return false.

  • Answered by AI
  • Q2. 

    Break The Board Problem Statement

    Your task is to break a board of given dimensions 'L' by 'W' into 'L' * 'W' smaller squares, ensuring the total cost of breaking is minimized.

    Input:

    The first line con...
  • Ans. 

    The task is to minimize the cost of breaking a board into smaller squares by making horizontal and vertical cuts.

    • Iterate through all possible horizontal and vertical cuts to find the minimum cost

    • Use dynamic programming to optimize the solution by storing intermediate results

    • Calculate the total cost by summing up the costs of all cuts

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Hard

This round was scheduled around 12 pm. It was a virtual round with one interviewer who was a Cure.Fit employee. My resume was scanned and a brief introduction was asked. After that a question was put up which I had to find solution to and code it. In the end, I asked questions regarding the type of projects they work on etc. I was selected for the next round

  • Q1. 

    Balanced Sequence After Replacement

    Given a string of length 'N' containing only the characters: '[', '{', '(', ')', '}', ']'. At certain places, the character 'X' appears in place of any bracket. Your go...

  • Ans. 

    Determine if a valid balanced sequence can be achieved by replacing 'X's with suitable brackets.

    • Iterate through the string and keep track of the count of opening and closing brackets.

    • If at any point the count of closing brackets exceeds the count of opening brackets, return False.

    • If all 'X's can be replaced to form a valid balanced sequence, return True.

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

As soon as the HR round got over. I was asked to sit for my next round. It was again a problem solving round along with Data Structure questions in the end. The interviewer was an employee of Cure.Fit and after a brief introduction, I was given a question. After solving it, I was asked questions on Hashmaps, their implementation, time complexities. Finally, I was selected :)

  • Q1. 

    Pair with Given Sum in a Balanced BST Problem Statement

    You are given the ‘root’ of a Balanced Binary Search Tree and an integer ‘target’. Your task is to determine if there exists any pair of nodes such ...

  • Ans. 

    Given a Balanced BST and a target integer, determine if there exists a pair of nodes with sum equal to the target.

    • Traverse the BST in-order to get a sorted array of values.

    • Use two pointers approach to find the pair with sum equal to target.

    • Consider edge cases like negative numbers and duplicates.

    • Time complexity can be optimized to O(n) using a HashSet to store visited nodes.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in BangaloreEligibility criteria8 CGPA and students from CSE, IT onlyCurefit interview preparation:Topics to prepare for the interview - Recursion, Dynamic Programming, Trees, Data Structure, Algorithms, Graphs, Binary Search, OOPS, DBMSTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Do competitive programming and maintain a decent rating across platforms. This will make you comfortable with the coding rounds and thinking under pressure and in a time-bounded manner.
Tip 2 : Practice some company wise questions, especially of Google, Facebook, Amazon, Microsoft from Leetcode 1-2 months before the placement/internship season to get yourself accustomed to good interview type questions. 
Tip 3 : Practice Dynamic Programming using a top-down approach as this not only improves DP but also improves recursion thinking. Recursion in turn help you to solve questions on Trees, graphs, and backtracking.
Tip 4 : Have at least 2 good projects on your resume which is solving some real-life problems. I won't recommend making just clones, rather add more functionalities. Web Development projects are good to start with. 
Tip 5 : Study the core subjects for internships in the following priority manner: OOPS>>OS>=DBMS. Some colleges may have System Design as well. That can be studied in the same manner like OS.
Tip 6 : Get yourself a good mentor to guide yourself.

Application resume tips for other job seekers

Tip 1 : Keep your resume simple and formal. 
Tip 2 : Having a past internship opportunity is a plus.
Tip 3 : Have good projects and mention them only if you know the depth of it.
Tip 4 : List your achievements chronologically and focus on participating in various competitions and getting recognition.

Final outcome of the interviewSelected

Skills evaluated in this interview

Top Cult.fit Software Developer Intern Interview Questions and Answers

Q1. Maximum Subarray Sum Problem Statement Given an array of numbers, the task is to find the maximum sum of any contiguous subarray of the array. Input: The first line of input contains the size of the array, denoted by N. The second line cont... read more
View answer (1)

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 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 Resume tips
Round 2 - HR 

(2 Questions)

  • Q1. Regarding your qualifications
  • Q2. Why you want to join

Interview Preparation Tips

Interview preparation tips for other job seekers - They mostly look for fresher with good communication skil

Yoga Instructor Interview Questions asked at other Companies

Q1. How Yoga is help for weight loss?
View answer (2)

Cult.fit interview questions for popular designations

 Center Manager

 (9)

 Associate Center Manager

 (7)

 Software Developer Intern

 (3)

 Trainer

 (2)

 Associate Manager

 (2)

 Analyst

 (1)

 Software Engineer

 (1)

 Business Analyst

 (1)

Interview Questionnaire 

2 Questions

  • Q1. Food rileted, food temperature, what is the healthy food, my experience, department, etc
  • Q2. Cooking food temperature 75 above, balance food is healthy food, my experience 6year, Indian, past degignation cdp

Chef DE Partie Interview Questions asked at other Companies

Q1. Types of fish cuts of chicken 3 beef dishes 2 fish dishes etc
View answer (5)

Get interview-ready with Top Cult.fit Interview Questions

I applied via Campus Placement and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Past background and experience
  • Q2. About your self past qualification

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and be presentable answer every question with confidence and you will easily crack the interview

Associate Center Manager Interview Questions asked at other Companies

Q1. Round 1: how will you deal with angry customer?
View answer (3)

Jobs at Cult.fit

View all

I applied via Referral and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. What do you know about cult
Round 2 - One-on-one 

(1 Question)

  • Q1. What do you understand by people management.
  • Ans. 

    People management involves leading, motivating, and developing a team of individuals to achieve organizational goals.

    • Effective communication and delegation

    • Providing feedback and recognition

    • Creating a positive work environment

    • Identifying and addressing performance issues

    • Developing and implementing training programs

    • Encouraging teamwork and collaboration

    • Managing conflicts and resolving disputes

    • Setting goals and expectatio...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through the JD you will easily pass cult acm job interview

Associate Manager Interview Questions asked at other Companies

Q1. How will you calculate tension on the sheet which is being given OFF, by Pay off reel ?
View answer (5)

Commis Chef 1 Interview Questions & Answers

user image Anonymous

posted on 28 Jan 2021

I applied via Referral and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is HACCP and ask me more food item.
  • Q2. I have been told what is HACCP, and food items and also food taril.

Interview Preparation Tips

Interview preparation tips for other job seekers - Feeling good

Commis Chef 1 Interview Questions asked at other Companies

Q1. What is the typical length of a chef's knife?
View answer (1)

I applied via Referral and was interviewed before Aug 2021. 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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. What do think about people management. What if client is getting angry what should you do

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through the Jd and read about company you will easily clear the interview they just check how confident you are and your communication skills

Associate Center Manager Interview Questions asked at other Companies

Q1. Round 1: how will you deal with angry customer?
View answer (3)

I applied via Referral and was interviewed in Nov 2019. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. How can you handle pressure ?? What r the scenarios in Center where one members get hurt during a boxing session how will u handle that??
  • Q2. Tell me something abt pressure ?? And what is the outcome when your in pressure ?
  • Ans. 

    Pressure is a natural part of work life that can lead to both positive and negative outcomes.

    • Pressure can lead to increased productivity and motivation to meet deadlines

    • However, excessive pressure can result in stress, burnout, and decreased performance

    • Effective stress management techniques can help individuals cope with pressure and maintain productivity

    • Communication with team members and seeking support from supervis

  • Answered by AI
  • Q3. 1) be confident express what you feel never tell your weakness your like your short tempered etc 2) This question is very important in operation round so tell “ we’ll has a center manager it’s my duty to...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Tell what you know
Be prepared with analytical question with logical questions
Simple questions will be asked answer to the point don’t try to expand your conversation

Center Manager Interview Questions asked at other Companies

Q1. If you are the centre manager,Your dialysis technician or other staff Takes money from patient (Pradhanmantri Homodialysis Yojna) without any reason then what action will you take.
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

Cult.fit Interview FAQs

How many rounds are there in Cult.fit interview?
Cult.fit interview process usually has 1-2 rounds. The most common rounds in the Cult.fit interview process are One-on-one Round, Resume Shortlist and HR.
How to prepare for Cult.fit 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 Cult.fit. The most common topics and skills that interviewers at Cult.fit expect are Communication Skills, Sales, Nutrition, Gym and Operations.
What are the top questions asked in Cult.fit interview?

Some of the top questions asked at the Cult.fit interview -

  1. Round 1: how will you deal with angry custome...read more
  2. What are first prime components of fitn...read more
  3. What is the difference between power and strengt...read more
How long is the Cult.fit interview process?

The duration of Cult.fit interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

SALARIES

Yamaha Motor

SALARIES

Cult.fit

SALARIES

Cult.fit

DESIGNATION

SALARIES

Cult.fit

DESIGNATION

DESIGNATION

Tell us how to improve this page.

Cult.fit Interview Process

based on 72 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

Tata 1mg Interview Questions
3.6
 • 146 Interviews
PharmEasy Interview Questions
3.7
 • 80 Interviews
MedPlus Interview Questions
3.6
 • 79 Interviews
Practo Interview Questions
3.2
 • 74 Interviews
HealthifyMe Interview Questions
3.0
 • 47 Interviews
Healthians Interview Questions
3.5
 • 45 Interviews
Netmeds.com Interview Questions
3.6
 • 42 Interviews
Portea Medical Interview Questions
4.3
 • 28 Interviews
Medlife Interview Questions
3.7
 • 27 Interviews
View all

Cult.fit Reviews and Ratings

based on 807 reviews

3.7/5

Rating in categories

3.4

Skill development

3.5

Work-life balance

3.5

Salary

3.1

Job security

3.5

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 807 Reviews and Ratings
Customer Support Head

Raipur

8-13 Yrs

₹ 10-15 LPA

Insitutional Sales Head

Bangalore / Bengaluru,

Delhi/Ncr

+1

14-24 Yrs

Not Disclosed

Senior Business Analyst

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

Explore more jobs
Center Manager
261 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Center Manager
179 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
61 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Manager
56 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Trainer
44 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Cult.fit with

Growfit

4.7
Compare

HealthifyMe

3.0
Compare

Tata 1mg

3.6
Compare

Practo

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