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

MERN Stack Developer

Successive Digital
upvote
share-icon
2 rounds | 12 Coding problems

Interview preparation journey

expand-icon
Application story
I was actively looking for job opportunities on LinkedIn when I came across this opening. I reached out to the HR on LinkedIn to express my interest in the role and shared my profile. After reviewing my application, the HR contacted me and scheduled the interview. The overall process was smooth and well-coordinated up to the interview stage.
Preparation
Duration: 2 months
Topics: React.js, Next.js, Redux, Tailwind CSS, TypeScript
Application process
Where: Linkedin
Eligibility: 2 years of experience (Salary Package: 9 LPA)
Resume Tip
Resume tip

Tip 1: Always keep your resume to one page.

Tip 2: Don’t use too many colours in your resume.

Tip 3: Keep it simple.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration60 minutes
Interview date12 Aug 2025
Coding problem6

1. Semantic Tags

What are semantic tags, and how do they impact SEO?

2. Box Model

Explain the box model.

3. Layout Systems

Explain Flexbox and when to use Grid vs. Flexbox.

4. Code Output

console.log("A");

async function test() {
 console.log("B");
 await Promise.resolve();
 console.log("C");
}

test();

Promise.resolve().then(() => console.log("D"));

console.log("E");

5. Code Output

async function test() {
 console.log("A");
 await null;
 console.log("B");
 await null;
 console.log("C");
}

test();
console.log("D");

6. State Management

What is the difference between ViewState and SessionState?

02
Round
Medium
Face to Face
Duration30 minutes
Interview date25 Aug 2025
Coding problem6

1. Reverse The Array

Easy
0/40
Asked in companies
CIS - Cyber InfrastructureBNY MellonHCL Technologies

Given an array with N elements, the task is to reverse all the array elements and print the reversed array.

Try solving now

2. Third greatest element

Easy
20m average time
80% success
0/40
Asked in companies
FreshworksExpedia GroupOracle

Given an array/list 'ARR' of ‘N’ distinct integers, you are supposed to find the third largest element in the given array 'ARR'.

Try solving now

3. JS Functions

What is a higher-order function in JavaScript? (Learn)

4. Function Methods

What is the difference between the call() and apply() methods?

5. Thread Model

Is JavaScript single-threaded or multi-threaded?

6. Event Loop

Explain the event loop, microtasks, and macrotasks in JavaScript.

Here's your problem of the day

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

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8962 views
0 comments
0 upvotes
Analytics Consultant
3 rounds | 10 problems
Interviewed by ZS
975 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3502 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2764 views
0 comments
0 upvotes