what is the back end you have experience in and whats cloud
Lead Programmer Analyst Interview Questions
3,941 lead programmer analyst interview questions shared by candidates
* 2 Coding questions * Design Patterns * MCQ Questions
How to Scale a RDBMS
* describe yourself as a personality * SOLID principles for object oriented programming * various database questions ( related to normalization, transactions, isolation levels, stored procedures, ORM) * design pattern questions (to give examples but also explain differences between patterns listed by the interviewer) * coding language specific (error detection, special keywords, etc).
1. Tell me something about yourself. 2. Roles and responsibilities in current project 3. Project architecture and on which part you work in project. 4. Git commands 5. Spring boot annotations 6. Few questions on Java 8 7. 2 Java 8 programs 8. Singleton implementation.
Technical is good. as per your experience
How would I design/solve specific problems
- Sql query to get 4th largest salary of employee - Code to remove duplicate from array
Technical skills were required for this
1. Given an unsorted array find the mindiff in k elements * A = {1,3,5,7,11, 12, 13}, n=7 k=3 * {1,3,5} diff(5,1) = 4 * {11,12,13} diff(11,13) = 2 op : 2 2. we are given an unsorted array size = n all elements>0 find : total no of elements for which there should be atleast 1 number which is smaller on left and right side
Viewing 1871 - 1880 interview questions