Python Basic and coding with advanced concept
Python Programmer Interview Questions
5,410 python programmer interview questions shared by candidates
What is slicing in Python?
What is the primary use of Numpy?
1) Given a sorted array of n elements, possibly with duplicates, find the number of occurrences of the target element. (solution: binary search twice) 2) Given an integer array nums, find a contiguous non-empty subarray within the array that has the largest product, and return the product.
The interview was in batch and there were approx 15-16 peoples in batch. The questions were - 1. Introduce yourself. 2. what is tuple, list and lambda function
Implement a stack with multiple pops
Logical question
Python list within list make it flat single list using list comprehension
Escribe un programa para invertir una cadena
write the code to check the string is palindrome
Viewing 3921 - 3930 interview questions