write a Fibonacci series algorithm? write iterative method and in recursive method?
Development Intern Interview Questions
5,450 development intern interview questions shared by candidates
1. Mutex locks discussion in OS 2. Virtual Functions in C++ 3. Project discussion 4. Question on sorted array.
explain what you did in the coding challenge and other ways in which you can optimize your solution
Is there any questions you want to ask?
Given an integer, write a function that rotates the digits to the right.
A basic string manipulation question (unfortunately I don't remember the details as it was my first interview of the day)
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
Q1. Given a sorted binary matrix, count the number of negative numbers.
One of the DSA questions they asked was: Reverse a singly linked list without using extra space, and explain both iterative and recursive approaches with time and space complexities
Viewing 5411 - 5420 interview questions