Normal interview, no unexpected question
Software Engineer Intern Interview Questions
9,360 software engineer intern interview questions shared by candidates
solve a maze puzzle game
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.
Coding exercise is quite related to Indeed's real problem, I did not passed the large test data.
Another question they asked was database related, which I have nearly no knowledge of. They asked how I would handle a scenario of retrieving data from a database, then storing it within a data structure. The data from the database included customers' names and the items they previously purchased from Microsoft.
None. Just concentrate on the basics of data structures and projects.
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.
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.
Viewing 2951 - 2960 interview questions