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

SDE - 1

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

Interview preparation journey

expand-icon
Journey
I created three projects—two full-stack and one game. I drafted my resume with all the necessary details and got it reviewed. I started with 450 DSA questions, then focused on fundamentals, followed by a company-targeted approach to understand their process better.
Application story
The placement cell manages the process. The entire process was conducted online via Teams, and the coding assessment was done on DoSelect.
Why selected/rejected for the role?
I was well-prepared as my preparation was company-targeted. I practiced all the previously asked DSA questions, strengthened my fundamental concepts at an advanced level, and solved puzzles from various online resources.
Preparation
Duration: 6 months
Topics: Data structures, algorithms, DBMS, computer networks, Java, and OOP
Tip
Tip

Tip 1: Build at least one full-stack project and learn the technology stack.
Tip 2: Before attending the interview, familiarize yourself with the company's interview process.
Tip 3: Participate in mock interviews—both as an interviewer and an interviewee.

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

Tip 1: Include your internship experience.
Tip 2: List your projects.
If you add something to your resume, make sure you fully understand it inside and out.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 minutes
Interview date22 Jun 2022
Coding problem2

Multiple multiple-choice questions and two coding problems.

1. Minimum Parentheses

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

Given a string "pattern", which contains only two types of characters ‘(’, ‘)’.

Your task is to find the minimum number of parentheses either ‘(’, ‘)’ we must add the parentheses in string ‘pattern’ and the resulted string is valid.

Condition for valid string-

Every opening parenthesis ‘(’ must have a correct closing parenthesis ‘)’.

Example - ‘(()(()))’, ‘()()()’, ‘((()))’ are valid string, and ‘(((’, ‘(()’, ‘)(())’ are invalid string.

Note:
1. You are not required to print the output explicitly, it has already been taken care of. Just implement the function and return the minimum number of parentheses required to make a string valid.
Try solving now

2. Sudoku Solver

Hard
25m average time
75% success
0/120
Asked in companies
OlaMicrosoftAmazon

You have been given a 9x9 2d integer matrix 'MAT' representing a Sudoku puzzle. The empty cells of the Sudoku are filled with zeros, and the rest of the cells are filled with integers from 1 to 9. Your task is to fill all the empty cells such that the final matrix represents a Sudoku solution.

Note:
A Sudoku solution must satisfy all the following conditions-
1. Each of the digits 1-9 must occur exactly once in each row.
2. Each of the digits 1-9 must occur exactly once in each column.
3. Each of the digits 1-9 must occur exactly once in each of the 9, 3x3 sub-grids of the grid.

You can also assume that there will be only one sudoku solution for the given matrix.
Try solving now
02
Round
Easy
Video Call
Duration60 minutes
Interview date1 Jul 2022
Coding problem1

1. Delete Kth node From End

Moderate
15m average time
95% success
0/80
Asked in companies
Expedia GroupSquadstackAmazon

You have been given a singly Linked List of 'N' nodes with integer data and an integer 'K'.


Your task is to remove the 'K'th node from the end of the given Linked List and return the head of the modified linked list.


Example:
Input : 1 -> 2 -> 3 -> 4 -> 'NULL'  and  'K' = 2
Output: 1 -> 2 -> 4 -> 'NULL'
Explanation:
After removing the second node from the end, the linked list become 1 -> 2 -> 4 -> 'NULL'.

altImage


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
SDE - 1
3 rounds | 8 problems
Interviewed by Info Edge India (Naukri.com)
1416 views
0 comments
0 upvotes
SDE - 1
4 rounds | 4 problems
Interviewed by Info Edge India (Naukri.com)
2376 views
0 comments
0 upvotes
SDE - 1
3 rounds | 8 problems
Interviewed by Info Edge India (Naukri.com)
904 views
0 comments
0 upvotes
SDE - 1
4 rounds | 9 problems
Interviewed by Info Edge India (Naukri.com)
4424 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
115097 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
58238 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
35147 views
7 comments
0 upvotes