Interra Information Technologies (InterraIT) interview experience Real time questions & tips from candidates to crack your interview

Frontend Developer

Interra Information Technologies (InterraIT)
upvote
share-icon
2 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Application story
I received it on my college email and then applied for it. I did some research on the company's background and found them on LinkedIn before applying. This was a very valuable experience for me.
Preparation
Duration: 1 month
Topics: React.js, Node.js, CSS, HTML, Frameworks
Tip
Tip

Tip 1: Focus on core JavaScript.
Tip 2: Work on frameworks.
Tip 3: Build experience with legacy tasks.

Application process
Where: Campus
Eligibility: No criteria, (Salary Package - 5.5 LPA)
Resume Tip
Resume tip

Tip 1: Keep your resume simple.
Tip 2: Make it positive.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date9 Dec 2025
Coding problem2

1. Closure Counter

Implement a function makeCounter that accepts an optional integer value and returns a function. When the returned function is called for the first time, it returns the initial value if provided; otherwise, it returns 0. Each subsequent call to the returned function returns a value that is 1 greater than the value returned in the previous invocation.

2. Mean Median Mode

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

You are given an array 'ARR' of 'N' integers and you have to calculate 3 things for the given array:-

1. Mean - function mean(): This function should calculate the mean of the array.

2. Median - function median(): This function should calculate the median of the array.

3. Mode - function mode(): This function should calculate the mode of the array.

Note :
It can be shown that Mean and Median is in the form of P/Q, where P and Q are coprime integers and Q != 0. You need to return P and Q.

For Mode, if the highest frequency of more than one element is the same, return the smallest element.

For Example, for the given array {1, 1, 2, 2, 3, 3, 4}, the mode will be 1 as it is the smallest of all the possible modes i.e 1, 2 and 3.
Try solving now
02
Round
Easy
Face to Face
Duration30 minutes
Interview date12 Dec 2025
Coding problem3

1. DOM Overview

What is the Document Object Model (DOM)? (Learn)

2. Storage Comparison

What is the difference between cookies, sessionStorage, and localStorage? (Learn)

3. Event Delegation

Can you explain what event delegation is in JavaScript? (Learn)

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 the purpose of the return keyword?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8770 views
0 comments
0 upvotes
Analytics Consultant
3 rounds | 10 problems
Interviewed by ZS
937 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3406 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2660 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Frontend Developer
3 rounds | 11 problems
Interviewed by Amdocs
2510 views
0 comments
0 upvotes