Upload Button Icon Add office photos

Itron

Compare button icon Compare button icon Compare

Filter interviews by

Itron Software Developer Interview Questions and Answers for Experienced

Updated 24 Oct 2023

Itron Software Developer Interview Experiences for Experienced

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be honest with your years of experience. All information you share will be verified at the time of joining.
View all tips
Round 2 - Coding Test 

Tree, LinkedList, Array

Round 3 - Technical 

(2 Questions)

  • Q1. Find depth of a tree
  • Ans. 

    The depth of a tree is the length of the longest path from the root node to any leaf node.

    • Depth of a tree can be found using depth-first search (DFS) algorithm.

    • The depth of a tree is equal to the maximum depth of its children plus one.

    • For example, in a binary tree, the depth of the tree is the maximum depth of the left and right subtrees plus one.

  • Answered by AI
  • Q2. Merge two sorted arrays
  • Ans. 

    Merge two sorted arrays into a single sorted array

    • Create a new array to store the merged result

    • Use two pointers to iterate through both arrays and compare elements

    • Add the smaller element to the new array and move the pointer for that array

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice Tree, Graphs

Skills evaluated in this interview

Interview questions from similar companies

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
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

I applied via Company Website and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Pumps, Motors & Aerators
  • Q2. Working principle of pumps and Aerators
  • Ans. 

    Pumps and aerators are used to move fluids and gases respectively.

    • Pumps work by creating a pressure difference to move fluids from one place to another.

    • Aerators introduce air into liquids to increase oxygen levels and promote biological processes.

    • Types of pumps include centrifugal, positive displacement, and jet pumps.

    • Types of aerators include surface aerators, diffused aerators, and mechanical aerators.

  • Answered by AI
  • Q3. Pump calculation

Interview Preparation Tips

Interview preparation tips for other job seekers - Need more dedication and avoid unnecessary talks while answering important questions

I applied via Walk-in and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. About yourself educational background family background
Round 2 - Technical 

(1 Question)

  • Q1. Accounts and experience related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have good reference then interview is just formality to you

I appeared for an interview before Feb 2021.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself.
  • Q2. Share details of your previous job.
  • Q3. What are your salary expectations?
Round 2 - Technical 

(2 Questions)

  • Q1. Quality site inspection
  • Q2. Materials Testing & Third party Inspection

Interview Preparation Tips

Interview preparation tips for other job seekers - What about cement Test,Soil Test

Interview Questionnaire 

1 Question

  • Q1. Is model

Interview Preparation Tips

Interview preparation tips for other job seekers - It is pretty goodThis interview was a technical one but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my B.Tech curriculum i.e. computer science related topics. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. I tried to answer each question with examples and also used props on the table (like pens, paperweights, pen stands etc.) to explain my theories. It was my first offcampus interview, and I think I did pretty well for a fresher. You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position

Interview Questionnaire 

1 Question

  • Q1. OSI model

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my B.Tech curriculum i.e. computer science related topics. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. I tried to answer each question with examples and also used props on the table (like pens, paperweights, pen stands etc.) to explain my theories. It was my first offcampus interview, and I think I did pretty well for a fresher. You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview before Oct 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Electrical Design Related
Round 2 - Technical 

(1 Question)

  • Q1. Electrical power
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Write unit testing for adding two nimbers
  • Ans. 

    Unit testing for adding two numbers

    • Create a test case with two numbers and expected sum

    • Call the function that adds two numbers

    • Assert that the result matches the expected sum

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Explain challenge you faced in your last project
Round 3 - HR 

(1 Question)

  • Q1. Salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on fundamentals and previous projects

Skills evaluated in this interview

Itron Interview FAQs

How many rounds are there in Itron Software Developer interview for experienced candidates?
Itron interview process for experienced candidates usually has 3 rounds. The most common rounds in the Itron interview process for experienced candidates are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in Itron Software Developer interview for experienced candidates?

Some of the top questions asked at the Itron Software Developer interview for experienced candidates -

  1. merge two sorted arr...read more
  2. find depth of a t...read more

Tell us how to improve this page.

Itron Software Developer Interview Process for Experienced

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

VA Tech Wabag Interview Questions
3.9
 • 47 Interviews
DuPont Interview Questions
4.2
 • 41 Interviews
Clean Harbors Interview Questions
3.5
 • 30 Interviews
Enviri Interview Questions
3.9
 • 17 Interviews
View all

Fast track your campus placements

View all
Itron Software Developer Salary
based on 13 salaries
₹8 L/yr - ₹14 L/yr
52% more than the average Software Developer Salary in India
View more details

Itron Software Developer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

2.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
99 salaries
unlock blur

₹13.2 L/yr - ₹33.2 L/yr

Software Engineer
93 salaries
unlock blur

₹7 L/yr - ₹17.5 L/yr

Principal Software Engineer
45 salaries
unlock blur

₹25 L/yr - ₹52.7 L/yr

Staff Software Engineer
44 salaries
unlock blur

₹8.4 L/yr - ₹20 L/yr

Firmware Engineer
26 salaries
unlock blur

₹8 L/yr - ₹20 L/yr

Explore more salaries
Compare Itron with

Ion Exchange India

3.7
Compare

Re Sustainability Limited

3.9
Compare

DuPont

4.2
Compare

VA Tech Wabag

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