def foo(x, l=None): l.append(x*2) del l print(foo(9)) print(foo(3))
Python Programmer Interview Questions
5,404 python programmer interview questions shared by candidates
def foo(x, l=None): l.append(x*2) del l print(foo(9)) print(foo(3))
Asked a data Structure problem in Python
Tell me about Lambda function and why it is used?
Two python code challenges and some specifics about the tech you choose
reverse a list to a from a given index position(all leetcode questions)
Introduce yourself and describe your current or most recent job role. What do you enjoy most about working on technical projects?
What is a decorator in python?
DSA And Modified Question from hacker rank , including data type, logical coding
DSA was just some basics like sorting and finding the element in an binary tree. technology i was asked what on my resume.
Viewing 4961 - 4970 interview questions