Interview Questions

Q:

What is COM?

Answer

COM is short for Component Object Model. It is a Microsoft technology that allows developers to make use of reusable components and services provided by Microsoft. COM technology includes COM+, DCOM and ActiveX.

Report Error

View answer Workspace Report Error Discuss

0 1686
Q:

What is the use of Media Types in CSS?

Answer

Media types in CSS define the media like audio and video to be used in your HTML document to represent the properties in a better way. The font property can be used for media types as it can be used for print media or screen media. Document requires a defined media to represent the screen that can be read on the paper. It is used as:@media 


<html>


<head>


<style>


@media screen


{


p.test {font-family:verdana,sans-serif;font-size:14px;}


}


@media print


{


p.test {font-family:times,serif;font-size:10px;}


}


</style>


</head>


<body>


----------Your code here----------


</body>


</html>

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1685
Q:

Why do you want to work in a call center?

Answer

Relate the qualities you have to the requirements of a call center job like, good command over the language(English), team working capabilities, patience, good listening skills etc. and say that you think, these skills will make you successful in the industry. Also, talk about the prospects for the industry and how you think you can grow with it. 

Report Error

View answer Workspace Report Error Discuss

Subject: Call Center

0 1684
Q:

What does INVEST stand for?

Answer

INVEST stands for Independent, Negotiable, Value, Estimable, Sized Appropriately and Testable. It is a tool designed to assist technical teams and deliver quality products.

Report Error

View answer Workspace Report Error Discuss

0 1681
Q:

Unearned revenue is classified as

A) Liability B) Owner's equity
C) Asset D) Income
 
Answer & Explanation Answer: A) Liability

Explanation:

Unearned revenue is the money or revenue earned for the product or the service that is not yet sold or provided to the customer. Hence, it comes under liabilities.

Report Error

View Answer Report Error Discuss

Filed Under: Accounts Receivable
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

0 1678
Q:

What is the procedure to configure the web browser to accept or reject cookies?

Answer

- The web browser visits a website using the HTTP and then it keeps the track of the identity of the user visiting the web page.


- The cookies of HTTP get stored with the personal information of the user and it doesn’t accept the information. 


- Users accept the cookies as by rejecting all the cookies will load the web page in longer time and it will not be desired by the users. 


- Even if the cookie is being rejected a session cookie is being kept for use as it is the provision given to the web browser to use it. 


- The cookies gets stored temporary basis depending on the user of accepting or rejecting it and it basically saves the session so that the duration of the page load can be reduced.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1678
Q:

What is the step by step process to create a table in data dictionary ?

Answer

step 1: creating domains(data type, field length, range). 


step 2: creating data elements(properties and type for a table field).


step 3: creating tables(SE11).

Report Error

View answer Workspace Report Error Discuss

Subject: SAP

0 1676
Q:

What are the advantages of the external over inline style methods?

Answer

- External Style Sheets are useful as it keeps the style and content separately and doesn’t allow it to mix with each other. It can control the styles for multiple documents, whereas inline style mixes the content with the style and make the code messier.


- External style sheet allows the creation of various classes in a structured way, whereas inline style sheet can’t create or control class elements.


- External style sheet can use selector and grouping methods to apply styles, whereas inline styles can’t use selector and grouping methods.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1674