There was a detailed technical question about a test strategy for a complex system built with a domain-specific language. When I answered in general terms, the interviewer kept pressing for more specifics and detailed examples. I finally realized that she didn't really understand the problem. I confronted her with "This is your job, isn't it? And you don't know how to do it!" She admitted I was right.
Senior Software Development Engineer Interview Questions
1,240 senior software development engineer interview questions shared by candidates
What are some pitfalls of mutex and semaphores?
Describe Semaphores and Deadlocks
1- what is the project you are currently working on and how you design the change. 2- Binary tree functions. 3- write a method to convert string to int without using MS API's .
immutable class (seemed the most important question)
algorithms, design, data structures, behavioral
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.
Viewing 871 - 880 interview questions