In group Manager round , they asked me about my native place this was first question followed by other details such my current and previous organization roles.
Senior Python Developer Interview Questions
499 senior python developer interview questions shared by candidates
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)
MVC and MCT concept.
Django questions and REST full api related questions.
They asked about python, flask, MySQL, Pandas.
The interview questions are Average
Write a SQL query on a condition based ?
Python’s internal functions were in the spotlight. I had to whip up examples for map(), filter(), and reduce()
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
What are the pros and cons of microservices?
Viewing 411 - 420 interview questions