Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Adobe interview experience Real time questions & tips from candidates to crack your interview

MTS 1

Adobe
upvote
share-icon
4 rounds | 7 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Data structure, Algorithms, Operating system, System design, DBMS
Tip
Tip

Tip 1 : Solve DSA Maximum questions as you can
Tip 2 : Candidate should have basic knowledge on system design and OS
 

Application process
Where: Referral
Eligibility: Past Experience Required
Resume Tip
Resume tip

Tip 1 : Do not put unnecessary things which will make you in trouble.
Tip 2 : Practice what you preach

Interview rounds

01
Round
Medium
Video Call
Duration40 minutes
Interview date27 Sep 2022
Coding problem2

It was started in afternoon 2 PM. and started with my introduction and later he has asked me about my college final year project and I'm Electronics branch student and i obviously didn't make any project related to IT but my final year project was on Embedded and he was impressed on my roll in project seems like he was listening some new thing and after that about my past company project and he moved on coding question and asked me about recursion, string and pointer related question.

1. String Palindrome

Easy
0/40
Asked in companies
CIS - Cyber InfrastructureTata Consultancy Services (TCS)Adobe

Given a string, determine if it is a palindrome, considering only alphanumeric characters.

Palindrome
A palindrome is a word, number, phrase, or other sequences of c...
View more
Problem approach

A string is palindrome if it remains the same on reading from both ends. I've find the length of string and run loop and comparing character from first and last one by one.

Try solving now

2. 3Sum

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

You are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K.

View more
Try solving now
02
Round
Easy
Video Call
Duration45 minutes
Interview date29 Sep 2022
Coding problem3

It was started at 10 AM and completed at 10:45 AM around, in between it was completely DSA algorithm and I noticed one thing in 2nd round interview that, according to interviewer perspective, if candidate has less knowledge on past project that was okay for him but candidate should must have DSA knowledge and based on that he was judging skill. and he asked me 4 program about tree and Hashmap related question and i couldn't able to solve 2 of them and it was bit difficult for me

1. Is Height Balanced Binary Tree

Moderate
15m average time
85% success
0/80
Asked in companies
Paytm (One97 Communications Limited)VisaFlipkart

You are given the root node of a binary tree.


Return 'true' if it is a height balanced binary tree.


Note:
Height...
View more
Problem approach

Find height of left and right subtrees using dfs traversal. Print true if the difference between heights is not more than 1 and left and right subtrees are balanced, otherwise print false.

Try solving now

2. Find The Sum Of The Left Leaves

Moderate
25m average time
75% success
0/80
Asked in companies
PayPalOYOAdobe

Given a binary tree with ‘root’. Your task is to find the sum of all the left leaf nodes.

Properties of leaf:-

View more
Problem approach

first to traverse the tree, starting from root till every node, check if its left subtree is a leaf. If it is, then add it to the result.

Try solving now

3. Most Frequent Word

Easy
15m average time
85% success
0/40
Asked in companies
GenpactAdobeMcAfee

You are given two strings 'A' and 'B' of words. Your task is to find out the most frequent and lexicographically smallest word in string 'A', which is not...

View more
Try solving now
03
Round
Medium
Video Call
Duration30 minutes
Interview date30 Sep 2022
Coding problem1

It was 30 minute interview, started at 11 AM. and interviewer asked me less question of DSA and more on system design.

1. Cycle Detection in a Singly Linked List

Moderate
15m average time
80% success
0/80
Asked in companies
Goldman SachsInformaticaMicrosoft

You are given a Singly Linked List of integers. Return true if it has a cycle, else return false.


A cycle occurs when a node's next points back to a previous node in the list.

View more
Try solving now
04
Round
Easy
Video Call
Duration20 minutes
Interview date30 Sep 2022
Coding problem1

HR Round

1. Basic HR Questions

Tell me about yourself.

Why do you want to join us?

Where do you see yourself in 5-10 years?

Here's your problem of the day

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

What is the result of 4 % 2?

Start a Discussion
Similar interview experiences
company logo
MTS 1
6 rounds | 10 problems
Interviewed by Adobe
3485 views
1 comments
0 upvotes
company logo
MTS 1
2 rounds | 5 problems
Interviewed by Adobe
1154 views
1 comments
0 upvotes
company logo
MTS 1
3 rounds | 6 problems
Interviewed by Adobe
904 views
0 comments
0 upvotes
company logo
MTS 1
2 rounds | 6 problems
Interviewed by Adobe
278 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
MTS 1
4 rounds | 14 problems
Interviewed by Oracle
2761 views
0 comments
0 upvotes