Questions about multiprocessing and multithreading
Senior Backend Engineer Interview Questions
2,796 senior backend engineer interview questions shared by candidates
1. Live coding - Implement a REST api to calculate tax , cover tests 2. System design - Design a url shortener service 3. Culture and collab - Do you have experience with TDD and pair programming, setting up infra etc.
About my project experiences and questions with the technologies used
How would you improve hundreds of microservices?
Anagram optimization API design Concurrency some follow up system design related questions
Talked a lot about the company and tried selling it, asked about expertise and positions available, as well as what sorts of projects I could work on and founders.
Como manejaría usted las Transacciones idempotentes?
Code to generate Fibonacci series.
C++ coding assignment Input: 3 files (F1, F2, F3) with synonyms. * Format: `word1=word2 word3=word4` * Separator between pairs: `=` * Separator between synonyms: space `" "` Processing: * Read files in **parallel threads** (1 thread per file). * Merge all synonyms together. * Remove duplicates. Output: * Print groups of synonyms (words that are connected). * Each group printed once. * Words inside each group sorted alphabetically (lowercase). * Provide option to sort ascending/descending.
Viewing 2071 - 2080 interview questions