It's about a list of parent/child pairs, then print out the family tree. input: [<a,b>,<b,c>,<a,e>] output: a b c e
Programmer Analyst Ii Interview Questions
716,716 programmer analyst ii interview questions shared by candidates
Given two vectors of strings, output the strings that only appear once across both vectors.
Most of them were basic questions. One was " Write down Java classes and methods that you required for a Transaction" "How do you convey a Technical banking transaction to a street man"
Q: What is output of following code? for(var i =0; i < 8; ++i){ setTimeOut((i)=>{console.log(i)}, 100); } What will be the code look like if we want to print 1-7 in console?
4 16 64 256 solve using for loop.
Loops question
2) You have 10 jars containing 100 marbles each. One jar has marbles weighing 1.1 grams. The other jars have marbles weighing 1.0 grams. The marbles all look alike. What is the minimum number of weighs on a scale to find out which jar has the heavy marbles.
How many functions are there in the NSObject class in Objective-C?
How to compute top k numbers in an array?
Get the last thee max salaried person from table via sql.
Viewing 2171 - 2180 interview questions