One97 Communication Limited interview experience Real time questions & tips from candidates to crack your interview

Fullstack Developer

One97 Communication Limited
upvote
share-icon
4 rounds | 10 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 7 months
Topics: Data Structures and Algorithms, OOPS, OS, DBMS, Computer Networks, System Design
Tip
Tip

Tip 1 : Practice at least 350 questions to have good hold on data structures
Tip 2 : Practice at least 100 - 150 company specific coding questions.
Tip 3 : Try to give timing contests to build up your speed.

Application process
Where: Campus
Eligibility: Above 7 CGPA
Resume Tip
Resume tip

Tip 1 : Keep your resume only of 1 page
Tip 2 : Showcase your major projects on the top

Interview rounds

01
Round
Medium
Online Coding Interview
Duration70 minutes
Interview date16 Aug 2021
Coding problem3

The test started around 3 pm and was of 70 minutes. 3 coding questions were asked which were mainly on trees and number theory.

1. Factorial of a Number

Easy
0/40
Asked in companies
HCL TechnologiesNagarro SoftwareCapegemini Consulting India Private Limited

Write a program to find the factorial of a number.

Factorial of n is:

n! = n * (n-1) * (n-2) * (n-3)....* 1

Output the factorial of 'n'. If it does not exist, output 'Error'.

Try solving now

2. Next Greater Element

Easy
10m average time
90% success
0/40
Asked in companies
IBMInfo Edge India (Naukri.com)Amazon

You are given an array 'a' of size 'n'.



The Next Greater Element for an element 'x' is the first element on the right side of 'x' in the array, which is greater than 'x'.


If no greater elements exist to the right of 'x', consider the next greater element as -1.


For example:
Input: 'a' = [7, 12, 1, 20]

Output: NGE = [12, 20, 20, -1]

Explanation: For the given array,

- The next greater element for 7 is 12.

- The next greater element for 12 is 20. 

- The next greater element for 1 is 20. 

- There is no greater element for 20 on the right side. So we consider NGE as -1.
Try solving now

3. Ceil from BST

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

Ninja is given a binary search tree and an integer. Now he is given a particular key in the tree and returns its ceil value. Can you help Ninja solve the problem?

Note:
Ceil of an integer is the closest integer greater than or equal to a given number.
For example:
arr[] = {1, 2, 5, 7, 8, 9}, key = 3.
The closest integer greater than 3 in the given array is 5. So, its ceil value in the given array is 5.
Try solving now
02
Round
Medium
Video Call
Duration60 minutes
Interview date19 Aug 2021
Coding problem2

Interviewer was very friendly and supportive. My interview happened on google meet. What is a View? What is Denormalization? Difference between “==” and “===” operators in js.

1. Sub Sort

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

You are given an integer array ‘ARR’. You have to find the length of the shortest contiguous subarray such that, if you sort this subarray in ascending order, then the whole array will be sorted in ascending order.

An array 'C' is a subarray of array 'D' if it can be obtained by deletion of several elements(possibly zero) from the beginning and the end from array 'D'.

Example:

Let’s say we have an array 'ARR' {10, 12, 20, 30, 25, 40, 32, 31, 35, 50, 60}. Then we have to find the subarray {30 , 25 , 40 , 32 , 31 , 35} and print its length = 5 as our output. Because, when we sort this subarray the whole array will be sorted.
Try solving now

2. Sort 0 1 2

Easy
22m average time
0/40
Asked in companies
AmazonOracleWalmart

You have been given an integer array/list(ARR) of size 'N'. It only contains 0s, 1s and 2s. Write a solution to sort this array/list.

Note :
Try to solve the problem in 'Single Scan'. ' Single Scan' refers to iterating over the array/list just once or to put it in other words, you will be visiting each element in the array/list just once.
Try solving now
03
Round
Medium
Video Call
Duration60 minutes
Interview date19 Aug 2021
Coding problem2

What are some of the advantages of Angular over other frameworks?

1. Check If Two Nodes Are Cousins

Moderate
10m average time
90% success
0/80
Asked in companies
IBMSamsung R&D InstituteAmazon

You are given an arbitrary binary tree consisting of N nodes, where each node is associated with a certain value, and two node values, a and b, you need to check if these nodes are cousins.

Two nodes are cousins of each other if they are at the same level and have different parents. Two nodes are said to be at the same level if the distance of both the nodes from the root node is the same.

A binary tree (BT) is a data structure in which each node has at most two children.

For the given binary tree:

alt txt

4 and 7 are cousins of each other since they are at the same level and have different parents, 3 and 2 respectively.
Try solving now

2. OS Questions

What is spooling?
What are the conditions for deadlock to occur?

04
Round
Easy
HR Round
Duration10 minutes
Interview date19 Aug 2021
Coding problem3

I got a call from HR in the evening around 6:30 pm.

1. Basic HR Question

Tell me about yourself?

Problem approach

Tip 1 : Do prepare such questions before hand only.
Tip 2 : Speak confidently.

2. Basic HR Question

How was your experience with previous two tech rounds?

Problem approach

Tip 1 : Do remember the names of the interviewers who took your interview.

3. Basic HR Question

What do you know about Paytm?

Problem approach

Tip 1 : Do a research before hand about what does the company do.

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
Fullstack Developer
4 rounds | 8 problems
Interviewed by One97 Communication Limited
423 views
0 comments
0 upvotes
Fullstack Developer
1 rounds | 2 problems
Interviewed by One97 Communication Limited
445 views
0 comments
0 upvotes
Fullstack Developer
4 rounds | 9 problems
Interviewed by One97 Communication Limited
445 views
0 comments
0 upvotes
Fullstack Developer
4 rounds | 6 problems
Interviewed by One97 Communication Limited
468 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Fullstack Developer
6 rounds | 5 problems
Interviewed by Microsoft
2222 views
0 comments
0 upvotes
company logo
Fullstack Developer
2 rounds | 2 problems
Interviewed by Samsung
2163 views
0 comments
0 upvotes
company logo
Fullstack Developer
2 rounds | 2 problems
Interviewed by Amdocs
1813 views
0 comments
0 upvotes