Upload Button Icon Add office photos

Landis+Gyr

Compare button icon Compare button icon Compare

Filter interviews by

Landis+Gyr Interview Questions and Answers

Updated 16 May 2025
Popular Designations

17 Interview questions

A SQA Engineer was asked 3mo ago
Q. Write a program to check if a given string is a palindrome.
Ans. 

A palindrome is a string that reads the same forwards and backwards, like 'radar' or 'level'.

  • Definition: A palindrome is a word, phrase, or sequence that reads the same backward as forward. Examples include 'madam' and 'racecar'.

  • Algorithm: To check if a string is a palindrome, compare characters from the start and end, moving towards the center.

  • Case Sensitivity: Palindrome checks can be case-sensitive or case-inse...

View all SQA Engineer interview questions
A SQA Engineer was asked 3mo ago
Q. Write a SQL query for an inner join.
Ans. 

An Inner Join combines rows from two or more tables based on a related column between them.

  • Inner Join returns only the rows with matching values in both tables.

  • Syntax: SELECT columns FROM table1 INNER JOIN table2 ON table1.column = table2.column;

  • Example: SELECT employees.name, departments.department_name FROM employees INNER JOIN departments ON employees.department_id = departments.id;

  • You can join multiple tables ...

View all SQA Engineer interview questions
A Senior Quality Assurance Engineer 2 was asked 10mo ago
Q. How do you write SQL queries?
Ans. 

I write SQL queries by first identifying the data I need to retrieve, then structuring the query using SELECT, FROM, WHERE, and other clauses.

  • Identify the data needed for the query

  • Use SELECT to specify the columns to retrieve

  • Use FROM to specify the tables to query from

  • Use WHERE to filter the results based on conditions

  • Use JOIN to combine data from multiple tables if needed

  • Use GROUP BY and HAVING for aggregating da...

View all Senior Quality Assurance Engineer 2 interview questions
A Senior Software Developer was asked
Q. How do you approach troubleshooting an issue reported on a client's machine?
Ans. 

Remotely access client machine, analyze issue, troubleshoot, and provide solution

  • Request remote access to client machine

  • Analyze reported issue thoroughly

  • Troubleshoot the problem step by step

  • Communicate with client for additional information

  • Provide a detailed solution and ensure it resolves the issue

View all Senior Software Developer interview questions
A Software Development Engineer was asked
Q. Explain the Singleton design pattern.
Ans. 

The Singleton pattern restricts a class to a single instance and provides a global point of access to it.

  • Ensures a class has only one instance.

  • Provides a global access point to that instance.

  • Commonly used for configuration settings or logging.

  • Example in Java: private constructor and a static method to get the instance.

  • Thread-safe implementations can be achieved using synchronized methods or double-checked locking.

View all Software Development Engineer interview questions
A Senior Firmware Developer was asked
Q. What is a C structure?
Ans. 

A C structure is a user-defined data type that groups related variables of different data types under a single name.

  • Structures allow for the creation of complex data types that can be used to store and manipulate related data.

  • They can contain variables of different data types, including other structures.

  • Structures are defined using the 'struct' keyword and can be accessed using the dot operator.

  • Example: struct per...

View all Senior Firmware Developer interview questions
A Senior Firmware Developer was asked
Q. What are your CTC expectations?
Ans. 

CTC expectation refers to the expected salary or compensation package for the position.

  • CTC stands for Cost to Company

  • It includes all the expenses incurred by the company for an employee, such as salary, bonuses, benefits, and taxes

  • The CTC expectation can vary based on the candidate's experience, skills, and the company's budget

  • It is important to discuss CTC expectations during the interview process to avoid any mi...

View all Senior Firmware Developer interview questions
Are these interview questions helpful?
A Quaity Control Engineer was asked
Q. How do you handle problems?
Ans. 

Handling problems involves identifying the root cause, developing a solution, and implementing it effectively.

  • Identify the problem and its root cause

  • Develop a solution or action plan

  • Implement the solution effectively

  • Monitor and evaluate the effectiveness of the solution

  • Communicate the problem and solution to relevant stakeholders

View all Quaity Control Engineer interview questions
A Senior SQA Engineer was asked
Q. What is the Bug Life Cycle?
Ans. 

Bug life cycle is the process of identifying, reporting, fixing, and verifying software defects.

  • Bug is identified by testers or users

  • Bug is reported to development team

  • Development team fixes the bug

  • Fixed bug is verified by testers

  • Bug is closed if verified or reopened if not fixed

  • Bug is retested after reopening

View all Senior SQA Engineer interview questions
A Servicenow Analyst was asked
Q. What are views and view rules?
Ans. 

Views and view rules are used to control access to data and define how data is displayed in ServiceNow.

  • Views determine which records are displayed to users based on their roles and permissions.

  • View rules are used to further restrict access to specific records based on conditions.

  • Views can be customized to display specific fields and order of fields.

  • View rules can be used to hide sensitive data from certain users o...

View all Servicenow Analyst interview questions

Landis+Gyr Interview Experiences

32 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

C & C++ programming coding

Round 2 - Technical 

(2 Questions)

  • Q1. Project Overview
  • Q2. Key Skills in past organisation
  • Ans. 

    I leveraged technical expertise, collaboration, and problem-solving skills to drive successful software projects and enhance team productivity.

    • Proficient in multiple programming languages such as Java, Python, and JavaScript, which I used to develop scalable applications.

    • Led a team of developers in an Agile environment, facilitating daily stand-ups and sprint planning to ensure timely delivery of features.

    • Implemented C...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Where you see yourself after 5 years
  • Q2. CTC and Joining days
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Reverse a string without using any predefined function and loop
  • Q2. Custom hooks in react
  • Ans. 

    Custom hooks in React allow developers to encapsulate reusable logic for components, enhancing code organization and reusability.

    • Custom hooks are JavaScript functions that start with 'use'. Example: 'function useFetch(url) { ... }'

    • They can use built-in hooks like useState and useEffect to manage state and side effects.

    • Custom hooks promote code reuse by allowing shared logic across multiple components.

    • They can accept pa...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How do you write sql queries
  • Ans. 

    I write SQL queries by first identifying the data I need to retrieve, then structuring the query using SELECT, FROM, WHERE, and other clauses.

    • Identify the data needed for the query

    • Use SELECT to specify the columns to retrieve

    • Use FROM to specify the tables to query from

    • Use WHERE to filter the results based on conditions

    • Use JOIN to combine data from multiple tables if needed

    • Use GROUP BY and HAVING for aggregating data

    • Use...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Its regarding automation and manual testing, and some programming questions.
Round 2 - Technical 

(1 Question)

  • Q1. Here in 2nd round questions regarding automation testing
Round 3 - HR 

(1 Question)

  • Q1. About slary expectations
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic oops, C#, MVC , SQL queries and diff b/w having clause and order by
  • Q2. Basic string array coding questions

Technical Lead Interview Questions & Answers

user image nimisha gupta

posted on 21 Mar 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Roles and responsibilities
Round 2 - Technical 

(1 Question)

  • Q1. Managerial questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

Asked basic questions for dot net and few angular related

Interview Preparation Tips

Interview preparation tips for other job seekers - brush up the basics

Executive Interview Questions & Answers

user image Anonymous

posted on 9 Oct 2023

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

(2 Questions)

  • Q1. Checking the eligibility
  • Q2. Salary & behaviour
Round 3 - Technical 

(1 Question)

  • Q1. .NEt, basics and sql
Round 4 - Technical 

(1 Question)

  • Q1. .Net advanced and SQL queries
Round 5 - HR 

(1 Question)

  • Q1. DOJ and the time required to join
Round 1 - Technical 

(1 Question)

  • Q1. Most of the questions were asked on SQL basics and queries
Round 2 - Technical 

(1 Question)

  • Q1. In this round, i was asked SQL trick queries.
Round 3 - Behavioral 

(1 Question)

  • Q1. In this round, i was asked on basic testing questions. Q1. How i will test one Lift.
Round 4 - HR 

(1 Question)

  • Q1. I was asked bassic HR questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - For SQA, make focus on SQL.
If you are good in SQL then you will definitely crack.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jan 2021, where I was asked the following questions.

  • Q1. Can you tell me about yourself?
  • Q2. Could you provide details about the work you have been involved in?

Top trending discussions

View All
Interview Tips & Stories
6d (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 Landis+Gyr?
Ask anonymously on communities.

Landis+Gyr Interview FAQs

How many rounds are there in Landis+Gyr interview?
Landis+Gyr interview process usually has 2-3 rounds. The most common rounds in the Landis+Gyr interview process are Technical, HR and Resume Shortlist.
How to prepare for Landis+Gyr 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 Landis+Gyr. The most common topics and skills that interviewers at Landis+Gyr expect are SAP, Python, Analytics, Metering and Test Cases.
What are the top questions asked in Landis+Gyr interview?

Some of the top questions asked at the Landis+Gyr interview -

  1. How to tackle a issue reported on Client mach...read more
  2. What is Null point...read more
  3. WAP for a palindrome String if hiring you as a GE...read more
What are the most common questions asked in Landis+Gyr HR round?

The most common HR questions asked in Landis+Gyr interview are -

  1. What are your strengths and weakness...read more
  2. What is your family backgrou...read more
  3. Where do you see yourself in 5 yea...read more
How long is the Landis+Gyr interview process?

The duration of Landis+Gyr interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 19 interview experiences

Difficulty level

Easy 9%
Moderate 91%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Havells Interview Questions
3.9
 • 240 Interviews
Polycab Wires Interview Questions
4.0
 • 110 Interviews
C&S Electric Interview Questions
4.0
 • 58 Interviews
KEI Industries Interview Questions
4.2
 • 56 Interviews
RR kabel Interview Questions
4.0
 • 55 Interviews
Finolex Cables Interview Questions
3.8
 • 44 Interviews
View all

Landis+Gyr Reviews and Ratings

based on 428 reviews

3.1/5

Rating in categories

2.8

Skill development

3.5

Work-life balance

3.2

Salary

2.7

Job security

3.1

Company culture

2.8

Promotions

2.9

Work satisfaction

Explore 428 Reviews and Ratings
Senior Engineer - Firmware Development

Noida

4-7 Yrs

₹ 6-19.4 LPA

Senior Engineer, Firmware Testing

Noida

4-6 Yrs

Not Disclosed

Senior Engineer, Firmware Development

Noida

3-6 Yrs

Not Disclosed

Explore more jobs
Technical Lead
271 salaries
unlock blur

₹18.2 L/yr - ₹33 L/yr

Senior Software Engineer
173 salaries
unlock blur

₹13.6 L/yr - ₹23 L/yr

Senior Engineer
133 salaries
unlock blur

₹11.7 L/yr - ₹21.3 L/yr

Software Engineer
110 salaries
unlock blur

₹6 L/yr - ₹12 L/yr

Senior SQA Engineer
87 salaries
unlock blur

₹11.4 L/yr - ₹18.7 L/yr

Explore more salaries
Compare Landis+Gyr with

Havells

3.9
Compare

Polycab Wires

4.0
Compare

CG Power and Industrial Solutions

3.9
Compare

C&S Electric

4.0
Compare
write
Share an Interview