find the first unrepeated character in a string
Software Engineer Intern Interview Questions
9,335 software engineer intern interview questions shared by candidates
"Can you tell me more about [insert job experience]?" "What are your goals for the future?"
reverse a linked list
build a website availability monitoring tool
Given an array of sorted lists, find their sorted union.
Reorder elements of linked list such that no two consecutive elements have the same parity. You have to reorder pointers, not just the values.
How would you implement the "estimated time to completion" feature of a progress bar?
You're in a conference room and the window is broken. What's the temperature outside?
You have 2 linked lists, return a list with the intersection. For example: Input: L1 = { 1,2,5,10} L2 = {9,4,5,10,15} return {5,10}
Write an algorithm to validate a palindrome
Viewing 471 - 480 interview questions