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

Fullstack Developer

MTX
upvote
share-icon
4 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 Months
Topics: Javascript, Data structures, MYSQL, CSS, OOPS, Strings, HTML, CSS, OS
Tip
Tip

Tip 1 : Practice at least 100+ DSA problems.
Tip 2 : Understanding of Javascript and other web tech.
Tip 3 : One Frontend project.

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

Tip 1 : Provide the project links. It can be the Github repo or Deployed Project Link.
Tip 2 : Provide the Links of Coding platforms like Leetcode, Codechef as it gives benefits while shortlisting.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration30 Minutes
Interview date7 Jun 2021
Coding problem0

First Round was 30 mins and questions were related to Aptitude and logical reasoning. Time management was the key factor as only 30-40 secs were given per question. Candidates with good logical skills can easily solve them.

02
Round
Medium
Online Coding Interview
Duration135 Minutes
Interview date22 Jun 2021
Coding problem1

Programming Aptitude and Coding Skills

1. AVL Tree: Insert

Easy
15m average time
85% success
0/40
Asked in companies
VisaMTX

Given an AVL tree, insert an element in the AVL Tree.

An AVL tree is a self-balancing binary search tree.

It has the following properties:

1. It has the property of the binary search tree , i.e for every node , the nodes in its left subtree is less than the node and nodes in the right subtree is greater than the current node.

2. The absolute difference between the height of left subtree and right subtree of any node is less than or equal to 1.

Read more about AVL Tree Here: https://en.wikipedia.org/wiki/AVL_tree

For example:

The numbers in white beside the nodes denote the height of the tree. We can see when we insert 7 in the tree it imbalances the tree at node 10 and hence we do a rotation to rebalance it. FInally we return the in order traversal of the final tree.

Note
1.Do not print anything, just return the root node of the tree.
2.Your constructed tree will be checked by doing an in-order traversal of the tree from the returned root node.
Try solving now
03
Round
Medium
Video Call
Duration90 Minutes
Interview date9 Aug 2021
Coding problem0

Problem Solving
DBMS - What are indexes, What is difference between Stored Procedures and Stored Functions
Javascript - What are different datatypes in js.
HTML - What is DOM.

04
Round
Easy
Video Call
Duration50 Minutes
Interview date13 Aug 2021
Coding problem1

Javascript and Coding skills

1. First Missing Positive

Moderate
18m average time
84% success
0/80
Asked in companies
DunzoHikeSamsung

You are given an array 'ARR' of integers of length N. Your task is to find the first missing positive integer in linear time and constant space. In other words, find the lowest positive integer that does not exist in the array. The array can have negative numbers as well.

For example, the input [3, 4, -1, 1] should give output 2 because it is the smallest positive number that is missing in the input array.

Try solving now

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
Salesforce Developer
4 rounds | 10 problems
Interviewed by MTX
584 views
0 comments
0 upvotes
Salesforce Developer
4 rounds | 12 problems
Interviewed by MTX
522 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8518 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3320 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Fullstack Developer
3 rounds | 5 problems
Interviewed by HashedIn
1024 views
0 comments
0 upvotes
company logo
Fullstack Developer
3 rounds | 5 problems
Interviewed by CIS - Cyber Infrastructure
818 views
0 comments
0 upvotes
company logo
Fullstack Developer
4 rounds | 3 problems
Interviewed by Newgen Software
1063 views
0 comments
0 upvotes