Upload Button Icon Add office photos

Gilbarco Veeder Root

Compare button icon Compare button icon Compare

Filter interviews by

Gilbarco Veeder Root Software Engineer Interview Questions and Answers

Updated 11 Mar 2024

Gilbarco Veeder Root Software Engineer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Based on your resume
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 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 - Aptitude Test 

Mathematics, logical reasoning

Round 3 - Coding Test 

C/C++, device driver, Networking, objectives

Interview Preparation Tips

Interview preparation tips for other job seekers - Mid level interview, Basics questions and objectives in c/c++

Software Engineer Interview Questions Asked at Other Companies

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

Top trending discussions

View All
Interview Tips & Stories
6d (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 Gilbarco Veeder Root?
Ask anonymously on communities.

Interview questions from similar companies

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

Technical assesment was there in first round

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview with national manager, CTO and fellow developer
Round 3 - HR 

(1 Question)

  • Q1. Meeting with regional head of IT department
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Questions were asked on Recursive programming
  • Q2. What is the output of this? static void Main(string[] args) { DivideNumber(233) } static void DivideNumber(int n) { if(n>=10) { DivideNumber(n/10); } Console.Write(n/10) }
  • Ans. 

    The output will be 23323

    • The DivideNumber method recursively divides the input number by 10 until it is less than 10

    • The Console.Write statement prints the result of n/10 each time the method is called

  • Answered by AI
  • Q3. Write Code If Input is 123, output should be "One Hundred Twenty Three";
  • Ans. 

    Convert numeric input to words in English

    • Break down the input number into hundreds, tens, and ones place

    • Use a dictionary or array to map numbers to their corresponding words

    • Handle special cases like teens and tens separately

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Given some problem statemts and asked to write the pseudo code,
  • Ans. 

    Provide a structured approach to solving problems using pseudo code.

    • Identify the problem clearly, e.g., 'Sort an array of integers'.

    • Break down the problem into smaller steps, e.g., 'Initialize an array, loop through elements'.

    • Use clear and concise syntax, e.g., 'FOR each element in array DO...'.

    • Consider edge cases, e.g., 'IF array is empty THEN return an empty array'.

    • Test the pseudo code with sample inputs, e.g., 'Inpu...

  • Answered by AI
  • Q2. What is Async and Await.
  • Ans. 

    Async and Await are keywords in JavaScript used to handle asynchronous operations in a synchronous manner.

    • Async is used to define a function as asynchronous, allowing it to run in the background without blocking the main thread.

    • Await is used to pause the execution of an async function until a Promise is settled, and then resumes the function with the resolved value.

    • Async functions always return a Promise, which allows ...

  • Answered by AI

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Previous company work experience
  • Ans. 

    In my previous role, I led a team in developing scalable software solutions, enhancing system performance and user experience.

    • Led a team of 5 engineers to develop a cloud-based application that improved data retrieval speed by 30%.

    • Implemented Agile methodologies, resulting in a 25% increase in project delivery speed.

    • Collaborated with cross-functional teams to integrate user feedback, enhancing product usability.

    • Mentore...

  • Answered by AI
  • Q2. Plans in next 5 years
  • Ans. 

    I plan to continue developing my technical skills and taking on leadership roles within the company.

    • Pursue advanced technical certifications

    • Lead cross-functional teams on complex projects

    • Mentor junior engineers

    • Explore opportunities for innovation and process improvement

    • Collaborate with senior management to set strategic goals

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was ok. But the local management is horrible. Don't join expecting MNC standard.Even a startup might be better than this company. It's a family owned business by the manager. Not MNC
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2022. 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 - Technical 

(2 Questions)

  • Q1. Releted to blade industry Releted to Composite
  • Q2. Composite structure and properties, VARTM

Interview Preparation Tips

Interview preparation tips for other job seekers - Require good knowledge for blade industry, and Composite testing
Are these interview questions helpful?
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 - HR 

(1 Question)

  • Q1. General discussion of your work history
Round 3 - Technical 

(1 Question)

  • Q1. Stream technical question
Round 4 - Assignment 

General work related assignment

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare of your work related technical question.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is QA and QC
  • Ans. 

    QA stands for Quality Assurance and involves processes to prevent defects, while QC stands for Quality Control and involves processes to identify defects.

    • QA focuses on preventing defects in the product or service being delivered

    • QC focuses on identifying defects in the product or service being delivered

    • QA involves processes such as reviews, audits, and process improvements

    • QC involves processes such as testing, inspectio...

  • Answered by AI
  • Q2. Welding details

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic Preparations only , not to try extra
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. General Questiones
Round 2 - Technical 

(1 Question)

  • Q1. Basics and Intermediate level
Round 3 - One-on-one 

(1 Question)

  • Q1. Behaviour and Logicals

Gilbarco Veeder Root Interview FAQs

How many rounds are there in Gilbarco Veeder Root Software Engineer interview?
Gilbarco Veeder Root interview process usually has 2 rounds. The most common rounds in the Gilbarco Veeder Root interview process are Resume Shortlist, Aptitude Test and Coding Test.
How to prepare for Gilbarco Veeder Root 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 Gilbarco Veeder Root. The most common topics and skills that interviewers at Gilbarco Veeder Root expect are Automation Testing, Software Engineering, Java, Node.Js and Python.

Tell us how to improve this page.

Overall Interview Experience Rating

3.5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Sulzer Interview Questions
3.8
 • 32 Interviews
Buhler Interview Questions
3.9
 • 29 Interviews
Kennametal Interview Questions
3.6
 • 24 Interviews
Konecranes Interview Questions
4.0
 • 23 Interviews
TPI Composites Interview Questions
4.2
 • 21 Interviews
Trelleborg Interview Questions
4.0
 • 20 Interviews
View all
Gilbarco Veeder Root Software Engineer Salary
based on 13 salaries
₹7.5 L/yr - ₹10.2 L/yr
6% less than the average Software Engineer Salary in India
View more details

Gilbarco Veeder Root Software Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

2.0

Skill development

3.0

Work-life balance

4.0

Salary

2.0

Job security

1.0

Company culture

2.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Service Engineer
122 salaries
unlock blur

₹1.7 L/yr - ₹5 L/yr

Area Service Manager
75 salaries
unlock blur

₹4.2 L/yr - ₹7.4 L/yr

Field Service Engineer
56 salaries
unlock blur

₹1.7 L/yr - ₹4.5 L/yr

Quality Engineer
24 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Assistant Manager
23 salaries
unlock blur

₹10.3 L/yr - ₹15.1 L/yr

Explore more salaries
Compare Gilbarco Veeder Root with

Sulzer

3.8
Compare

Mann And Hummel Filter

3.9
Compare

Bonfiglioli Transmissions Private Limited

3.6
Compare

Buhler

3.9
Compare
write
Share an Interview