Você está na página 1de 5

Pinnacle Seven Technologies Technical Round Written Test: 90 Mins

Name: Qualifications: Positions:

1. How many times in a day, are the hands of a clock in straight line But opposite in direction?

a. 20 b. 22
c. 24 d. 48
2. Excluding stoppages, the speeD of a Bus is 54 kmph and including stoppages, it is 45 kmph. For how many
minutes does the Bus stop per hour?

A. 9 B. 10
C. 12 D. 20
3. The sum of first five prime numbers is

A. 11 B. 18
C. 26 D. 28
4. A father saiD to his son, "I was as old as you are at the present at the time of your Birth". If the father's age is 38
years now, what was the son's age five years Back?

A. 20 years B. 18 years
C. 14 years D. 22 years
5. 835, 734, 642, 751, 853, 981, 532

A.751 B. 853
C. 981 D. 532
6.Which of the following type of class allows only one object of it to Be created?

A. Virtual class B. Abstract class


C. Singleton class D. Friend class
7.Which of the following is not the member of class?

A. Static function B. FrienD function


C. Const function D. Virtual function
8. When a class serves as base class for many derived classes, the situation is called

A. polymorphism B. hierarchical inheritance

C. hybrid inheritance D. multipath inheritance

9. Which of the following concept of oops allows compiler to insert arguments in a function call if it is not
specified?

A. Call By value B. Call By reference


C. Default arguments D. Call By pointer
Pinnacle Seven Technologies Technical Round Written Test: 90 Mins
10. Which of the following problem causes an exception?

A. Missing semicolon in statement in main() B. A problem in calling function


C. A syntax error D. A run-time error
11.Which of the following components of the .NET framework provide an extensible set of classes that can be used
by any .NET compliant programming language?

A. .NET class libraries B. Common Language Runtime


C. Common Language Infrastructure D. Component Object Model
12. Which of the following .NET components can be used to remove unused references from the managed heap?

A. Common Language Infrastructure B. CLR


C. Garbage Collector D. CTS
13.Which of the following is the root of the .NET type hierarchy?

A. System.Object B. System.Type
C. System.Base D. System.Root

14. In ASP.NET Client-Side validation is possible with

A. HTML B. DHTML

C. XHYML D. HTML5
15. Validation control displays error messages using which of the following methods?

A. Inline B. summary
C. In place and summary D.All the above
16.Which one of the following is used to define the structure of the relation ,deleting relations and relating schemas
?

A. DML B. DDL
C. Query D. Relational Schema
17. How can you find rows that do not match some specified condition?

A. EXISTS B. Double use of NOT EXISTS


C. NOT EXISTS D. None of the above
18. Which of the following creates a virtual relation for storing the query ?

A. Function B. View
C. Procedure D.None of the above
19. A relational database consists of a collection of

A. Tables B. Fields
Pinnacle Seven Technologies Technical Round Written Test: 90 Mins
C. Records D. Keys

20.Which of the join operations do not preserve non matched tuples

A. Left outer join B. Right outer join


C. Inner join D.None of the above
21. Which class does not override the equals() and hashCode() methods, inheriting them directly from class Object?

A. java.lang.String B. java.lang.Double
C. java.lang.StringBuffer D. java.lang.Character
22.Which of the following are Java reserved words?

A. run and import B. import and default


C. default an d implement D. import and implement
23.Which is valid declaration of a float?

A. float f = 1F; B. float f = 1.0;


C. float f = "1"; D. float f = 1.0d;
24. What line of code should replace the missing statement to make this program compile?

A. No statement required B. import java.io.*;


C. include java.io.*; d
25. A class that is inherited is called as

A. superclass B. subclass
C. subsetclass D. relativeclass
26.Which of the following describes an ERP system?

A. ERP systems provide a foundation for collaboration B. ERP systems enable people in different business
Between departments areas to communicate
C. ERP systems have been widely adopted in large D. All of the above
organizations to store critical knowledge used to make
the decisions that drive the organization's performance
27.Who are the primary users of ERP systems?

A. Sales, marketing, customer service B. Accounting, finance, logistics, and production


C. Customers, resellers, partners, suppliers, and D. All of the aBove
distributors
28.A Bill of materials lists the

A. times needed to perform all phases of production B. production schedules for all products
Pinnacle Seven Technologies Technical Round Written Test: 90 Mins
C. components, ingredients, and materials required to D. operations required to produce an item
produce an item
29. Which functional area is responsible for taking customer orders?

A. Marketing and Sales B. Production and Materials Management


C. Accounting and Finance D. Human Resources
30. Inventory is also referred to as

A. stock B. warehouse capacity


C. materials D. materials in hand
31.One day scientists will ________ find a cure for cancer.

A. Can B. be able to
C. been able to d. have been able
32. You dont look happy ________ me

A. to see B. to seeing
C. in seeing D. at seeing
33. It was ________ that I could hardly work.

A. so warm a day B. a so warm day


C. so warm day d. none of these
34. You can speak ________. I wont tell anyone what you say.

A. free B. freely
C. with freedom D. none of these
35. ________ by rain we took shelter under a tree.

A. driving B. driven
C. been driving D. been driven
36. Which types of image maps can be used with JavaScript?

A. Server-side image maps B. Client-side image maps


C. Server-side image maps and Client-side image maps D. None of the above
37. What are variables used for in JavaScript Programs?

A. Storing numbers, dates, or other values B. Varying randomly


C. Causing high-school algebra flashbacks D. None of the above
38. Difference between ArrayList, Vector with an simple example?
Pinnacle Seven Technologies Technical Round Written Test: 90 Mins
39. Write a program to find two lines with max characters in descending order?

TroubleShooting

40. Analyze the following code:

public class Test {


public static void main(String[] args) {
int[] x = new int[5];
int i;
for (i = 0; i < x.length; i++)
x[i] = i;
System.out.println(x[i]);
}
}

Options:
a) This program display 0,1,2,3,4
b) This program display 4
c) The program has a runtime error because the last statement in the main method
causes ArrayIndexOutOfBoundsException
d) The program has syntax error because i is not defined in the last statement in the
main method
e) This program display 1,2,3,4,5

*** All the Best***

Você também pode gostar