Upload Button Icon Add office photos

Goqii

Compare button icon Compare button icon Compare

Filter interviews by

Goqii Interview Questions and Answers

Updated 14 Dec 2024
Popular Designations

8 Interview questions

A Full Stack Developer was asked 6mo ago
Q. What are CORS applications and how do you enable CORS?
Ans. 

CORS allows web applications to make requests to a different domain than the one it originated from.

  • CORS is enabled on the server side by setting the 'Access-Control-Allow-Origin' header to specify which domains are allowed to make requests.

  • Options requests are sent by the browser to check if the server allows the actual request. The server should respond with the appropriate headers.

  • CORS can be configured to allo...

View all Full Stack Developer interview questions
A Full Stack Developer was asked 6mo ago
Q. How can an application efficiently fetch a large number of records?
Ans. 

Use indexing, pagination, caching, and optimized queries to fetch large amounts of data quickly.

  • Utilize indexing on database columns to speed up search queries.

  • Implement pagination to limit the number of records fetched at once.

  • Use caching mechanisms to store frequently accessed data and reduce database load.

  • Optimize queries by selecting only necessary columns and avoiding unnecessary joins.

  • Consider using asynchro...

View all Full Stack Developer interview questions
A Full Stack Developer was asked 6mo ago
Q. Given an array of numbers, find the frequency of each number.
Ans. 

Use a hashmap to store the frequency of each number in the array.

  • Create a hashmap to store the frequency of each number in the array.

  • Iterate through the array and update the frequency in the hashmap.

  • Return the hashmap with the frequency of each number.

View all Full Stack Developer interview questions
A Full Stack Developer was asked 6mo ago
Q. SQL Query for Duplicate Emails Write an SQL query to retrieve a list of duplicate email addresses from a table.
Ans. 

SQL query to retrieve duplicate email addresses from a table

  • Use GROUP BY and HAVING clause to identify duplicates

  • Select the email column and count the occurrences

  • Filter the results to show only emails with count greater than 1

View all Full Stack Developer interview questions
A Full Stack Developer was asked 6mo ago
Q. What is the default session time in PHP?
Ans. 

The default session time in PHP is 24 minutes.

  • Default session time in PHP is 24 minutes

  • Session time can be changed using the 'session.gc_maxlifetime' directive in php.ini file

  • Session time can also be set using the 'session_set_cookie_params()' function in PHP

View all Full Stack Developer interview questions
A Full Stack Developer was asked 6mo ago
Q. Explain the use of useContext in React.
Ans. 

React's useContext allows components to access context values without prop drilling.

  • useContext is a React Hook that lets you subscribe to React context without introducing nesting.

  • It takes a context object (created by React.createContext) and returns the current context value.

  • Example: const value = useContext(MyContext);

  • It simplifies state management in large applications by avoiding prop drilling.

  • useContext can b...

View all Full Stack Developer interview questions
A Data Analyst Intern was asked
Q. Tell me about the projects you've worked on and how analytics was used in them.
Ans. 

I have worked on projects involving customer segmentation, sales forecasting, and sentiment analysis using analytics.

  • Customer segmentation: Used clustering algorithms to group customers based on their behavior and demographics.

  • Sales forecasting: Utilized time series analysis to predict future sales trends and optimize inventory management.

  • Sentiment analysis: Applied natural language processing techniques to analyz...

View all Data Analyst Intern interview questions
Are these interview questions helpful?
A Nutrition Coach Expert was asked 12mo ago
Q. Why protein in important for weight loss? How much protein is needed per individual on daily basis?
Ans. 

Protein is important for weight loss as it helps increase metabolism, reduce appetite, and preserve muscle mass. The recommended daily protein intake varies based on factors like age, gender, activity level, and goals.

  • Protein helps increase metabolism by requiring more energy to digest compared to fats and carbs

  • Protein reduces appetite by promoting feelings of fullness and satiety

  • Protein preserves muscle mass duri...

View all Nutrition Coach Expert interview questions

Goqii Interview Experiences

7 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Assignment 

ReactJS and PHP based User Management Portal

Round 2 - One-on-one 

(6 Questions)

  • Q1. DSA - to find frequency of numbers in an array
  • Ans. 

    Use a hashmap to store the frequency of each number in the array.

    • Create a hashmap to store the frequency of each number in the array.

    • Iterate through the array and update the frequency in the hashmap.

    • Return the hashmap with the frequency of each number.

  • Answered by AI
  • Q2. Default Session time in PHP
  • Ans. 

    The default session time in PHP is 24 minutes.

    • Default session time in PHP is 24 minutes

    • Session time can be changed using the 'session.gc_maxlifetime' directive in php.ini file

    • Session time can also be set using the 'session_set_cookie_params()' function in PHP

  • Answered by AI
  • Q3. SQL - Get list of duplicate emails
  • Ans. 

    SQL query to retrieve duplicate email addresses from a table

    • Use GROUP BY and HAVING clause to identify duplicates

    • Select the email column and count the occurrences

    • Filter the results to show only emails with count greater than 1

  • Answered by AI
  • Q4. React useContext
  • Ans. 

    React's useContext allows components to access context values without prop drilling.

    • useContext is a React Hook that lets you subscribe to React context without introducing nesting.

    • It takes a context object (created by React.createContext) and returns the current context value.

    • Example: const value = useContext(MyContext);

    • It simplifies state management in large applications by avoiding prop drilling.

    • useContext can be use...

  • Answered by AI
  • Q5. CORS applications and how to enable it
  • Ans. 

    CORS allows web applications to make requests to a different domain than the one it originated from.

    • CORS is enabled on the server side by setting the 'Access-Control-Allow-Origin' header to specify which domains are allowed to make requests.

    • Options requests are sent by the browser to check if the server allows the actual request. The server should respond with the appropriate headers.

    • CORS can be configured to allow spe...

  • Answered by AI
  • Q6. How to fetch lakhs of records fast in an application?
  • Ans. 

    Use indexing, pagination, caching, and optimized queries to fetch large amounts of data quickly.

    • Utilize indexing on database columns to speed up search queries.

    • Implement pagination to limit the number of records fetched at once.

    • Use caching mechanisms to store frequently accessed data and reduce database load.

    • Optimize queries by selecting only necessary columns and avoiding unnecessary joins.

    • Consider using asynchronous ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about the projects and how analytics is used in it ?
  • Ans. 

    I have worked on projects involving customer segmentation, sales forecasting, and sentiment analysis using analytics.

    • Customer segmentation: Used clustering algorithms to group customers based on their behavior and demographics.

    • Sales forecasting: Utilized time series analysis to predict future sales trends and optimize inventory management.

    • Sentiment analysis: Applied natural language processing techniques to analyze cus...

  • Answered by AI

Health Coach Interview Questions & Answers

user image Anonymous

posted on 17 Jun 2023

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Diabetes, weight loss, IBS related questions
  • Q2. Salary, experience, work details, leaves discussion
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Hb1ac? and how do you define it?
  • Q2. What foods are restricted for high creatinine patients?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Facebook and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is H1ac? How do you generalize it?
  • Q2. Why protein in important for weight loss? How much protein is needed per individual on daily basis?
  • Ans. 

    Protein is important for weight loss as it helps increase metabolism, reduce appetite, and preserve muscle mass. The recommended daily protein intake varies based on factors like age, gender, activity level, and goals.

    • Protein helps increase metabolism by requiring more energy to digest compared to fats and carbs

    • Protein reduces appetite by promoting feelings of fullness and satiety

    • Protein preserves muscle mass during we...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good friendly

Health Coach Interview Questions & Answers

user image Anonymous

posted on 15 Mar 2022

I applied via Referral and was interviewed in Feb 2022. There were 3 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.
Round 3 - One-on-one 

(1 Question)

  • Q1. About field of work, diseases related etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Knowledge was tested, helpful, explore current topics

Health Coach Interview Questions & Answers

user image Anonymous

posted on 7 Mar 2022

I applied via Referral and was interviewed in Sep 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test
I had to read 8 modules which consisted of assesment, each assesment consisted of 15 mcq in 3 minutes and I had to crack 4 interviews

Round 2 - One-on-one 

(1 Question)

  • Q1. I had to crack 4 interviews

Interview Preparation Tips

Topics to prepare for Goqii Health Coach interview:
  • Medication and nutrition
Interview preparation tips for other job seekers - They need to show their interest in health concerns and risk factors..
Make them believe that each and every stage should be come in process gradually

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Goqii?
Ask anonymously on communities.

Interview questions from similar companies

Health Coach Interview Questions & Answers

BeatO user image Chetana Joshi

posted on 26 Nov 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Last pay slip, expections
  • Q2. Expectation salary
Round 3 - Case Study 

About sugar hypoglycemia and hyper glycemia..
Hba1c test

Interview Preparation Tips

Interview preparation tips for other job seekers - Few old Doctor are horrible,insulting behaiviour and arogant,

I applied via Approached by Company and was interviewed in Jul 2022. There were 3 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 

(1 Question)

  • Q1. About different metabolism disorders
Round 3 - Case Study 

About diabetes reversal

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and make sure whatever you know is right else dnt give answer
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java Opps concept

Goqii Interview FAQs

How many rounds are there in Goqii interview?
Goqii interview process usually has 1-2 rounds. The most common rounds in the Goqii interview process are One-on-one Round, Resume Shortlist and Aptitude Test.
How to prepare for Goqii 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 Goqii. The most common topics and skills that interviewers at Goqii expect are Sales, Corporate Sales, Node.Js, PHP and B2B Sales.
What are the top questions asked in Goqii interview?

Some of the top questions asked at the Goqii interview -

  1. How to fetch lakhs of records fast in an applicati...read more
  2. Why protein in important for weight loss? How much protein is needed per indivi...read more
  3. Tell me about the projects and how analytics is used in i...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.1/5

based on 7 interview experiences

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Cult.fit Interview Questions
3.6
 • 72 Interviews
Fitelo Interview Questions
3.5
 • 39 Interviews
Mosaic Wellness Interview Questions
3.7
 • 18 Interviews
Health Total Interview Questions
3.8
 • 16 Interviews
BeatO Interview Questions
3.4
 • 16 Interviews
Anytime Fitness Interview Questions
3.3
 • 12 Interviews
Possible Health Interview Questions
3.4
 • 12 Interviews
Palsons Derma Interview Questions
3.5
 • 10 Interviews
Lilac Insights Interview Questions
3.2
 • 9 Interviews
View all

Goqii Reviews and Ratings

based on 95 reviews

3.6/5

Rating in categories

3.6

Skill development

4.0

Work-life balance

2.9

Salary

3.3

Job security

3.8

Company culture

2.9

Promotions

3.5

Work satisfaction

Explore 95 Reviews and Ratings
Health Wellness Coach

Mumbai

2-6 Yrs

Not Disclosed

Explore more jobs
Health Coach
13 salaries
unlock blur

₹1 L/yr - ₹4.5 L/yr

Technical Lead
9 salaries
unlock blur

₹16 L/yr - ₹21.1 L/yr

Project Manager
8 salaries
unlock blur

₹10.6 L/yr - ₹22 L/yr

Senior Application Developer
6 salaries
unlock blur

₹9 L/yr - ₹20 L/yr

Dietician
6 salaries
unlock blur

₹0.9 L/yr - ₹2.8 L/yr

Explore more salaries
Compare Goqii with

Cult.fit

3.6
Compare

Fitelo

3.5
Compare

Health Total

3.8
Compare

BeatO

3.4
Compare
write
Share an Interview