buy/sell stocks Q and a database transaction Q.
Senior Backend Developer Interview Questions
1,045 senior backend developer interview questions shared by candidates
10 + 3 coding question on hackerrank
In the code review, I was asked to add new features to the code.
Questions related to system scalability.
Mostly around system design and Python
write PHP API call client with page token similar to google, also asked me to Write and API server and generate paging for the data set similar to google.
General HR questions about my experience, why am I searching for a new role, salary expectations and so on.
1. whats different between inhertance vs composition what you prefer 2, Write mysql query to get all author who has publish atleast 3 books... there were two table ( Author , books) 3. There was a code and i have to do code review 4. Learn interface , SOLID , depency inversion principle 5. Mysql joins and group by and having clause The salary is too low they are giving 67k for mid to senior level. They will promise that they have budget till 85k and in the interview they will tell that you are not upto mark with all skills so we can offer you mid level position and we can offer you max 67k. they wasted my time... My interview went pretty good but. still they told me my mysql part is week.
What motivation for changing job
League Backend Challenge In main.go you will find a basic web server written in GoLang. It accepts a single request /echo. Extend the webservice with the ability to perform the following operations Given an uploaded csv file 1,2,3 4,5,6 7,8,9 Echo (given) Return the matrix as a string in matrix format. // Expected output 1,2,3 4,5,6 7,8,9 Invert Return the matrix as a string in matrix format where the columns and rows are inverted // Expected output 1,4,7 2,5,8 3,6,9 Flatten Return the matrix as a 1 line string, with values separated by commas. // Expected output 1,2,3,4,5,6,7,8,9 Sum Return the sum of the integers in the matrix // Expected output 45 Multiply Return the product of the integers in the matrix // Expected output 362880 The input file to these functions is a matrix, of any dimension where the number of rows are equal to the number of columns (square). Each value is an integer, and there is no header row. matrix.csv is example valid input. Run web server go run . Send request curl -F 'file=@/path/matrix.csv' "localhost:8080/echo" What we're looking for The solution runs The solution performs all cases correctly The code is easy to read The code is reasonably documented The code is tested The code is robust and handles invalid input and provides helpful error messages
Viewing 811 - 820 interview questions