Senior Software Engineer Interviews

Senior Software Engineer Interview Questions

"Senior software engineers are the most experienced member of a software team and usually carry the most responsibility and authority of that team. Because of this, interviews will be designed to find candidates who have expert knowledge of the field and years of experience as a software engineer. Expect to be asked tough technical questions and to give examples of previous projects that you have worked on."

67,309 senior software engineer interview questions shared by candidates

Round 1 Q1 Given a log file with list of tuples(TIMESTAMP, USER, PAGE_TYPE) where page type being the page visited. Form sequence of pages the user had visited and then find the most common sequence. The question was later changed to form triplets of sequences. e.g if the sequence is A->B->C->D->E->F, the triplet sequences would be A B C B C D D E F and then find the most common sequence.
avatar

Senior Software Engineer

Interviewed at Pinterest

3.6
Mar 1, 2016

Round 1 Q1 Given a log file with list of tuples(TIMESTAMP, USER, PAGE_TYPE) where page type being the page visited. Form sequence of pages the user had visited and then find the most common sequence. The question was later changed to form triplets of sequences. e.g if the sequence is A->B->C->D->E->F, the triplet sequences would be A B C B C D D E F and then find the most common sequence.

1. Class A has variable a, Class B extends from A which has b, Class C extends from Class B which has c. Set values for those variables. Write a clone method which returns a deep copy. For example ClassA a = new ClassC(5); which will print 5,4,3 set by constructors in those classes. ClassA x = a.myClone(); x.print() should also print 5,4,3.
avatar

Senior Software Engineer

Interviewed at Anaplan

3.6
Nov 18, 2016

1. Class A has variable a, Class B extends from A which has b, Class C extends from Class B which has c. Set values for those variables. Write a clone method which returns a deep copy. For example ClassA a = new ClassC(5); which will print 5,4,3 set by constructors in those classes. ClassA x = a.myClone(); x.print() should also print 5,4,3.

Viewing 781 - 790 interview questions

Glassdoor has 67,309 interview questions and reports from Senior software engineer interviews. Prepare for your interview. Get hired. Love your job.