Adobe | MTS-2 | 2025

adobe logo
adobe
· MTS-2· 2y exp
April 14, 2025 · 50 reads

Summary

I received an offer for the MTS-2 role at Adobe after a 3-week interview process consisting of four rounds focusing on coding, system design, and project discussions.

Full Experience

Previous Experience: a MNC(2+ Years)

Recruited reached out directly.
Whole process took 3 weeks from the first interview to last.

1st Round: 1 coding question(given i/p arr of len n of all positve numbers. You need to check if you can convert it to a zero array. You are also given a 2d array of queries having elements as (i, j) representing range. This is the range where we will be reducing the numbers in the original array by 1. Return if a zero array could be formed) + question about amazon s3 and some ML questions(due to my ML background)
2nd round: 1 coding question (https://www.naukri.com/code360/problems/the-celebrity-problem_982769) + design a universal query maker.
3rd round: 1 coding question(https://leetcode.com/problems/subsets/description/)+ questions on resume + questions on past projects + creating an api signiture for a chat completion + give positive and negative test cases for the api.(This was the worst round I had)
4th round: 1 coding question( https://leetcode.com/problems/cousins-in-binary-tree/ but instead of a binary tree an N-ary tree was given)
questions about resume, past projects, rough HLD about a basic flask app, behavioral questions. (This was the best round I had)

Verdict: Recieved the call from the recruiter after a 2-3 days with an offer.

Interview Questions (9)

1.

Convert Array to Zero with Range Reductions

Data Structures & Algorithms

Given an input array of length 'n' of all positive numbers. You need to check if you can convert it to a zero array. You are also given a 2D array of queries having elements as (i, j) representing range. This is the range where we will be reducing the numbers in the original array by 1. Return if a zero array could be formed.

2.

Amazon S3 Deep Dive

System Design

Question about Amazon S3.

3.

The Celebrity Problem

Data Structures & Algorithms
4.

Design a Universal Query Maker

System Design

Design a universal query maker.

5.

Subsets

Data Structures & Algorithms·Medium
6.

API Signature for Chat Completion

System Design

Creating an API signature for a chat completion.

7.

Test Cases for Chat Completion API

Other

Give positive and negative test cases for the API.

8.

Cousins in N-ary Tree

Data Structures & Algorithms

A variant of the LeetCode problem "Cousins in Binary Tree" (https://leetcode.com/problems/cousins-in-binary-tree/) but instead of a binary tree an N-ary tree was given.

9.

Rough HLD of a Basic Flask App

System Design

Rough HLD about a basic flask app.

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!