Implement a linked list and then some other recursive problem (second intervew)
Lead Backend Developer Interview Questions
12,392 lead backend developer interview questions shared by candidates
Tell me about yourself and how did you found about us
Talk about a project you mentioned in your resume
php, backend logic, sql , oop, no api
1. Write a program in C to print following pattern (nxn) using only one loop where n is entered by user?(diamond pattern in matrix) 2.Write a program in c to create a new datatype to store the detailed information of student containing following information a. pointer to next student b. pointer to previous student c. id of student d. marks of 10 subjects e. pointer to the teacher details pointer f. recently contacted time format hours and minutes only (store complete time using one variable only) 3.We have a list of positive integers stored somewhere not in local system. The service provider has given us a function getElement() which gives us next present value if available and -1 if no next value is present. You have to write a strategy or psuedocode to print all the numbers provided by service provider if first number is even and print invalid list if first number is odd. 4.Write a program of singly noncircular linked list to print every 4th and 7thelement.
use a codepad to implement a cacheing class
There were questions about databases, indexes, views, REST API, HTTP verbs, security, and the ACID and CAP principles and others.
How would you optimize a slow REST API due too many DB queries? How do you scale a database that have "x" situation? Do you know what is Lazy Loading? What is the difference between it and Eager Loading?
sql, nosql, ACID principles, general questions about API
Questions on core Java & Java 8 concepts?
Viewing 7931 - 7940 interview questions