Upload Button Icon Add office photos

Filter interviews by

MontBleu Technologies Interview Questions and Answers

Updated 13 Aug 2024

MontBleu Technologies Interview Experiences

Popular Designations

6 interviews found

Embedded Software Engineer Interview Questions & Answers

user image Thirunavukkarasu.T

posted on 13 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic c questions
  • Q2. Basic microcontroller questions
Round 2 - Coding Test 

Sort array with given input array of multiple duplicate values

Embedded Software Engineer Interview Questions asked at other Companies

Q1. 3. 1)Do you know about Autosar. 2)define function definition and function declaration. 3)difference between structure and union. 4) define Enumeration 5)what is microcontroller and microprocessor and its applications 6)where we uses in real... read more
View answer (1)

Sdet Lead Interview Questions & Answers

user image Anonymous

posted on 17 Mar 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Alll nasic aptitude is required

Round 2 - Coding Test 

Print roman number ki value that is double

Interview Preparation Tips

Interview preparation tips for other job seekers - Noo tips only work hard

Sdet Lead Interview Questions asked at other Companies

Q1. write a palindrome program without using any in-build method. if there are 500 test cases and need to run only 50 test cases, then how to approach and do it? what is the framework used in your project? how will you handle if a team member w... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Strategic Management and Fundamental of Business Management & cash flow

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company

General Manager Finance Interview Questions asked at other Companies

Q1. How will you revcover the cases for which there are no customer or guarantor or vehicle?
View answer (1)

I applied via Company Website and was interviewed before Mar 2021. There were 2 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. What is the difference between geo station and respot station
  • Ans. 

    Geostationary orbit is a fixed position in space while a resupply station is a location for refueling and restocking supplies.

    • Geostationary orbit is a circular orbit around the Earth at the same speed as the Earth's rotation, allowing a satellite to remain in a fixed position relative to the Earth's surface.

    • A resupply station is a location where spacecraft can refuel and restock supplies, such as the International Spac...

  • Answered by AI
  • Q2. Why Mylar Are used in BIW
  • Ans. 

    Mylar is used in BIW for its high tensile strength, durability, and resistance to heat and chemicals.

    • Mylar is a type of polyester film that is commonly used in the automotive industry for Body-in-White (BIW) applications.

    • It is used as a protective layer for car bodies, providing a barrier against moisture, dust, and other contaminants.

    • Mylar is also used as a reinforcement material in composite structures, due to its hi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Domain knowledge is must BIW standards and its drafting

Junior Design Engineer Interview Questions asked at other Companies

Q1. Do you know about Angle projection methods? How many types of projection methods are there?
View answer (1)

MontBleu Technologies interview questions for popular designations

 Sdet Lead

 (1)

 Junior Design Engineer

 (1)

 General Manager Finance

 (1)

 Design Engineer

 (1)

 Embedded Software Engineer

 (1)

 Automation Tester

 (1)

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Salary details previous experience
  • Q2. Experience details previous experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for interview. Be strong in what you mentioned in resume

Design Engineer Interview Questions asked at other Companies

Q1. Stress Strain curve, What will happen if you use petrol in diesel engine and Diesel in petrol engone.
View answer (5)

Automation Tester Interview Questions & Answers

user image Masilingam K.

posted on 10 Apr 2022

I applied via Naukri.com and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. Basics of selenium and java related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and be cool. Be confident to answering the questions.

Automation Tester Interview Questions asked at other Companies

Q1. 1)Diffrence Between sanity and Smoke 2)What is regression Testing 3)how many test cases you execute per day 4)Tell me the diffrent Types of waits 5)When we use Implicite and Explicite wait 6)How many times you can use implicite wait in your... read more
View answer (1)

Jobs at MontBleu Technologies

View all

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

MontBleu Technologies Interview FAQs

How many rounds are there in MontBleu Technologies interview?
MontBleu Technologies interview process usually has 1-2 rounds. The most common rounds in the MontBleu Technologies interview process are Resume Shortlist, Technical and HR.
How to prepare for MontBleu Technologies interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at MontBleu Technologies. The most common topics and skills that interviewers at MontBleu Technologies expect are Python, C++, Automotive, PDF and Embedded C.
What are the top questions asked in MontBleu Technologies interview?

Some of the top questions asked at the MontBleu Technologies interview -

  1. What is the difference between geo station and respot stat...read more
  2. Why Mylar Are used in ...read more
  3. Strategic Management and Fundamental of Business Management & cash f...read more

Tell us how to improve this page.

MontBleu Technologies Interview Process

based on 5 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Cyient Interview Questions
3.7
 • 284 Interviews
Link Group Interview Questions
3.8
 • 34 Interviews
View all

MontBleu Technologies Reviews and Ratings

based on 45 reviews

3.0/5

Rating in categories

3.0

Skill development

2.9

Work-life balance

2.6

Salary

2.5

Job security

3.0

Company culture

2.5

Promotions

2.8

Work satisfaction

Explore 45 Reviews and Ratings
Windows & Linux servers

Coimbatore

1-3 Yrs

Not Disclosed

Technical Expertise:

Coimbatore

2-3 Yrs

Not Disclosed

Explore more jobs
Design Engineer
70 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Design Engineer
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Talent Acquisition Executive
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Software Developer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Embedded Software Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare MontBleu Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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