Giving a string with words separated by spaces. Count the word with odd number of characters. e.g. "I am a student" return 3 (I, a, student).
Internship Engineer Interview Questions
24,163 internship engineer interview questions shared by candidates
For a given number, write an algorithm that can find its square root.
There was a simple programming task I solved at the whiteboard and he asked if I knew how to do it in a better time complexity. Maximum contiguous subarray
Reverse an integer
What's the difference between a thread and a process?
1 question was asked in technical interview which was a simple question that could be solved using divide and conquer approach.
what kind of project did u do, and how did you tackle difficulties during the process?
Have you ever had a conflict in the workplace? If so, how did you solve for it?
Find N digits that give the greatest product, N was decided by the interviewer.
1) Implement an iterator for a binary tree 2) Given 2 strings s1 and s2, return True if s2 is a substring of s1. Follow up: Return True if any combination of s2 is a substring of s1
Viewing 1491 - 1500 interview questions