Mathworks interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

Mathworks
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Data Structures, OOPS, Algorithms, Database, Machine Learning
Tip
Tip

Tip 1 : Try must do coding questions from geeksforgeeks
Tip 2 : Revise DSA concepts throughly
Tip3 : While practicing pay attention to how much time you are devoting to each question

Application process
Where: Campus
Eligibility: 7 CGPA
Resume Tip
Resume tip

Tip 1 : Add what you know exactly
Tip 2 : Keep variations of project rather than focusing on one particular technology

Interview rounds

01
Round
Easy
Online Coding Interview
Duration90 minutes
Interview date2 Aug 2019
Coding problem2

1. First non repeating character

Easy
15m average time
80% success
0/40
Asked in companies
HCL TechnologiesWells FargoAmazon

Ninja is now bored with numbers and is now playing with characters but hates when he gets repeated characters. Ninja is provided a string, and he wants to return the first unique character in the string.The string will contain characters only from the English alphabet set, i.e., ('A' - 'Z') and ('a' - 'z'). If there is no non-repeating character, print the first character of the string. If there is no non-repeating character, return the first character of the string.

Problem approach

Hash Map data structure is taken which works with the key-value pair.
Loop the string, character by character, and verify if that character of the string exists in the hash map or not.
If the result is true, the counter for the character in the hash map is increased or else then put a count as 1.
Once the loop ends, then the Hash map is traversed and print the characters with a count equal to 1.

Try solving now

2. Second largest element in the array

Easy
15m average time
80% success
0/40
Asked in companies
Info Edge India (Naukri.com)OracleHCL Technologies

You have been given an array/list 'ARR' of integers. Your task is to find the second largest element present in the 'ARR'.

Note:
a) Duplicate elements may be present.

b) If no such element is present return -1.
Example:
Input: Given a sequence of five numbers 2, 4, 5, 6, 8.

Output:  6

Explanation:
In the given sequence of numbers, number 8 is the largest element, followed by number 6 which is the second-largest element. Hence we return number 6 which is the second-largest element in the sequence.
Problem approach

Tip 1 : Must do coding questions from different online platforms.

Try solving now
02
Round
Easy
Online Coding Test
Duration90 minutes
Interview date5 Aug 2019
Coding problem1

OOPS concept, Database basic concepts, Computer Network simple question

1. Puzzle

There are 5 lanes on a race track. One needs to find out the 3 fastest horses among total of 25. Find out the minimum number of races to be conducted in order to determine the fastest three.

Problem approach

Tip 1 : Look at some common puzzle problems.
Tip 2 : Memorize them if have to

03
Round
Easy
HR Round
Duration60 minutes
Interview date5 Aug 2019
Coding problem1

Interviewer mostly asked basic academic related question and then my resume was scanned and projects were asked from it. It was very friendly interview.

1. Project based question

Asked to explain my project

Problem approach

Tip 1 : Go through projects you have added and have a story to tell about it, make it interesting

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 2
6 rounds | 10 problems
Interviewed by Mathworks
0 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 3 problems
Interviewed by Mathworks
0 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 8 problems
Interviewed by Mathworks
820 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 16 problems
Interviewed by Mathworks
506 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
114579 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
57825 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
34961 views
7 comments
0 upvotes