Add office photos
Engaged Employer

Springworks

4.6
based on 162 Reviews
Filter interviews by

10+ Edstem Technologies Interview Questions and Answers

Updated 5 Feb 2024
Popular Designations

Q1. Number of Islands Problem Statement

You are provided with a 2-dimensional matrix having N rows and M columns, containing only 1s (land) and 0s (water). Your goal is to determine the number of islands in this ma...read more

Add your answer

Q2. Paint House Problem Statement

You have been given a set of 'N' houses, each house can be painted using one of three colors: green, red, or yellow. A cost matrix is provided with dimensions 'N' * 3, where each e...read more

Add your answer

Q3. Implementing Queue with Two Stacks

Your task is to implement a queue using two stacks. You are provided with ‘Q’ queries and need to handle them, where each query falls under one of these two operations:

  1. Enque...read more
Add your answer

Q4. Maximum Product Subarray Problem Statement

Given an array of integers, determine the contiguous subarray that produces the maximum product of its elements.

Explanation:

A subarray can be derived from the origin...read more

Add your answer
Discover Edstem Technologies interview dos and don'ts from real experiences

Q5. Inorder Traversal of Binary Tree

You are provided with a Binary Tree composed of 'N' nodes, each holding integer values. Your task is to compute the Inorder traversal of this binary tree.

Example:

For the given...read more
Ans.

The task is to find the in-order traversal of a given binary tree.

  • Implement a recursive function to perform in-order traversal of the binary tree

  • Start from the left subtree, then visit the root node, and finally visit the right subtree

  • Use an array to store the values of the nodes in the in-order traversal

Add your answer

Q6. Search in a Row-wise and Column-wise Sorted Matrix Problem Statement

You are given an N * N matrix of integers where each row and each column is sorted in increasing order. Your task is to find the position of ...read more

Ans.

Given a sorted matrix, find the position of a target integer in the matrix.

  • Iterate through each row and column of the matrix

  • Compare the target integer with the current element

  • If the target integer is found, return the position

  • If the target integer is not found, return {-1, -1}

Add your answer
Are these interview questions helpful?

Q7. Divide String Problem Statement

You are given a string WORD consisting of lowercase alphabets. Your task is to divide WORD into N strings of equal length.

Input:

The first line contains an integer 'T' represent...read more
Add your answer

Q8. Matrix Chain Multiplication Problem

Given 'N' 2-dimensional matrices and an array ARR of length N + 1, where the first N integers denote the number of rows in each matrix and the last integer represents the num...read more

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. Painting Fences Problem Statement

You are given ‘N’ fences. Your task is to compute the total number of ways to paint these fences using only 2 colors, such that no more than 2 adjacent fences have the same col...read more

Ans.

The task is to find the total number of ways to paint fences using 2 colors such that at most 2 adjacent fences have the same color.

  • Use dynamic programming to solve the problem

  • Create a 2D array to store the number of ways to paint the fences

  • Initialize the base cases for the first two fences

  • Use recurrence relation to calculate the number of ways for the remaining fences

  • Return the result modulo 10^9 + 7

Add your answer

Q10. Roman Numeral to Integer Conversion

Convert a string representing a Roman numeral into its integer equivalent and return the result.

Explanation:

Roman numerals are represented by seven different symbols: I, V,...read more

Add your answer

Q11. Linear Probing in Hashing

Hashing is a technique to map large non-negative integers to smaller indices using a hash function. In the context of collision resolution in hash tables, 'Linear Probing' is employed,...read more

Add your answer

Q12. Internet Address Problem

You are given the task of reconstructing the address of an Internet resource from a given format.

Explanation:

The address format is: ://.ru[/]

  • is either "http" or "ftp".
  • is a non-em...read more
Ans.

The task is to extract and print the internet resource address from a given string.

  • The internet resource address has a specific format: ://.ru[/]

  • The can be either 'http' or 'ftp'

  • The is a non-empty string of lowercase English letters

  • The may or may not be present, and if present, it is a non-empty string of lowercase English letters

  • If is not present, the address has either two '/' characters (before the domain) or three (an extra one in front of the context)

Add your answer

Q13. M-Coloring Problem Statement

Given an undirected graph as an adjacency matrix and an integer M, determine whether you can color the vertices of the graph using at most M colors such that no two adjacent vertice...read more

Add your answer

Q14. Pair Sum Problem Statement

You are given an array of integers 'ARR' with a length 'N' and a specific integer 'Target'. Your objective is to determine and return all pairs of elements within the array whose sum ...read more

Add your answer
Q15. You were given 3-4 models in a DBMS context. How did you join those models to obtain the desired result?
Add your answer
Q16. Given two tables, how would you return an inner join on a common column (key)?
Ans.

The inner join operation combines rows from two tables based on a common column (key).

  • Use the JOIN keyword in the SQL query to perform an inner join.

  • Specify the common column (key) in the ON clause of the join.

  • The result will contain only the matching rows from both tables.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Edstem Technologies

based on 1 interviews
3 Interview rounds
Coding Test Round
Video Call Round - 1
Video Call Round - 2
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Developer Intern Interview Questions from Similar Companies

4.0
 • 66 Interview Questions
3.0
 • 35 Interview Questions
4.4
 • 30 Interview Questions
3.8
 • 21 Interview Questions
4.2
 • 20 Interview Questions
3.3
 • 11 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter