Inncircles Technologies interview experience Real time questions & tips from candidates to crack your interview

Full Stack Engineer

Inncircles Technologies
upvote
share-icon
4 rounds | 6 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1-2 months
Topics: Data structures and Algorithms, Linked lists, trees , Graphs
Tip
Tip

Tip 1 : practice atlease 100+ medium questions from leetcode
Tip 2 : Do atleast one major project which include whole full stack 
Tip 3 : regularly participate in codechef and codeforces contests

Application process
Where: Campus
Eligibility: above 7.55 CGPA
Resume Tip
Resume tip

Tip 1 : make sure the resume is completely filled with no larger empty spaces
Tip 2 : make sure you are pretty confident about everything you mentioned in the resume

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 minutes
Interview date13 Jun 2022
Coding problem1

test contains 8 coding questions out of which 2 are easy, 2 are medium and 4 are hard. test was conducted between 11-12 AM. test duration was 1hr.

1. Sum of Digits

Easy
15m average time
85% success
0/40
Asked in companies
ProtiumMorgan StanleySamsung

Ninja is given an integer ‘N’. One day Ninja decides to do the sum of all digits and replace the ‘N’ with the sum of digits until it becomes less than 10. Ninja wants to find what will be the value of ‘N’ after applying this operation.

Help Ninja in finding out this value.

Problem approach

step 1 : solved using a while loop which iterates until n becomes 0
step 2 : add all the values of n%10 and update n to (n/10)

Try solving now
02
Round
Medium
Video Call
Duration30 minutes
Interview date13 Jun 2022
Coding problem2

13 students got selected for this round out of which 3 got selected for the next one. I was asked about DSA questions on Linked Lists and trees. then last 15 minutes I was asked about MERN stack completely and deeply. All this process has gone through the same day of round1 but at the time around 2-4 PM

1. Intersection of Two Linked Lists

Easy
25m average time
73% success
0/40
Asked in companies
Hewlett Packard EnterpriseSamsungIntuit

You are given two Singly Linked Lists of integers, which may have an intersection point.

Your task is to return the first intersection node. If there is no intersection, return NULL.


Example:-
The Linked Lists, where a1, a2, c1, c2, c3 is the first linked list and b1, b2, b3, c1, c2, c3 is the second linked list, merging at node c1.

alt.txt

Problem approach

I have used maps to store the adress of the first list by traversing the whole list. then I started traversing the 2nd list if I found the same adress any time I am returnig the index of that particular node.

Try solving now

2. Convert binary tree to mirror tree

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

Given a binary tree, convert this binary tree into its mirror tree.

A binary tree is a tree in which each parent node has at most two children.

Mirror of a Tree: Mirror of a Binary Tree T is another Binary Tree M(T) with left and right children of all non-leaf nodes interchanged.

alt text

Note:
1. Make in-place changes, that is, modify the nodes given a binary tree to get the required mirror tree.
Problem approach

firstly I found the preorder traversal of the normal binary tree and reversed that array of values and again assigned every value back to the tree in the same manner. then found the inorder traversal of that binary tree.

Try solving now
03
Round
Medium
Video Call
Duration60 minutes
Interview date14 Jun 2022
Coding problem1

3 students got selected for this round out of which 2 got selected for the next HR round. In this round I was asked for DSA questions which are easy questions. but the questions on web development was quiet harder compared to previous round. last 30 minutes I have explained one of my favourite project completely every line of the code. then cheers, finally I got selected for the next HR round.

1. Sum Of Proper Divisors

Easy
15m average time
85% success
0/40
Asked in companies
AmazonInncircles TechnologiesZoho Corporation

Given a natural number 'N', return the sum of all proper divisors of ‘N’.

‘X’ is a proper divisor of ‘Y’ if X < Y and Y % X = 0.

 

Problem approach

initially we will find all the factors of n and then add all the factors that are prime numbers.

Try solving now
04
Round
Medium
HR Round
Duration15 minutes
Interview date14 Jun 2022
Coding problem2

In this round I was asked more about mongoDB and NodeJS. and also some common HR questions like where will you see yourself after 5 years and such amazing stuff.

1. Basic HR question

Where will you see yourself in the next five years?

Problem approach

Tip 1 : don't answer like in some other big company that might lead to disqualify.
Tip 2 : answer something like you will be advantageous in some way for the company. 

2. Basic HR Question

mongodb relations. 

How to connect relations between

2 databases in mongodb

Problem approach

Tip 1 : go through the documentation of mongodb for the relations concept

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
Fullstack Developer
2 rounds | 3 problems
Interviewed by Inncircles Technologies
2596 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4657 views
0 comments
0 upvotes
company logo
Product Intern
2 rounds | 2 problems
Interviewed by Inncircles Technologies
2180 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3451 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Full Stack Engineer
2 rounds | 5 problems
Interviewed by HashedIn
0 views
0 comments
0 upvotes