Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Springworks interview experience Real time questions & tips from candidates to crack your interview

SDE - Intern

Springworks
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 Months
Topics: Data Structures, Algorithms, Dynamic Programming, Recursion
Tip
Tip

Tip 1 : Focus on data-structures and algorithms fundamentals
Tip 2 : Learn Javascript fundamentals for interviews
Tip 3 : Having good projects on resume is an added advantage

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

Tip 1 : Do not put false projects on resume.
Tip 2 : Have good projects on your resume

Interview rounds

01
Round
Medium
Online Coding Interview
Duration120 Minutes
Interview date2 Apr 2022
Coding problem2

1. DBMS Question

Write a query to create an employee table with (employee_id, name, dept) with employee_id as its primary key

2. Inorder Traversal

Easy
32m average time
0/40
Asked in companies
GoogleTata 1mgVisa

You have been given a Binary Tree of 'n' nodes, where the nodes have integer values. Your task is to return the In-Order traversal of the given binary tree.


For example :
For the given binary tree:

The Inorder traversal will be [5, 3, 2, 1, 7, 4, 6].
Problem approach

Your were given the elements with which you will make a tree data structure and do in order tree traversal and print the elements

Try solving now
02
Round
Medium
Video Call
Duration50 minutes
Interview date4 Apr 2022
Coding problem1

Interview on google meet

1. DBMS Question

Given two tables, return a inner join on a common column (key)

03
Round
Medium
Video Call
Duration50 minutes
Interview date6 Apr 2022
Coding problem1

1. Search In A Row Wise And Column Wise Sorted Matrix

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

You are given an 'N * N' matrix of integers where each row and each column is sorted in increasing order. You are given a target integer 'X'.


Find the position of 'X' in the matrix. If it exists then return the pair {i, j} where 'i' represents the row and 'j' represents the column of the array, otherwise return {-1,-1}


For example:
If the given matrix is:
[ [1, 2, 5],
  [3, 4, 9],
  [6, 7, 10]] 
We have to find the position of 4. We will return {1,1} since A[1][1] = 4.
Problem approach

step 1 : you can apply nested for loop for checking if it exists (not good enough though)
step 2 : you can use two pointer approach or binary search technique to accomplish the task faster.

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 write a single-line comment in C++?

Choose another skill to practice
Join the Discussion
1 reply

I m intrested to join your company when opening s are released ☺️

0 upvotes
0 replies
Reply
Similar interview experiences
company logo
SDE - Intern
1 rounds | 2 problems
Interviewed by Springworks
749 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Springworks
1202 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Springworks
697 views
0 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 5 problems
Interviewed by Springworks
732 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - Intern
3 rounds | 6 problems
Interviewed by Amazon
13360 views
4 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 7 problems
Interviewed by Microsoft
12384 views
1 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Amazon
8919 views
2 comments
0 upvotes