Upload Button Icon Add office photos
Engaged Employer

i

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

MathWorks Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 129 Reviews

Filter interviews by

MathWorks Interview Questions, Process, and Tips for Freshers

Updated 26 Nov 2024

Top MathWorks Interview Questions and Answers for Freshers

View all 15 questions

MathWorks Interview Experiences for Freshers

Popular Designations

18 interviews found

I was interviewed in May 2022.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 mins
Round difficulty - Medium

- timing was 5:00 AM in the morning
- 2 coding questions and 10 MCQ
- MCQ tested variety of concepts like Database management, OOPS, pointers and C

  • Q1. Car Pooling

    You are working as a cab driver. Your car moves in a straight line and moves toward the forward direction only. Initially, you have ‘C’ empty seats for the passengers.

    Now, you are given ‘N’ ...

  • Ans. 

    Build an array add the number at entry index and subtract the number at exit index. after constructing the array, make 2 variables max and cur. cur stores the maximum sum of currently and max stores the maximum sum encountered till now.

  • Answered by CodingNinjas
  • Q2. Distance Of Nearest Cell Having 1 In A Binary Matrix

    You have been given a binary matrix 'MAT' containing only 0’s and 1’s of size N x M. You need to find the distance of the nearest cell having 1 ...

  • Ans. 

    This is solved by an algorithm called multisource bfs, add all the land cells in a queue then apply bfs to find shortest distance of all water cells.

  • Answered by CodingNinjas
Round 2 - HR 

(1 Question)

Round duration - 30 mins
Round difficulty - Easy

Round was technical + HR round

  • Q1. Basic HR questions

    Was asked questions about my project, utility and problems faced and general HR type questions

  • Ans. 

    Tip 1 : be confident while speaking
    Tip 2 : Don't take it as an interview take it as a conversation
    Tip 3 : When the interviewer asks if you have any questions, never say no always ask something

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in HyderabadEligibility criteriaCircuital + mech branches were allowedMathworks interview preparation:Topics to prepare for the interview - Data structures, Algo, Javascript, React, OOPs, C, C++Time required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Do love babbar's 450 questions sheet
Tip 2 : Have atleast 2 projects and have thorough knowledge of them
Tip 3 : Dont mention anything on your resume that you are not confident about

Application resume tips for other job seekers

Tip 1 : Have atleast 2 projects, of which you have thorough knowledge
Tip 2 : Be confident of anything you mention in your resume, 
Tip 3 : Its good to have github link of the projects on your resume

Final outcome of the interviewSelected

Skills evaluated in this interview

Top MathWorks Software Developer Intern Interview Questions and Answers

Q1. Car PoolingYou are working as a cab driver. Your car moves in a straight line and moves toward the forward direction only. Initially, you have ‘C’ empty seats for the passengers. Now, you are given ‘N’ number of trips that you have to make.... read more
View answer (3)

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)

Intern Interview Questions & Answers

user image Anonymous

posted on 9 Sep 2022

I applied via Campus Placement and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Math, Core CS concepts, DSA

Round 2 - Group Discussion 

GD on the EDG program at Mathworks

Round 3 - HR 

(1 Question)

  • Q1. Stress on a specialised project based on your resume and choose location accordingly

Interview Preparation Tips

Interview preparation tips for other job seekers - Research thoroughly about the company's core values.

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

I was interviewed in Aug 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Timing: The test was conducted at around 6pm.

  • Q1. Optimal Strategy for a Game

    You and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line.

    The rule of the game is as follows:

    1. Each coin has...
  • Ans. 

    This was a medium level DP problem which I was able to solve after some thinking.

  • Answered by CodingNinjas
  • Q2. Convert Bst To The Greater Sum Tree

    You have been given a Binary Search Tree of integers. You are supposed to convert it to a greater sum tree such that the value of every node in the given BST is replaced...

  • Ans. 

    I solved this problem using inorder traversal in tree.
    First calculate the sum of all nodes present in the tree.
    Then for each node the sum of all greater nodes can be updated using the total sum and the sum of nodes visited so far.

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in HyderabadEligibility criteriaAbove 7 CGPAMathworks interview preparation:Topics to prepare for the interview - Data Structures, Dynamic Programming, Graph Theory, OOPSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Revision of important topics and questions is key
Tip 2 : You should have thorough knowledge of the tech stack you have used in your projects

Application resume tips for other job seekers

Tip 1 : Highlight the important points in your CV. Could be some algorithm you implemented in your project or key frameworks you used.
Tip 2 : Try to have a single page resume with concise information highlighting your key achievements.
Tip 3 : Don't write anything you can't answer questions on.

Final outcome of the interviewSelected

Skills evaluated in this interview

Top MathWorks Software Developer Intern Interview Questions and Answers

Q1. Car PoolingYou are working as a cab driver. Your car moves in a straight line and moves toward the forward direction only. Initially, you have ‘C’ empty seats for the passengers. Now, you are given ‘N’ number of trips that you have to make.... read more
View answer (3)

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)

I was interviewed in Jul 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

It was somewhere in the middle of the day and was around 60 mins long . 
It consisted of three sections 
one is aptitude 
then other was related to comm skills related
and the last one was 2 coding question ( each have to be done in different programming language ).

  • Q1. K-th Ugly Ninja

    Ninja wants to hire some ugly ninjas in his team for doing ugly work. So he has made an array that contains primes integer ‘PRIME_ARR’.

    Ninjas who are coming to audition have to take some...

  • Ans. Brute Approach

    The idea here is to use the brute force approach and starting from ‘1’ find the ‘K’ ugly numbers till then remain in the loop.

     

    • Declare a set for super ugly numbers.
    • Insert the first ugly number into the set.
    • Initialize array ‘PRIME_OF[N]’ of size ‘N’ with 0. Each element of this array is an iterator for the corresponding prime in the ‘PRIME_ARR[N]’ array.
    • Initialize ‘ARR[i]’ array with ‘PRIME_ARR[N]’. T...
  • Answered by CodingNinjas
  • Q2. Pair count.

    You are given an array ‘ARR’, and a positive integer ‘K’. Your task is to count the total number of pairs whose sum is divisible by ‘K’.

    For example:
    You are given, ‘ARR’ =[4, 3, 5, 1, 4, 5],...
  • Ans.  Brute Force

    In this approach, try to iterate through all possible pairs in the array and count the number of pairs that are divisible by ‘K’.

     

    Algorithm:

    • Set count as 0
    • Iterate i through all the indices of the arr
      • Iterate j from i + 1 to the size of arr
        • If arr[i] + arr[j] is divisible by k, increase count by 1.
    • Return count
    Space Complexity: O(1)Explanation:

    O(1),

     

    No Extra space is used in the array.

    Time Complexity:...
  • Answered by CodingNinjas
Round 2 - HR 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

It was a round with HR and these questions were asked

  • Q1. Basic HR Questions

    -tell me about yourself
    -challenge faced during project, how did you overcome it?
    -describe your strengths.
    -if you were to tell about yourself to a person, what would you tell him
    -how would...

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Indraprastha Institute of Information Technology Delhi. I applied for the job as SDE - Intern in HyderabadEligibility criteriaAbove 7 cgpa and should know atleast 2 coding langauges properlyMathworks interview preparation:Topics to prepare for the interview - Data Structures and Algorithms , Communication Skills, GD-skills, Aptitude, Computer Networks, DBMS and OSTime required to prepare for the interview - 8 monthsInterview preparation tips for other job seekers

Tip 1 : Be consistent like never ever leave even a single day practice even if you have other commitments 
Tip 2 : Follow one resource properly as there are tons of resources available but try to pick one only and start other only if you are finished with the first resource
Tip 3 : There is no set defined number for the number of question you have to do , just focus on the quality of questions . Eg : 1 good hard level problem >>>> 25 easy problems like sum of array etc.

Application resume tips for other job seekers

Tip 1 : Try not to stuff your resume with fancy things like multiple small small projects
Tip 2 : Try to provide links for the project you are giving as it provides credibility of your work which you have shown.

Final outcome of the interviewSelected

Skills evaluated in this interview

Top MathWorks Software Developer Intern Interview Questions and Answers

Q1. Car PoolingYou are working as a cab driver. Your car moves in a straight line and moves toward the forward direction only. Initially, you have ‘C’ empty seats for the passengers. Now, you are given ‘N’ number of trips that you have to make.... read more
View answer (3)

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)

MathWorks interview questions for popular designations

 Software Engineer

 (7)

 Intern

 (5)

 Software Developer Intern

 (4)

 Associate Engineer

 (2)

 Senior Software Engineer

 (2)

 Software Developer

 (2)

 Analyst

 (1)

 Associate Application Engineer

 (1)

SDE Interview Questions & Answers

user image Anonymous

posted on 10 Sep 2022

I applied via Newspaper Ad and was interviewed in Aug 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 tips
Round 2 - Coding Test 

Mathematical reasoning , aptitude test, psuedocode

Interview Preparation Tips

Interview preparation tips for other job seekers - be strong with your basics, revise dsa well

SDE Interview Questions asked at other Companies

Q1. Longest Increasing SubsequenceFor a given array with N elements, you need to find the length of the longest subsequence from the array such that all the elements of the subsequence are sorted in strictly increasing order. Strictly Increasin... read more
View answer (5)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 4 interview rounds.

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 

(1 Question)

  • Q1. The recruiting manager will call and generic questions to get to know you will be asked. Will ask a few C++ concepts, followed by some basic data structures questions.
Round 3 - Coding Test 

Questions on data structures will be asked. Problem statement would be given to solve using an online editor.

Round 4 - Coding Test 

More C++ object oriented concepts. Data structure problem of moderate difficulty level.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

EDG Associate Interview Questions & Answers

user image CodingNinjas

posted on 24 May 2022

I was interviewed before May 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

This was a technical online test consisting of a variety of questions. A total of 45 questions had to be answered in 90 minutes.
The round was held in the computer lab of IIT Indore during the evening with a total of around 150 students.
The questions asked were based on OOPS concepts, C/C++, Java, Python, Aptitude and two Coding problems.

  • Q1. Minimum Jumps

    Bob lives with his wife in a city named Berland. Bob is a good husband, so he goes out with his wife every Friday to ‘Arcade’ mall.

    ‘Arcade’ is a very famous mall in Berland. It has a very...

  • Q2. Triplets with Given Sum

    You are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K.

    An array is said t...

Round 2 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

This was a technical interview with only one interviewer present and lasted for an hour. There were C++ OOPS conceptual questions, computer science theoretical question (OS, networking, DBMS) and a coding problem based on dynamic programming.

  • Q1. Increasing Path In Matrix

    You are given a 2-D matrix ‘mat’, consisting of ’N’ rows and ‘M’ columns. The element at the i-th row and j-th column is ‘mat[i][j]’.

    From mat[i][j], you can move to mat[i+1][j]...

Round 3 - HR 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

  • Q1. Basic HR Questions

    What is your preferred location?

    What you plan to be in future?

    How do you rate yourself on a scale from 1 to 10?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as EDG Associate in BangaloreEligibility criteriaAbove 8 CGPAMathworks interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Algorithms, Dynamic Programming, System Design, Graphs.Time required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Learn OOPS concepts in C++ in depth.
Tip 2 : Learn data structures and algorithms to solve coding problems.
Tip 3 : Know about your projects in detail.

Application resume tips for other job seekers

Tip 1 : Have your projects with clear explanation.
Tip 2 : Be concise and on point.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. About your experience, role match, culture fit

Interview Preparation Tips

Interview preparation tips for other job seekers - Round 1 with Hiring Manager
Round 2 with Commercial Sales Manager
Round 3 with Country Manager
Round 4 Presentation
Round 5 with Global Head Inside Sales
Round 5 with Global Head HR

Sales Development Manager Interview Questions asked at other Companies

Q1. what is FMCG? name any 5 FMCG companies.
View answer (3)

MathWorks Interview FAQs

How many rounds are there in MathWorks interview for freshers?
MathWorks interview process for freshers usually has 2-3 rounds. The most common rounds in the MathWorks interview process for freshers are Coding Test, One-on-one Round and Group Discussion.
How to prepare for MathWorks interview for freshers?
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 MathWorks. The most common topics and skills that interviewers at MathWorks expect are MATLAB, C++, Simulink, Software Engineering and Javascript.
What are the top questions asked in MathWorks interview for freshers?

Some of the top questions asked at the MathWorks interview for freshers -

  1. Reverse a linked l...read more
  2. Interest in Mat...read more
  3. The test was for 90 minutes with 50 questions in Hackerrank. It contained one T...read more
How long is the MathWorks interview process?

The duration of MathWorks interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

MathWorks Interview Process for Freshers

based on 6 interviews in last 1 year

Interview experience

4.3
  
Good

Interview Questions from Similar Companies

Adobe Interview Questions
4.0
 • 248 Interviews
Dassault Systemes Interview Questions
4.0
 • 155 Interviews
PTC Interview Questions
4.2
 • 62 Interviews
Autodesk Interview Questions
4.3
 • 38 Interviews
Trimble Interview Questions
4.3
 • 26 Interviews
Bentley Systems Interview Questions
4.3
 • 19 Interviews
View all

MathWorks Reviews and Ratings

based on 129 reviews

3.9/5

Rating in categories

3.6

Skill development

4.3

Work-life balance

3.9

Salary

4.0

Job security

4.2

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 129 Reviews and Ratings
Software Engineer
131 salaries
unlock blur

₹13 L/yr - ₹33 L/yr

Senior Software Engineer
66 salaries
unlock blur

₹19.5 L/yr - ₹45.8 L/yr

Associate Software Engineer
46 salaries
unlock blur

₹8.8 L/yr - ₹27 L/yr

Software Developer
28 salaries
unlock blur

₹12 L/yr - ₹28.5 L/yr

Software Engineer2
27 salaries
unlock blur

₹19 L/yr - ₹33 L/yr

Explore more salaries
Compare MathWorks with

Cadence Design Systems

4.1
Compare

Ansys Software Private Limited

3.9
Compare

National Instruments

3.9
Compare

Autodesk

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