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.
Intern Software Engineer Interview Questions
9,360 intern software engineer interview questions shared by candidates
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.
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.
Viewing 2961 - 2970 interview questions