Real questions from top companies in Python/Coding Β· easy
Convert the list [1, [2, 3], 4, 5, 6, [7, 8, 9]] to a single list [1, 2, 3, 4, 5, 6, 7, 8, 9].
Count of Alphabets in String
Create a dictionary with list elements as keys and their occurrences as values.
Create a function to detect anomalies in sales trends using Pandas and NumPy.
Create a script to parse and transform a JSON file into a structured CSV.
DSA: Array-based problem - brute-force and optimized solutions
Describe script implementation and deployment.
Detect a loop in a singly linked list
Develop a Python script to clean data by removing duplicates and handling missing values.
Differences between Stack, Queue, and Linked List
Discuss the tech stacks and responsibilities at Morgan Stanley
Explain Lambda functions in Python.
Explain Stack vs Unstack and their use in data transformation.
Explain and implement Semaphore in Java
Explain techniques for ensuring data quality in cross-functional team scenarios
Explain the difference between mutable and immutable objects in Python.
Explain the differences between multiprocessing and multithreading.
Explain the internal working of a HashMap
Explain this code: [f(2) for f in [lambda x: x * i for i in range(5)]].
Fibonacci Series Problem - solve using brute force and optimized approaches
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.