Encryption & Decryption
Software Engineer Entry Interview Questions
2,583 software engineer entry interview questions shared by candidates
A stack question and a binary tree question
To solve various DS&A problems.
Practice logical, math, and verbal questions. The questions are easily prepared for if you got a practice book as they are common questions. The difficulty is so many questions in so little time. Don't meander on the verbal questions. Just pick one and move on.
The questions were not difficult. I can't stress enough the importance of basic data structures and algorithms on those structures. Examples include Arrays, Linked Lists, Trees (BST), and Graphs. Something unexpected was how little my interviewer cared about syntax. Even though I had to specify which language I would be using to my recruiter. I was asked two questions and only wrote code for the first, and the general algorithm in psuedocode for the second.
There are 3 medium leetcode questions
Group intervals so that if a new interval is asked you merge the ones it overlaps and create one big interval.
I cannot share questions bc of NDA
Q: Given two non-empty arrays of integers, write a function that determines whether the second array is a subsequence of the first one.
General programming assignment question.
Viewing 751 - 760 interview questions