InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What Is The Use Of Enable Pinging Properties For Application Pool ? |
|
Answer» IIS should periodically monitor the HEALTH of a worker PROCESS [ Idle or not , Time for recycle or not, All Worker process are running properly or not ] . IIS should periodically monitor the health of a worker process [ Idle or not , Time for recycle or not, All Worker process are running properly or not ] . |
|
| 2. |
How We Can Debug A Web Application Which Is Hosted On Iis ? |
|
Answer» We can easily debug any web application that are hosted on IIS by using Attaching of Worker Process. We can easily debug any web application that are hosted on IIS by using Attaching of Worker Process. |
|
| 3. |
If There Are Multiple Worker Process Running On Iis, Then How Can You Attach A Particular Worker Process For Application ? |
|
Answer» Run cscript iisapi.vbs SCRIPT to find out the PROCESS ID and Application Pool name . Based on the process Id for particular application I have to ATTACHE the process from Visual STUDIO IDE. Run cscript iisapi.vbs script to find out the process ID and Application Pool name . Based on the process Id for particular application I have to attache the process from Visual studio IDE. |
|
| 4. |
What Is Web Farm? |
|
Answer» When we hosted our web Application on multiple web SERVER under a load balancer call the Web Farm. This is generally used for HEAVY load web application where there are many user requests at a time. So When Web Application is hosted on Different IIS Server over a load balancer, Load balancer is RESPONSIBLE for DISTRIBUTE the load on different server. When we hosted our web Application on multiple web server under a load balancer call the Web Farm. This is generally used for heavy load web application where there are many user requests at a time. So When Web Application is hosted on Different IIS Server over a load balancer, Load balancer is responsible for distribute the load on different server. |
|
| 5. |
How To Use Sql Database Connection In Iis? |
|
Answer» OPEN IIS and go to ASP.NET panel from here select Connection Strings to Add Connection String. To manage the database from IIS use Database MANAGER( Download and install from Microsoft website) Tags:IIS,IIS interview,IIS Interview QUESTIONS,IIS interview LATEST questions,IIS update questions,windows IIS interview questions,Virtual directory,IIS Interview Tips,IIS Versions,IIS services,Internet Information Service. Open IIS and go to ASP.NET panel from here select Connection Strings to Add Connection String. To manage the database from IIS use Database Manager( Download and install from Microsoft website) Tags:IIS,IIS interview,IIS Interview Questions,IIS interview latest questions,IIS update questions,windows IIS interview questions,Virtual directory,IIS Interview Tips,IIS Versions,IIS services,Internet Information Service. |
|
| 6. |
What Are Script Files In Iis? |
|
Answer» iisweb.vsb – Create,DELETE,start,stop,LIST WEBSITES iisftp.vsb – Create,Delete,start,stop,List FTP sites iisdir.vsb – Create,Delete,start,stop,List Virtual Directories iisftpdr.vsb – Create,Delete,start,stop,List Virtual Directories under FTP ROOT iiscnfg.vbs – Export and import IIS configuration to an XML FILE iisweb.vsb – Create,Delete,start,stop,list websites iisftp.vsb – Create,Delete,start,stop,List FTP sites iisdir.vsb – Create,Delete,start,stop,List Virtual Directories iisftpdr.vsb – Create,Delete,start,stop,List Virtual Directories under FTP root iiscnfg.vbs – Export and import IIS configuration to an XML file |
|
| 7. |
Which Dll Is Used To Translate Xml To Sql In Iis? |
|
Answer» Sqlisapi.dll Sqlisapi.dll |
|
| 8. |
How To Take Iis Server Backup? |
Answer»
|
|
| 9. |
What Are The Execution Permission For Virtual Directory? |
|
Answer» 1.None 1.None |
|
| 10. |
What Are Core Components Of Svchost.exe In Iis? |
|
Answer» SVCHost.exe is the key COMPONENT of www PUBLISHING service (w3svc) and WINDOWS action Process(WAP)(WAP for start and STOP the process). W3SVC is the MEDIATOR for HTTP.SYS and WAP(windows activation process) SVCHost.exe is the key component of www publishing service (w3svc) and Windows action Process(WAP)(WAP for start and stop the process). W3SVC is the mediator for HTTP.SYS and WAP(windows activation process) |
|
| 11. |
What Is Isapi Filter? |
|
Answer» ISAPI FILTERS are DLL files used to modify the ENHANCE functionality allocated by IIS.By DEFAULT ISAPI filters run in IIS SERVER.
ISAPI filters are DLL files used to modify the enhance functionality allocated by IIS.By default ISAPI filters run in IIS server. |
|
| 12. |
How User Can Attach A Particular Worker Process To Application When Multiple Worker Process Are Running In Iis? |
|
Answer» First identify the Application pool name and PROCESS ID USING cscript iisapi.vbs script.Later ATTACH process from Visual Studio IDE. First identify the Application pool name and process ID using cscript iisapi.vbs script.Later attach process from Visual Studio IDE. |
|
| 13. |
How To Save Application Pool Settings In A File? |
|
Answer» RIGHT CLICK on Application POOL ->All Task ->SAVE Configuration to a File. Right click on Application Pool ->All Task ->Save Configuration to a File. |
|
| 14. |
What Are The Default Permissions For Virtual Directory? |
|
Answer» 1.Read 1.Read |
|
| 16. |
What Are The Security Authentication In Iis ? |
|
Answer» 1.Anonymous ( DEFAULT AUTHENTICATION in IIS RUNS under IUSER_servername ) 1.Anonymous ( Default Authentication in IIS runs under IUSER_servername ) |
|
| 17. |
What Is The Key Role Od Http.sys In Iis ? |
|
Answer» HTTPS.SYS KEY COMPONENT in Kernal level.It process the QUEUE which hit the client request for each Application POOL depend on request.While create any NEW Application Pool IIS will register the Application Pool with HTTP.SYS. HTTPS.SYS key component in Kernal level.It process the queue which hit the client request for each Application Pool depend on request.While create any new Application Pool IIS will register the Application Pool with HTTP.SYS. |
|
| 18. |
Different Layers In Iis Architecture ? |
|
Answer» Two types of layers in IIS: Under Main Layers sub contents are: 1.Kernel Mode
2.User Mode
Two types of layers in IIS: Under Main Layers sub contents are: 1.Kernel Mode 2.User Mode |
|
| 19. |
Difference Between App Pool And App Domain In Iis ? |
|
Answer» APP Pool and App Domain both are for ISOLATIONS on different approches.App Pool use PROCESS to isolate without .net but for App Domain isolation methods by .net. In Simple terms For MULTIPLE websites in IIS need different Application Pool. App Pool and App Domain both are for isolations on different approches.App Pool use process to isolate without .net but for App Domain isolation methods by .net. In Simple terms For Multiple websites in IIS need different Application Pool. |
|
| 20. |
What Is Iis Application Pool? |
|
Answer» Application Pool STATED that MULTIPLE web applications or GROUP of web applications. Application Pool stated that Multiple web applications or Group of web applications. |
|
| 22. |
Default Iis Services? |
|
Answer» 1. www services (Worldwide WEB) 1. www services (Worldwide Web) |
|
| 23. |
How To Restart Iis From Command Prompt? |
|
Answer» USE the FOLLOWING COMMAND “IISRESET”. Use the following command “IISRESET”. |
|
| 24. |
Unique Properties Of App Pool In Iis? |
|
Answer» 1.Recycling Process 1.Recycling Process |
|
| 25. |
What Are The Various Application Pool In Iis ? |
|
Answer» 1. DefaultAppPool (INTEGRATED) 1. DefaultAppPool (Integrated) |
|
| 26. |
Worker Process In Iis 6.0 And Iis 7.0? |
|
Answer» For IIS 6.0 > w3wp.exe For IIS 6.0 > w3wp.exe |
|
| 27. |
Different Available Identity Of An Application Pool? |
|
Answer» For IIS 6.0 – NetworkServices,LocalService,LocalSystem For IIS 7.0 – NetworkServices,LocalService,LocalSystem and APPLICATION POOL IDENTITY. For IIS 6.0 – NetworkServices,LocalService,LocalSystem For IIS 7.0 – NetworkServices,LocalService,LocalSystem and Application Pool Identity. |
|
| 29. |
What Is Web Garden? |
|
Answer» CONFIGURE MULTIPLE work PROCESS on one APPLICATION pool in a web server is called as Web Garden.Application Pool can configure for multiple WEBSITES hosted in IIS. Configure multiple work process on one application pool in a web server is called as Web Garden.Application Pool can configure for multiple websites hosted in IIS. |
|
| 30. |
What Is Web Farm In Iis? |
|
Answer» Hosting webapplication in multiple WEBSERVERS using load balancer is called as WEB Farm.To avoid the HIGH load in single server this load balancer method will use to distribute the traffic to DIFFERENT server on same web application. Hosting webapplication in multiple webservers using load balancer is called as Web Farm.To avoid the high load in single server this load balancer method will use to distribute the traffic to different server on same web application. |
|