Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
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
Created 3 projects two full stack and one game , drafted my resume with everything and got it checked. Started with dsa 450 questions and then fundamentals and then company Targetted approach and getting familiar with their process
Application story
Placement cell handles the process. The entire process was online on teams and coding was on doselect
Why selected/rejected for the role?
I was well prepared as my preparation was company targetted. Preparing all the previously asked DSA questions and preparing fundamentals of gate level and solving puzzles from gfg.
Preparation
Duration: 6 months
Topics: Data structures, algorithm, DBMS, Computer networks, Java, OOPS
Tip
Tip

Tip 1 : Make atleast one full stack project and learn the tech stack
Tip 2 : Before giving the interview get familiar with the company's interview process
Tip 3 : Give and take mock interviews

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

Tip 1 : Add your internship 
Tip 2 : Add your project 
If you write something on your resume, you should know in and out of it

Interview rounds

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

Multiple MCQ and two coding questions

1. Minimum Parentheses

Easy
10m average time
90% success
0/40
Asked in companies
GoogleHSBCDisney + Hotstar

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 Jun 2023
Coding problem1

1. Delete Kth node From End

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

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

What is the default value of int data type?

Choose another skill to practice
Start a Discussion
Similar interview experiences
SDE - 1
3 rounds | 8 problems
Interviewed by Info Edge India (Naukri.com)
750 views
0 comments
0 upvotes
SDE - 1
4 rounds | 4 problems
Interviewed by Info Edge India (Naukri.com)
1721 views
0 comments
0 upvotes
SDE - 1
3 rounds | 8 problems
Interviewed by Info Edge India (Naukri.com)
466 views
0 comments
0 upvotes
SDE - 1
4 rounds | 9 problems
Interviewed by Info Edge India (Naukri.com)
538 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
105454 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
50332 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
31340 views
6 comments
0 upvotes