Why Politico?
Lead Software Developer Interview Questions
3,937 lead software developer interview questions shared by candidates
Questions on array and greedy search
What is hooks and asked about various hooks.
Phone screening: a fairly simple tree-traversal question. The interviewer was encouraging and helpful On-site: 1) Describe a challenge you have encountered at work. The interview was mostly about nothing. The guy who claimed that he worked for more than 10 years for the government behaved like a typical dissatisfied with his position clerk. He never smiled and has not encouraged a dialogue. 2) A back-end engineer asked tried to figure out if I understand how things work on the back-end. The guy for a change was nice and it felt more like a conversion than an interview. 3) An iOS developer asked to implement a simple regular expression parsing algorithm in Swift. The first warning sign was that the guy did not even bother to introduce himself. The second was that he put his legs on the table. Interviewing is hard hard both the interviewer and the person being interviewed; why make it ugly? As I wrote the code to answer the question the guy suddenly left with the words "Let's finish with good note, your code will probably work." Next a lady arrived and said good luck we don't like you both socially and your write code slowly. Lunch was being served in the dining room but I was not offered to join. I am ok with not being compatible but the whole interview felt ugly.
Questions are from the features and enhancements done in last project/product?
1) Problem around max index difference from the given array of numbers. 2) Problem around Tower of Hanoi 3) Problem to find the farthest minimum number.
Intersection Problem Design problem focusing on Pagination
IQ and Technical
i) Merge two sorted linked list ii) two sum problem
2. N number of student and M number of subject Teacher Mr. Johnson want to check and skip the subject mark which has minimum average marks. Print the result of each student with skipping the mark of minimum avg marks let take example N = 4 student M = 5 subject student1 = {5, 8, 2, 4, 8} student2 = {3, 6, 3, 7, 2} student3 = {4, 8, 1, 7, 4} student4 = {8, 8, 4, 4, 6} here in this case subject number 3 has minimum avg marks (M1 avg = 5, M2 avg = 7.5, M3 = 2.5, M4 =5.5, M5 = 5 ) so need to skip from result and print the result skipping the minimum marks subject.
Viewing 1541 - 1550 interview questions