Create Mockito based tests for some specific scenarios
Principal Software Engineer Interview Questions
2,162 principal software engineer interview questions shared by candidates
Design a data model for the Veeva platform
Coding questions dealt with string parsing, data collection, and code optimization (simplified LC style questions).
Java basic OOPs questions, poking about the current company
Pairing task, coding challenges (what will this code do; can you explain why we get this result etc...), architecture task and discussions. Can you describe a time when you positively impacted the processes of your team? Can you provide an example of when you had to resolve conflict in your team? etc..
What is the MVCC (multiversion concurrency control)?
What is your opinion about Oracle
Walk me through a system, product, or feature you designed? Tell me about a time you broker production
Simple FE app + simple BE api
A sequence is called Fibbonacci-ish if, 1. The sequence consists of at least two elements 2. f[0] and f[1] are arbitrary 3. f[n + 2] = f[n + 1] + f[n] for all n ≥ 0. Given an array of integers, you have to rearrange the elements to find the longest possible Fibbonacci-ish sub sequence and return its length.
Viewing 831 - 840 interview questions