Upload Button Icon Add office photos

TransUnion

Compare button icon Compare button icon Compare

Filter interviews by

TransUnion Associate Software Developer Interview Questions and Answers

Updated 8 Feb 2025

TransUnion Associate Software Developer Interview Experiences

4 interviews found

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

I was interviewed before Feb 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Which is one frequently used application around you would you like to make changes to and what changes will you do? for eg. IRCTC
Round 2 - Case Study 

Give an overview of how would you design a landing page and the home page of IRCTC application using REACT on the front-end side? Explain the flow, processes and the name of react components you'll use and where.

Round 3 - HR 

(1 Question)

  • Q1. Suppose if you and your teammate both have a task at hand, and you are done with yours and your teammate isn't. Would you help them out and let them take credits, spill it to the manager or you will give t...

Interview Preparation Tips

Interview preparation tips for other job seekers - My resume was thoroughly skimmed. All the questions were asked from whatever I had mentioned there. Be ready to think on your feet. A lot of case studies questions were asked in both technical and HR round.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions about oops, about your tech stack, some generic dsa questions.

Associate Software Developer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in Xoriant
Q2. Tell me some of the data types that are used in python?
asked in Xoriant
Q3. What are joins in SQL? Explain each with the real life example?
asked in Xoriant
Q4. How will you delete a file in python module using a python code?
asked in Accenture
Q5. What are some basic DBMS concepts, including joins and subqueries ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

Geeks for geeks aptitude questions

Round 3 - Technical 

(1 Question)

  • Q1. DSA easy level questions
Round 4 - Technical 

(1 Question)

  • Q1. DSA medium level question
Round 5 - Technical 

(1 Question)

  • Q1. Tech stack related questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at KIIT University, Bhuvaneshwar and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Standard questions on QRE

Round 2 - Coding Test 

3 questions, 2 easy 1 medium, doable standard question.

Round 3 - Technical 

(1 Question)

  • Q1. Technical interview based on Java, OOP concepts, SQL. Not too difficult if you have prepared.
Round 4 - HR 

(1 Question)

  • Q1. Standard HR questions

Interview Preparation Tips

Topics to prepare for TransUnion Associate Software Developer interview:
  • Java
  • OOP
  • SQL

TransUnion interview questions for designations

 Software Developer

 (4)

 Full Stack Software Developer

 (1)

 Developer

 (2)

 Software Engineer

 (1)

 Java Developer

 (3)

 Senior Developer

 (2)

 Python Developer

 (1)

 Lead Developer

 (1)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test conducted in virtual session - you need share the entire screen (google meet). Interviewer share about 12 questions, in 10 are theory based questions and 2 coding questions.
while writing theory try to answer with real time example from your project.
1. Solid principles 2 design patterns used 3 diff between .net core vs .net 4. garbage collection 5. global exception handling in core 5. performance / monitoring related questions

coding questions: 1. Nth max value without sorting. 2. sum of max sub array in a integer array

Round 2 - One-on-one 

(4 Questions)

  • Q1. Skills, project explanation, unit testing, code review
  • Q2. Usage of dependency injection in core along with types
  • Ans. 

    Dependency injection in core with types is a common practice in software engineering.

    • Dependency injection is a design pattern where components are given their dependencies rather than creating them internally.

    • Using dependency injection in core allows for easier testing and maintenance of the codebase.

    • Types in dependency injection help ensure that the correct dependencies are injected into components.

    • Examples include us...

  • Answered by AI
  • Q3. Usage of Middleware along with custom middleware
  • Ans. 

    Middleware is used to handle requests and responses in web applications. Custom middleware can be created to add specific functionality.

    • Middleware is software that acts as a bridge between an operating system or database and applications, allowing them to communicate with each other.

    • Middleware can be used to handle tasks such as authentication, logging, error handling, and more.

    • Custom middleware can be created to add s...

  • Answered by AI
  • Q4. Authentication and authorization in web api core
  • Ans. 

    Authentication and authorization are essential for securing web APIs in ASP.NET Core.

    • Use authentication to verify the identity of the user accessing the API.

    • Use authorization to determine what actions the authenticated user is allowed to perform.

    • In ASP.NET Core, authentication can be implemented using various schemes like JWT, OAuth, or Identity.

    • Authorization can be achieved through policies, roles, or claims.

    • Always va...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Occurrence of the elements in descending order.

Round 2 - Technical 

(1 Question)

  • Q1. Design question on projects
Round 3 - HR 

(1 Question)

  • Q1. Offer discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic questions on opps, c#, asp. Net and angular, sql
Round 2 - Technical 

(1 Question)

  • Q1. Deep discussion on oops, angular, c# and sql. Like writing some queries and oops concepts syntax writing on notepad
Round 3 - Behavioral 

(1 Question)

  • Q1. Basic discussion on my projects and they explain their projects and methodology they follows. Their day to day tasks

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare technical interview questions and if you are not aware about some technologies then inform then instead of giving false answers. And keep your any one from both front end or back end strong
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Given a singly linked list Get all the odd index nodes at intial position, then all even indexed nodes
  • Ans. 

    Split a singly linked list into odd and even indexed nodes

    • Traverse the linked list and separate odd and even indexed nodes into two separate lists

    • Reorder the nodes to have all odd index nodes at initial position followed by even index nodes

    • Merge the two lists back together to form the final linked list

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Data Structure and Algorithms are asked in detail.
Along with behavioral questions

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

Unisys user image Vaishnavi Baswaraju

posted on 11 Oct 2023

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

All multiple choices consisting of code output based questions and logical reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. All about project
  • Q2. Explain in detail about your project
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Questions on core java, Collections, Oops concepts
Round 3 - Technical 

(1 Question)

  • Q1. Explain singleton design pattern
  • Ans. 

    Singleton design pattern ensures a class has only one instance and provides a global point of access to it.

    • Ensures a class has only one instance by providing a global access point to it

    • Uses a private constructor to restrict instantiation of the class

    • Provides a static method to access the single instance

    • Commonly used in scenarios where only one instance of a class is needed, such as database connections or configuration

  • Answered by AI

Skills evaluated in this interview

TransUnion Interview FAQs

How many rounds are there in TransUnion Associate Software Developer interview?
TransUnion interview process usually has 3-4 rounds. The most common rounds in the TransUnion interview process are Technical, Aptitude Test and HR.
How to prepare for TransUnion Associate Software Developer 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 TransUnion. The most common topics and skills that interviewers at TransUnion expect are Agile, Ajax, Functional Testing, HTML and JQuery.
What are the top questions asked in TransUnion Associate Software Developer interview?

Some of the top questions asked at the TransUnion Associate Software Developer interview -

  1. Which is one frequently used application around you would you like to make chan...read more
  2. Technical interview based on Java, OOP concepts, SQL. Not too difficult if you ...read more
  3. Questions about oops, about your tech stack, some generic dsa questio...read more

Tell us how to improve this page.

TransUnion Associate Software Developer Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Synechron Interview Questions
3.5
 • 362 Interviews
Movate Interview Questions
3.3
 • 254 Interviews
SS&C TECHNOLOGIES Interview Questions
3.4
 • 169 Interviews
ThoughtWorks Interview Questions
3.9
 • 145 Interviews
Sopra Steria Interview Questions
3.8
 • 127 Interviews
Luxoft Interview Questions
3.7
 • 122 Interviews
View all

Fast track your campus placements

View all
TransUnion Associate Software Developer Salary
based on 27 salaries
₹6 L/yr - ₹11.3 L/yr
38% more than the average Associate Software Developer Salary in India
View more details

TransUnion Associate Software Developer Reviews and Ratings

based on 3 reviews

4.2/5

Rating in categories

4.2

Skill development

4.2

Work-life balance

3.6

Salary

4.2

Job security

4.7

Company culture

4.2

Promotions

4.2

Work satisfaction

Explore 3 Reviews and Ratings
Senior Analyst
230 salaries
unlock blur

₹7.6 L/yr - ₹23 L/yr

Analyst
207 salaries
unlock blur

₹5 L/yr - ₹13.2 L/yr

Developer
155 salaries
unlock blur

₹7.4 L/yr - ₹25.3 L/yr

Developer Associate
151 salaries
unlock blur

₹5.1 L/yr - ₹14.2 L/yr

Consultant
112 salaries
unlock blur

₹10 L/yr - ₹36 L/yr

Explore more salaries
Compare TransUnion with

CIBIL

4.2
Compare

Experian

3.8
Compare

Equifax

3.3
Compare

Crif High Mark Credit Information Services

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