what was my GPA, what did i learned from my preceptor, why i wanted to be a nurse. how to solve problems with a family member, what was my favorite subject at nursing school and the most challenging
New Associate Programmer Analyst Interview Questions
10,609 new associate programmer analyst interview questions shared by candidates
They ask me about if some company offers you double salary then us and its in your city,what would you do?would you like to join there or stay here?
Write a function to print first n odd powers of 3, where n is given.
Two data structures problems, one bit manipulation problem and one design problem. Very similar to medium-level (and perhaps a couple of hard-level) Leetcode problems.
Write a function (in your preferred language C, C++, or Java) that will take the given string and return the reverse. (ie. input:"abc def ghi" output:"ihg fed cba") Optimize the above code (if possible). Now knowing that the original function you wrote in pt1 is being used by other programs and cannot be modified write another function that when called will utilize the function from pt1 to only reverse the words in the sentence. (ie. input:"abc def ghi" output:"ghi def abc") Test your code.
Tell me about your last job.
What fuels your competitive drive?
None I could think of, I prepared everything from careercup yahoo questions and programming interviews book. I dint had an offer during the time I was writing this. 1. find right cousin of a given node. 2. simple oop and data structure questions. and lots of simple questions checking my ability to handle things in log(n) complexity. 3. binary search - took me into situation I wrote code in 3 diff, prog. lang's
Sorting, HashMap, DP
Given a family tree, how would you find the least common ancestor?
Viewing 121 - 130 interview questions