Searching for "deployment"

Q:

Select the synonym of

deployment

A) bane B) banishment
C) stationing D) strategise
 
Answer & Explanation Answer: C) stationing

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

Q:

Indian Naval Ship _________is on an overseas deployment to the South East Asia and Southern Indian Ocean.

A) INS Shivalik B) INS Talwar
C) INS Sahyadri D) INS Kamotra
 
Answer & Explanation Answer: C) INS Sahyadri

Explanation:

In pursuance of India’s Act East policy, Indian Naval Ship Sahyadri is on an overseas deployment to the South East Asia and Southern Indian Ocean. The ship would be on a port visit to Moresby from June 12 to 15. The visit of the Indian Naval Ships seeks to underscore India’s peaceful presence and solidarity with friendly and harmonious countries towards ensuring good order in the maritime domain and to strengthen existing bonds between Papua New Guinea and India.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

Q:

List different ways of deployment that are supported by .NET Framework 4.0.

Answer

       => Windows Installer

       => ClickOnce

       => XCOPY

       => Copy Web Site

       => Publish Web Site tool

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

Q:

You are a developer for a XYZ Inc that provides free software over the Internet. You are developing en e-mail application that users all over the world can download.

 

The application displays text strings in the user interface. At run time, these text strings must appear in the language that is appropriate to the locale setting of the computer running the application.

 

You have resources to develop versions of the application for only four different cultures.You must ensure that your application will also be usable by people of other cultures.
How should you prepare the application for deployment?

A) Package a different assembly for each culture. B) Package a different executable file for each culture.
C) Package a main assembly for source code and the default culture. Package satellite assemblies for the other cultures. D) Package a main assembly for source code. Package satellite assemblies for each culture.
 
Answer & Explanation Answer: C) Package a main assembly for source code and the default culture. Package satellite assemblies for the other cultures.

Explanation:

When you build a project, the resource files are compiled and then embedded in satellite assemblies, or assemblies which contain only the localized resources. The fallback resources are built into the main assembly, which also contains the application code.

Report Error

View Answer Report Error Discuss