Sapthagiri Assessment Portal
Conducted by Tripillar

Java + DSA Assessment — Test 1

Assessment Instructions

  • Please read each question carefully before answering.
  • All questions are mandatory.
  • Each question carries one mark.
  • There is no negative marking.
  • Do not refresh, reload, or close the page during the assessment.
  • Ensure your personal details are entered correctly before submitting.
  • Click the "Submit Test" button only after completing all questions.

Student Details

1. JDK stands for?
2. JRE stands for?
3. JVM stands for?
4. Which keyword is used to declare a variable?
5. Which operator is used for equality check?
6. Which loop executes at least once?
7. Switch statement works with?
8. Which statement is used for decision making?
9. Scanner class is used for?
10. Which data type stores decimal values?
11. Method is defined using?
12. Parameter passing happens during?
13. Constructor name must match?
14. Default constructor has?
15. Access modifier private allows access?
16. Scope of local variable?
17. Wrapper class of int?
18. Stack memory stores?
19. Heap memory stores?
20. Debugging means?
21. Output of 2+3?
22. Which is not primitive type?
23. Break statement used in?
24. Continue statement does?
25. Return keyword used in?
26. Which is relational operator?
27. Logical AND operator?
28. Nested loop means?
29. Method return type void means?
30. Compilation converts code to?