Upload Button Icon Add office photos

C2fo

Compare button icon Compare button icon Compare

Filter interviews by

C2fo Business Data Analyst Interview Questions and Answers

Updated 12 Sep 2023

C2fo Business Data Analyst Interview Experiences

1 interview found

I applied via LinkedIn and was interviewed in Sep 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Final Salary Discussion
  • Q2. General Round with VP

Interview questions from similar companies

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

I applied via Internshala and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is Vlookup and Hlookup
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Asked about Sql window functions
  • Q2. Precison, Recall, Auc
Round 2 - Technical 

(2 Questions)

  • Q1. Linear regresssion assumptions
  • Q2. Trees bagging vs boosting
  • Ans. 

    Trees bagging and boosting are ensemble learning techniques that use multiple decision trees, but with different approaches.

    • Bagging (Bootstrap Aggregating) involves training multiple decision trees independently on different subsets of the training data and then averaging the predictions. Examples include Random Forest.

    • Boosting involves training multiple decision trees sequentially, with each tree correcting the errors...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. General personal background questions

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Assignment 

Assignment containing the python coding and the pandas data analysis and statistics questions

Round 2 - Technical 

(2 Questions)

  • Q1. Given the tabular data and asked to find the issues in the data and how to solve them.
  • Q2. Check if the sentence is palindrome or not.
  • Ans. 

    Check if a sentence is a palindrome or not.

    • Remove all non-alphanumeric characters and convert to lowercase.

    • Compare the original sentence with its reverse to check for palindrome.

    • Example: 'A man, a plan, a canal, Panama' is a palindrome sentence.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Classical data science questions
  • Q2. Given the large dataset and asked to find the answers using pandas

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have strong command on python, pandas and machine learning

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the SQL query for calculating a moving average?
  • Ans. 

    The SQL query for calculating a moving average involves using window functions.

    • Use the OVER clause with the ORDER BY clause to define the window frame for the moving average calculation.

    • Use the AVG() function to calculate the average within the window frame.

    • Example: SELECT value, AVG(value) OVER (ORDER BY date ROWS BETWEEN 2 PRECEDING AND CURRENT ROW) AS moving_avg FROM table_name;

  • Answered by AI
  • Q2. What is the difference between Data Definition Language (DDL) and Data Manipulation Language (DML)?
  • Ans. 

    DDL is used to define the structure of database objects, while DML is used to manipulate data within those objects.

    • DDL is used to create, modify, and delete database objects such as tables, indexes, and views.

    • DML is used to insert, update, retrieve, and delete data within those database objects.

    • Examples of DDL statements include CREATE TABLE, ALTER INDEX, and DROP VIEW.

    • Examples of DML statements include INSERT INTO, UP

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ffreedom app Data Science Intern interview:
  • MySQL
Interview preparation tips for other job seekers - Practice writing SQL queries that you need to complete.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is difference between delete,drop and truncate. ?
  • Ans. 

    Delete removes specific rows from a table, drop removes entire table structure, and truncate removes all rows from a table.

    • Delete is a DML command, drop is a DDL command, and truncate is a DDL command.

    • Delete can be rolled back, drop cannot be rolled back, and truncate cannot be rolled back.

    • Delete triggers delete triggers, drop triggers drop triggers, and truncate does not trigger any triggers.

    • Example: DELETE FROM table...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What are iterrators .?
  • Ans. 

    Iterators are objects that allow sequential access to elements in a collection.

    • Iterators are used to loop through elements in a collection one at a time.

    • They provide a way to access elements without exposing the underlying data structure.

    • Iterators have methods like next() to retrieve the next element in the collection.

    • Examples of iterators include Python's iter() and Java's Iterator interface.

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Given a dataset, pandas task and commands
  • Q2. DSA round for lists,string, tuples, dictionary

Interview Preparation Tips

Interview preparation tips for other job seekers - They hire 3rd party recruiters for meaningless rounds and never call back. Until you receive actual call from the company itself ignore
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

A simple Python coding assesment - had fibonacci series and just general python questions

Round 2 - Technical 

(2 Questions)

  • Q1. Probablity Question - Coin toss one
  • Q2. Statistical Significance - what it is? and how to use hypothesis testing
  • Ans. 

    Statistical significance refers to the likelihood that a result or relationship is not due to chance.

    • Statistical significance is a measure of the probability that a relationship between variables is not due to random chance.

    • Hypothesis testing is a common method to determine statistical significance by comparing observed data to what would be expected by chance.

    • A p-value is used to determine statistical significance, wi...

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - Coding Test 

Python coding round. The question will be regarding list, class and objects

Round 2 - HR 

(2 Questions)

  • Q1. Why do you want to join our company?
  • Ans. 

    I am impressed by your company's innovative projects and collaborative work culture.

    • I admire the cutting-edge technologies and projects your company is involved in.

    • I value the collaborative work culture and team spirit that your company promotes.

    • I believe my skills and expertise align well with the goals and values of your company.

  • Answered by AI
  • Q2. What is your strength?
  • Ans. 

    My strength lies in my ability to analyze complex data sets and derive actionable insights.

    • Strong analytical skills

    • Ability to work with large data sets

    • Experience with data visualization tools like Tableau

    • Strong problem-solving skills

    • Effective communication of findings to non-technical stakeholders

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Coding Test 

MCQ based Python test, SQL, Data Analysis, Machine learning test. Each test should be cleared for further round

Round 2 - Assignment 

Client will give you Assignment question Sample and answer. Similarly you have to give answer. For me Python code , in which my role is to give machine solution with different algorithm approach and test cases with that. It is kind of prompt engineer which will trained the machine for coding

Interview Preparation Tips

Topics to prepare for Turing Data Scientist interview:
  • python
  • sql
  • machine learning
  • data analysis
Interview preparation tips for other job seekers - Prepare the ML, SQL, Python and Data analysis concept. And practice Data structure with python (Array, string). And practice case study or project

Tell us how to improve this page.

Interview Questions from Similar Companies

Tracxn Interview Questions
3.2
 • 99 Interviews
Turing Interview Questions
3.5
 • 92 Interviews
ffreedom app Interview Questions
3.6
 • 62 Interviews
Toothsi Interview Questions
2.8
 • 60 Interviews
MagicBricks Interview Questions
3.4
 • 57 Interviews
InvestoXpert Interview Questions
4.5
 • 53 Interviews
Zolo Interview Questions
3.4
 • 49 Interviews
GoMechanic Interview Questions
3.7
 • 46 Interviews
Netmeds.com Interview Questions
3.6
 • 42 Interviews
Carwale Interview Questions
3.4
 • 41 Interviews
View all
Supplier Relationship Manager
38 salaries
unlock blur

₹4 L/yr - ₹9.6 L/yr

Software Engineer
18 salaries
unlock blur

₹16 L/yr - ₹30 L/yr

Data Specialist
17 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Senior Software Engineer
16 salaries
unlock blur

₹24.8 L/yr - ₹48.2 L/yr

Engineering Manager
12 salaries
unlock blur

₹30 L/yr - ₹62.1 L/yr

Explore more salaries
Compare C2fo with

Axio

3.8
Compare

LendingKart

3.1
Compare

NeoGrowth Credit

3.4
Compare

Indifi Technologies

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