Upload Button Icon Add office photos

Xylem Resource Management

Compare button icon Compare button icon Compare

Filter interviews by

Xylem Resource Management Interview Questions and Answers

Updated 2 Apr 2022
Popular Designations

Xylem Resource Management Interview Experiences

3 interviews found

Isp Promoter Interview Questions & Answers

user image Ajay Mistri

posted on 2 Apr 2022

I applied via Referral and was interviewed in Mar 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 - One-on-one 

(3 Questions)

  • Q1. Why should I keep you in Company
  • Q2. What is the Graphics card and Which Company Make ?
  • Ans. 

    A graphics card is a hardware component that renders images and videos on a computer. Companies like Nvidia and AMD make graphics cards.

    • Graphics card is responsible for rendering images and videos on a computer

    • It has its own processor and memory to handle graphics-intensive tasks

    • Nvidia and AMD are the two major companies that make graphics cards

    • Graphics cards are essential for gaming and other graphics-intensive applic...

  • Answered by AI
  • Q3. I'm do Full Confident ans
Round 3 - Aptitude Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm do full confidence all answers

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Did your company provide salary?
  • Q2. Did you provide salary if a employee work even 1 day for your company?
  • Q3. Did you provide final settlement for employee?

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont cheat any staff even if he worked 1 day for your company

Interview Questionnaire 

1 Question

  • Q1. Tell me about you

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice hr and easy questions. Only

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Xylem Resource Management?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Referral and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Java, Spark Concepts
  • Q2. Threading with example

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on past projects and concepts

I applied via Facebook and was interviewed in Sep 2021. 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 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a best recruiting company.

I applied via Naukri.com and was interviewed in Jun 2019. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Software manual testing related questions..retesting, regression testing, types of testing, domain
  • Q2. Stlc, sdlc, retesting, regression testing, Writing test cases

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear testing basic concepts,domain knowledge in which you are working.
Be interview-ready. Browse the most asked HR questions.
illustration image

Interview Questionnaire 

4 Questions

  • Q1. SQL Server Joins?
  • Q2. Top 2 Salary from each department?
  • Ans. 

    Use SQL to retrieve the top 2 salaries from each department efficiently.

    • Use a Common Table Expression (CTE) or a subquery to rank salaries within each department.

    • Example SQL: WITH RankedSalaries AS (SELECT Department, Salary, ROW_NUMBER() OVER (PARTITION BY Department ORDER BY Salary DESC) AS Rank FROM Employees) SELECT Department, Salary FROM RankedSalaries WHERE Rank <= 2;

    • This method ensures you get the top salari...

  • Answered by AI
  • Q3. Delete 30000000+ records from the live system aprroach to delete these records?
  • Ans. 

    Use a combination of backup and delete approach to safely delete the records.

    • Take a backup of the live system before deleting any records.

    • Identify the records to be deleted using a query or script.

    • Delete the records in batches to avoid overwhelming the system.

    • Monitor the system during the deletion process for any issues.

    • Verify the deletion by checking the number of records before and after.

    • Consider archiving the delete...

  • Answered by AI
  • Q4. Performance Tuning?

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Moving average in pandas
  • Ans. 

    Moving average in pandas is a statistical calculation that smooths out fluctuations in data by averaging values over a specified time period.

    • Use the 'rolling' function in pandas to calculate moving averages

    • Specify the window size for the moving average calculation

    • Example: df['moving_avg'] = df['column'].rolling(window=3).mean()

  • Answered by AI
  • Q2. About Imputations

Skills evaluated in this interview

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

I applied via Referral and was interviewed before May 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 

(3 Questions)

  • Q1. Tell me more about your last task that you worked on.
  • Ans. 

    Developed a web application for managing customer orders and inventory.

    • Used JavaScript, HTML, and CSS to build the front-end interface.

    • Implemented a RESTful API using Node.js and Express.js for the back-end functionality.

    • Utilized a PostgreSQL database to store and retrieve data.

    • Implemented authentication and authorization features for secure access.

    • Performed unit testing and debugging to ensure the application's functi...

  • Answered by AI
  • Q2. Design a System from High level and low level
  • Ans. 

    Designing a system involves creating a high-level architecture and breaking it down into low-level components.

    • Start by identifying the problem the system needs to solve

    • Create a high-level architecture that outlines the major components and their interactions

    • Break down each component into smaller, more manageable pieces

    • Design each low-level component with a specific function in mind

    • Ensure that all components work togeth...

  • Answered by AI
  • Q3. Some direct Questions from SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself everyday, not for interview, for being better Engineer

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jun 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 - Coding Test 

Write a program how to sort

Round 3 - Technical 

(1 Question)

  • Q1. Questions regarding your tech

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics need to be referred

Xylem Resource Management Interview FAQs

How many rounds are there in Xylem Resource Management interview?
Xylem Resource Management interview process usually has 3 rounds. The most common rounds in the Xylem Resource Management interview process are Resume Shortlist, One-on-one Round and Aptitude Test.

Tell us how to improve this page.

Interview Questions from Similar Companies

Harjai Computers Interview Questions
3.5
 • 34 Interviews
Bonace Engineers Interview Questions
4.1
 • 32 Interviews
US Tech Solutions Interview Questions
3.7
 • 21 Interviews
Live Connections Interview Questions
3.9
 • 21 Interviews
Xpheno Interview Questions
3.5
 • 21 Interviews
W3Global Interview Questions
3.6
 • 18 Interviews
Kelly Services Interview Questions
4.2
 • 17 Interviews
ICONMA Interview Questions
2.8
 • 11 Interviews
Zyoin Interview Questions
3.4
 • 10 Interviews
View all

Xylem Resource Management Reviews and Ratings

based on 93 reviews

3.7/5

Rating in categories

3.4

Skill development

3.5

Work-life balance

3.3

Salary

3.3

Job security

3.4

Company culture

2.8

Promotions

3.3

Work satisfaction

Explore 93 Reviews and Ratings
Territory Sales Executive
16 salaries
unlock blur

₹2.4 L/yr - ₹5.6 L/yr

Sales Executive
15 salaries
unlock blur

₹2.1 L/yr - ₹5 L/yr

Area Sales Manager
7 salaries
unlock blur

₹5 L/yr - ₹9 L/yr

Territory Sales Manager
5 salaries
unlock blur

₹4.2 L/yr - ₹4.9 L/yr

MIS Executive
5 salaries
unlock blur

₹3.2 L/yr - ₹4 L/yr

Explore more salaries
Compare Xylem Resource Management with

Bonace Engineers

4.1
Compare

US Tech Solutions

3.7
Compare

New Opportunity Consultancy

4.3
Compare

Harjai Computers

3.5
Compare
write
Share an Interview