Upload Button Icon Add office photos

Itron

Compare button icon Compare button icon Compare

Filter interviews by

Itron Interview Questions and Answers

Updated 19 Mar 2025
Popular Designations

7 Interview questions

A Service Delivery Specialist was asked 3mo ago
Q. What is your experience with ETL processes and data warehousing?
Ans. 

I have extensive experience in ETL processes and data warehousing, focusing on data integration and analytics.

  • Designed and implemented ETL workflows using tools like Talend and Informatica.

  • Managed data extraction from various sources, including SQL databases and APIs.

  • Transformed data to meet business requirements, ensuring data quality and integrity.

  • Developed and maintained data warehouses to support reporting and...

View all Service Delivery Specialist interview questions
A Service Delivery Specialist was asked 3mo ago
Q. What strategies do you employ to resolve conflicts?
Ans. 

I employ active listening, empathy, and collaborative problem-solving to effectively resolve conflicts.

  • Active Listening: I ensure all parties feel heard by summarizing their concerns before addressing them.

  • Empathy: I try to understand the emotions behind the conflict, which helps in finding common ground.

  • Collaborative Problem-Solving: I facilitate discussions to brainstorm solutions that satisfy all parties involv...

View all Service Delivery Specialist interview questions
A Software Developer was asked
Q. Given two sorted arrays, merge them into one sorted array.
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

View all Software Developer interview questions
A Technical Lead was asked
Q. What information is included in a TCP header?
Ans. 

TCP header contains important information for reliable data transmission.

  • TCP header includes source and destination port numbers

  • It also includes sequence and acknowledgement numbers

  • TCP header has flags for various control functions like SYN, ACK, FIN, etc.

  • Window size, checksum, and urgent pointer are also included in TCP header

View all Technical Lead interview questions
A Software Engineer was asked
Q. How much memory is allocated when a class is declared? How much when instance is created ? And so on...
Ans. 

Memory allocation for class and instance creation in Java

  • Memory is allocated for class variables and methods when the class is loaded into memory

  • Memory for instance variables is allocated when an instance of the class is created

  • The amount of memory allocated depends on the data type and size of the variables

  • Static variables are allocated memory only once, while instance variables are allocated memory for each inst...

View all Software Engineer interview questions
A Software Engineer was asked
Q. What do you understand by distributed systems, multitasking multiprograming etc, overview idea of amazon working etc.
Ans. 

Distributed systems involve multiple computers working together, multitasking allows for multiple tasks to be performed simultaneously, Amazon uses distributed systems for their online services.

  • Distributed systems involve multiple computers working together to achieve a common goal

  • Multitasking allows for multiple tasks to be performed simultaneously by a single computer

  • Multiprogramming allows multiple programs to ...

View all Software Engineer interview questions
A Technical Lead was asked
Q. IPv6 vs IPv4 comparison and advantages of IPv6
Ans. 

IPv6 offers more IP addresses, better security, and improved performance compared to IPv4.

  • IPv6 uses 128-bit addresses, providing a virtually unlimited number of unique IP addresses.

  • IPv6 includes built-in security features, such as IPsec, which provides end-to-end encryption and authentication.

  • IPv6 also offers improved performance through features like multicast and anycast addressing.

  • IPv6 simplifies network config...

View all Technical Lead interview questions
Are these interview questions helpful?

Itron Interview Experiences

13 interviews found

Technical Lead Interview Questions & Answers

user image 9995121379

posted on 13 Oct 2022

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

Metrix problem to find the shortest order of the largest matrix in given metrix with all non-zer0's

Round 3 - Technical 

(2 Questions)

  • Q1. TCP header details like information included in TCP header?
  • Ans. 

    TCP header contains important information for reliable data transmission.

    • TCP header includes source and destination port numbers

    • It also includes sequence and acknowledgement numbers

    • TCP header has flags for various control functions like SYN, ACK, FIN, etc.

    • Window size, checksum, and urgent pointer are also included in TCP header

  • Answered by AI
  • Q2. IPv6 vs IPv4 comparison and advantages of IPv6
  • Ans. 

    IPv6 offers more IP addresses, better security, and improved performance compared to IPv4.

    • IPv6 uses 128-bit addresses, providing a virtually unlimited number of unique IP addresses.

    • IPv6 includes built-in security features, such as IPsec, which provides end-to-end encryption and authentication.

    • IPv6 also offers improved performance through features like multicast and anycast addressing.

    • IPv6 simplifies network configurati...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do lot of programming attempts in C/C++. We need to do programming in limited time

Skills evaluated in this interview

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

(1 Question)

  • Q1. Questions on operating system concepts
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - 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 experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Assignment 

Salesforce,Aptitude,CS Fundamentals

Round 3 - One-on-one 

(1 Question)

  • Q1. Based On resume and logical questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What is your experience with ETL processes and data warehousing?
  • Ans. 

    I have extensive experience in ETL processes and data warehousing, focusing on data integration and analytics.

    • Designed and implemented ETL workflows using tools like Talend and Informatica.

    • Managed data extraction from various sources, including SQL databases and APIs.

    • Transformed data to meet business requirements, ensuring data quality and integrity.

    • Developed and maintained data warehouses to support reporting and anal...

  • Answered by AI
  • Q2. What strategies do you employ to resolve conflicts?
  • Ans. 

    I employ active listening, empathy, and collaborative problem-solving to effectively resolve conflicts.

    • Active Listening: I ensure all parties feel heard by summarizing their concerns before addressing them.

    • Empathy: I try to understand the emotions behind the conflict, which helps in finding common ground.

    • Collaborative Problem-Solving: I facilitate discussions to brainstorm solutions that satisfy all parties involved.

    • Ex...

  • Answered by AI
Round 1 - Telephonic Call 

(1 Question)

  • Q1. Process synchronisation and threads.
Round 2 - Coding Test 

Linked list and sorting. Linux system side programming.

Round 3 - Technical 

(1 Question)

  • Q1. Thread synchronisation. Locking.
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial discussion. Threading and watchdog related stuff.

Interview Preparation Tips

Interview preparation tips for other job seekers - Linux and drivers concepts should be good

Interview Questions & Answers

user image Anonymous

posted on 1 Dec 2022

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
-

I applied via Company Website and was interviewed before Dec 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. All electronics related questions. power electronics, basic electronics.
Round 3 - Group Discussion 

Electronic stuff related questions , all analog electronics questions.

Round 4 - HR 

(1 Question)

  • Q1. Basic and formal HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - study on more in to analog electronics and power electronics.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

Question was moderate. Good knowledge of dsa needed. CP not mandatory.

Round 3 - Technical 

(2 Questions)

  • Q1. Question on oops principals, complexity analysis of programs, c++ concepts of classes, memory allocation etc.
  • Q2. How much memory is allocated when a class is declared? How much when instance is created ? And so on...
  • Ans. 

    Memory allocation for class and instance creation in Java

    • Memory is allocated for class variables and methods when the class is loaded into memory

    • Memory for instance variables is allocated when an instance of the class is created

    • The amount of memory allocated depends on the data type and size of the variables

    • Static variables are allocated memory only once, while instance variables are allocated memory for each instance

    • M...

  • Answered by AI
Round 4 - Behavioral 

(1 Question)

  • Q1. What do you understand by distributed systems, multitasking multiprograming etc, overview idea of amazon working etc.
  • Ans. 

    Distributed systems involve multiple computers working together, multitasking allows for multiple tasks to be performed simultaneously, Amazon uses distributed systems for their online services.

    • Distributed systems involve multiple computers working together to achieve a common goal

    • Multitasking allows for multiple tasks to be performed simultaneously by a single computer

    • Multiprogramming allows multiple programs to run o...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Basic hr questions like relocation, aim etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - must have good knowledge of OOPS, c++ or java.. good knowledge of DSA.

Skills evaluated in this interview

Accountant Interview Questions & Answers

user image Anonymous

posted on 18 Mar 2022

I applied via Naukri.com and was interviewed in 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 - Assignment 

Mangement

Round 3 - One-on-one 

(1 Question)

  • Q1. How much year work Curent which job u do

Interview Preparation Tips

Interview preparation tips for other job seekers - Thank you so much not more about copmany

System Analyst Interview Questions & Answers

user image Syed Farhan Siddiq

posted on 31 Aug 2023

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

I applied via Fresherworld and was interviewed before Aug 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

Mix of mathematics and English

Round 3 - One-on-one 

(1 Question)

  • Q1. Basic cs questions

I applied via Naukri.com and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Previous work experience
  • Ans. 

    I have over five years of experience in procurement, focusing on strategic sourcing and supplier management across various industries.

    • Managed procurement processes for a mid-sized manufacturing company, reducing costs by 15% through strategic supplier negotiations.

    • Implemented a new vendor evaluation system that improved supplier performance metrics by 20%.

    • Collaborated with cross-functional teams to streamline the purch...

  • Answered by AI
  • Q2. Technical skills
  • Q3. Why choosen ITRON

Interview Preparation Tips

Interview preparation tips for other job seekers - 3 Rounds of interview.
Technical
Managerial
HR

Top trending discussions

View All
Interview Tips & Stories
1w (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 Itron?
Ask anonymously on communities.

Itron Interview FAQs

How many rounds are there in Itron interview?
Itron interview process usually has 3-4 rounds. The most common rounds in the Itron interview process are One-on-one Round, Resume Shortlist and Technical.
How to prepare for Itron 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 Itron. The most common topics and skills that interviewers at Itron expect are Linux, Software Services, SQL, Debugging and Python.
What are the top questions asked in Itron interview?

Some of the top questions asked at the Itron interview -

  1. How much memory is allocated when a class is declared? How much when instance i...read more
  2. What do you understand by distributed systems, multitasking multiprograming etc...read more
  3. What is your experience with ETL processes and data warehousi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 7 interview experiences

Difficulty level

Easy 25%
Moderate 75%

Duration

Less than 2 weeks 75%
4-6 weeks 25%
View more

Interview Questions from Similar Companies

VA Tech Wabag Interview Questions
3.9
 • 51 Interviews
DuPont Interview Questions
4.2
 • 44 Interviews
Clean Harbors Interview Questions
3.4
 • 30 Interviews
Enviri Interview Questions
4.0
 • 18 Interviews
Ecolab Interview Questions
3.6
 • 18 Interviews
View all

Itron Reviews and Ratings

based on 99 reviews

4.6/5

Rating in categories

4.0

Skill development

4.6

Work-life balance

4.4

Salary

4.4

Job security

4.6

Company culture

4.1

Promotions

4.3

Work satisfaction

Explore 99 Reviews and Ratings
SQL DBA Support Specialist

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Supply Chain Analytics Associate

Bangalore / Bengaluru

2-8 Yrs

Not Disclosed

Apprentice

Bangalore / Bengaluru

1-2 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
99 salaries
unlock blur

₹20.3 L/yr - ₹34.7 L/yr

Software Engineer
93 salaries
unlock blur

₹11.2 L/yr - ₹18 L/yr

System Test Engineer
63 salaries
unlock blur

₹10.5 L/yr - ₹15 L/yr

Staff Software Engineer
42 salaries
unlock blur

₹12.6 L/yr - ₹20 L/yr

Principal Software Engineer
39 salaries
unlock blur

₹37 L/yr - ₹60 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
write
Share an Interview