Python coding questions: 1. Implement decorator with parameters 2. Write Dict comprehension 3. Swap Dict keys and values AWS questions
Python Developers Interview Questions
6,394 python developers interview questions shared by candidates
Django basic Question they might ask
Asked basic python theory concept and code for Call by value and Call by reference
Simpe data structures and algorithms questions.
Python basic knowledge and solutions.
Rebase vs Merge, what does rm -r do?
Included questions like AWS concepts,generator in python,2 python questions list_1 = [0, [1, 2], [4, [6, 7, [8, 9]]], 10], expected_answer = [0, 1, 2, 4, 6, 7, 8, 9, 10] and list_1= [1, 7, 0, 0, 8, 0, 10, 12, 0, 4], expected_answer = [1, 7, 8, 10, 12, 4, 0, 0, 0, 0] regarding static variables
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)
Technical round L2 asked linkedlist related questions and dynamic programming.
It was mostly a general chat - asked about my experience and salary expectations etc. The part I found most jarring for a company that tries to be more unique and not at all corporate was that I felt pushed to regurgitate the company values. It did feel like the interviewer was interested in learning about me beyond ticking that box.
Viewing 5271 - 5280 interview questions