Find the average marks of students for each department
Full Stack Software Developer Interview Questions
19,457 full stack software developer interview questions shared by candidates
Input: int set1[] = {12, 34, 11, 9, 3} int set2[] = {7, 2, 1, 5, 7} Find if the given sets are disjoint sets(there should not be any common element)
DSA livecoding Design a tree and assign to each node, that doesn't have a sibling, a sibling(as additional field in the node). Bonus question was to make it thread safe.
On the personal end, I was asked to elaborate on a group project that I took part in and my involvement with it.
The interview panel asked a variety of questions but primarily focused on my previous projects, my roles, and my responsibilities.
What are 3 things you look for in a job?
Given a grid or 2D array, find the number of possible paths from the top left corner to the bottom right corner if you can only step right or down from each cell.
1. Given an array of integers, find the pairs of integers that sum to a given sum? Note that we want you to find the time complexities and also provide different solutions to optimize for time?
How would you design an incoming reference based aggregation system for TrialPay back end server so that info about the incoming traffic can be stored and used to improve the system? Duplicate files in a directory. Files are very large, so can't read the whole file into the memory.
Was your experience in React project-based or through studies?
Viewing 1261 - 1270 interview questions