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

Product Engineering Intern

Atlas Consolidated
upvote
share-icon
4 rounds | 6 Coding problems

Interview preparation journey

expand-icon
Application story
I applied through a LinkedIn post where a Google Form was shared to submit my resume and details. Initially, there was a resume shortlisting round in which DSA-focused profiles played a major role. This was followed by an online assessment consisting of two hard DSA questions. After that, there were two technical interviews that were completely DSA-focused. The final round was an HR interview, after which the offer was made.
Why selected/rejected for the role?
I solved the DSA questions using optimized approaches and explained my thought process alongside the solution. Even when I was not able to code the solution completely, I was able to clearly explain the approach.
Preparation
Duration: 3 months
Topics: Stacks, Queues, Graph, DP, Bit Manipulation
Tip
Tip

Tip 1: Prepare data structures thoroughly.
Tip 2: Be confident when explaining your approach.
Tip 3: Your thought process matters more than the code, so be vocal about what you are thinking.

Application process
Where: Linkedin
Eligibility: NA, (Stipend: 35k per month)
Resume Tip
Resume tip

Tip 1: Highlight your DSA skills strongly.
Tip 2: Strong projects help you stand out.

Interview rounds

01
Round
Hard
Online Coding Test
Duration90 minutes
Interview date1 Jun 2025
Coding problem2

The online assessment was conducted at a convenient time, 11:00 AM in the morning.

1. System Design

Problem was to build a space of tree in which we can code in any language, this requires concept of oops.

2. Find Number Of Islands

Moderate
34m average time
60% success
0/80
Asked in companies
MicrosoftAmazonUber

You are given a 2-dimensional array/list having N rows and M columns, which is filled with ones(1) and zeroes(0). 1 signifies land, and 0 signifies water.

A cell is said to be connected to another cell, if one cell lies immediately next to the other cell, in any of the eight directions (two vertical, two horizontal, and four diagonals).

A group of connected cells having value 1 is called an island. Your task is to find the number of such islands present in the matrix.

Try solving now
02
Round
Hard
Face to Face
Duration30 minutes
Interview date3 Jun 2025
Coding problem1

1. Count Distinct Substrings

Moderate
10m average time
90% success
0/80
Asked in companies
AdobeAmazonIntuit

Given a string 'S', you are supposed to return the number of distinct substrings(including empty substring) of the given string. You should implement the program using a trie.

Note :
A string ‘B’ is a substring of a string ‘A’ if ‘B’ that can be obtained by deletion of, several characters(possibly none) from the start of ‘A’ and several characters(possibly none) from the end of ‘A’. 

Two strings ‘X’ and ‘Y’ are considered different if there is at least one index ‘i’  such that the character of ‘X’ at index ‘i’ is different from the character of ‘Y’ at index ‘i’(X[i]!=Y[i]).
Try solving now
03
Round
Medium
Face to Face
Duration30 minutes
Interview date4 Jun 2025
Coding problem2

1. Valid Parentheses

Easy
10m average time
80% success
0/40
Asked in companies
OracleAmerican ExpressPayPal

You're given a string 'S' consisting of "{", "}", "(", ")", "[" and "]" .


Return true if the given string 'S' is balanced, else return false.


For example:
'S' = "{}()".

There is always an opening brace before a closing brace i.e. '{' before '}', '(' before ').
So the 'S' is Balanced.
Try solving now

2. Single Number III

Moderate
40m average time
65% success
0/80
Asked in companies
AmazonMicrosoftAtlas Consolidated

Given an array 'ARR' of integers of size N in which two elements appear exactly once and all other elements appear exactly twice. Your task is to find the two elements that appear only once.

Note
 1. Input will always have only two integers that appear exactly once rest will appear twice.
 2. Try to do this in linear time and constant space.
Try solving now
04
Round
Easy
HR Round
Duration30 minutes
Interview date9 Jun 2025
Coding problem1

1. HR Questions

  • Introduce yourself.
  • What are your hobbies?
  • Why are you interested to work with this company?
Problem approach

Tip 1: Read about the company.
Tip 2: Be well prepared about the managerial rounds.

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
960 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
3451 views
0 comments
0 upvotes