Sharepoint Interview Questions:
*)How to Add an Active Directory Account to SharePoint?
or
*) What is the practice to add groups in sharepoint ?
Ans) Working with Active directory is the best way to Add groups in sharepoint it improves the performance of the system .
Steps to create groups and access from share point are :
*) What is .ddf Format is in sharepoint?
A) Data directive File . And its used when building the sharepoint solution bundel specifying the source file and their destination location.
*) Differenct between spweb and spsite ?
A) Spweb is to access sharepoint site and spsite is to access sharepoint site collection .
*)How to Add an Active Directory Account to SharePoint?
or
*) What is the practice to add groups in sharepoint ?
Ans) Working with Active directory is the best way to Add groups in sharepoint it improves the performance of the system .
Steps to create groups and access from share point are :
One of the most common questions when someone starts to using SharePoint is how to add users. SharePoint does not provide a way to authenticate or control the password accounts. SharePoint depends on Active Directory (AD) (or similar) to provide the control and authentication mechanism.
You can have hundreds of user accounts in AD, but they won’t be in your SharePoint farm until you specifically add them.
As an example, here we have our sharepoint.local domain with our demo users.
If we select the location of the users, we can add a user by clicking: Action>New>User
Here we can see the New User Object window. Fill this out with the relevant information. I used a ‘Jane Doe’ example.
The next window will be the password data window. Enter the password you want for the account. Check to make sure it meets your AD environment’s password complexity requirements. I typically will clear the ‘User must change password at next logon’ option, since there is no built in way for SharePoint to reset the password. I do select the ‘User cannot change password’ and ‘Password never expires’ options. Select whichever options that you feel comfortable with and are suitable to your environment.
Once this completed there will be a user object in the Active Directory structure called ‘Jane Doe’. Now, we can log into SharePoint and create a link to this new AD account so that SharePoint recognizes the account.
Next, log onto your server with appropriate administrator rights to add SharePoint accounts and click: Site Actions>Site Settings>Users and Permissions>People and groups. You will land on this page.
Notice that by default we have landed in the ‘Members’ group. By default, there are three groups in a SharePoint site.
- Members: This group can add/delete their own content to the SharePoint site.
- Visitors: This group can only read from the SharePoint site.
- Owners: This is can add/delete all content and perform some administrative functionality.
To add our existing ‘Jane Doe’ user, press ‘New’. Add in the appropriate user account information.
Select the following options and press OK:
- Group membership
- Initial E-Mail greeting
*) What is .ddf Format is in sharepoint?
A) Data directive File . And its used when building the sharepoint solution bundel specifying the source file and their destination location.
*) Differenct between spweb and spsite ?
A) Spweb is to access sharepoint site and spsite is to access sharepoint site collection .
Comments
Post a Comment