Upload Button Icon Add office photos

Filter interviews by

Gilbarco Veeder Root Senior Software Engineer 2 Interview Questions and Answers

Updated 25 Jun 2024

Gilbarco Veeder Root Senior Software Engineer 2 Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

How you can pass structure using send byte function

Round 2 - Behavioral 

(1 Question)

  • Q1. Manegment questions

Interview questions from similar companies

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,
  • 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
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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Different questions were given to do a code and show output. And need to explain the code

Round 2 - One-on-one 

(1 Question)

  • Q1. Explain about the processor?
  • Ans. 

    The processor is the brain of a computer, responsible for executing instructions and performing calculations.

    • The processor is also known as the central processing unit (CPU).

    • It interprets and executes instructions from software programs.

    • Processors can have multiple cores, allowing them to perform multiple tasks simultaneously.

    • Common processor manufacturers include Intel and AMD.

    • Examples of processors include Intel Core

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why did you choose this location

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jul 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How JWT works,
  • Ans. 

    JWT is a JSON-based token used for authentication and authorization purposes.

    • JWT stands for JSON Web Token.

    • It consists of three parts: header, payload, and signature.

    • Header contains the algorithm used to sign the token.

    • Payload contains the user information and metadata.

    • Signature is used to verify the authenticity of the token.

    • JWT is stateless and can be used across multiple domains.

    • Example: eyJhbGciOiJIUzI1NiIsInR5cCI6...

  • Answered by AI
  • Q2. What is the Signature Of JWT
  • Ans. 

    JWT signature is a string of characters used to verify the authenticity of the token.

    • The signature is created by hashing the header and payload with a secret key.

    • The resulting hash is then encoded using Base64Url encoding.

    • The signature is added to the token as the third part, separated by dots.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patient lesion careful.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Devops related questions. CI/CD pipeline configuration and how to build fully automotive pipelines.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on object oriented programming topics. They might expect you to work out some simple logics.

Gilbarco Veeder Root Interview FAQs

How many rounds are there in Gilbarco Veeder Root Senior Software Engineer 2 interview?
Gilbarco Veeder Root interview process usually has 2 rounds. The most common rounds in the Gilbarco Veeder Root interview process are Coding Test and Behavioral.

Tell us how to improve this page.

Interview Questions from Similar Companies

Toshiba Interview Questions
3.9
 • 28 Interviews
Dover India Interview Questions
4.0
 • 27 Interviews
Sulzer Interview Questions
3.9
 • 26 Interviews
Buhler Interview Questions
3.9
 • 24 Interviews
Kennametal Interview Questions
3.7
 • 23 Interviews
Konecranes Interview Questions
4.1
 • 21 Interviews
View all
Service Engineer
107 salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

Area Service Manager
59 salaries
unlock blur

₹2.5 L/yr - ₹7.2 L/yr

Field Service Engineer
46 salaries
unlock blur

₹1.6 L/yr - ₹4.5 L/yr

Software Developer
28 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Senior Software Developer
27 salaries
unlock blur

₹6.2 L/yr - ₹22 L/yr

Explore more salaries
Compare Gilbarco Veeder Root with

Dover India

4.0
Compare

OPW India

5.0
Compare

Takata Corporation

4.9
Compare

Ge India Industrial

4.4
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview