Delete duplicate in sorted linked list
Senior Software Engineer Interview Questions
64,306 senior software engineer interview questions shared by candidates
Basic Technical screening through a pair programming video chat. This was not very difficult as the spec was clearly defined. This was not an algorithm test. There was no other questions or anything unexpected.
Sorting algorithm for a string array
Why you want to join accenture, as this company as same as other IT consulting companies.
Shunting Yard Algorithm
Difference between process/thread, heap/stack. What is JIT?
1st phase 1st technical interview: Problem was that given a positive integer n print all distinct ordered sets of positive integer which have sum equal n. eg:- for n=2 output: { [1, 1] } for n=3 output: { [1, 1, 1], [1, 2], [2, 1] } for n=4 output: { [1, 1, 1, 1], [1, 1, 2], [1, 2, 1], [2, 1, 1], [2, 2], [1, 3], [3, 1] }
Compare two strings, return if one can be comprised of the other by swapping 2 characters, adding a char, removing a char, or if they are identical, or cannot determine.
Write a program to detect if a String is a palidrome
They were not sure what to ask actually. I found the interviewers like school kids. Hardly 1-2 yrs experienced people.
Viewing 341 - 350 interview questions