One question asked in VUE JS, Later they told we will update
Python Interview Questions
6,372 python interview questions shared by candidates
There is an assignment to calculate the Sum of Squares. From Stdin, accept N as the number of test case arrays to calculate the Sum of Squares, and N consecutive lines, enter array_1...till array_n, separated by lines. And calculate the Sum of Squares of each of the arrays. Some rules include: - Use only standard libraries - Do not use for loop - Use package main - Print all results after the input has been inserted. i.e. Input: N arr_1 ... arr_n Output: sum_of_squares_arr_1 ... sum_of_squares_arr_n - There should be no empty lines between input and output - There are some other rules but negligible
input = aabbbccc output = a2b3c3
Me foi perguntado sobre o motivo de eu ter saído da empresa anterior.
Where do you see yourself in next 5 years?
What is the difference between ML and DL?
Have you worked on Regression? Why is Logistic Regression called Regression when it is a classifier?
create a matrix and it should reverse the input and showcase in star format
What is the default behavior of SQLAlchemy if we try to access an unloaded relationship attribute of an entity?
python is OOP
Viewing 151 - 160 interview questions