Upload Button Icon Add office photos

Filter interviews by

Hoerbiger Software Developer Interview Questions and Answers

Updated 12 Apr 2024

Hoerbiger Software Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic questions on SQL and .Net.

Interview Preparation Tips

Topics to prepare for Hoerbiger Software Developer interview:
  • SQL Server
  • .Net
  • WPF
  • WCF Services
  • Angular
Interview preparation tips for other job seekers - Just be confident.

Software Developer Jobs at Hoerbiger

View all

Interview questions from similar companies

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
3
Average
Difficulty level
Easy
Process Duration
-
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude is easy and if your basics are strong

Round 2 - Coding Test 

Coding round has 2 parts realtime coding and coding

Round 3 - Technical 

(2 Questions)

  • Q1. Asked about projects
  • Q2. Asked about oop concept
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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were 6 questions to be solved. 3 average and 3 tough questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Concepts ask in interview Java Threads Exception Collections Spring boot annotations Git
Round 3 - HR 

(1 Question)

  • Q1. A general conversations, regarding my experience, project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on java concepts.
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
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Selenium xpath and dynamic loading of elements
  • Ans. 

    Selenium xpath is used to locate elements on a web page, especially useful for dynamic loading scenarios.

    • Use xpath to locate elements based on their attributes or position on the page

    • For dynamic loading, use explicit waits to ensure elements are present before interacting with them

    • Consider using relative xpath expressions to make your tests more robust and maintainable

  • Answered by AI
  • Q2. Java programs on strings
  • Q3. Test Ng architecture explain
  • Ans. 

    TestNG is a testing framework inspired by JUnit and NUnit, with more advanced features for test automation.

    • TestNG uses annotations to define test methods and test configurations.

    • It supports parameterized tests, test dependencies, and test groups.

    • TestNG allows parallel execution of tests, making it faster than other testing frameworks.

    • It provides detailed test reports and supports data-driven testing.

    • TestNG can be integ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and go for interview

Skills evaluated in this interview

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is real dom and virtual dom in react
  • Ans. 

    Real DOM is the actual representation of the HTML structure, while Virtual DOM is a lightweight copy used for efficient updates.

    • Real DOM is slower as it directly manipulates the HTML structure.

    • Virtual DOM is faster as it updates the lightweight copy and then syncs with the real DOM.

    • React uses the Virtual DOM to minimize unnecessary re-rendering of components.

    • Virtual DOM allows for efficient batch updates, improving per...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Mostly asked on diagnostics stack,UDS services

Interview Preparation Tips

Interview preparation tips for other job seekers - You must know the knowledge of diagnostics,UDS and RTE

Hoerbiger Interview FAQs

How many rounds are there in Hoerbiger Software Developer interview?
Hoerbiger interview process usually has 1 rounds. The most common rounds in the Hoerbiger interview process are One-on-one Round.
How to prepare for Hoerbiger Software Developer 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 Hoerbiger. The most common topics and skills that interviewers at Hoerbiger expect are C#, .NET, .Net, .Net Core and Agile Methodology.

Tell us how to improve this page.

Hoerbiger Software Developer Salary
based on 15 salaries
₹3.8 L/yr - ₹10 L/yr
16% less than the average Software Developer Salary in India
View more details

Hoerbiger Software Developer Reviews and Ratings

based on 2 reviews

3.8/5

Rating in categories

3.7

Skill development

4.6

Work-life balance

2.9

Salary

3.9

Job security

2.8

Company culture

2.8

Promotions

2.9

Work satisfaction

Explore 2 Reviews and Ratings
Software Developer
15 salaries
unlock blur

₹3.8 L/yr - ₹10 L/yr

Software Engineer
9 salaries
unlock blur

₹5.3 L/yr - ₹9.1 L/yr

Associate Manager
7 salaries
unlock blur

₹10 L/yr - ₹13 L/yr

Team Lead
7 salaries
unlock blur

₹6 L/yr - ₹10.5 L/yr

Associate Software Engineer
6 salaries
unlock blur

₹4.5 L/yr - ₹6.3 L/yr

Explore more salaries
Compare Hoerbiger with

Thermax Limited

4.2
Compare

Kirloskar Brothers

3.9
Compare

BHEL

4.1
Compare

Siemens

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