Interview Questions (Angular)
Interview Questions (Angular)
Interview Questions (Angular)
● Php Artisan
● Service Provider
● Dependency Injection
● Laravel Request Life Cycle
● Routes
● How to achieve Multiple Inheritance in Php
● Middleware
● Seeders
● Eloquent (ORM)
● Relationships
● Difference In hasOne and belongsTo
● hasManyThrough
● Facades
● Traits
● Task Scheduling
● CSRF Protection
● Queues
● Events
● Overloading and Overriding
● Polymorphism
● Interface
● Abstract Class
● Array and Object Difference
● Explain Where and group by
● Having
● Views In SQL
● Indexing
● Normalization
● Sub Queries
● Joins
● Aggregate Functions
● Stored Procedures
● Magic Functions
● Final keyword
● Get last index value of an array with php function
● Promises
● CallBacks
● Call And Apply Function In Javascript
● Prevent Click Bubbling (Event.stopPropagation())
● jQuery prop() Method
● Events In Jquery
● Basic Selector in Jquery(ID,CSS Name,tag name)
Angular Interview Questions
● What is angular ?
● Explain MVVM architecture (Model-View-ViewModel)?
● Cors error in angular and how to re-solve?
(Access-Control-Allow-Origin,Access-Control-Allow-Methods,Access-Control-Allo
w-Headers)
● Explain components, modules and services in Angular
● What is metadata?
● What is the difference between Angular and AngularJs?( Architecture,Expression
Syntax,Mobile Support,Routing,Dependency Injection,Structure)
● What command will you use to load and run any Angular Application?
● What is Redux in the context of Angular?
● Describe String interpolation in Angular?
● What is TypeScript?
● What are the Differences between TypeScript and JavaScript?
● Modules in Javascript?(two statement of module import , export)
● Call and apply functions in javascript?
● Class Inheritance In javaScript?
● JavaScript Callbacks.
● JavaScript Promises, (Producing code , Consuming code)
● javascript single threaded or multithreaded Language?
● What is Difference between let and var?
● What is Difference Between onload and document.ready?
● Which type of data binding does Angular deploy?
● What is an AOT(Ahead-of-time) compilation? What are its advantages?(Faster
rendering,Fewer asynchronous requests,Smaller Angular framework download
size,Quick detection of template errors,Better security)
● What are Pipes in Angular?
● What are Angular built-in pipes? (Pure Pipes,Impure Pipes)
● What are filters in Angular? Name a few of them?(date,json,limitTo,lowercase)
● Explain the lifecycle hooks in Angular
(ngOnChanges,ngOnInit,ngDoCheck,ngAfterContentInit,ngAfterContentChecked,n
gAfterViewInit,ngAfterViewChecked,ngOnDestroy )
● What is Eager and Lazy loading?
● Offline Data Capturing (ng forage, background-sync)