Searching for "Inc."

Q:

In the process of ___, the iron is protected by a coating of zinc.

A) greasing B) alloying
C) galvanisation D) anodising
 
Answer & Explanation Answer: C) galvanisation

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

Q:

The percentage of metals in a mine of zinc ore is 60%. Now the percentage of silver is 3/4% of metals and the rest is zinc. If the mass of ore extracted from the mine is 8000 kg, the mass (in kg) of zinc is

A) 5147 kg B) 4764 kg
C) 3587 kg D) 2125 kg
 
Answer & Explanation Answer: B) 4764 kg

Explanation:

Mass of zinc ore = 8000 kg


Mass of metal = 60% of 8000 = 4800 kg


Mass of silver in metal = 3/4 x 4800/100 = 36 kg


Mass of zinc = 4800 - 36 = 4764 kg.

Report Error

View Answer Report Error Discuss

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

Q:

4 kg of a metal contains 1/5 copper and rest in Zinc. Another 5 kg of metal contains 1/6 copper and rest in Zinc.The ratio of Copper and Zinc  into the mixture of these two metals:

A) 49 : 221 B) 39:231
C) 94:181 D) None of these
 
Answer & Explanation Answer: A) 49 : 221

Explanation:

Copper in 4 kg = 4/5 kg          and      Zinc in 4 kg = 4 x (4/5) kg

 

Copper in 5 kg = 5/6 kg          and      Zinc in 5 kg = 5 x (5/6) kg

 

Therefore, Copper in mixture = 45+56=4930 kg

 

and  Zinc in the mixture = 165+256=22130kg

 

Therefore the required ratio = 49 : 221

Report Error

View Answer Report Error Discuss

Filed Under: Alligation or Mixture

Q:

You create English, French, and German versions of a test engine ASP.NET application you are developing for XYZ Inc. You have separate resource files for each language version.You need to deploy the appropriate resource file based on the language settings of the server. What should you do?

A) Create an installer and set the Installer.Context property for each version of your application. B) Create an installer that has a launch condition to verify the locale settings.
C) Create an installer that has a custom action to install only location-specific files. D) Create an installer that has an MsiConfigureProduct function to install the appropriate version.
 
Answer & Explanation Answer: C) Create an installer that has a custom action to install only location-specific files.

Explanation:

Custom actions are a Windows Installer feature that allows you to run code at the end of an installation to perform actions that cannot be handled during installation. This is an appropriate solution for this scenario as we only want to deploy the resource files on the server. 

 

Incorrect Answers:

 

A: We just want to deploy the resource files. We do not need to set the Context property in the application.

 

B: We don’t need any launch conditions. We just want to deploy the resource files.

 

D: We just want to deploy the resource files.

Report Error

View Answer Report Error Discuss

Q:

You work as software developer at XYZ inc. You need to develop a Windows form that provides online help for users. You want the help functionality to be available when users press the F1 key.

 

Help text will be displayed in a pop-up window for the text box that has focus.

 

To implement this functionality, you need to call a method of the HelpProvider control and pass the text box and the help text.

 

What should you do?

 

A) SetShowHelp B) SetHelpString
C) SetHelpKeyword D) ToString
 
Answer & Explanation Answer: B) SetHelpString

Explanation:

To associate a specific Help string with another control, use the SetHelpString method. The string that you associate with a control using this method is displayed in a pop-up window when the user presses the F1 key while the control has focus.

Report Error

View Answer Report Error Discuss