Info Edge India (Naukri.com) interview experience Real time questions & tips from candidates to crack your interview

Software Developer

Info Edge India (Naukri.com)
upvote
share-icon
4 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: Data Structure, Algorithm, Operating Systems, DBMS, System Design
Tip
Tip

Tip 1 : Be Confident
Tip 2 : Be consistent with your preparation
Tip 3 : Practice Coding with all the topics not with just one.

Application process
Where: Other
Eligibility: No creteria
Resume Tip
Resume tip

Tip 1 : Mention only those topics which you could answer.
Tip 2 : Put some relevant projects and be prepared with those.

Interview rounds

01
Round
Medium
Face to Face
Duration60 minutes
Interview date10 Oct 2021
Coding problem1

1. Reverse Linked List

Moderate
15m average time
85% success
0/80
Asked in companies
WalmartHCL TechnologiesInfo Edge India (Naukri.com)

Given a singly linked list of integers. Your task is to return the head of the reversed linked list.

For example:
The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -> 2 -> 1 -> NULL and the head of the reversed linked list will be 4.
Follow Up :
Can you solve this problem in O(N) time and O(1) space complexity?
Problem approach

Common problem, can be found on any coding platform

Try solving now
02
Round
Medium
Face to Face
Duration60 minutes
Interview date17 Oct 2021
Coding problem1

1. All Root to Leaf Paths In Binary Tree

Moderate
25m average time
70% success
0/80
Asked in companies
AmazonInfo Edge India (Naukri.com)Mathworks

You are given an arbitrary binary tree consisting of 'N' nodes numbered from 1 to 'N'. Your task is to print all the root to leaf paths of the binary tree.

A leaf of a binary tree is the node which does not have a left child and a right child.


For Example :
Given a binary tree :

alt txt

All the root to leaf paths are :
1 2 4
1 2 5 
1 3

Note :

1. Two nodes may have the same value associated with it.
2. The root node will be fixed and will be provided in the function.
3. Note that the nodes in a path will appear in a fixed order. For example, 1 2 3 is not the same as 2 1 3.
4. Each path should be returned as a string consisting of nodes in order and separated by a space.
5. The path length may be as small as ‘1’.
Problem approach

Standard problem, can be found on any coding platform.

Try solving now
03
Round
Medium
Face to Face
Duration60 minutes
Interview date24 Apr 2022
Coding problem1

1. Clone a Linked List with Random Pointers

Easy
0/40
Asked in companies
ThalesAmazonQualcomm

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

Standard problem.

Try solving now
04
Round
Medium
Face to Face
Duration60 minutes
Interview date31 Oct 2021
Coding problem1

1. Ways To Make Coin Change

Moderate
20m average time
80% success
0/80
Asked in companies
MicrosoftHSBCOracle

You are given an infinite supply of coins of each of denominations D = {D0, D1, D2, D3, ...... Dn-1}. You need to figure out the total number of ways W, in which you can make a change for value V using coins of denominations from D. Print 0, if a change isn't possible.

Problem approach

Standard problem.

Try solving now

Here's your problem of the day

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

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
SDET-2
4 rounds | 20 problems
Interviewed by Info Edge India (Naukri.com)
3382 views
0 comments
0 upvotes
Software Engineer
5 rounds | 4 problems
Interviewed by Info Edge India (Naukri.com)
906 views
2 comments
0 upvotes
SDET
3 rounds | 3 problems
Interviewed by Info Edge India (Naukri.com)
4450 views
1 comments
0 upvotes
Software Developer
3 rounds | 3 problems
Interviewed by Info Edge India (Naukri.com)
547 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Developer
5 rounds | 14 problems
Interviewed by Microsoft
4029 views
1 comments
0 upvotes
company logo
Software Developer
6 rounds | 12 problems
Interviewed by SAP Labs
2912 views
0 comments
0 upvotes
company logo
Software Developer
3 rounds | 3 problems
Interviewed by Amazon
1271 views
0 comments
0 upvotes