Upload Button Icon Add office photos

Filter interviews by

Vertiv Software Engineer Interview Questions and Answers

Updated 31 May 2024

Vertiv Software Engineer Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Salary expectation .
  • Q2. Why should I hire you?
Round 2 - One-on-one 

(2 Questions)

  • Q1. Mendix Advanced questions.
  • Q2. Everything which you mentioned in your resume.

I was interviewed in Jan 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 30. minutes
Round difficulty - Easy

It was in the evening, question were moderate

  • Q1. 

    Count Subsequences Problem Statement

    Given an integer array ARR of size N, your task is to find the total number of subsequences in which all elements are equal.

    Explanation:

    A subsequence of an array i...

  • Ans. Brute Force

    The idea is to generate all the subsequences and check whether the elements present are equal or not.

     

    Here is the algorithm :

     

    1. Generate all the subsequences of the given array.
    2. Maintain a variable ‘COUNT’ which stores the total number of subsequences in which all the elements are equal.
    3. Iterate over each of the generated subsequences.
      1. In case all the elements of the current subsequence are equal, we in...
  • Answered Anonymously
Round 2 - Coding Test 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

It was in the night around 9:00 PM.

  • Q1. 

    Pair Sum Problem Statement

    You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.

    Note:
    ...
  • Ans. Brute Force
    • Initialize a list to store our results.
    • For each element in the array 'ARR[i]', check if ('ARR[i]' + ‘ARR[j]’), equals to given sum or not, where ‘i’ < ‘j’ < ‘N’.
    • If the condition matches, add the pair('ARR[i]', ‘ARR[j]’) to the list. Sort the list of pairs as per the given output format and return this list.
    Space Complexity: O(1)Explanation:

    O(1).

     

    Constant extra space is required.

    Time Complexity: O...
  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Delhi Technological University. I applied for the job as Software Engineer in DelhiEligibility criteriaNo percentage criteria(good in aptitude)Vertiv Co interview preparation:Topics to prepare for the interview - Array, oops, algorithms, data structures, stackTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Learn new things daily 
Tip 2 : Practice questions 
Tip 3 : Keep one question in mind to solve.

Application resume tips for other job seekers

Tip 1 : Description about your skills 
Tip 2 : Project details

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Project description
  • Ans. 

    Developed a web-based project management tool for a software development company.

    • Used Agile methodology for project management

    • Implemented user authentication and authorization

    • Integrated with third-party tools like JIRA and GitHub

    • Provided real-time project progress tracking

    • Generated reports for project analysis

  • Answered by AI
  • Q2. Python based problems
  • Q3. Embedded scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - Be frank about your self ration about your skills and maintain 2 way communication during the interview.

Software Engineer Jobs at Vertiv

View all

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Indraprastha Institute of Information Technology (IIIT), Delhi and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

MCQ questions in a time frame of 45 mins.

Round 2 - Technical 

(2 Questions)

  • Q1. Resume based questions
  • Q2. Questions on Stack
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.

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Leetcode Medium quesions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA and other questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Duration: 75 min
Platform: HakerRank

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

It was easy.The gd topic was based on the current affairs like chatgpt replaces human activities

Round 2 - Technical 

(2 Questions)

  • Q1. It was all about oops concepts and basic in sql
  • Q2. It is general HR discussion

I applied via campus placement at University Vishveshvaraya College of Engineering (UVCE) 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.

Vertiv Interview FAQs

How many rounds are there in Vertiv Software Engineer interview?
Vertiv interview process usually has 2 rounds. The most common rounds in the Vertiv interview process are HR and One-on-one Round.
How to prepare for Vertiv Software Engineer 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 Vertiv. The most common topics and skills that interviewers at Vertiv expect are HTML, SQL, C++, Debugging and Python.
What are the top questions asked in Vertiv Software Engineer interview?

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

  1. Project descript...read more
  2. Python based probl...read more
  3. Embedded scenar...read more

Tell us how to improve this page.

Vertiv Software Engineer Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more
Vertiv Software Engineer Salary
based on 12 salaries
₹4.2 L/yr - ₹14.9 L/yr
10% more than the average Software Engineer Salary in India
View more details

Vertiv Software Engineer Reviews and Ratings

based on 5 reviews

4.6/5

Rating in categories

3.9

Skill development

4.6

Work-life balance

4.0

Salary

4.6

Job security

4.4

Company culture

3.2

Promotions

4.4

Work satisfaction

Explore 5 Reviews and Ratings
Engineer I Software Engineering IX

Pune

3-6 Yrs

Not Disclosed

Sr. Software Engineer (Security)

Pune

4-8 Yrs

Not Disclosed

Test Development - Software Engineer

Pune

3-6 Yrs

Not Disclosed

Explore more jobs
Senior Systems Engineer
193 salaries
unlock blur

₹7.5 L/yr - ₹21 L/yr

Assistant Manager
189 salaries
unlock blur

₹5.5 L/yr - ₹20 L/yr

Senior Engineer
185 salaries
unlock blur

₹4.1 L/yr - ₹15.2 L/yr

System Engineer
152 salaries
unlock blur

₹4.9 L/yr - ₹14 L/yr

Service Engineer
97 salaries
unlock blur

₹2 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Vertiv with

Schneider Electric

4.2
Compare

Emerson Electric Co.

4.1
Compare

Eaton

3.9
Compare

ABB

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