Web Technologies Fundamentals

Covers Internet fundamentals, Java web development (JSP, Servlets), client-side technologies (JavaScript, CSS, AJAX), web standards, SEO, and web performance optimization.

19 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What do you need if you want to control user's action on client side? eg: Disable right click on browser

  1. ActiveX Control
  2. Scripting Language
  3. CSS
  4. XSLT
Question 2 Multiple Choice (Single Answer)

Clicking "Refresh" button in the browser causes?

  1. Synchronous Request
  2. Asynchronous Request
  3. Clears the browser cache
  4. No Request at all
Question 3 Multiple Choice (Single Answer)

what is CSS?

  1. Cascading Style Structure, defines how to display HTML elements
  2. Cascading Style Sheets, defines how to display XML elements
  3. Cascading Style Sheets, defines how to display HTML elements
  4. Cascading Style Structure, defines how to display the webpage
Question 4 Multiple Choice (Single Answer)

Clicking back button in browser causes?

  1. Sends a new request for page
  2. It will not send any request
  3. Fetches the page from the browser cache
  4. Fetches the page from virtual memory
Question 5 Multiple Choice (Single Answer)

What is AJAX?

  1. Asynchronous Javascript and XML, is the art of exchanging data with a server, and update parts of a web page - without reloading the whole page
  2. Asynchronous Javascript and XSLT, is the art of exchanging data with a server, and update parts of a web page - without reloading the whole page
  3. Asynchronous Javascript and XML, is the art of exchanging data with a server, and updates entire web page reloading the whole page
  4. Asynchronous Javascript and XSLT, is the art of exchanging data with a server, and updates entire web page reloading the whole page
Question 6 Multiple Choice (Single Answer)

Image format that increases the performance of website

  1. JPEG
  2. BMP
  3. TIFF
  4. GIF
Question 7 Multiple Choice (Single Answer)

Javascript executes in?

  1. Server side
  2. Client side
  3. Both client and Server side
  4. DB Server
Question 8 Multiple Choice (Single Answer)

The Major component of a search engine is?

  1. Search Engine
  2. Web Optimizer
  3. Web Crawler
  4. Web Driller
Question 9 Multiple Choice (Single Answer)

How to make a website more visible to search engine?

  1. Using Search Engine Optimization
  2. Using Search Engine Customization
  3. Using Search Engine Generalisation
  4. Using Search Engine Specification
Question 10 Multiple Choice (Single Answer)

Organisation that put forth web standards and guidelines?

  1. WWW
  2. ICANN
  3. IANA
  4. W3C
Question 11 Multiple Choice (Single Answer)

How many implicit objects are there in J2EE specification

  1. 5
  2. 9
  3. 8
  4. 10
Question 12 Multiple Choice (Single Answer)

Jar

  1. servlet.jar
  2. jsp-api.jar
  3. servletapi.jar
  4. servlet-api.jar
  5. servlet1.1.jar
Question 13 Multiple Choice (Single Answer)

Bean Tag

  1. <jsp:usebeanId/>
  2. <jsp:useBean id/>
  3. <jsp:use bean/>
  4. <jsp:useBean name/>
Question 14 Multiple Choice (Single Answer)

Servlet Lifecycle

  1. init(),getServletInfo(),destroy(),service(),getServletConfig()
  2. init(),getServletConfig(),service(),getServletInfo(),destroy()
  3. init(),destroy(),getServletInfo(),getServletConfig(),destroy()
  4. destroy(),service(),init(),getServletConfig(),getServletInfo()
Question 15 Multiple Choice (Single Answer)

Check the below snippet 1<% for(int i=0;i<=5;i++){%> 2<%=i;%> 3<%}%> 4.<% out.println(i);%>

  1. 1
  2. 3
  3. 2
  4. 4
Question 16 Multiple Choice (Single Answer)

What kind of people are drawn to grid computing?

  1. People who need a massive amount of electricity
  2. People who need a massive amount of raw computing power
  3. People who need super-reliable access to the Web
  4. People who recieve an extremely large amount of email
  5. All of the above
Question 17 Multiple Choice (Single Answer)

Which country attempts to limit its residents' access to controversial Web content by routing all incoming Internet traffic through a single control center?

  1. Germany
  2. North Korea
  3. People's Republic of China
  4. Saudi Arabia
  5. United States
Question 18 Multiple Choice (Single Answer)

The Internet was actually

  1. LAN at MIT
  2. Code-cracking network during World War II by the U.S. Defense Department
  3. A network cooperatively created by several large hardware and software companies
  4. A small experimental research network called ARPANET
  5. A Microsoft product that quickly became too big for the company to control
Question 19 Multiple Choice (Single Answer)

Where is the Internet's central hub and control center located?

  1. Near Washington D.C.
  2. Near the Microsoft campus in Redmond, Washington
  3. In a top-secret location
  4. In Silicon Valley
  5. Nowhere, the Internet has no central hub