Transunion interview experience Real time questions & tips from candidates to crack your interview

SDE

Transunion
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Data structures and Algorithms, OOPS, DBMS, C++, SQL
Tip
Tip

Tip 1 : Start from basics, because that is what asked in interviews.
Tip 2 : Don't give up early while solving any problem, try it yourself.
Tip 3 : Follow Love Babbar and Striver sheets

Application process
Where: Campus
Eligibility: Above 7 CGPA
Resume Tip
Resume tip

Tip 1 : Just put what u have done, nothing more.
Tip 2 : Should be clean and highlight main tech stacks

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 minutes
Interview date25 Aug 2022
Coding problem2

We were given 3 hrs window in the evening 6-9pm to attempt the test.

1. Sum of Even Numbers till N

Easy
0/40
Asked in companies
MaerskTransunion

Given a number N, print sum of all even numbers from 1 to N.

Try solving now

2. Next permutation

Moderate
15m average time
85% success
0/80
Asked in companies
OraclePharmEasyMeesho

You have been given a permutation of ‘N’ integers. A sequence of ‘N’ integers is called a permutation if it contains all integers from 1 to ‘N’ exactly once. Your task is to rearrange the numbers and generate the lexicographically next greater permutation.

To determine which of the two permutations is lexicographically smaller, we compare their first elements of both permutations. If they are equal — compare the second, and so on. If we have two permutations X and Y, then X is lexicographically smaller if X[i] < Y[i], where ‘i’ is the first index in which the permutations X and Y differ.

For example, [2, 1, 3, 4] is lexicographically smaller than [2, 1, 4, 3].

Try solving now
02
Round
Easy
Face to Face
Duration20 minutes
Interview date29 Aug 2022
Coding problem1

Interviewer was chill he asked resume based questions on project, internships. Why u used this tech stack and one basic DSA question reverse a string.

1. Reverse String

Moderate
0/80
Asked in companies
IBMMcAfeeAdobe

You are given a string ‘S’. You are also given ‘M’ integers in an array ‘A’. You perform ‘M’ operations on this string. The operations are given in an array ‘A’ of size ‘M’.

You perform the operations in the order they appear in the array ‘A’. In the ‘i’th operation, you reverse the substring of ‘S’ from the position ‘A[i]’ to ‘len(S)’ - ‘A[i]’ - 1 (0 based).

Your task is to find the string after performing all the operations.

Example :
‘S’ = “aabcd”, ‘M’ = 2, ‘A’ = [0, 1]
After 1st operation i.e, reversing from [0, 4], ‘S’ = “dcbaa”.
After 2nd operation i.e, reversing from [1, 3], ‘S’ = “dabca”.
Hence, the answer is “dabca”.
Problem approach

I explained 2 pointer approach one pointer at head and one at end, then swap first and last then first++ and last--.

Try solving now
03
Round
Easy
HR Round
Duration15 minutes
Interview date29 Aug 2022
Coding problem1

It was HR + Technical Round. HR was friendly and just asked me introduction and basic stuff like family background and all. Then other technical person asked me some project related and internship related questions and some basic stack array concepts,

1. Basic HR Questions

Introduce yourself.

What are your hobbies?

Why do you want to join us?

Problem approach

Tip 1 : Be calm
Tip 2 : HR round can be risky, prepare all kind of hr questions beforehand.
 

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4657 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Amazon
961 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6450 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3452 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE
3 rounds | 6 problems
Interviewed by PhonePe
0 views
0 comments
0 upvotes
company logo
SDE
5 rounds | 8 problems
Interviewed by Mathworks
1205 views
0 comments
0 upvotes
company logo
SDE
4 rounds | 7 problems
Interviewed by PhonePe
0 views
0 comments
0 upvotes