Searching for "product"

Q:

Duty free technology parks where foreign firms can manufacture electronic hardware components are proposed to be established at various places in the country.

 

Courses of Action:

I. Government should immediately implement the proposal to augment the foreign currency reserve by exporting the products.

II. Government should not implement the proposal as it will hinder indigenous production of hardware components.

A) Only I follows B) Only II follows
C) Neither I nor II follows D) Both I and II follow
 
Answer & Explanation Answer: A) Only I follows

Explanation:

The step discussed in the statement would surely give a boost to hardware industry and help our country to stand apart in this field. Thus, only I follows.

Report Error

View Answer Report Error Discuss

Q:

How effective is online advertising? Which type of products should be advertised online?

Answer

Today, internet plays a pivotal role in both B2B and B2C space. Internet advertising helps the company to reach a large target audience in a small budget and also is easily measurable. It’s highly effective in creating and increasing brand awareness on a whole for any product/service.


The following are the various ways to measure the effectiveness of online advertising:



  •      Downloading of brochures/contact forms

  •      Completing a transaction on Shopping cart section of the website

  •      Subscription to newsletter/webinars

  •      Online enquiry about the product/service through company’s email address

  •      Google analytics

  •      Web analytics  

Report Error

View answer Workspace Report Error Discuss

Q:

If the manufacturer gains 10 %, the wholesale dealer 15 % and the retailer 25 %, then find the cost of production of a table if the retail price was Rs 1265

A) Rs. 750 B) Rs. 800
C) Rs. 850 D) Rs. 900
 
Answer & Explanation Answer: B) Rs. 800

Explanation:

Let the cost of Production = Rs. P

Then, as per question,

 

125100×115100×110100×P=1265

 

=> P=800

Report Error

View Answer Report Error Discuss

Filed Under: Profit and Loss

Q:

Study the following line graph and answer the questions based on it.

Number of Vehicles Manufactured by Two companies ove the Years (Number in Thousands)

 

1. What is the difference between the number of vehicles manufactured by Company Y in 2000 and 2001 ?

A. 50000                   B. 42000                   C. 33000                   D. 21000

 

2. What is the difference between the total productions of the two Companies in the given years ?

A. 19000                   B. 22000                   C. 26000                   D. 28000

 

3. What is the average numbers of vehicles manufactured by Company X over the given period ? (rounded off to nearest integer)

A. 119333                 B. 113666                 C. 112778                 D. 111223

 

4. In which of the following years, the difference between the productions of Companies X and Y was the maximum among the given years ?

A. 1997                     B. 1998                     C. 1999                     D. 2000

 

5. The production of Company Y in 2000 was approximately what percent of the production of Company X in the same year ?

A. 173                       B. 164                       C. 132                       D. 97

Answer

1. ANSWERS  : D  


Explanation-   Required difference = (128000 - 107000) = 21000.


 


2. ANSWERS  : C  


Explanation-  From the line-graph it is clear that the productions of Company X in the   years 1997, 1998, 1999, 2000, 2001 and 2002 are 119000, 99000, 141000, 78000, 120000 and 159000 and those of Company Y are 139000, 120000,100000, 128000, 107000 and 148000 respectively. 


Total production of Company X from 1997 to 2002 


= 119000 + 99000 + 141000 + 78000 + 120000 + 159000 


= 716000. 


and total production of Company Y from 1997 to 2002 


= 139000 + 120000 + 100000 + 128000 + 107000 + 148000 


= 742000. 


Difference = (742000 - 716000) = 26000.


 


3. ANSWERS  : A 


Explanation-  Average number of vehicles manufactured by Company X  


16×119000+99000+141000+78000+120000+159000 


 = 119333.


 


4. ANSWERS  : D  


Explanation-   The difference between the productions of Companies X and Y in various years are: 


 For 1997 (139000 - 119000)  = 20000. 


 For 1998 (120000 - 99000)  = 21000. 


 For 1999 (141000 - 100000)  = 41000. 


 For 2000 (128000 - 78000) = 50000. 


 For 2001 (120000 - 107000) = 13000. 


 For 2002 (159000 - 148000) = 11000. 


 Clearly, maximum difference was in 2000.


 


5. ANSWERS  :  B


Explanation  - Required percentage= 12800078000×100 % = 164%

Report Error

View answer Workspace Report Error Discuss

Subject: Line Charts

Q:

________ is an open source DBMS product that runs on UNIX, Linux and Windows.

A) MySQL B) JSP/SQL
C) JDBC/SQL D) Sun ACCESS
 
Answer & Explanation Answer: A) MySQL

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

Q:

Which of the following products implemented the CODASYL DBTG model?

A) IDMS B) DB2
C) dBase-II D) R:base
 
Answer & Explanation Answer: A) IDMS

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

Q:

You develop a Windows-based application that enables to enter product sales. You add a subroutine named XYZ.

 

You discover that XYZ sometimes raises an IOException during execution. To address this problem you create two additional subroutines named LogError and CleanUp. These subroutines are governed by the following rules:

• LogError must be called only when XYZ raises an exception.
• CleanUp must be called whenever XYZ is complete.

 

 You must ensure that your application adheres to these rules. Which code segment should you use?

A) try { XYZ(); LogError(); } catch (Exception e) { CleanUp(e); } B) try { XYZ(); } catch (Exception e) { LogError(e); CleanUp(); }
C) try { XYZ(); } catch (Exception e) { LogError(e); } finally { CleanUp(); } D) try { XYZ(); } catch (Exception e) { CleanUp(e); } finally { LogError(); }
 
Answer & Explanation Answer: C) try { XYZ(); } catch (Exception e) { LogError(e); } finally { CleanUp(); }

Explanation:

We must use a try…catch…finally construct. First we run the Comapany() code in the try block.Then we use the LogError() subroutine in the catch statement since all exceptions are handled here. Lastly we put the CleanUp() subroutine in the finally statement since this code will be executed regardless of whether an exception is thrown or not.

Report Error

View Answer Report Error Discuss

Q:

[CO-OM-CCA] Accounting can be divided into internal and external accounting. Which of the following areas are part of internal accounting?

A. Product Cost Controlling

B. Overhead Cost Controlling

C. Asset Management

D. Financial Accounting

Answer

Answer : A , B

Report Error

View answer Workspace Report Error Discuss

Subject: SAP CO