Upload Button Icon Add office photos
Engaged Employer

i

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

Moped House Private Limited Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Moped House Private Limited Tsm Specialist Interview Questions and Answers

Updated 8 Aug 2024

Moped House Private Limited Tsm Specialist Interview Experiences

1 interview found

Tsm Specialist Interview Questions & Answers

user image Abhinav Kumar

posted on 8 Aug 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. How to complete your target of there is a lots of competitors ?
  • Ans. 

    To complete targets despite competition, focus on unique selling points, customer relationships, market research, and continuous improvement.

    • Identify and leverage your unique selling points to differentiate from competitors

    • Build strong relationships with customers to increase loyalty and retention

    • Conduct thorough market research to understand competitors and market trends

    • Continuously improve products/services based on

  • Answered by AI
  • Q2. Experience of sale ?
  • Ans. 

    I have over 5 years of experience in sales, including B2B and B2C sales roles.

    • Managed a portfolio of clients and consistently met or exceeded sales targets

    • Developed strong relationships with customers to understand their needs and provide tailored solutions

    • Utilized CRM systems to track leads, opportunities, and sales performance

    • Participated in sales training programs to enhance skills and knowledge

    • Collaborated with mar...

  • Answered by AI

Interview questions from similar companies

I applied via Company Website and was interviewed in Sep 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Six Sigma Black belt implementation project
  • Ans. 

    Six Sigma Black belt implementation project is a process improvement methodology that aims to reduce defects and improve quality.

    • Identify the problem and define the project scope

    • Measure the current process performance

    • Analyze the data to identify root causes of defects

    • Improve the process by implementing solutions

    • Control the process to sustain the improvements

    • Use statistical tools and techniques to drive decision-making

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Jaguar Land Rover Senior Manager interview:
  • Six Sigma Black Belt
  • CAD
Interview preparation tips for other job seekers - Pitch yourself as a value proposition to the organization
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before 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. More on battery system in e bike
Round 3 - HR 

(1 Question)

  • Q1. Salary expectation & HR benifits

I applied via Referral and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. Company reviews
  • Q2. Logistics related
  • Q3. About me
  • Q4. Work areya explain
  • Q5. Hr related
  • Q6. Time office management

Interview Preparation Tips

Interview preparation tips for other job seekers - More improve your knowledge,
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Case Study 

They had given one product and asked me about to prepare dfmea for the sme

Round 2 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and answer all questions

I appeared for an interview in Sep 2016.

Interview Questionnaire 

1 Question

  • Q1. Profile based questions

Interview Preparation Tips

Round: aptitude
Experience: both technical and general.
Tips: you can easily clear if know somewhat in programming.

Round: HR Interview
Experience: once you clear aptitude then you will get to the company.

Skills: Personnel Management
College Name: Mnm Jain Engineering College

I applied via Spectrum placement and was interviewed before Apr 2021. 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. 1. Domain specific basic technical Questions 2. Automotive design parameters 3. Type of tool utilisation & methods 4. Automotive standards & components selection criteria 5. Importance & functions of autom...
Round 3 - One-on-one 

(1 Question)

  • Q1. Same as above. Basic technical knowledge mostly asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Basic domain knowledge is must
2. Overview of automotive components.
3.Design consideration & parameters are must.

I applied via Naukri.com and was interviewed before Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1.Design of EV HV architecture & Specify it's major components along with their functions.
  • Ans. 

    EV HV architecture consists of battery, motor, inverter, and controller.

    • EV HV architecture is responsible for converting DC power from the battery to AC power for the motor.

    • Major components include battery, motor, inverter, and controller.

    • Battery stores energy and provides power to the motor.

    • Motor converts electrical energy into mechanical energy to drive the wheels.

    • Inverter converts DC power from the battery to AC pow...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was majorly a stress + skill test. It lasted for about 1 hour 35 minutes. Interviewer wanted to test both my domain knowledge, interpersonal skills as well as communication skills. Most of the questions asked to me were related to my previous experience & projects undertaken by me. i.e Automotive electrical circuits & design, Design tool knowledge etc.you need stay calm and should apply presence of mind. Communication and domain specific knowledge is most important.

I appeared for an interview in Dec 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120 minutes
Round difficulty - Hard

There was 2 parts. First part problems were based on Quantitative Aptitude. Problems were of 3 types- Easy, Medium and Hard with different scores. Difficulty keeps on increasing if you answer correctly and keeps on decreasing if you answer incorrectly.
First part was of 45 mins.
Second part consisted of 2 coding problems- Medium, Hard. One was based on Greedy and other was a difficult DP + Bitmask problem.
Coding part had more weightage than Aptitude.

  • Q1. 

    K Centers Selection Problem

    In Ninja Land, there are cities numbered from 0 to N-1. The distances between each pair of cities are represented by an N * N matrix 'DIST', where 'DIST[i][j]' is the distance ...

  • Ans. 

    The problem involves selecting K cities to install servers in Ninja Land to minimize the maximum distance from any city to a nearest server.

    • Iterate through all possible combinations of K cities to select for server installation.

    • Calculate the maximum distance from any city to the nearest server for each combination.

    • Choose the combination that minimizes the maximum distance.

  • Answered by AI
  • Q2. 

    Beautiful String Verification

    Given a non-empty string inputString, determine if it can be converted into a 'Beautiful String' using the defined operation.

    You can perform any number of operations to con...

  • Ans. 

    Determine if a given string can be converted into a 'Beautiful String' using a specific operation.

    • Check if the input string is already a 'Beautiful String' by checking if it contains 'abc' in the correct positions.

    • If 'abc' is present in the input string, check if the left and right portions satisfy the defined conditions.

    • If the conditions are met, return 'True', otherwise return 'False'.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

There were 3 interviewers in my panel. The most senior panellist asked q. related to my interests and internship experience.
Other 2 asked questions related to Coding and subjects. There was 1 coding question which was implementation based and involved many corner cases. They were checking if I was able to figure out different corner cases and handle those. 
There were situation based questions also asked. One question was on system design of Arogya Setu App.

  • Q1. 

    Complex Number Multiplication

    Calculate the product of two complex numbers represented as strings in the form “A+Bi”. Here, ‘A’ represents the real part, and ‘B’ represents the imaginary part.

    Explanatio...

  • Ans. 

    Calculate the product of two complex numbers represented as strings in the form 'A+Bi'.

    • Parse the input strings to extract real and imaginary parts of both complex numbers

    • Perform multiplication of the complex numbers using the formula (a+bi)*(c+di) = (ac - bd) + (ad + bc)i

    • Format the result as a string in the form 'A+Bi' and return

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR round involved basic questions related to background and behaviour. It was basically a cultural fit round.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteria6.5 CGPAJaguar Land Rover interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Fundamentals of C/C++, Operating System, DBMS, OOPsTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Focus on Data Structures, Algorithms as >= 75% of your interview will be dedicated to it. Practice as much as you can.
Tip 2 : Learn the fundamentals of C, C++, OS, SQL as that are basic expectations of interviewer.
Tip 3 : Keep 2 descent projects in resume. Try to have an internship. It will make your resume strong.

Application resume tips for other job seekers

Tip 1 : Try to keep relevant information only. Add all your skills and achievements.
Tip 2 : Try to have links of your coding and Github profiles.
Tip 3 : Add 2 to 3 project with small descriptions. Try to keep bullet points. Do mention the Tech Stack.
Tip 4 : Don't lie on any skill. Write only those on which you have worked.

Final outcome of the interviewSelected
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 2023. There were 4 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 

(2 Questions)

  • Q1. Spring boot, java 8 and microswrvices
  • Q2. Basic question about spring framework
Round 3 - HR 

(2 Questions)

  • Q1. Basic details asked about my last project that i have worked.
  • Q2. Basic details about last project
Round 4 - Coding Test 

Just normal MCQ test.

Interview Preparation Tips

Interview preparation tips for other job seekers - Misleading experience I would not suggest to join this company.

Moped House Private Limited Interview FAQs

How many rounds are there in Moped House Private Limited Tsm Specialist interview?
Moped House Private Limited interview process usually has 1 rounds. The most common rounds in the Moped House Private Limited interview process are HR.
What are the top questions asked in Moped House Private Limited Tsm Specialist interview?

Some of the top questions asked at the Moped House Private Limited Tsm Specialist interview -

  1. How to complete your target of there is a lots of competitor...read more
  2. Experience of sal...read more

Tell us how to improve this page.

Moped House Private Limited Tsm Specialist Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Plastic Omnium Interview Questions
3.7
 • 24 Interviews
Polaris Interview Questions
3.9
 • 22 Interviews
Simple Energy Interview Questions
3.9
 • 15 Interviews
MAN Truck & Bus Interview Questions
3.0
 • 14 Interviews
Hilex Interview Questions
3.9
 • 14 Interviews
Rohan Motors Interview Questions
3.6
 • 13 Interviews
View all

Moped House Private Limited Tsm Specialist Reviews and Ratings

based on 2 reviews

3.0/5

Rating in categories

1.5

Skill development

2.0

Work-life balance

4.1

Salary

3.0

Job security

3.0

Company culture

2.5

Promotions

2.5

Work satisfaction

Explore 2 Reviews and Ratings
Area Sales Manager
21 salaries
unlock blur

₹2.2 L/yr - ₹4.2 L/yr

Operations Manager
5 salaries
unlock blur

₹2.2 L/yr - ₹3.6 L/yr

Sales Manager
5 salaries
unlock blur

₹2.8 L/yr - ₹3 L/yr

Area Sales Executive
5 salaries
unlock blur

₹2.8 L/yr - ₹3.6 L/yr

Manager
4 salaries
unlock blur

₹3.6 L/yr - ₹6 L/yr

Explore more salaries
Compare Moped House Private Limited with

Saud Bahwan Group

3.4
Compare

Plastic Omnium

3.7
Compare

Kataria Automobiles

3.7
Compare

Hilex

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