Binary search and time complexity
Software Development Engineer Iii Interview Questions
293 software development engineer iii interview questions shared by candidates
C# Core, OOPs concepts, Design Patters, Entity Framework, Selenium, Coded UI, API Testing, Performance Testing
- Problem Solving 2 questions, Linked list, and Stacks/Queues - Indexing - Caching, Cache failover - Analytics Database architecture -
How to sync user shopping cart over multiple data centers.
Round 1. Tweaked version of this - https://www.geeksforgeeks.org/problems/bottom-view-of-binary-tree/1 Given a tree, find bottom view - 1 / \ 3 2 / \ / \ 4 5 6 7 Expected output - 4 3 5 6 2 7 (Not 4 3 6 2 7)
Design an logging based alert system which sends emails on finding the matching patterns in configuration file. config file: pattern 1, frequency 1, emails to notify pattern 2, frequency 2, emails to notify the system should be scalable, highly available, fast and highly configurable.
Implement messaging service. This is a simple producer consumer problem. Producers publish to topics, multiple consumers subscribe to topics and receive messages when producers send message. Make sure to make it extensible, as in customers can be local or remote, data communication mechanism, synchronization, etc.
How you debug at application which was hosted in a server?
Coding questions were diverse. Usually the logic would demand good knowledge of data structures and time complexities
Reverse the word of string-like for Input "Hello world" output should be "olleH dlrow"
Viewing 11 - 20 interview questions