Self introduction basic questions and some technical too
Senior Software Development Engineer Interview Questions
1,263 senior software development engineer interview questions shared by candidates
Round 3: Skype - Retrieve the number of employees working in each department - SELECT department_id, COUNT(*) FROM employees GROUP BY department_id; - Unix/Linux Command to find replace a text for all the files in the given directory Ans: find ./ -type f -exec sed -i 's/string1/string2/g' {} \; - Unix/Linux Command to Find only ERRORS in the log files.
1. You have been given a pointer to one of the nodes in Linkedlist which has to be deleted. There is no head pointer 2. Questions on bitwise operator.
Take us through your profile and your experience at previous organizations. What were your responsibilities as SDE in the previous org.?
Find a missing number from a sequence of consecutive numbers.
The questions were more related to data processing and test designs. I was asked to write a program to combine a time series data in one round and some basic Java and selenium questions.
Implement HashMap with put and get functions. Print left view of a binary tree.
array related program in java and testng script to test that program
Create a system for keeping track of zombies. Write functions to retrieve who all was bitten by a zombie, and also what zombie bit a specific person.
Where do you see yourself with this organization in next 3-5 years?
Viewing 891 - 900 interview questions