aptitude, verbal reasoning, numericals, odd man out series.
Developer Interview Questions
269,158 developer interview questions shared by candidates
What does the keyword static mean?
Whats an inner and outer join.
What is your profession? Where did you worked? Do you know SQL solution for this ... problem? Are you familiar with databases like ORA, Postgres, etc...?
What is the diffrence between custom settings and custom metadata
Given a string, return the number of each character appears in the string, example: //AAsssRRggggDAA ====> A2s3R2g4D1A2 //AAAAAbbbA =====> A5b3A1 //ABA =====> A1B1A1
If you have an array of characters, write a method to reverse the string.
Given a situation where in you can choose either composition or inheritance, which one would you choose? and why?
Implement a data structure the support the following interface void push(Integer) - O(1) Integer pop() - O(1) - pop the last element that inserted Integer get_middle() - O(1) - get the middle element value get_k(k) - O(K) - get the first k elements values.
You need to a develop a text-editor. What is the data structure that you'll use to store the data. It should consume minimum possible memory, and should be able to support most of the basic functions of a text editor
Viewing 1191 - 1200 interview questions