Desarrollador De Software Python Interview Questions

5,396 desarrollador de software python interview questions shared by candidates

- Python MC questions got pretty into the weeds of a very wide spanning range of Python topics. Don't think there's a way to prepare for this other than knowing your stuff. - Linux MC questions were very basic cli stuff: grep, permissions, piping etc. - Design a class to process some shopping data stored in a bunch of CSVs within a Linux container they had set up.
avatar

Python Developer

Interviewed at Old Mission

4.2
Feb 8, 2025

- Python MC questions got pretty into the weeds of a very wide spanning range of Python topics. Don't think there's a way to prepare for this other than knowing your stuff. - Linux MC questions were very basic cli stuff: grep, permissions, piping etc. - Design a class to process some shopping data stored in a bunch of CSVs within a Linux container they had set up.

Write a program that checks if an integer is a vampire number. For an integer to be a vampire number(v) it needs to meet these 4 criteria: 1)Has a pair number of digits. Lets call the number of digits:n 2)You can obtain v by multiplying two integers,x and y, each with n/2 digits. x and y are the fangs. 3)Both fangs cannot end simultaneously in 0. 4)v can be made with all digits from x and y, in any order and only using each digit once. Example: 21*60=1260 <--Vampire number 210*600=126000 <--Not a vampire number
avatar

Python Developer

Interviewed at Canonical

3.2
Mar 11, 2024

Write a program that checks if an integer is a vampire number. For an integer to be a vampire number(v) it needs to meet these 4 criteria: 1)Has a pair number of digits. Lets call the number of digits:n 2)You can obtain v by multiplying two integers,x and y, each with n/2 digits. x and y are the fangs. 3)Both fangs cannot end simultaneously in 0. 4)v can be made with all digits from x and y, in any order and only using each digit once. Example: 21*60=1260 <--Vampire number 210*600=126000 <--Not a vampire number

Viewing 1541 - 1550 interview questions

Glassdoor has 5,396 interview questions and reports from Desarrollador de software python interviews. Prepare for your interview. Get hired. Love your job.