Python Basics including List, Dict, String, Class DSA questions on List and Tree
Desarrollador De Software Python Interview Questions
5,396 desarrollador de software python interview questions shared by candidates
Rate your performance in odoo / python out of 10 and based on that they have asked the questions
written test with essay writing on global warming
ask about only work experience
Asked about past projects and technologies worked with in college
- 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.
- Is there anything you would to ask about the company? - Can you move to our location? - What is your experience with Python and how comfortable are you with it? - What are your salary expectations?
Questions about Django multiple database setup
Questions about Django middleware
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