IT Walkin

Deloitte Aptitude test Interview Questions 2015

Deloitte Aptitude test Interview Questions 2015

1. The relationship between Classes and Objects can be seen as the relationship between a _______________
A. blueprint/model
B. Print model
C. Both A and B
D. None of these

2. State variables are also called ___________ variables
A. Class
B. instance
C. Variable
D. Object

3. The values passed to a method when it is invoked are called _____________ parameters
A. horizontal
B. vertical
C. actual
D. None of these

4.The name of the method together with the list of its formal parameters is called the _________________ of the method
A. informal
B. non-signature
C. Both A and B
D. signature

5. How many types of Contro Statements are there?
A. 1
B. 2
C. 3
D. 4

6. The ____________ statement is an extension of if statement that provides another option when ‘if’ statement evaluates to “false” i.e. else block is executed if “if” statement is false.
A. nested if statement
B. If Statement
C. if-else
D. all the above

7.The keyword ___________ is followed by an expression that should evaluates to byte, short, char or int primitive data types ,only. In a switch block there can be one or more labeled cases.
A. while
B. switch
C. do-while
D. break

8. A ___________________ is a sequential path of code execution within a program.
A. Thread
B. Synchronization
C. Applets
D. Assertions

9. A _____________ is an instance of a computer program that is executed sequentially.
A. Process
B. Method
C. Compilation
D. Assertions

10. Several threads of execution may be associated with a single process. Thus a process that has only one thread is referred to as a ______________
A. Single-Threaded Process
B. Multi-Threaded Process
C. both A and B
D. none

Leave a Reply

Your email address will not be published. Required fields are marked *