Example: Test Composition
Example: Test Composition
Test Composition
The test consists of 2 sections to be attempted in 60 minutes.Section 1 tests the conceptual knowledge
of the candidate with the help of 20 MCQ based questions on JSP concepts. Section 2 tests the
practical knowledge with the help of 6 questions on syntax correction, debugging, completing a partially
written code and solving a puzzle programmatically.
Performance Summary
0
Hands On
16 33 68 84 100
Values shown in above chart are percentages
Recommendation
Overall: The candidate performance has been poor in the given test. The candidate is unlikely to be
suitable for any kind of technical role be it bug fixes or writing basic logic.
SECTIONAL PERFORMANCE
16 33 68 84 100
Values shown in above chart are percentages
This section measure a candidates hands on programming skills through question on syntax correction,
debugging, code completion and problem solving using programming.
0
Development
16 33 68 84 100
Values shown in above chart are percentages
Very Low Low Moderate High Very High
Overall Summary
MARKS SCORED
Score Percentile
21 / 26
attempted Available time was 1 hr 0 min
15 incorrect
(scored 0/19)
Section-wise Details
JSP Concepts
MARKS SCORED
Score
20 / 20
attempted Available time was 0 hr 10 min
14 incorrect
(scored 0/14)
Hands On
MARKS SCORED
Score
1 incorrect
(scored 0/5)
0 0
hr min
1/6
attempted Available time was 0 hr 50 min
5 not attempted
(scored 0/75)
Question-wise Details
JSP Concepts
Question 1: Pick out the right syntax for defining the following expression:
(2*3) + 1
EASY JAVA - JSP
1
Time Taken: 9 sec
1
Question 2: JSP is a:
EASY JAVA - JSP
0
Time Taken: 5 sec Answer Explanation Available
1
1. <jsp:usebean>
Page
session
PageContext
request
0
Time Taken: 2 sec
1
0
Time Taken: 3 sec
1
ActiveX controls
EJB
both A and C
0
Time Taken: 2 sec Answer Explanation Available
1
tei-class
tei-info-class
tag-extra-info-class
tag-extra-class
0
Time Taken: 3 sec
1
Question 7: What is the name of the attribute that can be used to specify that a tag's
attribute can accept request time expression value?
EASY JAVA - JSP
1. <accep-request-time-value>
1. <rtexprvalue>
1. <set-rtexprvalue>
1. <enable-rtexprvalue>
0
Time Taken: 3 sec
1
response
session
out
0
Time Taken: 2 sec
1
Question 9: js.JSPwriter is a class for which of the following objects?
MEDIUM JAVA - JSP
page
out
session
response
1
Time Taken: 2 sec Answer Explanation Available
1
Question 10: A jsp page called Arun.jsp is passed a parameter name in URL using
http://localhost/Arun.jsp?name="Arun". The Arun.jsp contains below code -
welcome Arun
welcome null
0
Time Taken: 2 sec
1
Question 11: Which of the following is true about bean managed persistence?
MEDIUM JAVA - JSP
It is deserialization of bean
0
Time Taken: 3 sec
1
Use response.sendRedirect("http://www.mettl.com")
Use http://www.mettl.com
0
Time Taken: 2 sec Answer Explanation Available
1
Question 13: Answer the following questions based on your knowledge of JSP
Which of the following JSP objects do not have the ability to hold arbitary
values?
MEDIUM JAVA - JSP
session
config
application
request
1
Time Taken: 2 sec Answer Explanation Available
1
Question 14: A bean with property name is loaded using the below statement -
1. <jsp:usebean id="name" class"Name">
1. <jsp:getProperty bean="fruit"
property="name">
1. <jsp:getProperty name="fruit"
property="name">
1. <jsp:getName bean="Name">
0
Time Taken: 3 sec
1
Question 15: If you don't want to create new session everytime a jsp page is opened. How
can this be achieved?
MEDIUM JAVA - JSP