Upload Button Icon Add office photos

Vertiv

Compare button icon Compare button icon Compare

Filter interviews by

Vertiv Senior Embedded Software Engineer Interview Questions and Answers

Updated 2 Jun 2023

Vertiv Senior Embedded Software Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2023. 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 - One-on-one 

(2 Questions)

  • Q1. Self-introduction Basic C questions
  • Q2. Communication protocol and projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not apply for this company as they will come back with feedback

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Vertiv?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was aptitude and technical MCQ questions round

Round 2 - Technical 

(2 Questions)

  • Q1. Technical interview- regarding skills mentioned in resume and projects
  • Q2. In same round hr interview was done

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well what you mentioned in resume.

Senior Embedded Software Engineer Interview Questions Asked at Other Companies

asked in Whirlpool
Q1. difference between SPI and I2c protocol 2. difference between str ... read more
Q2. What communication protocols are used in embedded device communic ... read more
Q3. What is M2M? And how it different from iot?
Q4. Explain a communication protocol in detail.
Q5. Write simple programs using recursive functions.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

2 coding questions one was greedy and 2nd one was of dp.

I applied via Naukri.com and was interviewed in May 2019. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Aks about Timer , I2C, Uart. With deep knowledge upto register level of micro controller.
  • Q2. Optimisation in c
  • Ans. 

    Optimization in C involves improving the efficiency and performance of code.

    • Use efficient algorithms and data structures

    • Minimize memory usage

    • Avoid unnecessary function calls

    • Optimize loops and conditionals

    • Use compiler optimizations

    • Profile and analyze code for bottlenecks

  • Answered by AI
  • Q3. Ask two to write simple code in c for string copy without use of library function.
  • Q4. Write a code for bit set or reset.
  • Ans. 

    Code for bit set or reset

    • To set a bit, use bitwise OR operator with 1 shifted left by the bit position

    • To reset a bit, use bitwise AND operator with the complement of 1 shifted left by the bit position

    • Use unsigned integer data type for bit manipulation

  • Answered by AI
  • Q5. Some basic c questions on Volatile,Pointer , Structure, union.

Interview Preparation Tips

Interview preparation tips for other job seekers - Secure Meter interview are in Three Step
1. Online Assessment (Technical+Non-technical)
2.Technical Interview
Interviewer ask from basic to top level
Project knowledge should help .
3.HR Round
First give to solve three puzzles.
Than ask about salary expectation.

Skills evaluated in this interview

I applied via Other and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How to react in a critical situation to customer. Need to explain about the issue or give solution for the issue?
  • Ans. 

    In critical situations, prioritize clear communication, empathy, and a focus on solutions to maintain customer trust.

    • Acknowledge the issue promptly to show the customer you are aware and concerned.

    • Provide a clear explanation of the problem, avoiding technical jargon that may confuse the customer.

    • Offer a solution or a plan of action, detailing the steps you will take to resolve the issue.

    • Keep the customer updated on pro...

  • Answered by AI
  • Q2. How are you going to handle a 5 member team
  • Ans. 

    I will foster collaboration, set clear goals, and support individual growth to effectively manage a 5-member team.

    • Establish clear communication channels, such as weekly check-ins, to ensure everyone is aligned on project goals.

    • Encourage collaboration by assigning team projects that require input from all members, enhancing teamwork.

    • Set individual and team goals, using SMART criteria, to provide direction and measure pr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare in management level as well

I applied via Referral and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. About line balancing
  • Q2. Kaizen
  • Q3. Manpower handling
  • Q4. Productivity achievement

Interview Preparation Tips

Interview preparation tips for other job seekers - Was good

I applied via Naukri.com and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. PLC programming, TPM, MTTR, MTBF
  • Q2. How to deal with chinese counterparts
  • Ans. 

    Understand cultural differences, build relationships, communicate clearly and respectfully.

    • Research and learn about Chinese culture and customs.

    • Be patient and build relationships before discussing business.

    • Communicate clearly and respectfully, avoiding direct confrontation.

    • Be aware of nonverbal communication and body language.

    • Use a translator if necessary.

    • Be prepared for negotiations and understand the importance of sa...

  • Answered by AI
  • Q3. How to deal with colleagues
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion, Why changing

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication in good English language
To the point answer
Only truth
Are these interview questions helpful?

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Coding question was given.

  • Q1. 

    Remove Vowels from a Given String

    Given a string STR of length N, your task is to remove all the vowels present in that string and return the modified string.

    Explanation:

    English alphabets ‘a’, ‘e’, ‘i...

  • Ans. 

    Remove vowels from a given string while maintaining the relative position of other characters.

    • Iterate through each character in the string and check if it is a vowel (a, e, i, o, u).

    • If the character is not a vowel, add it to the modified string.

    • Return the modified string as the output.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

It was first technical round with technical team.

  • Q1. What is the difference between MySQL and MongoDB?
  • Ans. 

    MySQL is a relational database management system, while MongoDB is a NoSQL database.

    • MySQL is a relational database, meaning it stores data in tables with rows and columns.

    • MongoDB is a NoSQL database, storing data in collections of JSON-like documents.

    • MySQL uses SQL for querying data, while MongoDB uses a query language similar to JSON.

    • MySQL is ACID-compliant, ensuring data integrity, while MongoDB sacrifices some ACID ...

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

Tehnical round 2.
Here my projects and internships were evaluated

  • Q1. Can you explain your projects, including the technologies used and your approach?
Round 4 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR questions were asked and remuneration details were given to me

Interview Preparation Tips

Eligibility criteriaSSC and Diploma 70% & above, BE 6.5 cgpa & above, no live ATKTFlex interview preparation:Topics to prepare for the interview - OOPs Concepts, MySQL Database, MongoDB database, Data structures, PHP, JQuery, Angular6, Python, basic HR questionsTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Start preparation as early as possible
Tip 2 : Prepare atleast 2 industry standard projects
Tip 3 : Focus on communication more

Application resume tips for other job seekers

Tip 1 : Explain yourself properly there, resume reflects your personality. Modify resume according to company/position requirements
Tip 2 : Do not write too much, it should be simple and decent

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What are specific EV Chargers used for charging??
  • Ans. 

    EV chargers are specific to the type of plug used by the vehicle. Common types include CHAdeMO, CCS, and Tesla Supercharger.

    • EV chargers are designed to match the plug type of the vehicle being charged

    • CHAdeMO is commonly used by Japanese automakers like Nissan and Mitsubishi

    • CCS is used by many European and American automakers

    • Tesla Superchargers are exclusive to Tesla vehicles

    • Other types of plugs include Type 1 and Type ...

  • Answered by AI
  • Q2. Various chargers like CCS, CHAdeMO, Bharat Standard chargers are used as per the EV requirement.
  • Q3. Where do you see yourself in the next 5-10 years
  • Ans. 

    In the next 5-10 years, I envision myself leading innovative projects and mentoring the next generation of engineers.

    • I aim to take on leadership roles, guiding teams through complex projects, like developing scalable software solutions.

    • I plan to deepen my expertise in emerging technologies, such as AI and machine learning, to drive impactful innovations.

    • I aspire to mentor junior engineers, sharing knowledge and fosteri...

  • Answered by AI
  • Q4. I want to grow technically with the company and learn things quickly enough to implement them in future updates of the EVSE for the betterment of society.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident and answer those things which you know properly. Never fake things all around and always learn about the Companies profile and its supplies.
It was an HR cum Technical round that lasted for 35-40 Minutes, later there was a face 2 face Final interview at their office. Both interviews were answered positively.

Always have a positive approach to your past company even while you describe it and utilize your previous Job profile wisely enough to support the future one.
Round 1 - Technical 

(1 Question)

  • Q1. Introduce the master thesis topic
  • Ans. 

    Design and implementation of a real-time embedded system for monitoring and controlling a solar-powered irrigation system

    • Developed a low-power wireless sensor network for data acquisition

    • Implemented a control algorithm for efficient water usage

    • Designed a user interface for remote monitoring and control

    • Evaluated the system's performance in a real-world setting

  • Answered by AI
Round 2 - Coding Test 

C basic question. such as bit swap ,2 sum

Interview Preparation Tips

Interview preparation tips for other job seekers - good company and have good experience. HR and manager are very professional

Vertiv Interview FAQs

How many rounds are there in Vertiv Senior Embedded Software Engineer interview?
Vertiv interview process usually has 2 rounds. The most common rounds in the Vertiv interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in Vertiv Senior Embedded Software Engineer interview?

Some of the top questions asked at the Vertiv Senior Embedded Software Engineer interview -

  1. Communication protocol and proje...read more
  2. Self-introduction Basic C questi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

1/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Flex Interview Questions
4.0
 • 201 Interviews
Foxconn Interview Questions
3.8
 • 186 Interviews
Navitasys India Interview Questions
4.1
 • 109 Interviews
TE Connectivity Interview Questions
4.1
 • 89 Interviews
Wistron Interview Questions
3.9
 • 87 Interviews
Secure Meters Interview Questions
4.0
 • 74 Interviews
DBG Technology Interview Questions
3.8
 • 71 Interviews
View all
Senior Systems Engineer
210 salaries
unlock blur

₹11.5 L/yr - ₹20.8 L/yr

Senior Engineer
201 salaries
unlock blur

₹6 L/yr - ₹14 L/yr

System Engineer
164 salaries
unlock blur

₹8 L/yr - ₹13.3 L/yr

Assistant Manager
153 salaries
unlock blur

₹11.3 L/yr - ₹20 L/yr

Engineer
99 salaries
unlock blur

₹3.7 L/yr - ₹7.9 L/yr

Explore more salaries
Compare Vertiv with

Flex

4.0
Compare

Foxconn

3.8
Compare

Dixon Technologies

4.0
Compare

TE Connectivity

4.1
Compare
write
Share an Interview