-Range vs Xrange -Implement Xrange -write a script that reads a file,counts words apperence in it and dumps this json into another file
Python Developer Interview Questions
5,405 python developer interview questions shared by candidates
General oop coding questions on coderpad
What are decoratos? What are generators?
written tests related to ds algo, design pattern, database
The Python question was interesting and complex. It involved writing functions that resolved the following scenario - two angry frogs. Given a list of “platforms” represented by random integers, calculate the furthest these two frogs may path away from one another. They must start side by side, and can only move from a platform with a lower number to a platform with a higher number.
Scenario based problem solving questions asked in technical round,
Dealing with responses from api in python
I was asked questions on core Python concepts, such as data types, control statements, functions, and object- oriented programming principles. The interview also covered widely used Python libraries, including: • NumPy – concepts like array creation, reshaping, indexing, and vectorized operations. • OpenCV – basic image processing operations and use cases. • Pandas – DataFrame creation, manipulation, filtering, and grouping. • Matplotlib – data visualization techniques, plotting graphs, and customizing charts. Additionally, I was given small coding tasks to solve on the spot, including writing simple Python programs and creating a class for an application of my choice, which tested my ability to apply OOP concepts in real time.
Difference between list tuple Constructor Lemda function
1) Task to determine how long will it take swarm of drones to complete a specified delivery 2)Classify new trades based on their similarity of old trades.
Viewing 4161 - 4170 interview questions