Microsoft
98-361 · Question #61
You are writing a Web application that processes room reservation requests. You need to verify that the room that a guest has selected is not already reserved by another guest. Which type of…
The correct answer is B. server-side. For room availability we need to check a database located on a server.
Understanding Web Applications
Question
You are writing a Web application that processes room reservation requests. You need to verify that the room that a guest has selected is not already reserved by another guest. Which type of programming should you use to determine whether the room is still available when the request is made?
Options
- Aclient-side
- Bserver-side
- CMultithreaded
- Dbatch processing
How the community answered
(30 responses)- A7% (2)
- B77% (23)
- C13% (4)
- D3% (1)
Explanation
For room availability we need to check a database located on a server.
Topics
#server-side programming#data validation#real-time verification#client vs server
Community Discussion
No community discussion yet for this question.