1 easy 2 median coding questions
Software Engineer I Interview Questions
1,702 software engineer i interview questions shared by candidates
1) What Projects are you working on? 2) Write a class that takes in stocks attached to stock values. Then store those stocks and sort them according to those stock values, if the same stock with value is added to the class, then increment that stock's value by the new value that is getting added.
(Codility Exam) 1 debugging question, one about tree traversal, one about a basic algorithm (akin to a Leetcode medium/easy)
Find all duplicates in an array and return them in another array. Solution must be better than O(n^2) Ex. Given array = {1,2,2,4,4,6} Return {2,4}
A quiz of 2 pages of questions about web development, data structure, linux and SQL. Then a quiz of three questions about SQL programming, a simple JavaScript coding problem at last.
What's diffrence bettwen UDP and TCP?
HR: intro, current salary, stack, etc coding test and interviews: leetcode questions hiring manager: general questions, preferred programming language related questions, cloud and aws knowledge bar raiser: scenario based questions
Find path from node A to B in a graph.
Design a class for storing and updating cell values, followed by compute formula expression to int value for cells that required the computation, like spreadsheet
Technical + HR Interview The interviewer asked me to introduce myself and asked questions about my resume and projects. I was asked to choose two data structures and write code based on a question he provided. This was followed by several questions covering various data structure topics. Some questions were also about control systems and embedded systems.
Viewing 1311 - 1320 interview questions