Dovresti giustificare le tue scelte nella sfida di codice, spiegando perché le hai utilizzate e quali conoscenze hai sulle sfide e sui problemi di un progetto di web scraping a cui hai pensato prima di scrivere il codice in questo modo.
Python Developers Interview Questions
6,401 python developers interview questions shared by candidates
Pas de question, juste des instructions pour une API à réaliser
Basic Python concepts and DBMS queries
Given an array of integers, write a function that finds two numbers such that they add up to a specific target number.two_sum([2, 7, 11, 15], 9) # Output: [0, 1] (because nums[0] + nums[1] == 9)
Technical round L2 asked linkedlist related questions and dynamic programming.
It was mostly a general chat - asked about my experience and salary expectations etc. The part I found most jarring for a company that tries to be more unique and not at all corporate was that I felt pushed to regurgitate the company values. It did feel like the interviewer was interested in learning about me beyond ticking that box.
Asked basic python theory concept and code for Call by value and Call by reference
Simpe data structures and algorithms questions.
URL shortening service coding which includes concurrency
Python basic knowledge and solutions.
Viewing 5261 - 5270 interview questions