i
MathWorks
Filter interviews by
Some MCQs and 2 Coding Questions to be solved in different languages
Group Discussion to assess candidates thinking and knowledge.
I applied via Company Website
The first round was correct the code to obtain certain output. DS - Linked List, Trees, Constructors.
I applied via campus placement at International Institute of Information Technology (IIIT), Hyderabad and was interviewed before Nov 2023. There were 3 interview rounds.
Leetcode medium question
I applied via campus placement at Thapar Institute of Engineering and Technology (TIET) and was interviewed in Jul 2022. There were 4 interview rounds.
44 Questions of C++, Java, Maths, 2 coding questions etc.
Discuss for 10 minutes on a topic given.
MathWorks interview questions for designations
I applied via Company Website and was interviewed in May 2022. There were 2 interview rounds.
Create 3 classes. First one is 'Number' which support 3 operations: display, '+'. '=='
1. display : Shows the number in original format
2. + : Add the number itself with another.
3. == : check if two numbers are equal.
The other 2 classes are 'Integer' and 'Fraction'. Both class should support each operations.
Code to merge two sorted linked lists.
Create a new linked list to store the merged list
Compare the first nodes of both lists and add the smaller one to the new list
Move the pointer of the list with the smaller node to the next node
Repeat until one of the lists is empty, then add the remaining nodes of the other list to the new list
Return the new merged list
I was interviewed before Feb 2023.
I applied via Company Website and was interviewed before Oct 2022. There were 4 interview rounds.
Questions on data structures will be asked. Problem statement would be given to solve using an online editor.
More C++ object oriented concepts. Data structure problem of moderate difficulty level.
Top trending discussions
posted on 8 Oct 2024
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
OOPS is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.
OOPS focuses on the concept of classes and objects
Encapsulation: bundling data and methods that operate on the data within a single unit
Inheritance: allows a class to inherit properties and behavior from another class
Polymorphism: ability to present the same interface for diffe...
Comparable is an interface used for natural ordering, Comparator is an interface used for custom ordering. Abstract class can have method implementations, Interface cannot.
Comparable interface is used to define the natural ordering of objects. Example: String class implements Comparable interface for natural ordering based on alphabetical order.
Comparator interface is used to define custom ordering of objects. Example:...
Count occurrences of each character in a given string
Create an array to store the count of each character
Iterate through the string and increment the count of each character in the array
Return the array with counts for each character
Remove duplicates from an array of strings
Iterate through the array and store each element in a set to keep track of unique values
Create a new array with the unique values from the set
posted on 9 Oct 2024
I applied via Job Portal and was interviewed in Oct 2024. There were 3 interview rounds.
1 Interview rounds
based on 19 reviews
Rating in categories
Software Engineer
131
salaries
| ₹13 L/yr - ₹33 L/yr |
Senior Software Engineer
66
salaries
| ₹19.5 L/yr - ₹45.8 L/yr |
Associate Software Engineer
46
salaries
| ₹8.8 L/yr - ₹27 L/yr |
Software Developer
28
salaries
| ₹12 L/yr - ₹28.5 L/yr |
Software Engineer2
27
salaries
| ₹19 L/yr - ₹33 L/yr |
Cadence Design Systems
Ansys Software Private Limited
National Instruments
PTC