Python Interview Questions

6,381 python interview questions shared by candidates

aptitude was easy. technical was average not to difficult. they asked java multithreading and python basics and diff b/w java and python. HR was also easy. they asked about my self and asked my regretful moment.
avatar

Python Developer

Interviewed at Grepthor Software Solutions

3.9
Jan 29, 2021

aptitude was easy. technical was average not to difficult. they asked java multithreading and python basics and diff b/w java and python. HR was also easy. they asked about my self and asked my regretful moment.

There were 3 questions in coding round. 1.write a program to find number of special characters, odd numbers and even numbers in a input string using classes. 2.write a program to sort the given string in reverse order without affecting the position of special characters and numbers. 3.write a program to find the number of capital and small letters in a string. we have to write the algorithms we are using also and also time is just 1 hr
avatar

Python Developer

Interviewed at Ravsoft Solutions

3.6
Dec 29, 2019

There were 3 questions in coding round. 1.write a program to find number of special characters, odd numbers and even numbers in a input string using classes. 2.write a program to sort the given string in reverse order without affecting the position of special characters and numbers. 3.write a program to find the number of capital and small letters in a string. we have to write the algorithms we are using also and also time is just 1 hr

function weird(x) { var tmp = 3; return function(y) { return x + y + ++tmp; } } var funny = weird(2); var final_answer = funny(10); What is the value of final_answer at the end of this snippet? Please explain your answer
avatar

Python Developer

Interviewed at Ignite Solutions

4.2
Nov 21, 2019

function weird(x) { var tmp = 3; return function(y) { return x + y + ++tmp; } } var funny = weird(2); var final_answer = funny(10); What is the value of final_answer at the end of this snippet? Please explain your answer

Viewing 731 - 740 interview questions

Glassdoor has 6,381 interview questions and reports from Python interviews. Prepare for your interview. Get hired. Love your job.