Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Western Union Team. If you also belong to the team, you can get access from here

Western Union Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Western Union Software Engineer Interview Questions and Answers

Updated 25 Feb 2023

Western Union Software Engineer Interview Experiences

2 interviews found

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

I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Aug 2022. There were 4 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 - Aptitude Test 

Keep your problem solving skills upto the mark

Round 3 - Coding Test 

Dsa is important like arrays linkedlist stack queue and tree

Round 4 - One-on-one 

(2 Questions)

  • Q1. Write a program for bubble sorting techniques?
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process until the end of the list is reached

    • Repeat the above steps for each element in the list

    • The list is now sorted in ascending order

  • Answered by AI
  • Q2. Write a question for printing factorial using recursion
  • Ans. 

    What is the recursive function to print the factorial of a given number?

    • Define a function that takes an integer as input

    • Check if the input is 0 or 1, return 1 if true

    • Otherwise, call the function recursively with n-1 as input and multiply it with n

    • Print the result

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - the interview was okayish ut i lost confidence and ruined it so stay cconfident

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

user image Saurabh Kumar

posted on 3 Dec 2022

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

Easy to complete, just go through basic

Round 2 - Technical 

(2 Questions)

  • Q1. Basic of OOPS, CN, DBMS
  • Q2. OSI layers what is object, class
  • Ans. 

    Object is an instance of a class. Class is a blueprint for creating objects.

    • Objects have properties and methods that are defined by their class.

    • Classes can inherit properties and methods from other classes.

    • Example: A class 'Car' can have objects 'Honda', 'Toyota', etc.

    • Example: A class 'Animal' can have objects 'Dog', 'Cat', etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through basics only ,confident, basic coding knowledge as well.

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

A test that covers all fundamental topics, including networking, object-oriented programming (OOP), and data structures and algorithms (DSA).

Round 2 - Technical 

(2 Questions)

  • Q1. Write code for quick sort
  • Q2. Puzzle
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
No response

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. Explain the react lifecycle functions and how they work
  • Ans. 

    React lifecycle functions are methods that are automatically called at specific points in a component's life cycle.

    • Mounting: constructor, render, componentDidMount

    • Updating: render, componentDidUpdate

    • Unmounting: componentWillUnmount

  • Answered by AI
  • Q2. Css box model, difference between padding and margin
  • Ans. 

    Padding is the space inside the border of an element, while margin is the space outside the border.

    • Padding is used to create space between the content and the border of an element.

    • Margin is used to create space between the border of an element and other elements.

    • Padding affects the size of the content area, while margin affects the positioning of the element.

    • Example: padding: 10px will create 10 pixels of space inside ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What are your salary expectations in CTC and variables?
  • Q2. Will you relocate to the location required?

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare everything bookish! don't only speak related to your experience

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic Java related questions, OOPs concepts
  • Q2. Write code for encryption of the code
Round 2 - One-on-one 

(2 Questions)

  • Q1. Java Related questions, also some system design-related questions
  • Q2. Show the abstraction and write code for function overriding
Round 3 - Behavioral 

(1 Question)

  • Q1. Normal questions related to projects and work ethics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Just to know more about why i want the role
Round 2 - Coding Test 

Testing an payment flow on the application

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain java8 concepts
  • Q2. Internal working of hashmap
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It consist of 4 DSA ques and few quiz and opps concept based ques
1st was string based Medium level ques.
2nd was a ques based on 2 pointer
And other 2 was from Vector and Linked list easy ques

Round 2 - Technical 

(3 Questions)

  • Q1. It was stock buy and sell ques on leetcode where we need to find Max profit and what day to buy and sell
  • Q2. 2d array ques to print natural numbers in spiral form
  • Ans. 

    Print natural numbers in spiral form using a 2D array.

    • Create a 2D array with dimensions n x n.

    • Initialize variables for row and column boundaries.

    • Iterate through the array in a spiral pattern, filling in natural numbers.

  • Answered by AI
  • Q3. Hard level linked list ques

Skills evaluated in this interview

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

DSA questions were asked.

Round 2 - Group Discussion 

Topic was blockchain

Round 3 - One-on-one 

(2 Questions)

  • Q1. Oops questions - inheritance, polymorphism
  • Q2. SQL questions - queries on joins and basic ones
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

What is the difference between a HashMap and a ConcurrentHashMap?

Western Union Interview FAQs

How many rounds are there in Western Union Software Engineer interview?
Western Union interview process usually has 3-4 rounds. The most common rounds in the Western Union interview process are Resume Shortlist, Aptitude Test and Technical.
How to prepare for Western Union Software Engineer 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 Western Union. The most common topics and skills that interviewers at Western Union expect are Automation Framework, Continuous Improvement, Financial Services, Health Insurance and Project Management.
What are the top questions asked in Western Union Software Engineer interview?

Some of the top questions asked at the Western Union Software Engineer interview -

  1. write a question for printing factorial using recurs...read more
  2. write a program for bubble sorting techniqu...read more
  3. OSI layers what is object, cl...read more

Tell us how to improve this page.

Western Union Software Engineer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
Western Union Software Engineer Salary
based on 21 salaries
₹8 L/yr - ₹26.5 L/yr
97% more than the average Software Engineer Salary in India
View more details

Western Union Software Engineer Reviews and Ratings

based on 4 reviews

4.0/5

Rating in categories

3.1

Skill development

4.0

Work-life balance

3.0

Salary

3.5

Job security

4.0

Company culture

3.0

Promotions

3.1

Work satisfaction

Explore 4 Reviews and Ratings
Senior Associate
183 salaries
unlock blur

₹13.8 L/yr - ₹32 L/yr

Associate
111 salaries
unlock blur

₹8.4 L/yr - ₹21.5 L/yr

Solution Architect
102 salaries
unlock blur

₹22.8 L/yr - ₹43 L/yr

Associate Solutions Engineer
95 salaries
unlock blur

₹8 L/yr - ₹24.5 L/yr

Junior Associate
62 salaries
unlock blur

₹8 L/yr - ₹15.2 L/yr

Explore more salaries
Compare Western Union with

InstaReM

3.4
Compare

MoneyGram International

3.7
Compare

PayPal

3.9
Compare

Remitly

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