Skip to main content

Posts

Showing posts with the label Upwork Drupal Test Answers for 2016

Upwork/oDesk Drupal Test Answers 2016

1. Which of the following is the correct way to get the current theme path in Drupal?   Answers:  • drupal_get_path()  2. Which of the following are best practices for scaling Drupal for a high traffic site?   Answers:  • Using a PHP opcode cache  3. Which of the following is not a desired way to create a custom page with custom layout in Drupal?   Answers:  • Build page with exact HTML structure you want  4. Which function can be used to invoke a hook in all enabled modules in Drupal?   Answers:  • module_invoke_all()  5. The following are advantages of using Drupal Views vs. custom module development EXCEPT:   Answers:  • Maintenance - Views is a Drupal standard, as opposed to using custom modules, which gives your site's maintenance an unnecessary learning curve  6. Which software architectural pattern is Drupal most closely associated with?   Answers:  • PAC: Presentation-Abstraction-Control ...