Showing posts with label drupal developer interview questions. Show all posts
Showing posts with label drupal developer interview questions. Show all posts

Tuesday, April 22, 2014

83. Explain drupal administration

the purpose is to

1.       Check your site's status
2.        Configure your site information
3.        User management
4.        Add additional functionality
5.      Customizing the site appearance 
6.      Posting content

Wednesday, April 16, 2014

64. What is Git in drupal ?

A version control system used by Drupal code contributors to coordinate their individual code changes. Git records everyone’s changes to a given project in a directory tree called a git repository.
Git is a distributed version control and source code management system which Drupal development community uses to manage all the revisions of every file that makes up the Drupal system. If you are unfamiliar with Git, check out the Git reference or the official Git tutorial before reading this. There are also many handy Git cheat sheets, containing lists of commonly used commands for easy reference. Additional links can be found at the Other Git resources page.


For More details Click here https://drupal.org/node/991716