Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

1. Design and development teams are responsible for defects. True or false?

False
2. Application Management service is implemented in ________
a. Service delivery
b. initiation
c. service baseline
d. .mobilization

3. Dimensional hierarchy is normalized into dimensional tables in


a. Star schema
b. Snowflake
c. Galaxy
d. All the above

4. Features of HTML5
a. Desktop behavior
b. CSS enhancements
c. Offline data storage
d. Drag & drop
e. All the above

5. Which is true about Unit Testing.? Choose the appropriate option.


a. Validates source code & requirements
b. Done by developer
c. Same as debugging
d. a & b
e. b & c

6. AM service for the integrity of live environment is protected and correct component are delivered.
a. Release Management
b. Problem Management
c. Request Management
d. Change Management

7. AM service for indicating minor change in the existing application is_______


a. Release Management
b. Problem Management
c. Request Management
d. Change Management
8. “Incident” refers to _______
a. Unplanned interruptions to service
b. Occurrence of same problem
c. Requirement not met
d. None of the above

9. MAC OS features for managing threads is ____________


a. Open CL
b. 32-bit throughput
c. 64-bit throughput
d. Grand Central Dispatch

10. Which of the following is not a dataware house characteristic?


a. Volatile
b. Sub oriented
c. Time variant
d. Integrated

11. Conventional compilers?


Answer - Lexical Syntax semantic – pass 1
Memory Allocation , Target
code generation ……--pass 2

12. ______ OS is used by companies with high transaction volumes.

a. z/VSE
b. z/VM
c. z/OS
d. z/TPF

13. Mesh network general formula


n(n-1)/2

14. Which of the following is not used in functional points?


a. FP based SLA
b. Performance tuning
c. Productivity
d. Database back up
e. Estimation

15. Cloning of an object to avoid new object creation


a. Adapter pattern
b. Factory pattern
c. Abstract pattern
d. Prototype pattern

16. Variance in top-down estimation model


a. 3-7%
b. 10-50%
c. 25-50%
d. 10-15%

17. Server ensuring reporting programs & data updating programs don’t interfere
a. Admin server
b. Web server
c. Form server
d. Concurrent processing server

18. Project reviews by senior leadership


a. cDart
b. mDart
c. mDar
d. none

19. What is the multiboot utility in MAC OS?


a. Boot strap
b. Boot camp
c. Boot OS
d. None of the above

20. What are window based applications among the following? Choose two options.
a. XML
b. HTML
c. Flash
d. .net
e. Java

21. A ________ is a sort where adjacent items in the array or list are scanned repeatedly swapping as necessary, until
one full scan performs no swaps.
a. Selection sort
b. Merge Sort
c. Bubble Sort

22. Which is not a property of a node among the following?


a. nodeText
b. nodeValue
c. nodeType
d. nodeName

23. Data quality checks category?


All of the above is the answer
( Haven’t noted the options.sorry!!  )

24. To create an object for http request.


a. Variable= new XMLHTTP();
b. Variable= new XMLHTTP;
c. Variable obj= new XMLHTTP();

25. Select max(sal) from emp<(select max(sal) from emp) displays


a. Highest salary
b. Lowest salary
c. Second Highest salary
d. Second Lowest salary

26. class A
{
A()
{
s.o.p(“In class A”);
}
}
Class B extends A
{
B()
{
Super();
s.o.p(“In class B”);
}
}
Class C extends B
{
C()
{
Super();
s.o.p(“In class C”);
}
public static void maint(ar[])
{
C c1=new c();
}
}

ANS: In class A In class B In class c --------- prints in different lines

27. int x=10,y=0,z=0;


while(++y <= --x && z<= --x)
{
y++;
z++;
}
Values of y, x, z respectively?

a. 5 5 5
b. 7 3 3
c. 6 5 3
d. 7 5 5

28. Android bla bla


a. Simulator
b. Emulator
c.
d.

29. Class Except0 extends Exception


{}
Class Except1 extends Except0
{}
Class A
{
Public static void main(String ar[])
{

Try
{
Except1 e1=new Except1();
}
Catch(Except0 e)
{
S.o.p(“Except0 is caught”)
}
Catch(Exception e)
{
s.o.p(“Exception is caught”);
}
}
OutPut : Exception is caught
30. If(True & False) // I don’t remember the question exactly
{
s.o.p(“ ”);
}
If(True && False)
{
s.o.p(“ ”)
}

Output: No output

31. Choose two options for better performance


a. Throw the appropriate exception rather than a general exception
b. Catch the exception by specifying the exception rather than generally as Exception
c. Include the code in try block in most cases.
(I don’t remember the exact wordings. It was similar to the above.)

32. The following list falls under which category?


 Abc
 Xyz

a. Ordered list
b. Unordered list
c. List

33. The tag for including font, color, type for a group of columns in a table

a. Colspan
b. ColGroup
c. Span
34.Tables used in data warehousing-FACT & DIMENSION TABLES

35.Risk analysis-SPIRAL MODEL

36.In binary search- High=middle-1

37.Oracle apps r highly secure bcz of- Role based security system

38.Not a disadvantage of Incremental model –Need planned and well defined interfaces b/w increments especially if they
are developed in parallel

39.Hi,Hello-nothing vl b printed

40.Line 9,line 11-Error at line 9

You might also like