Upload Button Icon Add office photos
Engaged Employer

i

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

MathCo Verified Tick

Compare button icon Compare button icon Compare
3.0

based on 343 Reviews

Filter interviews by

MathCo Intern Interview Questions and Answers

Updated 25 Aug 2024

MathCo Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 25 Aug 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Verbal reasoning quewstions

Round 2 - HR 

(2 Questions)

  • Q1. Technical and programming related questions
  • Q2. About the resume

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It is quite easy.topics like train speed and time , profit loss and work hour energy problems

Round 2 - Coding Test 

Coding will be based on DSA .In depth graphs and trees would been asked

Round 3 - Technical 

(4 Questions)

  • Q1. Given a question regarding patterns
  • Q2. Explain about os
  • Q3. Some SQL commands
  • Q4. Explain system calls

Interview Preparation Tips

Topics to prepare for Oracle Intern interview:
  • DSA
  • SQL
Interview preparation tips for other job seekers - Study hard from scratch focus on goal

Intern Interview Questions & Answers

Oracle user image Anonymous

posted on 11 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

A basic dynamic programming question similar to the "pick or not pick" problem.

Round 2 - Technical 

(1 Question)

  • Q1. Dsa questions cs fundamentals resume based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Create solid projects, and you should be able to explain any aspect of your work.

Intern Interview Questions & Answers

Zeta user image Anonymous

posted on 16 Apr 2024

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

I applied via Company Website and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 DSa questions + cs fundamentals mcq

Round 2 - One-on-one 

(2 Questions)

  • Q1. System design e-commerce
  • Q2. SRE fundamentals
Round 3 - HR 

(1 Question)

  • Q1. Managerial round, resume, work experience and stuff

Intern Interview Questions & Answers

Feuji user image Anonymous

posted on 31 Jan 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java related code snippets based mcq around 30 questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Core java concepts and sql and basic coding questions
  • Q2. Non prime numbers coding question continue , break difference polymorphism exception handling

Intern Interview Questions & Answers

Oracle user image Anonymous

posted on 23 Mar 2024

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

I applied via Campus Placement and was interviewed before Mar 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

Basic math problems and English related questions

Round 2 - Coding Test 

Write a program to give out the final score in a cricket match where number of deliveries will be the input and in a ball a batsman ca score either 1,0 or 2.

Round 3 - Technical 

(2 Questions)

  • Q1. Write a program to separate strong for special characters
  • Ans. 

    Program to separate strong for special characters in an array of strings

    • Iterate through each string in the array

    • For each string, iterate through each character

    • Check if the character is a special character and separate it into a new string if it is

  • Answered by AI
  • Q2. General question about personal projects
Round 4 - Technical 

(2 Questions)

  • Q1. Questions about OOPs concept
  • Q2. What is Function overloading and overriding?
  • Ans. 

    Function overloading is having multiple functions with the same name but different parameters. Function overriding is redefining a function in a subclass.

    • Function overloading allows multiple functions with the same name but different parameters.

    • Function overriding involves redefining a function in a subclass with the same name and parameters as in the superclass.

    • Example of function overloading: int add(int a, int b) an...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. General question on extra activities in the resume

Skills evaluated in this interview

Intern Interview Questions & Answers

Oracle user image Anonymous

posted on 17 Aug 2022

Round 1 - Coding Test 

3 questions 1st was dsa 2nd was rest api and 3rd was sql query based on hackerearth ,

Round 2 - One-on-one 

(1 Question)

  • Q1. Linked list, lis/dp java oops concepts database

Interview Preparation Tips

Interview preparation tips for other job seekers - be confidentjhih nkj nbj jkjbjkb jb hb hb
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Aptitude, analytical, abstract reasoning, numerical ability, critical thinking, speaking skills

Interview Questionnaire 

3 Questions

  • Q1. There are 1 million random numbers and 1 number is missing find the missing number
  • Ans. 

    Find the missing number from 1 million random numbers.

    • Calculate the sum of all numbers from 1 to 1 million using the formula n(n+1)/2

    • Calculate the sum of all the given numbers

    • Subtract the sum of given numbers from the sum of all numbers to get the missing number

  • Answered by AI
  • Q2. Algorithm and complexities
  • Q3. Basic technical questions

Skills evaluated in this interview

I was interviewed in Feb 2017.

Interview Questionnaire 

4 Questions

  • Q1. Everything related to previous projects.
  • Q2. Normalization of database to BCNF
  • Ans. 

    Normalization to BCNF ensures that every non-trivial functional dependency is satisfied.

    • Identify all functional dependencies

    • Eliminate partial dependencies

    • Eliminate transitive dependencies

    • Ensure every determinant is a candidate key

  • Answered by AI
  • Q3. Difference between 'having' clause and 'where' clause in MySQL
  • Ans. 

    HAVING clause is used with GROUP BY to filter groups, WHERE clause is used to filter rows.

    • HAVING clause is used with GROUP BY clause to filter groups based on aggregate functions.

    • WHERE clause is used to filter rows based on conditions.

    • HAVING clause is used after GROUP BY clause, while WHERE clause is used before GROUP BY clause.

    • HAVING clause can use aggregate functions, while WHERE clause cannot.

    • Example: SELECT categor...

  • Answered by AI
  • Q4. DBMS queries

Interview Preparation Tips

Round: Technical Interview
Experience: It was 1-to-1 interview where I was asked about the previous projects first. They have asked everything about the project, from why we chose the technology we chose and how we implemented it.
Tips: Can't give much tips as I have not faced many interviews myself, but as far as internship interviews go, they require candidates who are willing to learn. You don't need to convince them that you know everything, as the basic understanding of the subject and willingness to learn will do just fine.

Round: Test
Duration: 20 minutes
Total Questions: 25

College Name: PDPM IIITDM, Jabalpur

Skills evaluated in this interview

MathCo Interview FAQs

How many rounds are there in MathCo Intern interview?
MathCo interview process usually has 2 rounds. The most common rounds in the MathCo interview process are Aptitude Test and HR.

Tell us how to improve this page.

Intern Interview Questions from Similar Companies

Oracle Intern Interview Questions
3.7
 • 8 Interviews
Zeta Intern Interview Questions
3.3
 • 1 Interview
Feuji Intern Interview Questions
2.5
 • 1 Interview
View all

MathCo Intern Reviews and Ratings

based on 2 reviews

2.9/5

Rating in categories

2.9

Skill development

1.9

Work-Life balance

2.5

Salary & Benefits

2.9

Job Security

3.4

Company culture

3.4

Promotions/Appraisal

2.9

Work Satisfaction

Explore 2 Reviews and Ratings
Analyst
230 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Senior Associate
212 salaries
unlock blur

₹10 L/yr - ₹28 L/yr

Data Analyst
186 salaries
unlock blur

₹3 L/yr - ₹9.8 L/yr

Associate
133 salaries
unlock blur

₹7 L/yr - ₹17 L/yr

Data Scientist
114 salaries
unlock blur

₹6.8 L/yr - ₹20 L/yr

Explore more salaries
Compare MathCo with

Fractal Analytics

4.0
Compare

Mu Sigma

2.7
Compare

LatentView Analytics

3.7
Compare

Tiger Analytics

3.6
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