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

Clear (1)

Cult.fit Associate Manager Interview Questions and Answers

Updated 17 Dec 2022

Cult.fit Associate Manager Interview Experiences

2 interviews found

I applied via Naukri.com and was interviewed in Jun 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 - One-on-one 

(3 Questions)

  • Q1. Tell me something About yourself
  • Q2. What is sale? How will you manage if any aggressive customer interacted with you
  • Ans. 

    Sales is the process of exchanging goods or services for money or other valuable consideration.

    • Sales involves identifying potential customers, understanding their needs, and persuading them to buy a product or service.

    • It requires effective communication, negotiation, and relationship-building skills.

    • If an aggressive customer interacts, I would remain calm, listen actively, empathize with their concerns, and try to find...

  • Answered by AI
  • Q3. Are you comfortable in doing Split shift

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be fluent in English and positive attitude with problem solving cool minded

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 ... read more
asked in Accenture
Q2. What is Soc7 and other Cobol /Jcl error codes ...
asked in PepsiCo
Q3. In Sponsored Products, how many types of campaigns can you make?
Q4. What will happen if there is leakage inside De Oxo furnace of you ... read more
asked in PepsiCo
Q5. Are you familiar to environment where you have to explain what is ... read more

Interview questions from similar companies

Software Engineer Interview Questions & Answers

Medlife user image nerella saikrishna

posted on 9 Jan 2016

Interview Questionnaire 

12 Questions

  • Q1. Insert a node in a Linked List, if a pointer to a node(it's not a head pointer) of Linked List is given.
  • Q2. What is the Time Complexity of Binary Search and it's derivation
  • Ans. 

    Binary Search has a time complexity of O(log n) and is derived from dividing the search space in half at each step.

    • Binary Search is a search algorithm that works on sorted arrays.

    • It starts by comparing the target value to the middle element of the array.

    • If the target value is smaller, the search continues on the lower half of the array.

    • If the target value is larger, the search continues on the upper half of the array.

    • T...

  • Answered by AI
  • Q3. Write code for QuickSort
  • Ans. 

    QuickSort is a sorting algorithm that uses divide and conquer approach.

    • Choose a pivot element from the array

    • Partition the array into two sub-arrays, one with elements less than the pivot and one with elements greater than the pivot

    • Recursively apply the above steps to the sub-arrays

    • Combine the sorted sub-arrays to get the final sorted array

  • Answered by AI
  • Q4. Write code for Fibonacci Series using Recursion, Iteration and Dynamic Programming
  • Ans. 

    Code for Fibonacci Series using Recursion, Iteration and Dynamic Programming

    • Recursion: Define a function that calls itself with the previous two numbers in the series as arguments

    • Iteration: Use a loop to calculate the series by adding the previous two numbers in each iteration

    • Dynamic Programming: Store the previous two numbers in variables and use them to calculate the next number in the series

  • Answered by AI
  • Q5. How to implement an operation with Stacks which will be similar to Queue
  • Ans. 

    Implementing a Queue using Stacks

    • Use two stacks to implement a queue

    • Push elements onto the first stack

    • When dequeuing, pop all elements from the first stack and push onto the second stack

    • Pop the top element from the second stack to dequeue

    • If the second stack is empty, pop all elements from the first stack and push onto the second stack

  • Answered by AI
  • Q6. Write code for MergeSort
  • Ans. 

    MergeSort is a divide and conquer algorithm that sorts an array of strings.

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

  • Answered by AI
  • Q7. 2 types of detective ball puzzles
  • Q8. 25 Horses, 5 Tracks, 3 Fastest Puzzle
  • Q9. How the letters of a text are determined(Basically about OCR)
  • Q10. Write code for Insertion Sort and Selection Sort and find their time complexities and also the cases where their usage is efficient
  • Q11. Explain about Counting Sort
  • Ans. 

    Counting Sort is a sorting algorithm that sorts elements by counting the number of occurrences of each unique element.

    • Count the occurrences of each element in the array

    • Calculate the cumulative sum of the counts

    • Place each element in the sorted array based on its count and cumulative sum

    • Time complexity is O(n+k) where n is the number of elements and k is the range of input

    • Example: Sort an array of strings based on their

  • Answered by AI
  • Q12. When we type a part of a word in chrome, how is it able to show all the types of words, which are consisted of that part
  • Ans. 

    Chrome uses an algorithm to predict and suggest words based on user input.

    • Chrome's algorithm uses a combination of user history, bookmarks, and popular searches to predict and suggest words.

    • The algorithm also takes into account the frequency and recency of the user's input.

    • Chrome's suggestion feature is powered by Google's Autocomplete API, which uses machine learning to predict and suggest words.

    • The suggestions are di...

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: First Question, at the start I was not able to answer and he gave me an hint(He asked me the insertion in an array). So, I got the idea for the insertion in Linked List and was able to answer it.
Remaining questions, I was able to answer confidently.
Tips: Take your own time in answering a question and be clear over your answer before telling about the code that you have written.
If you don't know an answer for some question, just keep telling him simple cases(which are valid), so that the interviewer will sometimes try to guide you through the solution.

Round: Technical Interview
Experience: I was able to answer all the questions confidently, since I know the answers for them, But the last question was out of my scope and I explained based on my intuition and knowledge.
Tips: Take your own time in answering a question and be clear over your answer before telling about the code that you have written.
If you don't know an answer for some question, just keep telling him simple cases(which are valid), so that the interviewer will sometimes try to guide you through the solution.

Round: Technical Interview
Experience: I have given the answers for 1&2 questions with clear explanation. And the third question is again out of my scope and I explained this also based intuition.
Tips: Take your own time in answering a question and be clear over your answer before telling about the code that you have written.
If you don't know an answer for some question, just keep telling him simple cases(which are valid), so that the interviewer will sometimes try to guide you through the solution.

General Tips: Take your own time in answering a question and be clear over your answer before telling about the code that you have written.
If you don't know an answer for some question, just keep telling him simple cases(which are valid), so that the interviewer will sometimes try to guide you through the solution.
Skill Tips: Take your own time in answering a question and be clear over your answer before telling about the code that you have written.
If you don't know an answer for some question, just keep telling him simple cases(which are valid), so that the interviewer will sometimes try to guide you through the solution.
Skills: Logical Puzzles, Algorithms And DataStructures
College Name: IIT Madras
Motivation: 1. Primary Reason: Passionate about Programming and Problem solving.
2. The profile is software Engineer.
3. You can see your idea, having an impact on the society which is possible with this type of company.
4. And a good package.
Funny Moments: Nothing Really...

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: There was Pool Campus Placement of  4 Colleges together(NIT Jalandhar,NIT Hamirpur ,Candigarh University and CGC Landran ) at Chandigarh University.Written test was taken on Hacker Rank. There were 5 Coding Questions of Linklist , Dynamic Programming,Priority Queues etc . 
You didn't have to do All the questions (3 can get you to the next round).

One thing that need to be beware of is that on Hacker Rank Your Draft is Saved every second(or so). So don't copy from the internet and just paste there(they will get to know).
Tips: Make sure you practice lot of Algorithms.
Duration: 120 minutes
Total Questions: 5

Round: Problem Statement
Experience: Only 8 Students were selected for this round
20 mins were given for it
and afterwards each student had personal discussion(10 mins) with them to explain their schema .
3-4 Questions were also asked related to your schema and how to perform a particular query
Tips: You should Be Through with DBMS
Make sure there is no redundant table and Primary keys are marked

Round: Technical Interview
Experience: 2 were selected for the Interview
Firstly they make you very Comfortable and ask how were the previous Rounds.
Then they asked about the two questions of First Round and my approach 
Then couple of questions on The design that was made Earlier.
Then there were questions on How Internet Works ,gcc,Linux,git,sql.

Then the Interviewer asked if I have any question
I asked about (as the work on doctor's app) how they know the credibility of a doctor which is enlisted in their app.
Interviewer was really Impressed by the question and told me all about it with all details.


Both were selected
Tips: Be cool in the Interview
Think Loudly and Interact with them well.
If they want you to ask any question ,it should not be related to technical stuff ,it should be related to the company

College Name: NIT JALANDHAR

I applied via Referral

Interview Questionnaire 

5 Questions

  • Q1. I was asked to optimize the last program mentioned above
  • Q2. I was asked in detail about my internship experience and projects
  • Q3. I was asked why I did not contribute to any open source projects
  • Q4. I was asked to explain the code of my android app from my dropbox account
  • Q5. The usual HR questions followed after that

Interview Preparation Tips

Skills:
College Name: NA

Software Engineer Interview Questions & Answers

Practo user image BEKKAM VENKATA ADITYA

posted on 27 Sep 2015

I applied via Campus Placement

Interview Questionnaire 

4 Questions

  • Q1. General questions. Where are you from, tell about yourself etc..,
  • Q2. Asked me about the projects which i have mentioned in my resume
  • Q3. Some algorithmic questions including data structures. Time complexity, space complexity etc.,
  • Q4. How would you design a snake game present in basic nokia mobiles. Just the data structure part and some functions which are used as the game goes on

Interview Preparation Tips

Round: Test
Experience: A bit difficult but sensible way to get started with the selection procedure. Questions purely attack the algorithmic and stastitic aspects.
Tips: Get yourself ready with conceptual clartity regarding algorithms and stastics . Don't be ambitious to attempt all the questions, completely solving one problem would be more than enough for getting through this level.
Duration: 120 minutes
Total Questions: 3

Round: Technical Interview
Experience: Believe me. You never feel inferior, it's really interactive and very friendly. Interviewer gave me a few chances and hints whenever i've gone wrong. Overall interview experience was awesome.
Tips: If you're up to this round, they believe you have the potential. So don't panic if you are unable to answer their questions. Just tell them which aspects which you are comfortable with and they will proceed correspondingly, Just be honest whatsoever.

Skill Tips: Prefer having some revision about the above skills before undergoing the selection process.
Skills: Math Puzzles, Algorithmic Approach To Problem Solving, Data Structures
Duration: 2months
College Name: IIT Madras
Funny Moments: Receiving the offer letter from HR official who visited our campus :)

I applied via Walk-in and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Micro service
  • Q2. What is encapsulations, data abstraction, polymorphism
  • Ans. 

    Encapsulation, data abstraction, and polymorphism are three fundamental concepts in object-oriented programming.

    • Encapsulation is the process of hiding the implementation details of an object from the outside world.

    • Data abstraction is the process of representing only the essential features of an object and hiding the unnecessary details.

    • Polymorphism is the ability of an object to take on many forms or have multiple beha...

  • Answered by AI
  • Q3. What is stack and queue
  • Ans. 

    Stack is a data structure that follows Last In First Out (LIFO) principle. Queue is a data structure that follows First In First Out (FIFO) principle.

    • Stack is like a stack of plates where the last plate added is the first one to be removed

    • Queue is like a queue of people waiting in line where the first person added is the first one to be served

    • Stack operations: push (add element), pop (remove top element), peek (get top...

  • Answered by AI
  • Q4. What is caching
  • Ans. 

    Caching is the process of storing frequently used data in a temporary storage area for faster access.

    • Caching improves application performance by reducing the number of requests to the server.

    • It can be implemented at different levels such as browser, server, and database.

    • Examples of caching include browser caching of web pages, server caching of API responses, and database caching of query results.

  • Answered by AI
  • Q5. What is left, outer, inner join
  • Ans. 

    Join types used in SQL to combine data from multiple tables.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all rows from the left table and matching rows from the right table.

    • Outer join returns all rows from both tables, with null values for non-matching rows.

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

    • SELECT * FROM table1 LEFT JOIN table2 ON table1.id = table2...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare oops and data structure

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All questions where based on the previous company and work role and experience basically thy check the fluency and patience level and also the way of approaching the customer's request

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and nthg much about getting selection just focus in training you wil get it done in no time

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 Resume tips
Round 2 - Case Study 

Case study should be done

Round 3 - One-on-one 

(2 Questions)

  • Q1. About company information
  • Q2. Founded and study knowledge
Round 4 - Case Study 

Details and information

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication skills, mindset knowledge
Interview experience
5
Excellent
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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Hum forever living products company me growth kess kre
  • Q2. Forever living products company me supervisor kese achieve kre

Interview Preparation Tips

Interview preparation tips for other job seekers - Forever living products company is the BeST BuSineSS
Contribute & help others!
anonymous
You can choose to be anonymous

Cult.fit Interview FAQs

How many rounds are there in Cult.fit Associate Manager interview?
Cult.fit interview process usually has 2 rounds. The most common rounds in the Cult.fit interview process are One-on-one Round and Resume Shortlist.
What are the top questions asked in Cult.fit Associate Manager interview?

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

  1. What is sale? How will you manage if any aggressive customer interacted with y...read more
  2. What do you understand by people manageme...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

BMC Software

No Interviews

SALARIES

BMC Software

INTERVIEWS

BrowserStack

No Interviews

INTERVIEWS

Yamaha Motor

No Interviews

INTERVIEWS

BrowserStack

No Interviews

INTERVIEWS

GeeksForGeeks

No Interviews

INTERVIEWS

Cult.fit

No Interviews

INTERVIEWS

BMC Software

No Interviews

Tell us how to improve this page.

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
 • 46 Interviews
Netmeds.com Interview Questions
3.6
 • 42 Interviews
Fitelo Interview Questions
3.5
 • 33 Interviews
View all
Cult.fit Associate Manager Salary
based on 30 salaries
₹2.4 L/yr - ₹4.8 L/yr
78% less than the average Associate Manager Salary in India
View more details

Cult.fit Associate Manager Reviews and Ratings

based on 13 reviews

4.1/5

Rating in categories

3.9

Skill development

3.7

Work-life balance

3.4

Salary

3.4

Job security

4.1

Company culture

3.3

Promotions

3.8

Work satisfaction

Explore 13 Reviews and Ratings
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