Software Development Engineer I Interview Questions

1,214 software development engineer i interview questions shared by candidates

1. Return duplicated from an unsorted array 2. A grid problem with an input 'n' where n is an integer find the x, y coordinates, return x, y if n is a perfect square else return the close x,y coordinates of n, where -1<n<1. if n = 17, possibilities are (2,8), (3,6), (2,9) but you have to find the optimal value closest to the origin and return it.
avatar

Software Development Engineer I

Interviewed at Amazon

3.5
Feb 19, 2021

1. Return duplicated from an unsorted array 2. A grid problem with an input 'n' where n is an integer find the x, y coordinates, return x, y if n is a perfect square else return the close x,y coordinates of n, where -1<n<1. if n = 17, possibilities are (2,8), (3,6), (2,9) but you have to find the optimal value closest to the origin and return it.

Coding Round: 1. Given an array of integers, find the no. of distinct elements present in the array. 2. Write a SQL query to get no. of employees in each dept. of a company. (Assume the standard models for Employee and Department tables). 3. Read a log file, and print the no. of requests from each of the hosts. Each record in the log file will be in following format : <host-name> - - [time] [response-code] [time-taken(in ms)] For example, cart@example.com - - [2018-06-26 12:00:00] 200 12
avatar

Software Development Engineer-I

Interviewed at Halodoc

4.1
Aug 18, 2018

Coding Round: 1. Given an array of integers, find the no. of distinct elements present in the array. 2. Write a SQL query to get no. of employees in each dept. of a company. (Assume the standard models for Employee and Department tables). 3. Read a log file, and print the no. of requests from each of the hosts. Each record in the log file will be in following format : <host-name> - - [time] [response-code] [time-taken(in ms)] For example, cart@example.com - - [2018-06-26 12:00:00] 200 12

Some other standard questions: 1. Given a BST and a range, print all the numbers that comes in that range. Ex: the function will be something like: print(node * head, int x, int y); It has to print all numbers within the rage x&y 2. Print max height (level) of a binary search tree. 3. Given an array of integers, determine the sub array which makes max sum. 4. Find LCA of the binary search tree.
avatar

Software Development Engineer I

Interviewed at Microsoft

4
Aug 17, 2012

Some other standard questions: 1. Given a BST and a range, print all the numbers that comes in that range. Ex: the function will be something like: print(node * head, int x, int y); It has to print all numbers within the rage x&y 2. Print max height (level) of a binary search tree. 3. Given an array of integers, determine the sub array which makes max sum. 4. Find LCA of the binary search tree.

Viewing 241 - 250 interview questions

Glassdoor has 1,214 interview questions and reports from Software development engineer i interviews. Prepare for your interview. Get hired. Love your job.