Skip to main content

Posts

Showing posts from August, 2015

Odessa Technologies Aptitude Test 2015 - Analytical Reasoning

Odessa Technologies Aptitude Test 2015 Analytical Reasoning Problem 1 : If MOTHER is coded as UHKWRP, how will FATHER be written Problem 2 : The six people in a party are walking in the following se-uence : The Brazilian is to the left of the German and to the right side of the French. The Australian is to the right of the German, but to the left of the Argentine, who is to the left of the Italian. Between whom is the Australian walking? Problem 3 : A coal processing plant is the major employer in the DVC area in Jharkhand, but the environmental regulations will force it to close if continued with old polluting processes. To update the plant to use newer, cleaner technolgy is so expensive that the plant will close unless it receives the tax break it requested. In order to prevent a major unemployment hike in the area, the government is considering the plant's request. Which of the following would be most important for the Jharkhand govt. to consider. P

Odessa Technologies Aptitude Test 2015 - Numerical Reasoning

Odessa Technologies Aptitude Test 2015 Numerical Reasoning Problem 1 : Three typists A,B,C work in an office. They are given a handwritten document to type. Individually, A, being the most  experienced, can type the whole document in 40 minutes, B can do that in an hour, and C, the fresher, can do it in 1 hr 20 minutes. They decided to split the document among themselves so that it can be done in minimal time. What would be the time taken to complete the task? Problem 2 : Three chemists want to prepare a solution of HCl and HNO3. The solutions are labeled x/y to denote the concentrations x% and y% of the two acids (the rest being water). As individually they came up with labels 50/25, 40/40 and 30/40, what will be the ratio in which the three solutions need to be mixed, to get a desirable 37/37 solution? Problem 3 : The price of a gemstone is proportional to the square of its weight. A piece of such a stone, valued at $1m is somehow broken in 5 different pi

JAVA INTERVIEW QUESTIONS

JAVA INTERVIEW QUESTIONS 1.       What will be the result of attempting to compile and run the following class? public class Assignment {     public static void main(String[] args) {         int a, b, c;         b = 10;         a = b = c = 20;         System.out.println(a);     } } The code will fail to compile, since the compiler will recognize that the variable c in the assignment statement a = b = c = 20; has not been initialized. The code will fail to compile because the assignment statement a = b = c = 20; is illegal. The code will compile correctly and will display 10 when run. The code will compile correctly and will display 20 when run. 2.       Which statements are true? a.       The result of the expression (1 + 2 + "3") would be the string "33" . b.       The result of the expression ("1" + 2 + 3) would be the string "15" . c.        The result of the expressi

How to Capture Screenshot on Samsung Galaxy Y

Capture Screenshot on Samsung Galaxy Y Step 1:  Press and hold Home key (Count 1) followed by Power key after a second (Count 2). Step 2:   Release Power key (Count 3) followed by Home key after a second (Count 4). NOTE:  Task Manager window will pop-up if you did this incorrectly.  Screenshots will be saved automatically to Gallery. You can check it under ‘ScreenCapture’ sub-folder. The default image file format is PNG.