Behavioural Round: It is really difficult to guess whether you performed good in this round as your answers might be interpreted in different ways by different interviewers. There are no perfect answers. Do your best and leave the rest to your luck.
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,191 senior software engineer interview questions shared by candidates
Problem: Given a string which has some repeated characters. Write a Java program to identify the character and print the number of occurrences
Playing with applicant and making fun on them
Data structures, algorithms, distributed systems
Imagine you are making an image drawing program. You have a contour (draws a closed contour) and you click here inside it. What do you do to fill it?
Why doesn't C++ STL have hash_map?
Can you just program or is design and architecture good? They said did agile.
Write a program in Java to assess a given string whether it complies with following patterns. Return true if a given string complies with these patterns else false. N = N1 + N2 N>= N1 >= N2 where N is the Nth element in the string or element at Nth position; N1 is the (N-1) element in the string & N2 is the (N-2) element in the string. Example 1: 224610 Elements in this string are 2, 2, 4, 6, 10. First Set: 2+2=4 (N2=2; N1=2 & N= 4); Second Set: 2+4=6 (N2=2; N1=4 & N=6); Third Set: 4+6=10 (N2=4; N1=6 & N= 10) Example 2: 1112233558 Elements in this string are 1, 11, 12, 23, 35, 58 Example 3: 1101102203 Elements in this string are 1, 101, 102, 203
What do you understand about micro-services ?
How to find a number is even or odd without using / or % sign
Viewing 291 - 300 interview questions