Previously tech stack used. And examples.
Desarrollador De Software Python Interview Questions
5,396 desarrollador de software python interview questions shared by candidates
questions were easy to medium like odd/even numbers, etc (coding based), loops, oops, sql, dsa based, resume based questions like on projects and all, plus many more
Questions based on your resume and object oriented concepts.
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)
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.
Viewing 1431 - 1440 interview questions