CS fundamentals, algorithmic problem solving
Software Engineer Internship Interview Questions
23,469 software engineer internship interview questions shared by candidates
First was a project which was hard but they explain that's ok if you don't finish. Second was an interview which was easy/medium LC question Third was the laptop challenge which I thought hard. It's a project, like a school coding assignment that you have to do but it's only 1 hour.
if a kid ask you what is java ?
Although the email specified that I would be asked questions, the challenge consisted of only two code samples.
Write us a cover letter.
A hypothetical chain of processes is represented as a tree. Processes are numbered starting from 1, incremented by 1. Every process spawn a number of processes equal to its process number. e.g. process (1) spawn 1 process (2), process (2) spawn 2 process (3,4), Process (3) spawn 3 processes (5,6,7). Given a process, find the process number of its parent.
Skills and Strengths mentioned in the CV Fields you are Interested in
Tell me about your experience
React questions: Can you tell me which of the two is mutable: state or props
Given a list of number, remove duplication
Viewing 2831 - 2840 interview questions