Category: 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

Angular Basic Interview Questions

Angular Basic Interview Questions


1. What is Angular Framework? 2. What is the difference between AngularJS and Angular? 3. What is TypeScript? 4. What are the key components of Angular? 5. What are directives? 6. How to Create Custom Directive? 7. What are the components? 8. What are the differences between Component and Directive? 9. What is a template? … Continue reading Angular Basic Interview Questions

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

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

Frequently Asked OOPS PHP interview question and answer for fresher.


In this section we are providing you some Recently asked OOPS PHP interview question and answer for fresher. Q.What is Object Oriented Programming? This is usually a pretty open ended question. You should understand classes (objects are instantiated classes), abstract classes, interfaces, methods, properties,inheritance, multiple inheritance as well as why OOP is helpful as compared … Continue reading Frequently Asked OOPS PHP interview question and answer for fresher.

Top PHP Interview Questions with Answers for freshers and experienced


What is PHP stands for? Hyper text Pre Processor Who is the Father of PHP? Rasmus Lerdorf What is PHP? PHP is a server side scripting language commonly used for web applications. PHP has many frameworks and cms for creating websites. Even a non technical person can create sites using its CMS. WordPress, osCommerce are … Continue reading Top PHP Interview Questions with Answers for freshers and experienced

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