Western Union Interview Experience (On-Campus) 2024

Last Updated : 11 Jun, 2024

Round 1:- Online Test

There were 59 questions together in the online test (58 multiple-choice questions and 1 coding question), and you had 90 minutes to solve it. There were 30 aptitude questions and 28 somewhat challenging ones covering computer science concepts in the assessment.

For me, coding question is based on dynamic programming which is as follows.

A group of N players are playing a game. In this game, a player needs to pass the ball to another player. A player P holds the ball at the beginning of the game. A maximum of X moves are allowed while passing the ball such that it ends up with the same player who started the game. Given below is the condition that must be followed by all the players while passing the ball:

• A player K1 can pass the ball to another player K2 if K1 divides K2 or if K2 divides K1. Your task is to find and return integer value representing the number of possible ways to complete the game.

Note: A game is considered as "complete" if the ball ends up with the player who started it.

Round 2:-Technical Interview

This round lasted for 30-40 minutes and consisted some of the following questions:

  1. Questions based on my projects.
  2. SQL queries, what is foriegn key?
  3. Computer Networks questions based on OSI model.
  4. OOPs concepts, why multiple inheritance is not allowed in java?
  5. Coding question on patterns.
  6. One puzzle question.
  7. Differentiate between method overloading and method overriding.

Round 3:- HR Interview

This round lasted for 15-20 minutes and consisted of the following questions:

  1. Tell me about yourself.
  2. Tell about your family background.
  3. Why do you want to join Western Union?
  4. What work Western Union do?
  5. Asked some questions about my hobbies.
  6. Asked some situaltional based question about teamwork in project group.
  7. Where do you see yourself in next 3 to 5 years?

Tips:

  1. You have to be very clear Computer Fundamentals Questions.
  2. Avoid lying on your resume.
  3. Most importantly, give answers with very much confidence.
Comment