Data structure used to design a map app 12 basic behavioral questions (basically the first ones that come up when you google tech behavioral questions.)
Software Development Intern Interview Questions
2,987 software development intern interview questions shared by candidates
Build a binary tree with a sibling link. so that you have a linked list connecting all the nodes on a given level.
Implement a queue, with a constraint. I am not sure but I think it was smallest or something
Given an integer, write a function that rotates the digits to the right.
Given a string containing sets of curly braces (ex. "({LMN}h{RlO}}") print out the reverse of everything in curly braces. (Ex. "RIOhLMN" )
Sorting, node functionalities, javascript, Dbms, oops, search questions
The questions I was asked are previously posed on this thread.
They are pretty normal questions, but I was not that good at coding, so although I can figure out the steps, I was very slow writing codes
Test a bicycle.
Concatenate two strings replacing every space or set of multiple spaces with a single dash
Viewing 2921 - 2930 interview questions