There were a good mix of technical questions and general experience questions. The technical questions were partly simple questions about Objective C memory management and stuff as well as some data structures and algorithms questions.
Software Engineer Intern Interview Questions
9,360 software engineer intern interview questions shared by candidates
About the question that searching a particular word and inserting blanket around it, I didn't pay much attention about the word "word" at first, so if search "all" in a string "install", my code would return something like "inst<b>all<\b>". The interviewer pointed out this issue, then I add some thing like first searching a separator then compare the word.
What constitutes good code?
All basic questions on leetcode
Design a Set without using any built-in hash table libraries.
What made you go into Computer Science? Talk about your projects in detail. How do you approach problems in a team environment?
Given a string of characters figure out how many palindromes are in the list of words.
A set of line segments represent a geographical region (enclosing line segments). you have a couple of such sets. All together, the regions form a complete closed Big region. Find the bounding line segments for the total Big region.
Given a 32-bit integer, return a list of all bit positions of that integer that are set to 1.
They ask questions about your resume, (my projects and experience). Then they ask behaviour questions, like what if this/that.
Viewing 2961 - 2970 interview questions