To continue...
Preguntas de entrevistas para Senior Python Engineer
656 Preguntas de entrevista compartidas por los candidatos | senior python engineer
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.
For the years 1901 to 2000, count the total number of Sundays that fell on the first of a month.
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.
which command in git can be used to return the shortest SHA1 hash
Show the total amount of male patients and the total amount of female patients in the patients table. Display the two results in the same row.
How much time do you need to leave your current job and start the new job?
Tell me more about your job experience
How did the process go?
Viendo 1 - 10 de preguntas de entrevista