Question & Additional Information
 
What is Google Web Accelerator ?
Add to My IQ
 

Answer Title
Answer
For broadband users this is a small software utility for Microsoft Windows users that helps speed up browsing times by utilizing Google's global computer network. 
Question Tag Title
Tags
Question Asked At Title
Asked At
None
Question Job Title
Job Titles
None


Check out our newest job listings!

Post a Job! $49 for 60 days



Your Name:
Add your comment text
 
Related Questions
Related Questions
Flag this interview question as inappropriate Inappropriate
See Answer
The documents are indexed as text indexes.The data is split across multiple storage devices and in terms of performance disc I/O time is major factor.

Google is working with software development companies to keep the database as in memory database..in this scenerio, whenever there is a hit, it is loaded in as in memory database and cached so that, the search and processing is within the memory that way the access is faster and reduces the disc I/O s...
 
Create Date
:
Thursday, May 01, 2008
Tags
:
None
Asked At
:
None
Job Positions
:
None
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer

An internet site is a normal site that anyone on the internet can access (e.g., www.google.com, www.microsoft.com, etc.). You can set up a site for your company that can be accessed by anyone without any user name and password.

An intranet (or internal network), though hosted on the Web, can only be accessed by people who are members of the network. They need to have a login and password that was assigned to them when they were added to the site by the site administrator

Create Date
:
Wednesday, March 19, 2008
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer

Microsoft Windows SharePoint Services Technical security measures provide firewall protection, intrusion detection, and web-publishing rules. The Microsoft operation center team tests and deploys software updates in order to maintain the highest level of security and software reliability. Software hot-fixes and service packs are tested and deployed based on their priority and level of risk. Security related hot-fixes are rapidly deployed into the environment to address current threats. A comprehensive software validation activity ensures software stability through regression testing prior to deployment.

Create Date
:
Wednesday, March 19, 2008
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
o final - declare constant
o finally - handles exception
o finalize - helps in garbage collection,knlk n;lk nl; l;kn ;lk jl m; m;lml; m;l,

Variables defined in an interface are implicitly final. A final class can't be extended i.e., final class may not be subclassed. This is done for security reasons with basic classes like String and Integer. It also allows the compiler to make some optimizations, and makes thread safety a little easier to achieve. A final method can't be overridden when its class is inherited. You can't change value of a final variable (is a constant). finalize() method is used just before an object is destroyed and garbage collected. finally, a key word used in exception handling and will be executed whether or not an exception is thrown. For example, closing of open connections is done in the finally method.

Create Date
:
Sunday, September 02, 2007
Asked At
:
Job Positions
:
None
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer

 

 

Create Date
:
Monday, September 24, 2007
Tags
:
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (2) :
1.
dk123
Wednesday, March 19, 2008 6:27 AM
nice comment
2.
thingMaster
Tuesday, October 23, 2007 1:52 PM
you are overconfident. you will probably kill many patients, but drive a nice car.
Flag this interview question as inappropriate Inappropriate
See Answer
domains are set up in a hierarchical structure, each segment (between the dots) represents one level of the hierarchy. The right-most is the highest (most significant) segment. Each segment directly to the left of a given segment is said to 'belong to' or to 'be a part of' that segment. For example, with www.networkactiv.com, the most significant domain segment is 'com' (at the right), the next most significant is 'networkactiv' (in the middle), and the least significant is 'www' (at the left). I know the 'www' thing being the least significant may seem counter-intuitive, and this will be explained in a moment. This all means that in the example of www.networkactiv.com, 'networkactiv' belongs to (is a part of) 'com' and 'www' belongs to (is a part of) 'networkactiv'. Whoever controls a given segment also controls the segments to its left. If you own 'something.com', you also own 'www.something.com' and 'anythingelse.something.com'. This is because the DNS server (the computer running the DNS server software) responsible for a given 'something.com' is what handles providing the information of what IP address anything to the left of 'something.com' has. I know I hadn't yet mentioned it, but each composition of a domain name, that is, 'something.something.something' (however many segments) represents one (or sometimes more) IP addresses. This means that 'www.google.com' and 'google.com' could actually represent different IP addresses. What does this mean in practice?... It means that each could have a different Web site because each could represent a completely different computer located in a completely different place. Even if they have the same IP address, it's still possible for them to have different Web sites, but likely that they will be on the same computer, but that will be explained later in this tutorial. The DNS system was designed for more than just Web pages... The 'www' at the left of most domain compositions is supposed to mean, "The IP address of whatever.com that represents the computer hosting the Web site for whatever.com.". Basically, by putting the 'www.' at the left, you are saying that you want the Web site (hence, WWW (World-Wide-Web)) for that domain, and not something else.

ref:  http://www.networkactiv.com/WebSiteAndWebHostingBasicsTutorial.html
Create Date
:
Wednesday, November 21, 2007
Tags
:
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :