Q. What is web part Maintenance page URL?

Ans. Add “?contents=1” in the URL

Q. How to delete user from the site collection?

Ans. Add “/_layouts/15/people.aspx?membershipgroupid=0” in the URL and you will see all the user exist in the site collection. Select user and delete from the site collection.

Q. Explain different type of permissions in SharePoint Online site?

Ans. Below are the different type of permission exist:

View – Can view pages, list items and documents but not download
Read – Can view pages and list items and download documents
Contribute – Can view, add, update and delete list items and document
Edit – Can view, add, edit and delete lists, can view add update and delete list items and documents
Design– Can view, add, update, delete, approve and customize
Full control – has full control
Limited Access – Enables users to access shared resource and specific asset, to enable users to access specific list document library, folder , list item or document without enabling them to access whole site, limited access cannot be deleted or edited

Q. When you create any SharePoint site what are the default groups created?

Ans. Below are the default groups created:

Site Owner – Full Control
Site Member – Edit
Site Visitors – Read

Q. What is App catalog in SharePoint Online?

Ans. App catalog is a special site collection that holds all apps, An app catalog allows tenant admins to make internally developed custom apps available for users to install when they brows apps under the ‘From your organization’ filter on the site contents page

Q. Can we enable app catalog at site collection level?

Ans. Yes, we can enable app catalog at site collection level

Add-SPOSiteCollectionAppCatalog -Site "siteurl"
To remove – Remove-SPOSiteCollectionAppCatalog -Site "SiteUrl"

Q. What is the PowerShell Command to connect SharePoint admin center?

Ans. Connect-SPOService -Url https://expertbrains-admin.sharepoint.com -credential admin@expertbrains.com

Q. OneDrive reset command?

Ans. C:\Program Files\Microsoft OneDrive\onedrive.exe /reset

Q. What is search topology?

Ans. SharePoint server 2013 has complex search topology. Following are the components:
1. Search Admin Component
2. Index component
3. Crawler component
4.Content processer component
5. Analytics processer component
6. Query processer components

Q. What is Site Collection Lock?

Ans. You can go to central admin, application management and then site collection quota and locks. You can select unlock, adding content prevented, read only and no access. If any site collection reached to quota then it automatically locked. By increasing quota you can unlock it.

Set-SPOSite -Identity "<SiteURL>" -LockState "<State>

Unlock, ReadOnly and NoAccess

Q. How Many databases found in search service application?

Ans.

a. Search administration,
b. Analytics Reporting,
c. Crawl database
d. Link database

Q. SharePoint online page load issue troubleshoot?

Ans.

here are three different ways that you can identify that a page on a SharePoint Online site has a performance problem with the customizations.
– The F12 tool bar network monitor: check page load time
– Comparison to a non-customized baseline: create a separate out of the box site collection and then compare
SharePoint Online response header metrics : go to developers tool, network and details, select response headers tab, check the value of SPRRequestduration which displays amount of the time that request took on the server to be processed.

Q. What are the zones?

Ans. Zones are of Five types:
1. Internet
2. Intranet
3. Extranet
4. Custom
5. Default
These five are not different from each other. They use the same Web Application and same content, which is stored in the Application with the same database.
Differences:
• The main difference is each zone carries its own IIS website after extending it from SharePoint. These zones have their own urls configured.