Become a GOLD member of Deccansoft and get access to 40+ courses!!
NewBatches/Webinars
Packages
Gold Membership
Bestseller
Microsoft Azure Suite & Suite Plus
Power Platform Acadamy
New
Azure DevOps Expert & Expert Plus
MS.NET Foundation For Beginners
MS.NET Full Stack Developer
UI / Web Development
SQL Server & MSBI Tools
Software Testing
Courses
MS.NET Courses (Includes Live Project)
Complete C#, OOPs and Windows Programing
ASP.NET MVC Online Training
ASP.NET WebForms
ASP.NET Core
WCF incl. Web Services and Remoting
WPF incl. MVVM and Prism
LINQ and Entity Framework
Live Project Training for Developing Enterprise Application
Live Project using Ntier Arch (.NET5 + EF Core + Angular)
Gold Membership
CareerStep IT Program
Client-side UI Technologies
Building Static Web Pages using HTML and CSS
JavaScript and HTML DOM
jQuery, AJAX and JSON
Building Interactive Web Pages using HTML5 and CSS3
BootStrap + Live Examples
AngularJS + Live Project
Angular + Typescript
ReactJS
KnockoutJS
Xamarin
SQL Server + MSBI
SQL Server 2017
Querying Data with Transact-SQL(70-761)
SQL Server Integration Service (SSIS)
SQL Server Reporting Service (SSRS)
SQL Service Analysis Service (SSAS)
Cloud Computing / Azure / AWS
AZ-900: Microsoft Azure Fundamentals
Azure Suite (AZ-104+AZ-204+AZ-305+ AZ-500)
AZ-104: Microsoft Azure Administrator
AZ-204: Developing Solutions for Microsoft Azure
AZ-305: Microsoft Azure Architect Technologies and Design
AZ-400: Microsoft Azure DevOps
DP-203: Data Engineering on Microsoft Azure
Amazon Web Services (AWS)
Testing Tools
Manual Testing
Selenium Testing with Java(Live Training)
SharePoint
SharePoint 2013
Microsoft Power Platform
Microsoft Power Platform
Data Analytics using PowerBI (DA-100)
DevOps
Docker
Kubernetes
Microservices using .NET Core
Others
C and Data Structure
Core Java
OOPs and C++
Advance Java
Python Programming
Complete Azure Training
Pricing
Videos
Testimonials
Azure Certification
Contact Us
Login
Login or Register
×
Sign In
Register
Forgot Password?
How did you find us
WhatsApp
YouTube
LinkedIn
Facebook
Telegram
Twitter
Google
Referred by Friend
Refresh
Input symbols
By clicking Register, you accept to the
terms and conditions
and that you have read our
privacy policy.
Recover Password
×
Submit
Enquiry Now
Where did you come to know about us
WhatsApp
YouTube
LinkedIn
Facebook
LinkedIn Ad
Email
Twitter
Google
Referred
Other
Refresh
Input symbols
Globalization and Localization
Interview Questions and Answer
1. By using __________process we can meet the needs of users from multiple cultures.
Options:
a. Globalization
b. Localization
c. Normalization
d. Both A and B
Reveal Answer
2. Using classes from the ___________namespace, you can set the application’s current culture.
Options:
a. System.Localization
b. System.Globalization
c. System.Culture
Reveal Answer
3. Customizing our application for a given culture is called_____________
Options:
a. Globalization
b. Normalization
c. Localization
Reveal Answer
4. How many ways are available to globalize web application?
Options:
a. 2
b. 3
c. 4
Reveal Answer
5. By using _______property we can detect the user’s language preference on his/her computer.
Options:
a. Culture Language property
b. Language property
c. UserLanguage property
Reveal Answer
6. Advantages of using detect and redirect approach to globalizing web application are________
Options:
a. Provides unique name for each culture
b. It requires more effort to maintain consistency and to debug problems across Web sites.
c. Content is maintained separately
d. All the above
Reveal Answer
7. ____________ is the disadvantages of using detect and redirect approach to globalizing web applications.
Options:
a. This approach requires executable portion of the Web application be compiled and deployed separately to each culture-specific Web site.
b. Users can be automatically directed to sites that are likely to be geographically close, and so can better meet their needs.
c. Content is maintained separately, so this approach allows the different applications to present very different information, if needed.
d. All the above
Reveal Answer
8. Use of culture attribute of the globalization element in web.config is___________-
Options:
a. To determine which language should load
b. Provides unique name for each culture
c. To perform culture specific operations
d. All the above
Reveal Answer
9. Neutral cultures represent________
Options:
a. General languages
b. Specific languages
c. Optional languages
Reveal Answer
10. Advantages of setting the culture dynamically at the thread level over creating separate Web applications for each culture are_____________ I. All cultures share the same application code II. application resides at a single Web address III. The user can choose from a full array of available cultures
Options:
a. I and II
b. II and III
c. I and III
d. All the above
Reveal Answer
11. The process of making an application ready for customers of any culture is called ____________
Options:
a. Internationalization
b. Nationalization
c. Demo
d. Initialization
Reveal Answer
12. An application that has been globalized must be tested to ensure that its executable code is independent of the culture and language-specific data. This is called ____________ testing
Options:
a. Globalizability
b. Localizability
c. Nationalizability
d. Translation
Reveal Answer
13. _____________ involves the customization of an application for a specific locale.
Options:
a. Localization
b. Globalization
c. Nationalize
d. Translation
Reveal Answer
14. ______________is the language used to design different UI components, such as menu, message box, static-text holder (label), is not fixed during design phase of the application.
Options:
a. User Interface (UI)
b. Information Formats
c. Admin Interface (AI)
d. None
Reveal Answer
15. ____________ Culture signifies a culture that is linked only to a language and not to a country.
Options:
a. Neutral
b. Specific
c. Global
d. None
Reveal Answer
16. ___________ Culture signifies a culture that is linked to a particular country and a language.
Options:
a. Neutral
b. Specific
c. Global
d. None
Reveal Answer
17. ___________ Property Returns an instance of CultureInfo class that represents the culture for culture-specific resources.
Options:
a. CurrentUICulture
b. CultureInfo
c. UICultureInfo
d. CurrentCultureUI
Reveal Answer
18. ___________ Method Returns an object that represents the format of a specified type.
Options:
a. GetCultures
b. GetSpecifiedType
c. GetType
d. GetFormat
Reveal Answer
19. A ___________ is contains data that is logically deployed with an application. This cannot be executed independently.
Options:
a. Resource
b. Content
c. Data
d. Input
Reveal Answer
20. Information is stored in a resource file in the ___________format.
Options:
a. Key/value
b. Name/value
c. Name/key
d. None
Reveal Answer
21. The resource file for default culture should be _______________, and for any other culture _________________
Options:
a. Strings.txt or Strings.ResX, Strings.culture-name.ResX
b. Strings.txt, Strings.ResX
c. Strings.ResX, Strings.txt
d. Strings.culture-name.ResX
Reveal Answer
22. We can use the _______________ command prompt utility to convert a resource file in the text format into the binary format
Options:
a. Resource File Generator (ResGen.exe)
b. Resource File Converter (ResCon.exe)
c. Resource File Maker (ResMak.exe)
d. Resource Files
Reveal Answer
23. The type of assembly that are resource-only and contain only culture-specific resources.
Options:
a. Public
b. Private
c. Satellite
d. None
Reveal Answer
24. The name of the resources included in a satellite assembly should follow this naming convention __________
Options:
a. Filename.culture-subculture.resource
b. Filename.subculture-culture.resource
c. Filename.subculture.resource
d. Filename.culture.resource
Reveal Answer
25. The ______________ namespace provides different classes, which enable us to retrieve values from resource files.
Options:
a. System.resources
b. System.Retreive
c. System.file.resources
d. System.RetreiveResources
Reveal Answer
26. _________ Represents the ResourceSet, which is the set of resources for a specific culture. The resources associated with each culture have a ResourceSet associated with them.
Options:
a. ResourceType
b. CultureType
c. Type
d. None
Reveal Answer
27. The __________ tag enables us to configure locale-specific information, such as culture and encoding.
Options:
a. <localization>
b. <culture>
c. <encoding>
d. <globalization>
Reveal Answer
28. When resources are required from an assembly, we use the ResourceManager constructor, which has the following syntax: ___________
Options:
a. ResourceManager ( "BaseName" , "Assembly Name", Type)
b. Resource ( "BaseName" , "Assembly Name", Type)
c. ResourceManager (“Type”, “Assembly Name”, “BaseName”)
d. ResourceManager (Type, BaseName, Assembly Name)
Reveal Answer
29. If the resources are stored in a folder instead of an assembly, you can use the _____________ function of the ResourceManager class.
Options:
a. FolderBasedResourceManager
b. FileBasedResourceManager
c. Folder&FileBasedResourceManager
d. ResourceManager
Reveal Answer
30. ___________ allows us to specify the encoding used for the response data.
Options:
a. responseEncoding
b. requestEncoding
c. fileEncoding
d. UICulture
Reveal Answer
31. __________ Allows you to specify the way in which the .aspx, .asmx, .asax files are encoded in a Web application.
Options:
a. responseEncoding
b. requestEncoding
c. fileEncoding
d. UICulture
Reveal Answer
32. __________ is involved in most aspects of localization. Accuracy and appropriateness of __________ are key to overall product quality.
Options:
a. Localization
b. Globalization
c. Nationalize
d. Translation
Reveal Answer
Packages
Gold Membership
Microsoft Azure Suite &Suite Plus
Azure DevOps Expert &Expert Plus
MS.NET Foundation For Beginners
MS.NET Full Stack Developer
UI / Web Development
SQL Server & MSBI Tools
Software Testing
Resources
Blog
Deccansoft
AzureA2Z
Wall of Fame
On-Job Tech Support
About
About BestDotNetTraining
About Trainer
Testimonials
FAQ
Other links
About Us
Contact Us
Leave us a feedback
Sitemap
Privacy Policy
Terms & Conditions
Proudly Powered by