calc conversion assumption and implement via python script (on paper, not computer)
Python Programmer Interview Questions
5,410 python programmer interview questions shared by candidates
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
Give me brief about projects?
What is jsonn? How give current datetime?
Please explain promise in JavaScript.
Tuples, string slicing, dictionaries, lists, etc
No specific questions
Viewing 1441 - 1450 interview questions