Upload Button Icon Add office photos

Filter interviews by

TransUnion Lead Developer Interview Questions and Answers

Updated 6 Jan 2021

TransUnion Lead Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Jan 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. I was asked about all the basic to advanced questions from C#, MVC, Web API, angular, Cloud and Api gateway.
  • Q2. Mainly some scenario based questions to check your hands on

Lead Developer Jobs at TransUnion

View all

Interview questions from similar companies

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

(2 Questions)

  • Q1. Angular basics and architecture
  • Q2. Angular work flow
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - Technical 

(7 Questions)

  • Q1. What is OOP Concepts
  • Ans. 

    OOP Concepts refer to the principles of Object-Oriented Programming, including encapsulation, inheritance, and polymorphism.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object)

    • Inheritance: Allowing a new class to inherit properties and behavior from an existing class

    • Polymorphism: The ability for objects of different classes to respond to the same message in different ways

  • Answered by AI
  • Q2. What is Method Overloading and Method Overriding
  • Ans. 

    Method overloading is when multiple methods have the same name but different parameters. Method overriding is when a subclass provides a specific implementation of a method that is already provided by its parent class.

    • Method overloading involves creating multiple methods in the same class with the same name but different parameters.

    • Method overriding occurs in a subclass that provides a specific implementation of a meth...

  • Answered by AI
  • Q3. Servlet Life Cycle
  • Q4. Spring boot annotations
  • Q5. What you know about Multithreading
  • Ans. 

    Multithreading is a programming concept where multiple threads run concurrently within a single process.

    • Allows for parallel execution of tasks

    • Improves performance by utilizing multiple CPU cores

    • Requires synchronization to prevent race conditions

    • Examples: creating a GUI application with responsive UI, processing multiple requests simultaneously in a web server

  • Answered by AI
  • Q6. What are design patterns you follow in microservices architecture
  • Ans. 

    Some design patterns in microservices architecture include Service Registry, Circuit Breaker, and API Gateway.

    • Service Registry: Allows services to dynamically discover and communicate with each other.

    • Circuit Breaker: Prevents cascading failures by failing fast and providing fallback mechanisms.

    • API Gateway: Acts as a single entry point for clients to access multiple microservices.

    • Event Sourcing: Stores the state of a sy...

  • Answered by AI
  • Q7. What is JDK Vs JIT
  • Ans. 

    JDK is Java Development Kit, which includes tools for developing Java applications. JIT is Just-In-Time compiler, which compiles Java bytecode to native machine code at runtime.

    • JDK is a software development kit used for developing Java applications.

    • JIT is a component of the Java Virtual Machine (JVM) that improves the performance of Java applications by compiling bytecode to native machine code at runtime.

    • JDK includes ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on the basics of Java

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How annotation works?
  • Ans. 

    Annotations in Java provide metadata about a program that can be used by the compiler or at runtime.

    • Annotations start with the @ symbol.

    • Annotations can be used to provide information to the compiler or to runtime environments.

    • Annotations can be used to define custom metadata for classes, methods, fields, etc.

    • Annotations can also be used for code generation, documentation, and validation.

    • Examples of annotations in Java ...

  • Answered by AI
  • Q2. CondurentSkipListMap, how does it work
  • Ans. 

    ConcurrentSkipListMap is a concurrent, sorted map implementation in Java.

    • ConcurrentSkipListMap is a concurrent version of SkipListMap, which is a sorted map implementation based on skip list data structure.

    • It allows multiple threads to access and modify the map concurrently.

    • It provides logarithmic time complexity for most operations, making it efficient for concurrent access.

    • Example: ConcurrentSkipListMap

  • Answered by AI

Skills evaluated in this interview

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

DSA questions and programming concepts

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse string and optimize it
  • Ans. 

    Reverse array of strings efficiently

    • Use two pointers approach to swap characters from start and end of each string

    • Optimize by using in-place reversal instead of creating new strings

    • Consider edge cases like empty strings or strings with only one character

  • Answered by AI
  • Q2. Reverse binary tree
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Joining location
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. React js, javascript and html css
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Multithreading, process and performance
  • Q2. Process handling
  • Q3. Coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Take a wise decision before joining this organization, go through all the reviews.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. OS questions,graph dfs question, geeks for geeks chocolate factory question
Round 2 - Technical 

(1 Question)

  • Q1. Children sum property trees,height of BT
  • Ans. 

    The question is about implementing a children sum property in trees and finding the height of a binary tree.

    • Children sum property in trees means that the value of a node must be equal to the sum of the values of its children nodes.

    • To find the height of a binary tree, you can recursively calculate the height of the left and right subtrees and return the maximum height plus one.

    • Example: For a binary tree with nodes 1, 2,

  • Answered by AI

Interview Preparation Tips

Topics to prepare for NetApp Software Developer interview:
  • OS
  • C++

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Asked basic technical questions
Round 2 - Technical 

(1 Question)

  • Q1. Mid level technical questions

Interview Preparation Tips

Topics to prepare for Ingram Micro Senior Java Developer interview:
  • Spring Boot
  • Java
  • Hibernate
Interview preparation tips for other job seekers - Be prepared for all skills you mentioned
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Explain your Project. What features you have made Git related questions like code merge pull Jira tool Java questions mostly from collectiions Springboot related question Then some design pattern.

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice experience

TransUnion Interview FAQs

How to prepare for TransUnion Lead 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 SQL, Linux, Agile, Application Development and Ab Initio.
What are the top questions asked in TransUnion Lead Developer interview?

Some of the top questions asked at the TransUnion Lead Developer interview -

  1. I was asked about all the basic to advanced questions from C#, MVC, Web API, an...read more
  2. Mainly some scenario based questions to check your hands ...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 TransUnion interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 754 Interviews
FIS Interview Questions
3.9
 • 470 Interviews
PayPal Interview Questions
3.9
 • 206 Interviews
Fiserv Interview Questions
3.2
 • 167 Interviews
Visa Interview Questions
3.6
 • 136 Interviews
MasterCard Interview Questions
4.0
 • 131 Interviews
CAMS Interview Questions
3.7
 • 109 Interviews
View all

Fast track your campus placements

View all
TransUnion Lead Developer Salary
based on 55 salaries
₹18 L/yr - ₹43 L/yr
60% more than the average Lead Developer Salary in India
View more details

TransUnion Lead Developer Reviews and Ratings

based on 4 reviews

2.6/5

Rating in categories

4.0

Skill development

2.5

Work-Life balance

2.9

Salary & Benefits

1.9

Job Security

3.3

Company culture

2.0

Promotions/Appraisal

2.6

Work Satisfaction

Explore 4 Reviews and Ratings
Lead Developer

Hyderabad / Secunderabad

7-11 Yrs

Not Disclosed

Explore more jobs
Senior Analyst
227 salaries
unlock blur

₹7.5 L/yr - ₹23 L/yr

Analyst
201 salaries
unlock blur

₹5 L/yr - ₹13.5 L/yr

Developer
157 salaries
unlock blur

₹9.1 L/yr - ₹28.6 L/yr

Developer Associate
149 salaries
unlock blur

₹5.9 L/yr - ₹15 L/yr

Consultant
109 salaries
unlock blur

₹10 L/yr - ₹33.4 L/yr

Explore more salaries
Compare TransUnion with

CIBIL

4.3
Compare

Experian

3.9
Compare

Equifax

3.4
Compare

Crif High Mark Credit Information Services

3.3
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview