For the years 1901 to 2000, count the total number of Sundays that fell on the first of a month.
Senior Python Developer Interviews
Senior Python Developer Interview Questions
"Senior developers have years of experience in Python and have the knowledge and communication skills to mentor other developers. Companies prioritize strong technical skills and questions will focus on problem solving and critical thinking. A bachelor's degree in computer science or a related field, along with years of industry experience are standard."
461 senior python developer interview questions shared by candidates
Write a function to return the nth fibonacci number. The first two can be assumed to be 1 and 1. The third and fourth are then calculated to be 2 and 3.
How would you write a program to move inside a square spiral? Start at the upper left corner of the square and walk its edges clockwise. Just before re-approaching the upper left corner, spiral into the square instead, ultimately arriving at the center of the square.
Given a very long string composed of numbers as characters, find the four character substring that has the largest multiple. For example, given the string "809723", the two char substring with the largest multiple is "97", having a multiple 9*7 = 63.
which command in git can be used to return the shortest SHA1 hash
How would you design the Delivery Hero System? Downfalls of the NoSQL (GAE datastore)? Traveling Salesman problem. Numerous questions related to that - as their system deals with that on an everyday basis.
How did the process go?
Tuples vs List in Python
What is the difference between rabbit mq and Kafka.
Write fibonacci sequence functions using generator and recursion.
Viewing 1 - 10 interview questions