Upload Button Icon Add office photos

42Gears Mobility Systems

Compare button icon Compare button icon Compare

Filter interviews by

42Gears Mobility Systems Mts1 Interview Questions, Process, and Tips

Updated 16 Sep 2021

42Gears Mobility Systems Mts1 Interview Experiences

1 interview found

Mts1 Interview Questions & Answers

user image Anonymous

posted on 16 Sep 2021

I was interviewed in Oct 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 180 Minutes
Round difficulty - Easy

It was from 8 to 11 in the morning. Basic aptitude MCQs were there and 2 coding questions were there.

  • Q1. 

    Expression Equality Checker

    Given two strings representing expressions in variables, determine if they are equivalent. Return 'YES' if the expressions are identical and 'NO' if they are different. Each ex...

  • Ans. 

    Check if two expressions are equivalent by evaluating them with different variable assignments.

    • Parse the expressions to evaluate them with different variable assignments.

    • Use a stack to keep track of operands and operators while evaluating the expressions.

    • Compare the results of both expressions to determine if they are equivalent.

  • Answered by AI
  • Q2. 

    Longest Increasing Subsequence Problem Statement

    Given an array of integers with 'N' elements, determine the length of the longest subsequence where each element is greater than the previous element. This...

  • Ans. 

    Find the length of the longest strictly increasing subsequence in an array of integers.

    • Use dynamic programming to solve this problem efficiently.

    • Initialize an array to store the length of the longest increasing subsequence ending at each index.

    • Iterate through the array and update the length of the longest increasing subsequence for each element.

    • Return the maximum value in the array as the result.

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 32 Minutes
Round difficulty - Easy

It was my first face to face technical round. DSA questions of easy-medium type were asked. And some discussion on the project was there.

  • Q1. 

    Cycle Detection in a Singly Linked List

    Determine if a given singly linked list of integers forms a cycle or not.

    A cycle in a linked list occurs when a node's next points back to a previous node in the ...

  • Ans. 

    Detect if a singly linked list forms a cycle by checking if a node's next points back to a previous node.

    • Traverse the linked list using two pointers, one moving one step at a time and the other moving two steps at a time.

    • If the two pointers meet at any point, it indicates the presence of a cycle in the linked list.

    • To optimize, use Floyd's cycle detection algorithm for O(N) time complexity and O(1) space complexity.

  • Answered by AI
  • Q2. 

    Convert Binary Tree to Mirror Tree

    Convert a given binary tree into its mirror tree, where the left and right children of all non-leaf nodes are interchanged.

    Input:

    An integer ‘T’ denoting the number o...
  • Ans. 

    Convert a binary tree into its mirror tree by interchanging left and right children of non-leaf nodes.

    • Traverse the tree in a recursive manner and swap the left and right children of each node.

    • Modify the binary tree in place to get the mirror, without creating a new tree.

    • Use a temporary variable to swap the left and right children of each node.

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

It was technical plus HR round

  • Q1. 

    Matrix Element Cube Sum Problem

    For a given M x N sized 2D array 'MATRIX', find and return the value of (i * i + j * j) for elements where the sum of the cubes of its digits equals the element itself. Her...

  • Ans. 

    Find and return the value of (i * i + j * j) for elements in a 2D array where the sum of the cubes of its digits equals the element itself.

    • Iterate through the 2D array and check if the sum of the cubes of the digits equals the element itself.

    • Calculate (i * i + j * j) for elements that satisfy the condition.

    • Return the calculated values as output.

    • If no element satisfies the condition, return -1.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as MTS 1 in BangaloreEligibility criteriaAbove 7 CGPA, CSE and ECE branch42gearMobilitySystems interview preparation:Topics to prepare for the interview - data structures and algorithm, language C++, i have prepared some puzzles also, Dbms, Oops, A project in web developmentTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Good practice of DSA
Tip 2 : Good project(decent one)
Tip 3 : For interviews prepare a little bit about the company you are applying for.

Application resume tips for other job seekers

Tip 1 : Add a project in resume.
Tip 2 : Add your top skills and make sure you have knowledge about the things written in your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview questions from similar companies

I was interviewed in Dec 2016.

Interview Preparation Tips

Round: Group Discussion
Tips: It was only to check your communication skills. It was not about what you said. Rather how you said it.
Duration: 2 hours

Round: Versant
Experience: Some topics like "tell me about yourself" or some random questioning like "what are your thoughts on punctuality"
Tips: Again, focus was on communication

Round: Technical + HR Interview
Tips: General questions about computer basics. Like what's IP address? Which OS do you use and questions related to that. Basics that a computer science engineer would learn in first year of engineering

Skills: Communication And Confidence
College Name: Atria Institute Of Technology

Interview Preparation Tips

Round: Group Discussion
Experience: Any Genral Topic Fresher Dont Even Attend This Interview Despite Your Good Language Skills They Will Only Move Forward With Candidate Who Has Experience In CS Field.

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

Round 1 - Aptitude Test 

Some kind of cognitive test. Test was easy but a bit practice is necessary. 40 qstns in 20 mins.
Types of qstns :
1. comparing images and find the odd one.(around 10 qstns).
2. question on ratios.
3. Qstns on pi chart and bar graphs (like what is the percentage of certain portion out of whole).
4. Qstns on average (basic).
Advice: prepare the resources shared by HR.

Round 2 - Technical 

(1 Question)

  • Q1. Questions on Linux, java threads, tomcat servers, basic java, networking, tcp/ip, osi model,smtp.
Round 3 - Technical 

(1 Question)

  • Q1. Techno-managerial round Rapid fire qstns, landed some out of my experience qstns. Again qstns on multithreading, networking, smtp, linux commands, resetting servers?, java threads, dead locks, thread logs...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and kindly share your interview experience like in this kind of platform, so it would help people who are struggling like you.

I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 3 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 - Technical 

(1 Question)

  • Q1. TCP ip Osi model Troubleshooting situational IP addressing Mac address DNS DHCP
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself Why should we hire you Salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to answer every questions
If you don't know any answer tell you will go through it later
And be confident
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Hackerrank medium - hard lavel questions

Round 2 - Technical 

(2 Questions)

  • Q1. DSA question of finding the largest element and it's occurrence. Along with time complexity.
  • Q2. OOP, DBMS and all fundamentals
Round 3 - HR 

(2 Questions)

  • Q1. Project related question and why IBM?
  • Q2. Explain the issues handled in previous project

Interview Preparation Tips

Topics to prepare for IBM Technical Support Engineer interview:
  • DBMS
  • DSA
  • OOP
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 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 

2 question easy level

Round 3 - Technical 

(1 Question)

  • Q1. Dsa questions Linux Os DBMS Docker
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Why should I hired you

Interview Questionnaire 

2 Questions

  • Q1. 1.How will you address the customer
  • Ans. 

    I will address the customer with respect and empathy, actively listening to their concerns and providing clear and concise solutions.

    • Greet the customer with a friendly and professional tone

    • Listen actively to their concerns and ask clarifying questions

    • Provide clear and concise solutions to their technical issues

    • Empathize with their frustration and offer reassurance

    • Thank them for their patience and for choosing our compa

  • Answered by AI
  • Q2. 2.what if you are not able to convince cx
  • Ans. 

    If unable to convince CX, try to understand their perspective and offer alternative solutions.

    • Listen actively to CX's concerns and objections.

    • Acknowledge their perspective and empathize with their situation.

    • Offer alternative solutions that address their concerns.

    • Provide clear and concise explanations for your recommendations.

    • Follow up with CX to ensure their satisfaction with the resolution.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.BE calm.
2.Have good communication skills

Interview Questionnaire 

2 Questions

  • Q1. 1.how will you help cx
  • Ans. 

    I will help CX by providing prompt and effective technical support.

    • Listen actively to their concerns and issues

    • Provide clear and concise instructions for troubleshooting

    • Offer alternative solutions if initial troubleshooting does not work

    • Follow up to ensure issue has been resolved to their satisfaction

    • Provide education and resources to prevent future issues

  • Answered by AI
  • Q2. 1.HOw will you trobleshoot problems
  • Ans. 

    I will troubleshoot problems by identifying the root cause and applying appropriate solutions.

    • Gather information about the problem from the user

    • Identify the root cause of the problem

    • Apply appropriate solutions to resolve the problem

    • Test the solution to ensure it resolves the problem

    • Document the problem and solution for future reference

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Be calm
2.be level headed

Tell us how to improve this page.

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.3k Interviews
BrowserStack Interview Questions
3.6
 • 48 Interviews
SOTI Interview Questions
3.4
 • 22 Interviews
Fingent Interview Questions
4.4
 • 22 Interviews
Backbase Interview Questions
3.9
 • 22 Interviews
Khoros Interview Questions
3.7
 • 19 Interviews
3Pillar Global Interview Questions
3.3
 • 19 Interviews
Mentor Graphics Interview Questions
4.0
 • 18 Interviews
Bottomline Interview Questions
3.3
 • 17 Interviews
View all
Member Technical Staff
39 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare 42Gears Mobility Systems with

SOTI

3.4
Compare

Codeproofs

3.5
Compare

ManageEngine

1.4
Compare

MobileIron

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