Questions based on your resume and object oriented concepts.
Junior Python Developer Interview Questions
5,201 junior python developer interview questions shared by candidates
Provide 2 tables with 1 primary column, find inner join and right join?
Tell me about yourself ?
Just basic python questions nothing complicated
calc conversion assumption and implement via python script (on paper, not computer)
Asked about the basic concepts of Django. Also asked the knowledge on cloud platforms.
Implement the power(int b > 0, int n >= 0) function. What is its time complexity? Extend the function to also accept int n < 0. Assuming the time complexity of the implemented function was O(n), also implement an O(log n) variant. Note that use of recursion is acceptable for the O(log n) implementation, but not for the O(n) implementation. Only an iterative implementation is acceptable for the O(n) variant.
What is the formula for determining the number of permutations? Write a function to return the permutations of a given string, e.g. "abc", that are equal to the length of the given string. If this function is implemented using itertools, also implement one without using itertools. Note that use of recursion is acceptable.
(TDD pair programming) Incrementally implement a bowling score calculator.
Have you handled data management with data bricks
Viewing 1511 - 1520 interview questions