C Programming Interview Questions and Answers-1

Q: – Explain about storage of union elements. The key point about storage of union elements is that Union elements are use to share common memory space. Q: – What is a memory leak? Memory leak is that when memory is allocated but its not released because of an application… Continue reading

.NET Deployment Questions and Answers

What do you know about .NET assemblies? Assemblies are the smallest units of versioning and deployment in the .NET application. Assemblies are also the building blocks for programs such as Web services, Windows services, serviced components, and .NET remoting applications. What’s the difference between private and shared assembly? Private assembly… Continue reading

SharePoint Interview Questions – 5

What are the advanced features of MOSS 2007? User Interface (UI) and navigation enhancements Document management enhancements The new Workflow engine Office 2007 Integration New Web Parts New Site-type templates Enhancements to List technology Web Content Management Business Data Catalog Search enhancements Report Center Records Management Business Intelligence and Excel… Continue reading

SharePoint Interview Questions – 4

What are the main benefits of Office SharePoint Server 2007? Office SharePoint Server 2007 provides a single integrated platform to manage intranet, extranet, and Internet applications across the enterprise. Business users gain greater control over the storage, security, distribution, and management of their electronic content, with tools that are easy… Continue reading

SharePoint Interview Questions – 3

What is Microsoft Windows SharePoint Services? How is it related to Microsoft Office SharePoint Server 2007? Windows SharePoint Services is the solution that enables you to create Web sites for information sharing and document collaboration. Windows SharePoint Services — a key piece of the information worker infrastructure delivered in Microsoft… Continue reading

HR Round Interview Questions

Why should we hire you? Just point out how your assets meet what the organization requires. Never compare yourself with other candidates. Comparisons can certainly work against you. Tell me something about yourself? So as you answer this question, talk about what you’ve done to prepare yourself to be the… Continue reading

SharePoint Interview Questions – 2

What is a SharePoint site definition? SharePoint sites consist of numerous Web pages, just like an ASP.NET 2.0 application. When a site is created, these pages are created as instances in the content database. The instances refer to the actual file on the file system. What is CAML? CAML stands… Continue reading

Web Service Interview Questions

True or False: A Web service can only be written in .NET? False What does WSDL stand for? Web Services Description Language Where on the Internet would you look for Web services? http://www.uddi.org Which property on a Combo Box do you set with a column name, prior to setting the… Continue reading

SharePoint Interview Questions – 1

What is SharePoint? SharePoint is Microsoft’s enterprise information portal. It can be configured to run Intranet, Extranet and Internet sites. Microsoft Office SharePoint Server 2007 allows people to connect and collaborate. A SharePoint enterprise portal is composed of SharePoint Portal and Windows SharePoint Services. SharePoint Server is designed medium to… Continue reading

ASP.NET Basic Interview Questions

Describe the role of inetinfo.exe, aspnet_isapi.dll and aspnet_wp.exe in the page loading process. inetinfo.exe is the Microsoft IIS server running, handling ASP. NET requests among other things. When an ASP. NET request is received (usually a file with .aspx extension), the ISAPI filter aspnet_isapi.dll takes care of it by passing… Continue reading