Tag: Interview Question

The following is a list of Drupal interview questions for Technical skills Senior Drupal Developers


If we save any node, then that table gets saved in the database.If we save any user profile data, we save it in which table gets saved in the database.How to Fetch Data From Database & Display Drupal 8How to store data in a database from a custom form and render data in a twig … Continue reading The following is a list of Drupal interview questions for Technical skills Senior Drupal Developers

Drupal 8 interview questions for experienced Drupal Developer


1. Where do I download a base theme for Drupal 8? As of this writing, you don't. It's true that there are a few themes that have tried to keep pace with Drupal 8 in the pre-beta phase. These are admirable efforts, but none have kept up with the rapid pace of D8 development. I tried … Continue reading Drupal 8 interview questions for experienced Drupal Developer

Javascript Interview Questions and answers for fresher and experienced

Javascript Interview Questions and answers for fresher and experienced


Question: What are JavaScript types? Following are the JavaScript types: 1.Number 2.String 3.Boolean 4.Object 5.Null 6.Function 7.Undefined Question: Is JavaScript a case-sensitive language? Yes! JavaScript is a case-sensitive language. This means that language keywords, variables, function names, and any other identifiers must always be typed with a consistent capitalization of letters. Question: How can you … Continue reading Javascript Interview Questions and answers for fresher and experienced

Questions 2016 for freshers


We hope you find these questions useful. If you are an interviewer, Take the time to read the common interview questions you will most likely be asked. Below are the Recently asked 15 PHP interview questions 2016 for freshers Q. What is the difference between $name and $$name? A. $name is variable where as $$name … Continue reading Questions 2016 for freshers

Drupal interview questions for experienced Drupal Developer


1. what is entity  and entity api? Ans: They provide a unified way to work with different data units in Drupal. Drupal 7 is all about entities. They are everywhere: nodes, users, taxonomy terms, vocabularies… But how, as developers, can we create our own entities? When do we really need to do that? I think these … Continue reading Drupal interview questions for experienced Drupal Developer