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)
Junior Full Stack Developer Interview Questions
15,734 junior full stack developer interview questions shared by candidates
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.
The interview panel asked a variety of questions but primarily focused on my previous projects, my roles, and my responsibilities.
On the personal end, I was asked to elaborate on a group project that I took part in and my involvement with it.
given a matrix that contains ones and zeros where zero represent land and one sea and you need to return the amount of lands there is in the matrix (look at it like a map) a single land can appear in several rows (like 'H', like 'L' shape and so on)
CSS Selectors. Stuff that can be easily Googled or ChatGPT'd if necessary. They have their own design system (no UI library), so they develop components themselves. Be ready to hear questions like "how do you access a deeply-nested with CSS selectors".
How will you do performance tuning for a SP in SQL
How would you implement a form have two components(having one textbox each) taking inputs and updating another component with a textbox with sum? You can explain in react
How do you implement filters and use them in .net core
What if a man in the middle tries to steal your auth token?
Viewing 1221 - 1230 interview questions