Upload Button Icon Add office photos

Filter interviews by

Itron Interview Questions, Process, and Tips

Updated 11 Jul 2024

Top Itron Interview Questions and Answers

View all 6 questions

Itron Interview Experiences

Popular Designations

12 interviews found

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

(1 Question)

  • Q1. Questions on operating system concepts

Firmware Engineer Interview Questions asked at other Companies

Q1. In DSA part, 1. Code for merge sort 2. Check if two trees are mirror 3. Find element in rotated sorted array 4. Check if linked list is palindrome 5. Detect a loop in linked list 6. Remove loop in linked list
View answer (1)
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

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Assignment 

Salesforce,Aptitude,CS Fundamentals

Round 3 - One-on-one 

(1 Question)

  • Q1. Based On resume and logical questions

Salesforce Developer Interview Questions asked at other Companies

Q1. Write a trigger to update contact when accounts phone changed.
View answer (5)

Technical Lead Interview Questions & Answers

user image 9995121379

posted on 13 Oct 2022

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

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Itron interview questions for popular designations

 Software Engineer

 (2)

 Accountant

 (1)

 Firmware Engineer

 (1)

 Procurement Specialist

 (1)

 Salesforce Developer

 (1)

 Senior Software Engineer

 (1)

 Software Developer

 (1)

 Staff Software Engineer

 (1)

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

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Staff Manufacturing Engineer 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:
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 - 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.

Jobs at Itron

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via campus placement at Jadavpur University and was interviewed before May 2022. There were 5 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 - 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

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

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

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

Accountant Interview Questions asked at other Companies

Q1. What journal is made when purchase requisition is created
View answer (24)

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:
Be honest with your years of experience. All information you share will be verified at the time of joining.
View all tips
Round 2 - Aptitude Test 

Mix of mathematics and English

Round 3 - One-on-one 

(1 Question)

  • Q1. Basic cs questions

System Analyst Interview Questions asked at other Companies

Q1. What will you do if you buy a hardware system that does not contain any software in it. And you have no money to buy a software. What will you do in a situation like that?
View answer (3)

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

Interview Questionnaire 

3 Questions

  • Q1. Previous work experience
  • Q2. Technical skills
  • Q3. Why choosen ITRON

Interview Preparation Tips

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

Procurement Specialist Interview Questions asked at other Companies

Q1. What is the first thing you consider when you are buying a product
View answer (2)

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 Windows.
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. TCP header details like information included in TCP head...read more

Tell us how to improve this page.

Itron Interview Process

based on 5 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 426 Interviews
Bosch Interview Questions
4.2
 • 330 Interviews
Johnson Controls Interview Questions
3.6
 • 253 Interviews
ABB Interview Questions
4.1
 • 227 Interviews
Eaton Corporation Interview Questions
4.0
 • 115 Interviews
Legrand Interview Questions
3.7
 • 18 Interviews
View all

Fast track your campus placements

View all

Itron Reviews and Ratings

based on 87 reviews

4.4/5

Rating in categories

3.8

Skill development

4.5

Work-life balance

4.3

Salary

4.4

Job security

4.5

Company culture

4.0

Promotions

4.1

Work satisfaction

Explore 87 Reviews and Ratings
Firmware Engineer

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Staff Firmware Engineer

Bangalore / Bengaluru

3-8 Yrs

₹ 10-27 LPA

Explore more jobs
Senior Software Engineer
101 salaries
unlock blur

₹13.2 L/yr - ₹33.2 L/yr

Software Engineer
91 salaries
unlock blur

₹7 L/yr - ₹17 L/yr

Staff Software Engineer
44 salaries
unlock blur

₹8.4 L/yr - ₹18.4 L/yr

Principal Software Engineer
44 salaries
unlock blur

₹20 L/yr - ₹50 L/yr

Firmware Engineer
23 salaries
unlock blur

₹7.5 L/yr - ₹17 L/yr

Explore more salaries
Compare Itron with

Schneider Electric

4.2
Compare

Siemens

4.1
Compare

ABB

4.1
Compare

Honeywell Automation

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