Given an array of integers, write a function that finds two numbers such that they add up to a specific target number.two_sum([2, 7, 11, 15], 9) # Output: [0, 1] (because nums[0] + nums[1] == 9)
Software Developer Python Interview Questions
6,401 software developer python interview questions shared by candidates
1. Python beginner questions 2. SQL questions 3. API questions
in language of your choice: parse csv file to group user records containing start date and duration of use x days of date given. output csv file to group showing activation date and sliding gradient in decimal value of customers still active on per date basis.
How are a list and a tuple different?
Given an html web page how would you extract the price ?
write a program to find the start and end time between two given dictionary is of start time and end time in a way so that start time and endtime fell into the given time interval between two dictionaries
write a program for binary search in Python
What are meta classes, what does the yield do, comprehension types, class inheritance, how to use magic_methods, what is context manager
Something about yourself, what is regresssion, what is k means
basic python questions about OOP.,List, Dict and etc.
Viewing 5291 - 5300 interview questions