HackerRank LeetCode medium: Longest Consecutive Sequence LeetCode medium: another array/hashmap-style problem SQL query question HR Call Why do you want to join Revolut? General behavioural / motivation questions Technical Interview (1 hour) Coding (≈30 mins) Implement a set without using: hash tables trees built-in set data structure Write test cases for your implementation Software Engineering / Theory (≈30 mins) SOLID principles Decorators Generators Object-Oriented Programming concepts Database transactions Race conditions and concurrency handling Previous Interview Cycle Technical Round 1 Build a simplified URL shortener using a hashmap Write test cases Technical Round 2 Design a class to handle currency transfers between bank accounts Handle precision correctly (decimals vs integer cents) Database concepts Locking mechanisms Explain why your concurrency approach works
Software Developer Python Interview Questions
355 software developer python interview questions shared by candidates
Typical leetcode questions, take care of doing your algorithms efficient
Describe your previous work experiences.
Questions similar to: What does rebase do in Git? What is CORS / CSRF?
¿Sabes cuál es la diferencia de asyncio y threading?
Tell me more about I/O multiplexing patterns.
Python and React integration using MVC
I am surprised that that one of the interviewer decided to take me out to the coffee.
Previous work experience?
Here are the summarized coding challenge questions (which, in my perspective, lack meaningfulness): Create a Python script that reads a text file and identifies the four largest lexicographically non-overlapping substrings that meet certain conditions. These conditions include that the substrings must be contained within a single line, consist of strictly alphanumeric characters, and have a length of five characters. For each of these substrings, compute a pair representing its position: the line number in the file and the starting index within that line. Treat these four pairs as points in a Cartesian plane and calculate the area and perimeter of the quadrilateral formed by them. Replace these four locations in an output text file with underscores and design appropriate test cases.
Viewing 171 - 180 interview questions