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

Product Intern

Inncircles Technologies
upvote
share-icon
2 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 5 months
Topics: Data Structure, Angular, Nodejs, SQL, Algorithms, Python
Tip
Tip

Tip 1 : Practice Data structure and Algorithms consistently
Tip 2 : Learn full stack development. Like MERN, MEAN
Tip 3 : Learn any language like python or java or c++ with data structures

Application process
Where: Linkedin
Eligibility: No criteria
Resume Tip
Resume tip

Tip 1 : Have some projects on full stack development
Tip 2 : Keep the content which you have really done

Interview rounds

01
Round
Medium
Video Call
Duration60 minutes
Interview date23 Dec 2021
Coding problem1

Interview was started around morning 10am. Interview panel members were so nice and helpful during the interview. There were 2 Interviewers in meet. One Interviewer was asked questions on problem solving and other was asked on Tech development. I remember only 1 DSA Question.

1. Clone a Linked List with random pointers

Easy
0/40
Asked in companies
QualcommAmazonThales

You are given a linked list containing 'n' nodes, where every node in the linked list contains two pointers:


(1) ‘next’ which points to the next node in the list

(2) ‘random’ which points to a random node in the list or 'null'.


Your task is to create a 'deep copy' of the given linked list and return its head.


Note:
A 'deep copy' of a linked list means we do not copy the references of the nodes of the original linked list, rather for each node in the original linked list, a new node is created.


Problem approach

step 1: I first applied hashmap to store the next and random pointers. And iterated over a original and cloned the linked list with next and random pointers which are stored.
step 2: Then i gave approach without space. But We need to iterate over original linked list over linked list 3 times. TC -> 3*O(N)

Try solving now
02
Round
Medium
HR Round
Duration30 minutes
Interview date25 Dec 2021
Coding problem1

It was completely an HR round. Office was cool with well infrastructure. Interviewer was Founder of company.

1. Basic HR questions

where do you want to see yourself in 5 years.

Problem approach

Tip 1 : Just give in technical aspect.
 

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
2595 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4656 views
0 comments
0 upvotes
company logo
Full Stack Engineer
4 rounds | 6 problems
Interviewed by Inncircles Technologies
2855 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3451 views
0 comments
0 upvotes