Python Developer
Interview Date
April 2022
Result
Selected
Difficulty
Easy
Rounds
2 rounds
Drive Type
Full-Time
Topics asked
Detailed experience
College: Not Specified
Interview Date: April 2022
Interview Type: Full-Time
Result: Selected
Difficulty: Easy
Rounds: 2 rounds
Topics Asked: Python, OOPS, Data Structure and Algorithm, Machine Learning, Pandas, Web Scraping, Resume-based questions.
The interview experience for a Python Developer role consisted of two rounds.
Round 1 (Video Call): This 30-minute round started with an introduction, followed by resume-based questions. There was a discussion on web scraping, including a technical question about web scraping a website with captcha to be solved by OCR.
Round 2 (Video Call): This 15-minute final round included one Python problem. The specific coding problem was "String Breaker," where the task is to break a given string 'S' into subparts, all present in a 'Dictionary' of words, and find the minimum number of breaks needed. Notes for the problem stated that if 'S' is already in the dictionary, 0 breaks are needed, and if impossible, print -1.
Tips for preparation included focusing more on development skills than solely on DSA, as they mainly check development skills. Also, for take-home assignments, submitting as soon as possible is preferred.