Upload Button Icon Add office photos

Xylem Resource Management

Compare button icon Compare button icon Compare

Filter interviews by

Xylem Resource Management Retail Associate Interview Questions and Answers

Updated 12 Nov 2021

Xylem Resource Management Retail Associate Interview Experiences

1 interview found

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

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

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

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

  • Q1. What is the process of managing accounts payable?
  • Ans. 

    Managing accounts payable involves tracking and processing a company's obligations to pay off short-term debts to its creditors.

    • Invoice Receipt: Collect invoices from suppliers and verify their accuracy against purchase orders.

    • Approval Process: Ensure invoices are approved by the relevant department before payment.

    • Payment Scheduling: Schedule payments based on due dates to maintain good supplier relationships.

    • Record Ke...

  • Answered by AI
  • Q2. What are the responsibilities associated with the role of a team lead?
  • Ans. 

    A team lead is responsible for guiding, supporting, and managing a team to achieve goals and ensure effective collaboration.

    • Provide direction and set clear goals for the team, such as quarterly project milestones.

    • Facilitate communication within the team and with other departments, ensuring everyone is aligned.

    • Mentor and support team members in their professional development, like conducting regular one-on-one meetings.

    • ...

  • Answered by AI

Retail Associate Interview Questions Asked at Other Companies

asked in CARS24
Q1. What is important factor of sales .how will u sell a product and ... read more
asked in Amazon
Q2. Why are drainage covers round instead of rectangular or triangula ... read more
asked in OLX
Q3. If a 2013 Maruti Wagon R has had three previous owners, what woul ... read more
asked in CARS24
Q4. Compare other companies with cars24 why cars24 is better than oth ... read more
asked in CARS24
Q5. How does product knowledge and effective communication contribute ... read more

I applied via Naukri.com and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Work experience?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be real. Just be calm and show your communication takents.

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.

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

Tell us how to improve this page.

Xylem Resource Management Retail Associate Reviews and Ratings

based on 9 reviews

3.6/5

Rating in categories

4.2

Skill development

2.3

Work-life balance

2.9

Salary

3.3

Job security

3.3

Company culture

2.1

Promotions

2.7

Work satisfaction

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