This section includes 7 InterviewSolutions, each offering curated multiple-choice questions to sharpen your Current Affairs knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Explain The .net Framework Deployment Features? |
|
Answer» In a general context, .NET FRAMEWORK INCLUDES the following deployment features:
In a general context, .NET Framework includes the following deployment features: |
|
| 2. |
Can Windows Applications And The Web Applications Be Deployed Using The Same Template Of Setup And Deployment Project? |
|
Answer» No. the Windows applications USE the Setup Project TEMPLATE; whereas, the Web applications use the Web Setup Project template. After the deployment, their installation takes PLACE in the similar WAY. No. the Windows applications use the Setup Project template; whereas, the Web applications use the Web Setup Project template. After the deployment, their installation takes place in the similar way. |
|
| 3. |
What Is The Use Of The Copy Project Command? |
|
Answer» The Copy PROJECT command copies only the FILES required to RUN the project and PASTES it on the TARGET server. It does not deploy the complete project; therefore, IIS directory settings are not automatically configured. The Copy Project command copies only the files required to run the project and pastes it on the target server. It does not deploy the complete project; therefore, IIS directory settings are not automatically configured. |
|
| 4. |
What Is The Need Of Copy Web Site? |
|
Answer» Copy Web Site is a tool used to DEPLOY the Web site by copying its content files. The Copy Web Site tool also checks whether or not the latest version of a file is present at the destination. If files of the most recent version are found at the destination, then the Copy Web Site tool does not SUPERIMPOSE the older version of files. The Copy Web Site deployment tool consists of the following main ENTITIES: Project source - Specifies the source directory, which contains the contents and references of a Web site at development time. In simple words, you can say that the project source specifies the site that you currently have opened in Visual Studio 2010. The Copy Web Site tool picks all the files for deployment from this location. Copy Web Site is a tool used to deploy the Web site by copying its content files. The Copy Web Site tool also checks whether or not the latest version of a file is present at the destination. If files of the most recent version are found at the destination, then the Copy Web Site tool does not superimpose the older version of files. The Copy Web Site deployment tool consists of the following main entities: Project source - Specifies the source directory, which contains the contents and references of a Web site at development time. In simple words, you can say that the project source specifies the site that you currently have opened in Visual Studio 2010. The Copy Web Site tool picks all the files for deployment from this location. |
|
| 5. |
What Do You Mean By Merge Module Projects? |
|
Answer» Merge Module projects are used to package the files and components that are shared between multiple applications. The Merge Module project file contains the .MSM extension. The .msm file INCLUDES files, RESOURCES, registry entries, and SETUP logic. This file is merged with a Windows installer (.MSI) file to correctly install the shared files. If a single merge module is used by more than one application, then you need to add that merge module in the package only once. Merge Module projects are used to package the files and components that are shared between multiple applications. The Merge Module project file contains the .msm extension. The .msm file includes files, resources, registry entries, and setup logic. This file is merged with a Windows installer (.msi) file to correctly install the shared files. If a single merge module is used by more than one application, then you need to add that merge module in the package only once. |
|
| 6. |
What Is The Difference Between Deploying And Publishing An Application? |
|
Answer» In deployment, you can CREATE a new setup and deployment project. In this project, you can add the project OUTPUT and create a setup.exe file. After creating an EXECUTABLE file, you need to login into the server and execute the setup.exe file to install the APPLICATION. On the other hand, in PUBLISHING, you need to right-click the application in the Solution Explorer and select Publish to publish the application. Then, you specify a location where the application is to be published. The users can then install the application from the location where you have published it and run locally even when the computer is offline. In deployment, you can create a new setup and deployment project. In this project, you can add the project output and create a setup.exe file. After creating an executable file, you need to login into the server and execute the setup.exe file to install the application. On the other hand, in publishing, you need to right-click the application in the Solution Explorer and select Publish to publish the application. Then, you specify a location where the application is to be published. The users can then install the application from the location where you have published it and run locally even when the computer is offline. |
|
| 7. |
What Are The Enhancements In Clickonce Deployment In .net 4.0? |
|
Answer» In .NET 4.0, the ClickOnce deployment technology is enhanced with the following features: Support for .NET Framework 4.0 version - CREATES applications by using Visual Studio 2010 that can target .NET Framework 4.0 and its new features. In .NET 4.0, the ClickOnce deployment technology is enhanced with the following features: Support for .NET Framework 4.0 version - Creates applications by using Visual Studio 2010 that can target .NET Framework 4.0 and its new features. |
|
| 8. |
What Is Application Cache? |
|
Answer» When a ClickOnce application is installed locally or hosted online, it is stored in the ClickOnce application cache of the client computer. The ClickOnce application cache is a set of hidden directories placed under the Local Settings DIRECTORY of the current user's Documents and Settings FOLDER. The application cache contains all the application files, assemblies, configuration files, application and user settings, and data directory. In case the ClickOnce APPLICATIONS are hosted online, the size of the ClickOnce application cache GETS limited to a specified AMOUNT; whereas, the installed applications do not restrict to the cache size limitation. The cache storage quota is responsible to determine the size of the application cache. When a ClickOnce application is installed locally or hosted online, it is stored in the ClickOnce application cache of the client computer. The ClickOnce application cache is a set of hidden directories placed under the Local Settings directory of the current user's Documents and Settings folder. The application cache contains all the application files, assemblies, configuration files, application and user settings, and data directory. In case the ClickOnce applications are hosted online, the size of the ClickOnce application cache gets limited to a specified amount; whereas, the installed applications do not restrict to the cache size limitation. The cache storage quota is responsible to determine the size of the application cache. |
|
| 9. |
How Can You Deploy An Asp.net Web Application? |
|
Answer» You can deploy an ASP.NET WEB APPLICATION USING either the Windows INSTALLER deployment or ClickOnce deployment technique. You can deploy an ASP.NET Web application using either the Windows Installer deployment or ClickOnce deployment technique. |
|
| 10. |
How Can You Determine Whether You Should Deploy The Application Or Publish The Application? |
|
Answer» If you want to HOST the application on a SHARED hosting environment, you should use publishing; whereas, if you want to create a Web application that is downloaded from a Web SITE, you should DEPLOY the application to create a setup.exe file. If you want to host the application on a shared hosting environment, you should use publishing; whereas, if you want to create a Web application that is downloaded from a Web site, you should deploy the application to create a setup.exe file. |
|
| 11. |
Can You Deploy An Asp.net Web Application Project Using The Copy Web Site Option? |
|
Answer» No. The COPY Web Site option can only be USED to deploy the Web SITES. No. The Copy Web Site option can only be used to deploy the Web sites. |
|
| 12. |
Why Do You Use Windows Installer? |
|
Answer» The Windows INSTALLER deployment technique allows you to deploy Windows-based and Web applications by creating a Windows Installer Package. The installer package has an EXTENSION of.msi and it contains the application, any dependent files, registry entries, and the rest. The installer package can then be distributed to various end-users by simply copying it on the target computers The end-users can then RUN the installer package to install the application anywhere in their computers. The installation takes PLACE using the installation wizard; therefore, the users can easily install the application on their system. Once your application is installed on the target computer, end-users can open the application from the installed LOCATION. The Windows Installer deployment technique allows you to deploy Windows-based and Web applications by creating a Windows Installer Package. The installer package has an extension of.msi and it contains the application, any dependent files, registry entries, and the rest. The installer package can then be distributed to various end-users by simply copying it on the target computers The end-users can then run the installer package to install the application anywhere in their computers. The installation takes place using the installation wizard; therefore, the users can easily install the application on their system. Once your application is installed on the target computer, end-users can open the application from the installed location. |
|
| 13. |
Does Xcopy Copy The Hidden And System Files? |
|
Answer» No. By default, XCOPY EXCLUDES the hidden and SYSTEM files. However, you can INCLUDE the hidden and system files USING the /h switch. No. By default, XCOPY excludes the hidden and system files. However, you can include the hidden and system files using the /h switch. |
|
| 14. |
What Is Xcopy? |
|
Answer» XCOPY enables you to deploy an application by COPYING the application directory and all subdirectories to the target COMPUTER and then EXECUTING the application on the client. The application starts executing on the target computer by using its assembly file, which is a self-description file that contains all the INFORMATION about the application. The XCOPY deployment does not make any impact on the target system while configuring the components and registering entries, and is therefore known as zero-impact installation. XCOPY enables you to deploy an application by copying the application directory and all subdirectories to the target computer and then executing the application on the client. The application starts executing on the target computer by using its assembly file, which is a self-description file that contains all the information about the application. The XCOPY deployment does not make any impact on the target system while configuring the components and registering entries, and is therefore known as zero-impact installation. |
|
| 15. |
List Different Ways Of Deployment That Are Supported By .net Framework 4.0.? |
| Answer» | |
| 16. |
What Is Deployment? |
|
Answer» DEPLOYMENT REFERS to the distribution of an application AMONG various end-users. It is a PROCESS that makes SOFTWARE available for use by just installing it on the client computer. Deployment refers to the distribution of an application among various end-users. It is a process that makes software available for use by just installing it on the client computer. |
|