Interview Questions

Q:

What is onshore outsourcing?

Answer

When a business process is outsourced from a company in one country to another company in the same country – it is called onshore outsourcing.

Report Error

View answer Workspace Report Error Discuss

Subject: Call Center

7 3009
Q:

Higher Quality Scores typically result in

A) faster delivery of daily budget B) higher costs and lower ad positions
C) lower costs and better ad positions D) less overall impressions
 
Answer & Explanation Answer: C) lower costs and better ad positions

Explanation:

Higher Quality Scores typically result in lower costs and better ad positions. Quality Score is Google's rating of the quality and relevance of both your keywords and PPC ads. It is used to determine your cost per click (CPC) and multiplied by your maximum bid to determine your ad rank in the ad auction process.

Report Error

View Answer Report Error Discuss

Filed Under: Advertising and Media
Job Role: Analyst , IT Trainer

0 3007
Q:

What is sqlcode -811?

Answer

SELECT statement has resulted in retrieval of more than one row.

Report Error

View answer Workspace Report Error Discuss

0 3007
Q:

What are the important topologies for networks?

Answer

BUS topology:


In this each computer is directly connected to primary network cable in a single line.


 


STAR topology:


In this all computers are connected using a central hub.

Report Error

View answer Workspace Report Error Discuss

2 3007
Q:

Which JavaScript objects are not accessible to web worker?

Answer

Following JavaScript objects are not accessible to web worker: 


- The window object


- The document object


- The parent object

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 3000
Q:

Which namespaces in .NET are used for XML?

Answer

The System.xml.dll is the real physical file, which contains the XML implementation. Some of the other namespaces that allow .NET to use XML are as follows:


    


      =>  System.Xml

      =>  System.Xml.Schema

      =>  System.Xml.XPath

      => System.Xml.Xsl

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

1 3000
Q:

What is salary TDS?

Answer

Means whatever income any employee received from the organisation and on that tax to be deducted. (e.g. Gross salary, Overtime, Bonus, Incentives etc.)

Report Error

View answer Workspace Report Error Discuss

0 2998
Q:

If an array with name as "names" contain three elements, then how will you print the third element of this array?

Answer

Print third array element document.write(names[2]);

Note:- Array index starts with 0.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 2994