Real questions from top companies in Python/Coding Β· easy
How would you test these functions with edge cases?
Identify the Unix command that lists files with specific permissions
Implement a context manager class for a sequence generator using __enter__ and __exit__
Implement a function to find the maximum sum subarray (Kadane's algorithm).
Implement a function to reverse a string without using built-in methods.
Implement a generator function to yield Fibonacci numbers.
Implement a program to find the intersection of two lists.
Implement a program to remove duplicates from a list while maintaining order.
List Comprehension - example
Problem based on lists operations
Python libraries - Pandas, NumPy, Matplotlib for data processing
S3 Cleanup Command - write script for managing and cleaning up outdated S3 objects
Solve for the Kth smallest element in a Binary Search Tree.
Trapping Rain Water - calculate amount of water trapped between array elements
What is the difference between list1 = list2 and list1.copy()?
Write a decorator function to log the execution time of a function.
Write a higher-order function to filter values greater than a threshold in a list.
Write a swap function without if-else.
Write code for character frequency in a text file.
Write code using Java's concurrent API (forEach, forEachEntry, forEachKey)
Type or paste your answer to any of these questions and our AI Coach scores it, highlights gaps, and rewrites it at FAANG quality. Free to try.