Upload Button Icon Add office photos

Filter interviews by

Club med Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software developer with 5 years of experience in developing web applications using Java, JavaScript, and SQL.

    • 5 years of experience in software development

    • Proficient in Java, JavaScript, and SQL

    • Developed web applications for various clients

    • Strong problem-solving skills

    • Excellent team player

  • Answered by AI
  • Q2. What is your roles and responsibilities
  • Ans. 

    As a Software Developer, my roles and responsibilities include designing, developing, testing, and maintaining software applications.

    • Designing and developing software applications based on client requirements

    • Testing and debugging code to ensure functionality and performance

    • Collaborating with team members to brainstorm and implement new features

    • Maintaining and updating existing software applications

    • Staying up-to-date wi

  • Answered by AI
  • Q3. Explain about bug lifecycle
  • Ans. 

    Bug lifecycle involves identification, reporting, fixing, retesting, and closing of software bugs.

    • Identification: Bug is identified by testers or users through testing or real-world usage.

    • Reporting: Bug is reported to developers with detailed information like steps to reproduce.

    • Fixing: Developers analyze and fix the bug in the code.

    • Retesting: Testers verify the fix to ensure the bug is resolved.

    • Closing: Bug is closed o

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Case study with the topic provided
  • Q2. Questions on the resume

Skills evaluated in this interview

MMA Interview Questions & Answers

Ipsos user image Anonymous

posted on 15 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are the assumptions of Linear Regression?
  • Ans. 

    Assumptions of Linear Regression

    • Linearity: The relationship between the independent and dependent variables is linear.

    • Independence: The residuals are independent of each other.

    • Homoscedasticity: The variance of residuals is constant across all levels of the independent variables.

    • Normality: The residuals are normally distributed.

    • No multicollinearity: The independent variables are not highly correlated with each other.

  • Answered by AI
  • Q2. How to evaluate your machine learning model?
  • Ans. 

    Evaluate machine learning model by analyzing metrics like accuracy, precision, recall, F1 score, ROC curve, and confusion matrix.

    • Calculate accuracy to measure overall performance of the model.

    • Use precision to evaluate the proportion of true positive predictions among all positive predictions.

    • Consider recall to assess the proportion of true positive predictions among all actual positives.

    • Calculate F1 score as a balance ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is R-Squared and Adjusted R Squared? Also brief about the difference?
  • Q2. Interpret the coefficients of Linear Regression and Binomial Logistic Regression?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just Prepare Excel, Python, SQL, and basic statistic concept.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Ducting types youed
  • Q2. Ducting any types of material
  • Q3. Mep for explain
  • Q4. Mep basic form housed property
  • Q5. Electrical line
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic java fundamentals
  • Q2. Spring boot,sql
Round 2 - Technical 

(2 Questions)

  • Q1. Some technical questions from manager
  • Q2. Some challenges or scenario based questions
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion mostly
  • Q2. Benifts that they offer with TR
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at National Institute of Technology (NIT), Patna and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. MULTIPLE QUESTIONS OF OOPS
  • Q2. Program of prime number
  • Ans. 

    A program to find prime numbers within a given range

    • Iterate through numbers in the given range

    • Check if each number is divisible by any number other than 1 and itself

    • If not divisible, it is a prime number

  • Answered by AI
  • Q3. Pseudo code of finding ones in a number
  • Ans. 

    Count the number of ones in a given number using pseudo code

    • Initialize a count variable to 0

    • Iterate through each bit of the number and check if it is 1

    • Increment the count if the bit is 1

    • Return the count as the result

  • Answered by AI
  • Q4. Basic questions of sql and mongodb

Interview Preparation Tips

Interview preparation tips for other job seekers - have proper command of oops ,basic DSA and have good projects

Skills evaluated in this interview

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

I was interviewed in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Introduction and role description
  • Q2. Past experience
Round 2 - Technical 

(1 Question)

  • Q1. Technical question on role based
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jul 2024.

Round 1 - Technical 

(6 Questions)

  • Q1. Can we use POST method instead of get method
  • Ans. 

    Yes, POST method should be used for sending sensitive data or when data length exceeds URL limit.

    • POST method should be used when sending sensitive data like passwords or personal information.

    • POST method should be used when the data length exceeds the URL limit, as GET has a limit on the amount of data that can be sent.

    • GET method should be used for retrieving data from the server without changing anything on the server.

  • Answered by AI
  • Q2. Difference between where and having clauses in sql
  • Ans. 

    Where clause is used to filter rows before grouping, while having clause is used to filter groups after grouping.

    • Where clause is used with SELECT, UPDATE, DELETE statements to filter rows based on a condition

    • Having clause is used with GROUP BY statement to filter groups based on a condition

    • Where clause is applied before grouping, having clause is applied after grouping

    • Example: SELECT * FROM table_name WHERE column_name...

  • Answered by AI
  • Q3. What are the aggregate functions in SQL
  • Ans. 

    Aggregate functions in SQL are used to perform calculations on a set of values and return a single value.

    • Aggregate functions include functions like SUM, AVG, COUNT, MIN, and MAX.

    • SUM - calculates the sum of values in a column

    • AVG - calculates the average of values in a column

    • COUNT - counts the number of rows in a result set

    • MIN - finds the minimum value in a column

    • MAX - finds the maximum value in a column

  • Answered by AI
  • Q4. What is the difference between path params and query params
  • Ans. 

    Path params are part of the URL path, while query params are appended to the URL after a '?'

    • Path params are used to identify a specific resource in the URL path, while query params are used to filter or sort the resources

    • Path params are defined in the URL path itself, such as /users/{id}, while query params are appended to the URL, such as /users?sort=asc

    • Path params are typically used for mandatory parameters, while qu...

  • Answered by AI
  • Q5. Write a SQL query on inner join (given with a table and data)
  • Ans. 

    SQL query using inner join to retrieve data from two tables

    • Use INNER JOIN to combine rows from two tables based on a related column

    • Specify the columns to select from each table

    • Add a condition to match the related columns in the ON clause

  • Answered by AI
  • Q6. Application module to find bugs
  • Ans. 

    One way to find bugs in an application module is through thorough testing and using debugging tools.

    • Conduct thorough testing of the application module to identify bugs

    • Use debugging tools like breakpoints, logging, and profiling to pinpoint and fix bugs

    • Implement automated testing to catch bugs early in the development process

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

SQL Joins and Window functions in SQL
Asked about Stored Procedures and implementations
Tableau LOD's
Tableau Parameters

Interview Preparation Tips

Topics to prepare for Experian Data Management Analyst interview:
  • SQL
  • Database
  • Tableau
  • Excel
Interview preparation tips for other job seekers - Freshen up on the most anticipated questions in SQL and Tableau. Do not skip on the key topics and expect a question or two about coding
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Usual aptitude test you would expect from a bank

Round 2 - Video Call 

(2 Questions)

  • Q1. Why mizho and why the department specifically
  • Q2. Talk about a market news
  • Ans. 

    The recent surge in Tesla's stock price due to strong quarterly earnings report

    • Tesla's stock price increased by 10% after reporting better-than-expected earnings

    • Investors were impressed by Tesla's profitability and strong delivery numbers

    • Analysts raised their price targets for Tesla following the earnings report

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - brush up on market news as they look for people with market sense
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Power bi needs and measure required
  • Ans. 

    Power BI needs and measures required for effective data analysis and visualization.

    • Identify key performance indicators (KPIs) to track and measure

    • Ensure data is clean, accurate, and up-to-date for reliable analysis

    • Create interactive visualizations and reports to communicate insights effectively

    • Utilize DAX formulas for advanced calculations and measures

    • Implement data modeling techniques for efficient data organization

    • Re...

  • Answered by AI
  • Q2. Python code to exploring k means clustering for customer segmentation

Interview Preparation Tips

Interview preparation tips for other job seekers - Please come here without any hesitation... interview team is very supportive and kind...

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

ITC Hotels Interview Questions
4.1
 • 80 Interviews
Hyatt Regency Interview Questions
4.2
 • 43 Interviews
Ihg Group Interview Questions
4.0
 • 35 Interviews
The Lalit Interview Questions
3.6
 • 20 Interviews
AccorHotels Interview Questions
4.4
 • 17 Interviews
Hilton Interview Questions
4.3
 • 15 Interviews
View all

Club med Reviews and Ratings

based on 9 reviews

4.9/5

Rating in categories

4.6

Skill development

4.7

Work-Life balance

4.6

Salary & Benefits

4.9

Job Security

4.9

Company culture

4.5

Promotions/Appraisal

4.7

Work Satisfaction

Explore 9 Reviews and Ratings
Compare Club med with

Taj Hotels Resorts and Palaces

4.2
Compare

Oberoi Group of Hotels

4.2
Compare

ITC Hotels

4.1
Compare

THE LEELA PALACES HOTELS & RESORTS

4.0
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