Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
IEO MAKERS FABLAB (OPC) PRIVATE LIMITED interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

IEO MAKERS FABLAB (OPC) PRIVATE LIMITED
upvote
share-icon
2 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1 month
Topics: HTML, CSS, Java Script, data structures, algorithm.
Tip
Tip

Tip 1 : Revise data structures and algorithm.
Tip 2 : Revise HTML, CSS, JS and show your projects.
Tip 3 : Be confident.

Application process
Where: Campus
Eligibility: NO
Resume Tip
Resume tip

Tip 1 : Mention your projects
Tip 2 : Put things in chronological order.

Interview rounds

01
Round
Medium
Video Call
Duration40 minutes
Interview date10 Apr 2020
Coding problem2

1. DS Questions

What is Dangling pointer?

Difference between array and pointer.

What are different type of polymorphism.

2. Cycle Detection in a Singly Linked List

Moderate
15m average time
80% success
0/80
Asked in companies
Morgan StanleyInformaticaThales

You are given a Singly Linked List of integers. Return true if it has a cycle, else return false.


A cycle occurs when a node's next points back to a previous node in the list.


Example:
In the given linked list, there is a cycle, hence we return true.

Sample Example 1

Try solving now
0
Round
Easy
Video Call
Duration45 Minutes
Interview date19 Oct 2021
Coding problem2

Tech +HR round

1. Construct BST from Level Order

Easy
15m average time
85% success
0/40
Asked in companies
HSBCSamsungIEO MAKERS FABLAB (OPC) PRIVATE LIMITED

You have been given an array ‘levelOrder’ consisting of ‘N’ elements. The array represents the level order traversal of a Binary Search Tree(BST). You need to construct the BST from this level order traversal.

A Binary Search Tree (BST) is a binary tree data structure that has the following properties -

• The left subtree of a node contains only nodes with data less than the node’s data.
• The right subtree of a node contains only nodes with data greater than the node’s data.
• Both the left and right subtrees must also be binary search trees.

For Example:

For the given level order traversal: 5 3 6 2 4 7 

The BST will be:

The Inorder Traversal of this BST is 2 3 4 5 6 7. 
Try solving now

2. Basic HR Questions

Where do you see yourself in 5 years?

What are your hobbies?

Here's your problem of the day

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

What does ROLLBACK do in DBMS?

Start a Discussion
Similar interview experiences
SDE - 1
1 rounds | 1 problems
Interviewed by IEO MAKERS FABLAB (OPC) PRIVATE LIMITED
431 views
0 comments
0 upvotes
SDE - 1
1 rounds | 1 problems
Interviewed by IEO MAKERS FABLAB (OPC) PRIVATE LIMITED
376 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
1287 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
507 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
104061 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
49377 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
30807 views
6 comments
0 upvotes