Some software design questions and easy coding challenges.
Software Engineer Intern Interview Questions
9,446 software engineer intern interview questions shared by candidates
Asked me to provide him a detailed technical write-up on my skills.
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}
You have two results from a database query. Check if they return the same thing.
Write an algorithm to validate a palindrome
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?
The general OOP process, including virtual functions and then some basic DP / graph questions
3 behavioral and 1 coding Behavioral: 1.Biggest achievement and what is the process behind it. 2.failure and how did you overcome it. 3. Strength and weakness Coding 1. Coinbase problem in 15 min
A subsequence of numbers in an integer array that gives the maximum product.
Viewing 521 - 530 interview questions