Upload Button Icon Add office photos

Filter interviews by

Xylem Water Solutions Interview Questions, Process, and Tips

Updated 4 Jan 2025

Top Xylem Water Solutions Interview Questions and Answers

View all 26 questions

Xylem Water Solutions Interview Experiences

Popular Designations

25 interviews found

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

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (54)

QA Engineer Interview Questions & Answers

user image Sakshi Sharma

posted on 23 Jun 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(8 Questions)

  • Q1. Difference between abstract and interface. Create an object for an abstract class.
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructors, fields, and non-abstract methods along with abstract methods.

    • Interfaces can only have abstract methods and constants, no constructors or fields.

    • An abstract class can provide a default implementation for some methods, while an interface cannot.

    • An abstract class can be exten...

  • Answered by AI
  • Q2. Difference between findelement and findelements
  • Ans. 

    findelement returns the first matching element on the page, findelements returns a list of all matching elements.

    • findelement returns a single WebElement, findelements returns a list of WebElements

    • findelement throws NoSuchElementException if no element is found, findelements returns an empty list

    • Example: driver.findElement(By.id("exampleId")) vs driver.findElements(By.className("exampleClass"))

  • Answered by AI
  • Q3. Test scenarios for facebook login page
  • Ans. 

    Test scenarios for Facebook login page

    • Verify login with valid credentials

    • Verify login with invalid credentials

    • Verify login with empty username and password fields

    • Verify login with incorrect password

    • Verify login with incorrect username

    • Verify login with special characters in username and password

    • Verify login with locked account

    • Verify login with expired password

    • Verify login with CAPS LOCK on

    • Verify login with multiple logi

  • Answered by AI
  • Q4. Difference between regression and integration testing
  • Ans. 

    Regression testing ensures that new code changes do not adversely affect existing functionality, while integration testing checks if different modules work together correctly.

    • Regression testing focuses on retesting existing functionality after code changes

    • Integration testing checks if different modules work together as expected

    • Regression testing is usually automated to save time and effort

    • Integration testing may involv...

  • Answered by AI
  • Q5. Program to remove white spaces from string without any inbuilt function and explain
  • Ans. 

    Program to remove white spaces from string without any inbuilt function

    • Iterate through each character in the string

    • Create a new string and add non-white space characters to it

    • Return the new string without white spaces

  • Answered by AI
  • Q6. How to validate the checkbox is checked
  • Ans. 

    To validate if a checkbox is checked, use Selenium WebDriver to locate the checkbox element and then use the isSelected() method to check if it is checked.

    • Locate the checkbox element using Selenium WebDriver

    • Use the isSelected() method to check if the checkbox is checked

    • Assert the result to validate if the checkbox is checked

  • Answered by AI
  • Q7. How you can validate the button present on the UI is actually blue in colour
  • Ans. 

    To validate the button color, inspect the CSS properties or use a color picker tool.

    • Inspect the CSS properties of the button element to check the color value

    • Use a color picker tool to sample the color of the button on the UI

    • Compare the sampled color with the expected blue color value

  • Answered by AI
  • Q8. How you can validate the data with any value is present in the table in selenium
  • Ans. 

    You can validate data presence in a table using Selenium by locating the table element and then searching for the desired value.

    • Locate the table element using Selenium WebDriver

    • Iterate through the rows and columns of the table to find the desired value

    • Use assertions to validate if the value is present in the table

  • Answered by AI
Round 2 - Behavioral 

(5 Questions)

  • Q1. Can we overload/override function having same signatures but have different return types in java!
  • Ans. 

    No, in Java you cannot overload/override functions based on return types.

    • In Java, method overloading is based on the number and type of parameters, not the return type.

    • Method overriding is based on the method signature, which includes the method name, parameter types, and order, but not the return type.

    • Attempting to overload or override a method based solely on return type will result in a compilation error.

  • Answered by AI
  • Q2. Difference between put and patch
  • Ans. 

    PUT is used to update or replace an entire resource, while PATCH is used to update or modify a part of a resource.

    • PUT is idempotent, meaning multiple identical requests will have the same effect as a single request.

    • PATCH is not necessarily idempotent, as multiple identical requests may have different effects.

    • PUT requires the client to send the entire updated resource, while PATCH only requires the client to send the sp...

  • Answered by AI
  • Q3. How you can print numbers from one to 1000 without using any loop
  • Ans. 

    Use recursion to print numbers from 1 to 1000 without using loops

    • Create a recursive function that takes a number as input

    • Print the number and call the function with the next number until 1000 is reached

  • Answered by AI
  • Q4. About the project you've worked on
  • Q5. What are the majors have in this you have faced while performing testinge

Skills evaluated in this interview

Top Xylem Water Solutions QA Engineer Interview Questions and Answers

Q1. How you can validate the button present on the UI is actually blue in colour
View answer (1)

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)

FEA Engineer Interview Questions & Answers

user image Anonymous

posted on 4 Jan 2025

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Coefficient of convection
  • Q2. Fea process by steps

FEA Engineer Interview Questions asked at other Companies

Q1. How many no natural frequency get zero for free free modal analysis of hex elements
View answer (2)
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.

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)

Xylem Water Solutions interview questions for popular designations

 Senior Design Engineer

 (2)

 Software Engineer

 (2)

 Accountant

 (1)

 Assistant Manager

 (1)

 Automation Test Engineer

 (1)

 Design Engineer

 (1)

 Electrical Engineer

 (1)

 Embedded Engineer

 (1)

Director Treatment Interview Questions & Answers

user image Anonymous

posted on 19 Feb 2024

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

(2 Questions)

  • Q1. What was the toughest situation you faced so far and how did you manage to resolve
  • Q2. What was the largest size of team you managed
Round 2 - Technical 

(1 Question)

  • Q1. What are the different waste water treatment processes you know
Round 3 - Behavioral 

(1 Question)

  • Q1. What was the maximum sales turnover you handled in a financial year so far?

Get interview-ready with Top Xylem Water Solutions Interview Questions

Software Engineer Interview Questions & Answers

user image Sankaran 2000

posted on 15 Feb 2024

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

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)

Jobs at Xylem Water Solutions

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

I applied via Approached by Company and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. How handle Customers in service
  • Ans. 

    Handle customers in service by listening actively, empathizing, resolving issues promptly, and following up.

    • Listen actively to understand customer needs and concerns

    • Empathize with customers to show understanding and build rapport

    • Resolve issues promptly and efficiently to ensure customer satisfaction

    • Follow up with customers to ensure their concerns have been addressed and they are satisfied

    • Provide personalized service t

  • Answered by AI
  • Q2. Product knowledge
  • Q3. How to familiar with your co workers
  • Ans. 

    Building relationships with coworkers through communication, collaboration, and mutual respect.

    • Initiate conversations and show genuine interest in your coworkers' lives and work

    • Participate in team-building activities and social events

    • Offer help and support when needed

    • Listen actively and communicate openly and honestly

    • Respect diversity and different perspectives

    • Celebrate achievements and milestones together

  • Answered by AI
  • Q4. Regarding educational questions
  • Q5. Are able to travel inside india
  • Ans. 

    Yes, I am able to travel inside India for work purposes.

    • I have traveled extensively within India for business meetings and conferences.

    • I am familiar with the major cities and transportation options in India.

    • I am willing to travel as required for this senior executive role.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer should be specific

Senior Executive Interview Questions asked at other Companies

Q1. If oneday the men power is very less due to some problem and lode is more that day as a senior Exucative, how will u handle your team ?
View answer (55)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed before Oct 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Electrical Design Related
Round 2 - Technical 

(1 Question)

  • Q1. Electrical power

Assistant Manager Interview Questions asked at other Companies

Q1. You are Handling cash operations then how you manage operations with sales ?
View answer (86)

Team Manager Interview Questions & Answers

user image Mayur Chikhaliya

posted on 24 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Group Discussion 

Wastewater technology

Team Manager Interview Questions asked at other Companies

Q1. To maintain SIEM solution which are the daily activities that you will perform?
View answer (4)

Design Engineer Interview Questions & Answers

user image Jignesh Bipinbhai Shah

posted on 18 Mar 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Iron Carbon Diagram ? Shaft Calculations ?
  • Ans. 

    Iron Carbon Diagram is a graphical representation of the phases of iron and carbon at different temperatures. Shaft calculations involve determining the dimensions and material properties of a shaft for a specific application.

    • Iron Carbon Diagram shows the phases of iron and carbon at different temperatures, helping in understanding the behavior of steel.

    • Shaft calculations involve determining the dimensions (diameter, l...

  • Answered by AI
  • Q2. What is GD & T for drawn image ?
  • Ans. 

    GD&T stands for Geometric Dimensioning and Tolerancing, a system for defining and communicating engineering tolerances.

    • GD&T is used to specify the allowable variations in form, size, and orientation of part features.

    • It uses symbols, such as concentricity, flatness, and perpendicularity, to communicate design requirements.

    • GD&T helps ensure that parts fit together properly and function as intended.

    • It is commonly used in ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Xylem Water Solutions Design Engineer interview:
  • GD&T
Interview preparation tips for other job seekers - Be frank don't try to bluff.Address the question upto the mark only.Be well expertised in Creo Software, as there is an CAD test.

Skills evaluated in this interview

Design Engineer Interview Questions asked at other Companies

Q1. Stress Strain curve, What will happen if you use petrol in diesel engine and Diesel in petrol engone.
View answer (5)

Xylem Water Solutions Interview FAQs

How many rounds are there in Xylem Water Solutions interview?
Xylem Water Solutions interview process usually has 2-3 rounds. The most common rounds in the Xylem Water Solutions interview process are Technical, Resume Shortlist and HR.
How to prepare for Xylem Water Solutions 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 Xylem Water Solutions. The most common topics and skills that interviewers at Xylem Water Solutions expect are Project Management, AutoCAD, C++, Design Engineering and GIT.
What are the top questions asked in Xylem Water Solutions interview?

Some of the top questions asked at the Xylem Water Solutions interview -

  1. How you can validate the button present on the UI is actually blue in col...read more
  2. How you can print numbers from one to 1000 without using any l...read more
  3. How you can validate the data with any value is present in the table in selen...read more
How long is the Xylem Water Solutions interview process?

The duration of Xylem Water Solutions interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Xylem Water Solutions Interview Process

based on 24 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

VA Tech Wabag Interview Questions
3.9
 • 47 Interviews
DuPont Interview Questions
4.2
 • 40 Interviews
Flowserve Interview Questions
4.0
 • 27 Interviews
Sulzer Interview Questions
3.9
 • 26 Interviews
ITT Corp Interview Questions
3.3
 • 6 Interviews
Pentair Interview Questions
3.6
 • 5 Interviews
View all

Xylem Water Solutions Reviews and Ratings

based on 196 reviews

4.2/5

Rating in categories

3.6

Skill development

4.3

Work-life balance

3.8

Salary

4.2

Job security

4.1

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 196 Reviews and Ratings
Deputy Manager Accounts & Taxation

Chandigarh

2-6 Yrs

₹ 4-5.5 LPA

Explore more jobs
Senior Engineer
83 salaries
unlock blur

₹5.7 L/yr - ₹18.1 L/yr

Design Engineer
79 salaries
unlock blur

₹3 L/yr - ₹8.3 L/yr

Senior Design Engineer
52 salaries
unlock blur

₹5 L/yr - ₹8.6 L/yr

Lead Engineer
47 salaries
unlock blur

₹7.5 L/yr - ₹24.3 L/yr

Assistant Manager
43 salaries
unlock blur

₹7 L/yr - ₹18 L/yr

Explore more salaries
Compare Xylem Water Solutions with

Grundfos Saudi Arabia

4.9
Compare

Sulzer

3.9
Compare

KSB Limited - Irrigation & Process Division (IPD)

4.0
Compare

ITT Corp

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