How would you manage a developer that was not closing tickets or whose output was subpar.
Sr Software Developer Interview Questions
71,561 sr software developer interview questions shared by candidates
Give an API: int read4(char *buf) which reads 4 characters at a time from a file. The return value is the actual number of characters read. For example, it returns 3 if there is only 3 characters left in the file. By using the read4 API, implement the function int read(char *buf, int n) that reads n characters from the file.
1. Implement LinkedHashMap , how does it ensure O(1) for a get call. 2. Sort employee list , sorting can be applied on name,salary that will be decided on runtime. So we need to implement multiple comparators and pass the same to Collections.sort(list,new ComparatorName()). 3. In the above list make sure there is no duplicates, if fname and lname are same, they are duplicates.
Interface , Abstract Class , SQL performance , Query optimization , Select nth record using 3 different ways
I was given a code to review. I have fixed bugs in their code, made it work, and put detailed comments to all modified lines of code plus detailed comments outside of the code describing what was done and why. The answer was that their student could not understand the comments. Hm, I guess the student should be taught better and I didn't apply for a teacher position. They refused to give me detailed answer, but after all I wasn't sure I wanted it. What a company where students decide whether to hire seniors. After some thinking I've concluded that I was simply used as a free independent code reviewer. If you are experienced developer, avoid these guys, they will pretend they are hiring you, but in fact will just use you. If you are freshly graduated, lazy and not knowledgeable, you can go there, they will teach you how to illegally make others do your job for you.
Compare 2 dates and return if they are equals ,difference between them is greater than month or less than a month. we could choose our own method arguments and return type .
Asked questions related to my job
Describe the challenges you faced? And tell about all your previous experience.
Algorithmic problem and writing code on shared document
The asked about my current professional background.
Viewing 261 - 270 interview questions