Given an array of items of three different colors red, green, blue. How would you sort the items in the array so that all the items with a certain color would be grouped together.
Sde Ii Interview Questions
983 sde ii interview questions shared by candidates
They asked from data structures and algorithms, oops, os, dbms
why do you want to join nokia?
Which cycle performs quickier? for (int i=0; i<1000; i++) for (int j=0;j<100;j++) or for (int i=0; i<100; i++) for (int j=0;j<1000;j++)
Real time project development assessment
How to revert a single linked list? I solved, but with a mistake for the first time. After rewriting I had little time, so interview ended. That was my fault, I guess.
Design / implementation considerations while implementing a service talking to database which is deployed on Premise Vs Azure.
Duck in the pond. Start: Duck located in the center of circle (pond). Fox is on the beach and cannot swim. Duck cannot fly (by some reason), but once duck is on the beach, she will fly away. Duck speed - x Fox speed - 4x Can duck escape? Why?
I got rejected from first round that was happened through external interviewer. For me its interview vector. Trust me it was so pathetic in person. the person asked me question from document given to him from his firm and whatever I am answering he is referring to docs and if I try to change words or might be deflected from exact answer he just like cannot digest as he dont know anything technical. After that he asked me for live coding so instead giving me question (leetcode) he gave me solution and he then told me we use to refer docs which is only helpful if u understand terms. I was able to solve it but not with best complexity so he refer the solution and it didnt match up (from geeksforgeeks) so he said its not properly solve but its okay, then that time I knew its stupid time wasting I'm not getting pass to this as he will not let me as I was not answering to the docs he was carrying with him
DP and GRAPH theory problems
Viewing 1 - 10 interview questions