Given a Binary Search Tree with integers at every node and an integer k, write code that decides whether or not there exists two nodes a and b such that a+b=k
Desarrollador Python Junior Interview Questions
716,152 desarrollador python junior interview questions shared by candidates
A google doc link with questions ranging from JAVA, Logical and Quantitative aptitude and Verbal.
The tech questions were easy if you had some practices (leetcode, etc). The behavior questions did catch me. Be prepared for some real QA scenario questions!
Core Java questions & this person was also not aware about the immutability concept properly except what is given on internet. I had to teach him the immutability of class & object, else for this person both are same.
Find set of chars not repeated in a list.
Write numbers 2^1000 and 5^1000 in a decimal notation, next to each other. How many digits does the newly obtained number have?
The database all of a sudden becomes very slow, what could be the cause of this?
An online retailer allows sellers to post different prices for the same product at different time intervals. Find an algorithm to return a list of sorted intervals with the lowest price.
Difficult Quantitative questions
Convert a string to an integer
Viewing 591 - 600 interview questions