Typical algorithms stuff, similar to hackers rank etc.
Sr Software Engineer Interview Questions
67,402 sr software engineer interview questions shared by candidates
TableView implentation on coderpad ?
Series of data structure + algorithm questions centered around finding prime numbers. 1) A function to determine if a given number is prime. 2) A function to return all the primes up to a given number. 3) A function to return the prime factorization of a given number.
How would I handle (or have I handled) transactions across microservices?
- System Design Interview, draw the architecture of a system with some specific requirements on the white board.
What libraries do you use for high performance computing and threading.
Merge K sorted array list.
What do you want from your next position?
1st phone interview 1. LRU cache implementation.Followup question related to implementation. 2. API related question that is not clear to me. 2nd Phone Interview three input line for credit card transaction and implement method for transaction such as charge against available balance, add amount in credit card balance. Interviewer didnt tell me what he is expecting. I tried to design model class and implement the method for transaction type.
1. Design a system, like eBay where the third-party vendor can register their goods. While placing the order make sure the order reaches the supplier in real time. 2. Write code to execute a particular piece of code in an async manner periodically. 3. Determine If the string is Palindrome. 4. Determine how may substring is palindrome in a String aabbac => a,a,b,b,a,c,aa,abba,bb
Viewing 2061 - 2070 interview questions