Servlet - Basic
This exam is based on the ability to use the servlet API for basic tasks. This knowledge is still needed when using a web framework (as Struts, Tapestry, Spring MVC, etc.). This exam is complementary to the JSP Basic and the Struts Basic exams. It requires much less knowledge than the SCWCD certification.
Are not part of the basic exam (but kept for intermed & advanced exams):
- Session attribute listeners
- Servlet Init params
- Servlet Context Listeners
- Work with cookies API.
- Filters
- Request wrapper
- Error handling
- Security
| Released | Beta | Frozen | ||
|---|---|---|---|---|
Servlet 1 question
Write a simple Servlet class
|
13 | 387 | 51 | |
Request 3 questions
Differentiate GET and POST HTTP methods
Manipulate request Parameters
|
29 | 76 | 108 | |
Response 1 question
Produce the HTTP response body
|
12 | 41 | 49 | |
Attributes 2 questions
Retrieve and Store attributes in each scope : HttpServletRequest, HttpSession, ServletContext
|
19 | 2 | 48 | |
Session 2 questionsUnderstand JSESSIONID mechanism
Not covered: Related listeners are not part of this exam, questions regarding attributes should be placed in the "Attributes" objectives. |
33 | 86 | 63 | |
Servlet Context 1 question
Understand the servlet context scope within a web application
|
12 | 20 | 32 | |
Structure and Deployment 3 questionsWrite a simple Deployment Descriptor
Not covered: no questions on context listener nor init parameters |
42 | 29 | 94 |
Exam information
- 17 minutes
- 13 questions (1246)
- 80% required
- +3 √
- - 4 points
- 15 day delay
- status: released



