| Snaprecruit.com

| Snaprecruit.com

Interview question based on skill :

Take as many assements as you can to improve your validate your skill rating

Total Questions: 20

1. Which of the below is not a javascript framework for UI?

Correct Answer is : Springcore

2. Which of the below can be used to debug front end of a web application ?

Correct Answer is : Firebug

3. What type of protocol is HTTP?

Correct Answer is : stateless

4. What does MIME stand for?

Correct Answer is : Multipurpose Internet Mail Extension

5. What is the storage capacity of single cookie?

Correct Answer is : 4095 bytes

6. Which mode allows us to run program interactively while watching source code and variables during execution?

Correct Answer is : debug mode

7. How can we move from one desired step to another step?

Correct Answer is : breakpoints

8. Which part stores the program arguments and startup parameters?

Correct Answer is : launch configuration

9. How to deep dive into the execution of a method from a method call?

Correct Answer is : F5

10. Which key helps to step out of the caller of currently executed method?

Correct Answer is : F7

11. Which view allows us to delete and deactivate breakpoints and watchpoints?

Correct Answer is : breakpoint view

12. What is debugging an application which runs on another java virtual machine on another machine?

Correct Answer is : remote debugging

13. What happens when the value of variable change?

Correct Answer is : variable tab shows variables highlighted when values change

14. Which perspective is used to run a program in debug view?

Correct Answer is : debug perspective

15. How does eclipse provide capability for debugging browser actions?

Correct Answer is : internal web browser

16. Which of the below is not a valid design pattern?

Correct Answer is : Java

17. Which of the below author is not a part of GOF (Gang of Four)?

Correct Answer is : Gang Pattern

18. Which of the below is not a valid classification of design pattern?

Correct Answer is : Java patterns

19. Which design pattern provides a single class which provides simplified methods required by client and delegates call to those methods?

Correct Answer is : Facade pattern

20. Which design pattern ensures that only one object of particular class gets created?

Correct Answer is : Singleton pattern