Given a triangle and a point, how do you tell if the point is inside the triangle or outside? Extend this for a irregular polygon
Programador Interview Questions
24,052 programador interview questions shared by candidates
Based on resume
what is the output public class Barclays { static class A{ A(){ f(); } public void f(){ System.out.println("A ctor"); } } static class B extends A{ B(){ f(); } public void f(){ System.out.println("B ctor"); } } public static void main(String[] args) { B b = new B(); b.f(); A a = new A(); a.f(); } }
Why Deloitte?
How do you add 2 missing values so that the result is zero?
Description of the steps you take in an design process after requirements are set.
in 2nd technical round question asked on c,c++,OS. basics.OOPS features with examples. and at the end asked to write code doubly linked list with all operation(mainly delete node by giving position)
what is your name
Majority of the questions were programming questions
Tell me about an experience where you were forced to handle a conflict, and what was the outcome
Viewing 151 - 160 interview questions