29 October 2020

#Ansible

Ansible
What is Task?
What is Module?
What is Play?
What is Playbook?
What is Role?
What kind of automation you wouldn't do with Ansible and why?
What is an inventory file and how do you define one?
What is a dynamic inventory file? When you would use one?
What the "become" directive used for in Ansible?
What are facts? How to see all the facts of a certain host?
What 'blocks' are used for in Ansible?
What is ansible-pull? How is it different from how ansible-playbook works?
What is Ansible Vault?
What are filters? Do you have experience with writing filters?
What are callback plugins? What can you achieve by using callback plugins?
What is Ansible Collections?
What is Molecule? How does it works?
What do you know about Ansible?
What are the major advantages of using Ansible?
What is continuous delivery in terms of Ansible?
Difference - Ansible and Puppet?
What are the things Ansible can do?
What language Ansible is written in?
What are the requirements of the Ansible server?
What is the right way to copy files recursively onto a target host?
What is the default location for Ansible?
What module can be utilized to stop a playbook execution for a specific period?
What is the default forks value in configuration file?
What is the web-based interface used to access projects, inventories, job templates and jobs Ansible?
What is inventory in Ansible and how to update it?
What is ansible-playbook?
What is the use of list-task in ansible?
what is the use of –start-at-task in ansible?
What is ansible variables?
What is ansible roles?
What are the key things required for the playbook?
What are the advantages of Ansible?
What is inventory in ansible?
What is configuration management?
What is ansible jinja2 templates?
What are the role dependencies?
What are playbooks in ansible ?
What are ad-hoc commands ?
What is an inventory file ?
What is ansible tower ?
What are roles in ansible ?
What is your understanding about Ansible ?
What is Ansible Host and Node ?
What is Configuration Management (CM) Practices?
What are the basic terminologies used in Ansible.
What is Ansible Galaxy.
What is Ansible tower.
What is ad-hoc commands.
What is “fact” in Ansible.
What is Ansible tasks.
What is Ansible role and what makes it different from the playbooks?
What is handlers in Ansible?
What is ansible modules?
Name different modules in Ansible.
Name the different components of Ansible.
Write a task to create the directory ‘/tmp/new_directory’
Write a filter to capitalize a string
Explain the directory layout of an Ansible role
Explain the Diffrence between Forks and Serial & Throttle.
Explain the way to access shell environment variables in Ansible.
Why Ansible vaults are used?
Why handlers are used in the playbook?
Which Ansible best practices are you familiar with?. Name at least three
Which one is not a valid value of state argument of “file” module?
Which module can be utilized to copy files from a remote machine to a control machine?
Which module will you utilize to create a directory?
Which module can be used to force a handler to run in between two tasks?
Which Ansible module is utilized for managing docker services and containers?
Which configuration management is agentless
which command is used to run an ansible playbook?
Which module copies a dynamically generated file from control machine to target
How Ansible is different from other Automation tools?
How do you list all modules and how can you see details on a specific module?
How do you handle errors in Ansible?
How do you test your Ansible based projects?
How do Ansible works?
How can we make content redistributable and reusable?
How can you connect other devices within Ansible?
How to define the number of parallel processes while communicating to remote hosts?
How can you reduce the number of SSH connections required?
How would you write comments on Jinja2:
How to Install Ansible in the Redhat Linux operating system?
How to set SSH-based access from Controller to Managed Nodes which is recommended by Ansible?
How to run ansible command? Briefly explain?
How to write playbook, give example?
How are nodes,managed by a controlling machine over?
How to define handler in ansible playbook?
How to create Ansible roles?
How will start the services using ansible?
How to execute the created roles?
How to use existing tasks in Ansible?
How to use ansible-galaxy to download roles?
How to do role duplication and execution?
How to secure Ansible playbooks?
How to encrypt and decrypt Ansible playbooks?
How to change the existing password for ansible vault?
How to install Ansible on Linux?
How do you define ansible in the configuration management perspective?
How do you define ansible is useful in the automation paradigm?
How ansible is executing just by YAML script?
How can u encrypt ansible passwords or any data ?
How will you ensure the targeted server connection is established ?
How Ansible Communicate with its host Machine?
How can you install Ansible on Amazon EC2 instance?
How can you take backup of configuration in Ansible?
Where is Inventory file located by default?
Will you be able to restart the target machines with Ansible?
Will you be able to see the host machine all variables using ansible?
Do u know how to illustrate the working of Ansible ?
Do you know any API reference for Ansible ?
Do you know what are all the features of Ansible beyond automation?
Do you know ansible cannot be considered as opensource?
Do you know the other way around to perform ansible operations without writing playbooks ?
Do you know how do we parameterize the arguments required for the module ?
Do you know how do we make use of our ansible script reusable or redistributable ?
Do we hav option to copy a file from my ansible server to all server ?
Ansible has two types of servers. Select the appropriate answer from the given options.
Ansible is generally referred to as what?
Can you please explain the meaning of the red hat Ansible?
Could you differentiate Roles and Playbooks?
Differentiate ask_pass and ask_sudo_pass
Does Ansible support AWS?
Give a brief about Ansible architecture.
If you do not need any facts from the host, what command would you use?
Is it possible to create own modules with Ansible?
Is it possible to keep secret data in the playbook?
Perform the following setps on all Managed nodes.
Please define what is Ansible Galaxy?
Server requirement for Ansible how will it look like ?
So do you have an option do customize you own ansible modules?
True or False? Ansible follows the mutable infrastructure paradigm
True or False? Ansible uses declarative style to describe the expected end state
Difference environment variable and variable name?
What’s the best way to generate crypto passwords for the user module?
You want to run Ansible playbook only on specific minor version of your OS, how would you achieve that?
You would like to run a certain command if a task fails. How would you achieve that?
You would like to run a task only if previous task changed anything. How would you achieve that?
You run Ansibe tests and you get "idempotence test failed". What does it mean? Why idempotence is important?
  • It is an automation and configuration management technology.
  • It is used to provision, deploy, and manage compute infrastructure across cloud, virtual, and physical environments.
  • Easy remote execution and low barrier to entry.
  • Suitable for environments designed to scale rapidly.
  • Shares facts between multiple servers, so they can query each other.
  • Powerful orchestration engine. Strong focus on areas where others lack, such as zero- downtime rolling updates to multi-tier applications across the cloud.
  • Easy installation and initial setup.
  • Syntax and workflow is fairly easy to learn for new users.
  • Sequential execution order.
  • Supports both push and pull models.
  • Lack of master eliminates failure points and performance issues. 
  • Agent-less deployment and communication is faster than the master-agent model.
  • High security with SSH.

@Features:

  • Configuration Management
  • Security and Compliance
  • Application Deployment
  • Orchestration
  • Continuous Delivery
  • Provisioning

Topic

  • Ansible Workflow - Ansible Server, Modules, Task, Role, Fact, Inventory, Play, Handler, Notifier, Tag
  • Ansible Architecture
  • ad-hoc Commands
  • Ansible Playbooks
  • Ansible Tower
  • Ansible Variables
  • Ansible Tags
  • Ansible Galaxy
  • Commands Cheat Sheets
  • Ansible Shell
  • Ansible Templates
  • Ansible YAML
  • Ansible Debug
  • Ansible Apt
  • Ansible Lineinfile
  • Ansible Copy
  • Ansible Command
  • Ansible File
  • Ansible Vault
  • Ansible Windows
  • Ansible Yum
  • Ansible AWX
  • Ansible Unarchive
  • Ansible Pip
  • Ansible vs Chef
  • Ansible vs Puppet

#Dynatrace

Dynatrace
What is Dynatrace and how it works?
What kind of tool is Dynatrace?
What is application performance monitoring Dynatrace?
What is difference between Dynatrace and Splunk?
What is the difference between AppDynamics and Dynatrace?
What is the difference between observability and monitoring?
How is Dynatrace different?
How does APM Dynatrace work?
Is Dynatrace a good tool?
Is Dynatrace a SaaS?
Is Dynatrace open source?


#Splunk

Splunk
What is Load Balancer (LB)?
What is Heavy forward (HF)?
What are Splunk Enhanced Solutions?
What is Splunk ITSI?
What is the use of hosts, source and sourcetype tab?
What is the use of Events tab?
What is raw data?
What is cluster master?
What is Search peers?
What is Traditional Index Clusters and Non-replicating Index Clusters?
What is ClusterMaster?
What is Input phase,Parsing phase and Indexing phase?
What is License Meter?
What is Splunk Management Port?
What is Splunk Web Port?
What is Splunk Network port?
What is Splunk Index Replication Port?
What is Splunk Indexing Port?
What is KV store?
What is Splunk agent?
What is search head pooling?
What is search head clustering?
What is Universal forwarder?
What is the difference between Universal forwarder and Heavyweight forwarder?
What is the Life cycle of splunk? (Hot, Warm, Colld, Frozen)
What is Real-time dashboards?
What is Dynamic form-based dashboards?
What is Fast mode?
What is Smart mode?
What is Verbose mode?
What is the use of Abstract command?
What is the use of Erex command?
What is the use of Addtotals command?
What is the use of Accum command?
What is the use of Filldown command?
What is the use of Typer command?
What is the use of Rename command?
What is the use of Anomalies command?
What is license violation?
What is the general expression for extracting IP address from logs?
What purpose does the Time Zone property serve in Splunk?
What is Sourcetype?
What is the need for Splunk Alert? Specify the type of options you get while setting up Splunk Alerts.
What is the configuration files precedence in Splunk?
What is System Local Directory?
What is App Local Directories?
What is App Default Directories?
What is System Default Directory?
What is Replication Factor?
What are the components of Splunk?
What is Splunk Indexer? What are the stages of Splunk Indexing?
What is a Splunk Forwarder? What are the types of Splunk Forwarders?
What are the types of Splunk Licenses?
What is Splunk App?
What are the features not available in Splunk Free?
What happens if the License Master is unreachable?
What is Summary Index in Splunk?
What is Splunk DB Connect?
What are the different types of Splunk dashboards?
What are Buckets? Explain Splunk Bucket Lifecycle.
What is the difference between stats and eventstats commands?
What do Splunk Licenses specify?
What is the command for restarting Splunk web server?
What is the command for restarting Splunk Daemon?
What is the command used to check the running Splunk processes on Unix/Linux?
What is the command used for enabling Splunk to boot start?
What is Source Type in Splunk?
What is Btool?/How will you troubleshoot Splunk configuration files?
What is the difference between Splunk App and Splunk Add-on?
What is .conf files precedence in Splunk?
What is Fishbucket? What is Fishbucket Index?
What is Dispatch Directory?
What is the difference between Search Head Pooling and Search Head Clustering?
What is MapReduce algorithm?
What is the difference between Splunk SDK and Splunk Framework?
What are diffrence between splunk app and splunk add-on?
what are most important configuration files of splunk OR can you tell name of few important configuration files in splunk?
What are Splunk buckets? Explain the bucket lifecycle?
What are the common port numbers used by Splunk?
What are the components of Splunk? Explain Splunk architecture?
What are the features that are not available in Splunk free?
What Are Types Of Splunk Licenses?
What command is used to enable and disable Splunk to boot start?
What do you understand by Splunk Administration? What is the latest version of the tool Splunk?
What is a syslog server?
What is bucket ? How data ages in Splunk ?
What is CIM and what is it used for?
What is command for restarting just the splunk daemon?
What is crontab?
What is indexes.conf?
What is inputs.conf?
What is props.conf?
What is server.conf?
What is Splunk Administration?
What is Splunk cloud administration?
What is Splunk?
What is the difference between Search time and Index time field extractions?
What is the eval command?
What is the null queue?
What is the source type in Splunk?
What is the use of DB Connect in Splunk?
What is the use of License Master in Splunk?
What is the use of sort command?
What is the use of the deployment server in Splunk administration?
What is transforms.conf?
What is use of Time Zone property in Splunk and when it is required?
What will you do in case License Master is unreachable?
What would you use to edit contents of the file in Linux? Describe some of the important commands mode in vi editor?
What would you use to view contents of a large file? How to copy/remove file? How to look for help on a Linux?
What are types of field extraction. How to mask a data in either of case
What do you mean by roles based access control?
What is null queue
What are the types of search modes supported in splunk?
What is difference between source & source type
What is join command and what are various flavours of join command.
What is Splunk? Why Splunk is used for analysing machine data?
What are the benefits of getting data using forwarders?
What happens if License master is unreachable?
What is the command to get list of configuration files in Splunk?
What is the command to stop and start Splunk service?
What is index bucket? What are all stages of buckets?
What are important configuration files in Splunk?
What is global file precedence in Splunk?
What is difference between stats and timechart command?
What is lookup command?
What is the role of Deployment server?
What are the default fields in Splunk?
What is Search Factor (SF)
What is the difference between Splunk apps and add-ons?
What restrict to find data?
What happens when to increase the data limitation?
What is used for building a ranking?
What is used to process huge data sets?
What is used to track internally?
what is the use of DB connect?
What is single-instance storage?
What is used for collecting the logs?
What is known as a central resource for searching?
What is used to conduct the group of field details?
What is Occasion management?
What is Transaction
What is splunk latest version
What is splunk Success Framework?
What is pivot?
Types Of Splunk Forwarder?
How to trouble shooting Splunk errors in splunk
Rollback your aplunk web configuration bundle to previous version
Mention the use of the Dedup command of Splunk?
List some of the features that is lagging in Splunkfree?
If I want to add folder access logs from a windows machine to Splunk, how do I do it?
If you wish to use a free version of Splunk, which features are lacking?
How Does Splunk Work?
How Is Splunk Deployed?
How many type data input supported by Splunk?
How can you troubleshoot Splunk performance issues?
How to know when Splunk has completed indexing a log file?
How can you add folder access logs from a Windows machine to Splunk?
How does Splunk avoid duplicate indexing of logs?
How to troubleshoot Splunk performance issues?
How does Splunk determine 1 day, from a licensing perspective?
How are Forwarder Licenses purchased?
How to disable Splunk boot-start?
How to reset Splunk Admin password?
How to disable Splunk Launch Message?
How to clear Splunk Search History?
How do I exclude some events from being indexed by Splunk?
How to set the default search time in Splunk 6?
How would you handle/troubleshoot Splunk License Violation Warning?
How can we extract fields?
How do you reset Splunk Admin Password?
How does Splunk help in the Organization?
How is a career path in Splunk Administration?
How many types of Splunk forwarders are there?
How Splunk helps the enterprise?
How to reset splunk password?
How do you log in to a remote Unix box using ssh?
How you will uncompressed the file? How to install Splunk/app using the Splunk Enterprise .tgz file
How to use btool for splunk conf file approach
How to turn down a peer without affecting any other peer of cluster?
How to show which deployment server in configured to pull data from?
How to see all the license pool active in our Splunk environment?
How do we convert unix time into string and string back to unix time format
How do we find total number of host or source type reporting splunk instance. Report should consider host across the cluster
How can you exclude some events from being indexed in Splunk?
How do we sync and deploy configurational files and updates across multiple deployment servers in a large multi-layered clustered?
How to map the keys and values?
How the company manages the data?
How to ignore the incoming data?
How to remove all the events?
How to connect two BLE devices?
How to recover a non-functioning group?
Give a few use cases of Knowledge Objects.
Effect of a non-functioning cluster?
Draw a difference between Splunk app and Splunk add-on?
Does Splunk administration support user authentication systems?
Discuss about the sequence in which splunk upgrade can be done in a clustered environment?
Create new app from templet
Command to change splunkweb port to 9000 via CLI
CLI to validate bundles
Can you name a few most important configuration files in Splunk?
Can you tell some use cases of Knowledge Objects?
Explain about Splunk Enterprise Security (ES)?
Explain about Splunk User Behavior Analytics (UBA)?
Explain Splunk Index Time Process?
Explain Stats vs Transaction commands.
Explain search head pool & search head clusters?
Explain Splunk app? How it differs from Add-on?
Explain the use of License Master in Splunk?
Name the common port numbers used by Splunk.
Name the types of search modes supported in Splunk.
Name the items for migration?
Name the disadvantages of Splunk?
Name the features of a knowledge object?
Name the uses of Knowledge object?
Why is Splunk used for analyzing machine data?
Why do companies adopt Splunk?
Why is Splunk administration used for the analysis of machine data?
Why is Splunk used for the analysis of machine data?
Why people prefer Splunk as compared to other open-source options?
Why use only Splunk?
Why DB connect is important?
Who are the top direct competitors to Splunk?
Who are the competitors of Splunk in the market? Why is Splunk efficient?
Who is responsible for the right quantity of data?
Who analyzes data in a backup system?
Which is the latest Splunk version in use?
Which role can create a data model?
Which Splunk Roles can share the same machine?
Which command is used to the “filtering results” category- explain?
Which role can create data model
Which app ships with splunk enterprise
Where is Splunk Default Configuration stored?
Where does Splunk default configuration file located?
Where to keep the listed data in directories?
When to use auto_high_volume in splunk?
Splunk
  • Cloud topology
  • Splunk Cloud vs Splunk Enterprise
  • Architecture
  • Splunk index - Create, delete, update
  • User Authentication and Authorization
  • Monitor Inputs - Fine-tuning Inputs
  • Manipulating Raw Data
  • Data Parsing and Filtering
  • Deployment Server and Indexer
  • Creating Reports and Visualizations
  • Working with Dashboards
  • Field Aliases and Calculated Fields
  • Field Extractions
  • Creating Tags and Event Types
  • Workflow Actions - GET & Post workflow action
  • Managing Alerts
  • Macros
Components
  • Forwarder Management- UF/HF
  • Common ports
  • Master/Slave relationship
  • Splunk configuration files
  • Basic navigations
Splunk's User Interface
  • Splunk Apps
  • Refine searches
  • Addcoltotals, Addtotals, Append, Appendcols etc.
  • Lookup Table
Search Fundamentals
Fields, Table, Rex, Multikv
  • Reporting Commands- Top, Rare, Stats, Timechart
  • Explore the available visualizations
  • Create a basic chart
  • Split values into multiple series
  • Omit null and other values from charts
  • Create a timechart
  • Chart multiple values on the same timeline
  • Format charts
  • Explain when to use each type of reporting command
Analyzing, Calculating and formatting Results
  • Using the eval command:
  • Perform calculations
  • Convert values
  • Round values
  • Format values
  • Use conditional statements
  • Further filter calculated results

#JavaScript

Javascript
What are all the data types JavaScript supports?
What are all the types of function? Or what are all the different ways you can declare a function and how they differ?
What is instanceof in JavaScript?
What is Event capturing and Event bubbling?
What is the difference between window.onload and onDocumentReady?
What is exception handling?
What is shift() and push? How they are differing from each other?
What is callback? How they work?
What is Browser Object Model or BOM?
What is negative infinity?
What is Number and String Objects in JavaScript?
What is encodeURI and decodeURI in JavaScript?
What is currying in JavaScript?
What is NaN in Javascript?
What is DOM
What is ES?
What is Javascript?
What is the difference between window and document?
What are the difference between == and ===?
What is the use of typeof?
What is prototype in javascript?
What is undefined?
What is not defined?
What is closure?
What is instanceOf?
What is method?
What is object?
What is function?
What is the difference for let and const?
What is variable hoisting?
What is IFFE?
What is Default Parameters?
what is promise?
What is function binding?
What is constructor?
What are the data types are available in JavaScript (JS)?
What are the ways to create an object in JavaScript?
What is function in JS and how to define it?
What is Array helper function and explain one of them?
What is every and find in array helper function?
What are the scopes of a variable in JavaScript?
What is every and some in array helper function?
What is reduce array helper function and how to use it?
What is Arrow functions and how to define it?
What is Template strings in JS
What is the use of ?This? operator in JavaScript?
What are the ways to define a variable in JavaScript?
What is the difference between the operators ?==? & ?===??
What is the difference between null & undefined?
What is the difference between undefined and undeclared?
What is the difference between document and window in JavaScript?
What is a prompt box in JavaScript?
What is the use of isNaN function?
What would be the result of 1+2+?9″?
What is the use of Void (0)?
What is the data type of variables of in JavaScript?
What is the difference between a confirmation box and an alert box and?
What will be the output for the below
What is callback in JS?
What is closure in JS?
What is Difference between the substr() and substring() functions in JavaScript?
What is spread operator in JavaScript?
What is Promise in JavaScript?
What is ?use strict??
What are different types of errors available in JS?
What close() does in JavaScript
What is the difference between instanceof and typeof in Javascript?
What is BOM ?
What is Classes and how to define?
What can be output for this JS code?
What is ?With ? keyword in JavaScript?
Which is latest release in ECMAScript?
Which are types of Pop up boxes available in JavaScript?
Which keyword is used to print the text on the screen?
Which operator supports in JavaScript?
Which built-in method returns the length of the string?
How can you remove an element from an array? Or can you use delete to remove an element in an array or not?
How can you get the list of all properties in an Object?
How do you empty an Array?
How to find the length of associative Array?
How to create an Object?
How can you create an Array in JavaScript?
How to give default argument in function?
How to merged two arrays?
How to give comments in Javascript?
How to read elements of an array in JavaScript?
How to create blink text using JS ?
How is it possible to get the total number of arguments that are passed to a function?
When is the use JSON.stringify()?
Who is the founder of Javascript?
Check whether Object is an Array/Not?
Is javascript case Sentiative?
Is exception handling possible ? How to handle exception in JavaScript ?
Singleton Pattern in js?
Syntax for Spread Attributes?
JavaScript
  • Call Stack
  • Primitive Types
  • Value Types and Reference Types
  • Implicit, Explicit, Nominal, Structuring and Duck Typing
  • == vs === vs typeof
  • Function Scope, Block Scope and Lexical Scope
  • Expression vs Statement
  • IIFE, Modules and Namespaces
  • Message Queue and Event Loop
  • setTimeout, setInterval and requestAnimationFrame
  • JavaScript Engines
  • Bitwise Operators, Type Arrays and Array Buffers
  • DOM and Layout Trees
  • Factories and Classes
  • this, call, apply and bind
  • new, Constructor, instanceof and Instances
  • Prototype Inheritance and Prototype Chain
  • Object.create and Object.assign
  • map, reduce, filter
  • Pure Functions, Side Effects, State Mutation and Event Propagation
  • Closures
  • High Order Functions
  • Recursion
  • Collections and Generators
  • Promises
  • async/await
  • Data Structures
  • Expensive Operation and Big O Notation
  • Algorithms
  • Inheritance, Polymorphism and Code Reuse
  • Design Patterns
  • Partial Applications, Currying, Compose and Pipe
  • Clean Code

#ReactJS

React JS
What is the difference between state and props?
What can you do if the expression contains more than one line?
What kind of information controls a segment in React?
What do you understand by the term polling?
What is the difference between React Native and React?
What are React Hooks?
What do you understand by “Single source of truth”?
What is the benefit of strict mode?
What is the difference between createElement and cloneElement?
What are the features of ReactJS?
What are the rules one needs to follow regarding hooks?
What are the conditions to safely use the index as a key?
What is Relay?
What is route based code splitting?
What is render hijacking?
What are React Events?
What do you know about Flux?
What is ReactDOMServer?
What is the use of Webpack?
What is the difference between DOM and virtual DOM in React.js?
What is create-react-app?
What are some of the major advantages to using react when building UIs?
What is the second argument that can optionally be passed to setState and what is its purpose?
What are Higher Order Components(HOC)?
What is suspense component?
What is the point of renderToNodeStream method?
What is prop drilling and how can you avoid it?
What do you understand by “In React, everything is a component.”
What is the behavior of uncaught errors in react 16?
What do you understand by mixin or higher order components in ReactJS?
What do you understand by Props in React?
What is the difference between a controlled component and an uncontrolled component?
What are the rules needs to follow for hooks?
What is JSX?
What is the difference between async mode and concurrent mode?
What does shouldComponentUpdate do and why is it important?
What are the different phases of React component’s lifecycle?
What is the purpose of eslint plugin for hooks?
What are the lifecycle methods of ReactJS?
What would be two of the most significant drawbacks of React?
What are synthetic events in React?
What is arrow function in React? How is it used?
What are refs in React?
What are the benefits of using typescript with reactjs?
What is the use of a super keyword in React?
What is the methods order when component is re-rendered?
What is windowing technique?
What are the problems of using render props with pure components?
What are the drawbacks of MVW pattern?
What are the advantages of formik over redux form library?
What are selectors? Why would you use reselect or a memoization library?
What is the mental model of redux-saga?
What is an action in Redux?
What are the core principles of Redux?
What are the downsides of Redux compared to Flux?
What does the term I / O mean?
What does event-driven programming mean?
What is the benefit of using node.js?
What is the control flow function?
What are the tasks to do with the use of the Event Ring?
What are the two discussions that take async.queue?
What is an event cycle in Node.js?
What is the benefit of Node.js?
What is the difference between Node.js against Ajax?
What are the challenges with Node.js?
What does it mean to be “block-prevention” in node.js?
What is the command used for node.js to export external libraries?
What is ‘Callback’ in Node.js?
What is the relationship of Node.js with JavaScript?
What is the difference between Node.js and Ajax?
What are two types of API functions in Node.js?
What is a bug – first request?
What structure is commonly used in Node.js?
What are two sections of event driven programming?
What is the biggest drawback of Node.js?
What is the request on Node.Js?
What is a foot blade?
What is EventEmitter.emit() function in the Node.js?
What is the responsibility for the writeFile method in FS module?
What having in package.json file?
What do you mean by local dependencies?
what do you know about package.json?
What is Node.js?
What do you comprehend by Event-driven programming?
What do you comprehend by the Reactor Pattern in Node.js?
What are LTS arrivals of Node.js?
What do you comprehend by ESLint?
What do you comprehend by worldwide items in Node.js?
What is the utilization of a cradle class in Node.js?
What are controlled and uncontrolled components in react native?
What are hooks in react native?
What are pure components in React Native?
What are states in React Native?
What are the advantages of native apps over hybrid apps?
What are the advantages of React Native?
What are the new features in React Native 0.61?
What are the other modules need for react native navigation?
What do you mean by Dispatch in react native?
What do you mean by interactionManager and why is it important?
What does StyleSheet.create do?What are refs in React Native?
What is API in react native?
What is AppRegistry react native?
What is fabric in react native?
What is Gesture Responder System in React Native?
What is HOC in React Native?
What is react native and why it is used?
What is the point of StyleSheet.create in react native?
What is the use of Redux in React Native?
What is the use of the arrow function?
What type of data does a ListView take in react native?
What is React?
What are the major features of React?
What are Pure Components?
What is state ?
What are props ?
What is the purpose of callback function as an argument of setState()?
What are synthetic events ?
What are inline conditional expressions?
What is "key" prop and what is the benefit of using it in arrays of elements?
What is the use of refs?
What are forward refs?
Name 3 ways to create a component in React and its differences.
Write a program to display "Hello World" in react native?
Explain DOM Diffing in React.
Explain Presentational segment
Explain the purpose of render() in React.
Explain the use of Redux thunk?
Explain React Decorators
Explain the Virtual DOM and its working.
Explain Flexbox and its benefits
Explain the positives and negatives of shallow rendering components in tests.
Explain how “Control Flow” controls functional calls.
Explain the word I / O in the context of Node.js.
Explain the role of the request process in Node.js.
Explain the control flow function.
Explain REPL at Node.Js
Explain the limitations of React native?
Why should we not call setState in componentWillUnmount?
Why is switch keyword used in React Router v4?
Why do we need a Router to React?
Why did you choose to work with react?
Why are you not required to use inheritance?
Why are fragments better than container divs?
Why are String Refs considered legacy?
Why do we need a key property? Give an example when a bad key causes an error.
Why are Redux state functions called reducers?
Why is Node.js single thread?
Why do node.js quickly draw from JavaScript programmers?
Why node.js is a single threaded/multi-threaded?
Why Node.js is single-strung?
Why react native is better than native?
Why should we not update the state directly?
Which of the below statement/s are true about Node.js?
Which of the following is true about EventEmiiter.on()?
Which one is not a method of EventEmiiter class in Node.js?
Which of the most popular framework of Node for implementing routing?
Which method is used to create a TCP server?
Which built-in module can be used for socket programming?
Which of the mode of installation is better to install any package which has an application dependency?
Which is a drop-in replacement of NPM?
Which of command is used to create the package.json file?
Which method the specialized form of spawn() method to create the child process?
Which command is used to inert the breaking point in a node application?
Which is used to give a graphical user interface to perform node application debugging?
Which is used to watch the changes occurring inside a given directory and restart the node application after each change?
Which command is used to run for installing react native?
How is Stateless component different from a Stateful component?
How to prevent a function from being called multiple times?
How to dispatch the data in-store?
How do you tell React to build in Production mode and what will that do?
How do you access imperative API of web components?
How do the parent and child components exchange information?
How is React different from Angular and VUE?
How do you say that state updates are merged?
How does JSX prevent Injection Attacks?
How is Virtual-DOM more efficient than Dirty checking?
How would you debug an issue in react code? What debugging tools have you used?
How is ReactJs different from AngularJS?
How would you structure a React application?
How does React know when to re-render App component if we handle window resizing in useWindowSize?
How to prevent components from re-rendering?
How would you optimise the performance of a React application?
How Relay is different from Redux?
How does node.js work?
How does Node.js violate the issue of blocking I / O operations?
How can I access the last expression in Node.js?
How to Avoid Calling on Node.Js
How many streams are there in Node.Js?
How does Node.js handle the youngster strings?
How do you add react navigation to react native?
How do you change the view height dynamically in react native?
How do you pass props from one screen to another in react native?
How do you use props in react native?
How to call web service in React Native?
How to create a SQLite database in react native?
How to create stack of screens in react native?
How to create stackNavigator in react native?
How to handle multiple platforms in React native?
How to import components in React Native?
How to install a specific version of React Native?
How to install react native?
How to load data from server in React Native?
How to navigate from one page to another in react native?
How to run react native app on Android?
How to store data in AsyncStorage in react native?
How to update react native with latest version?
How to use Axios in react native?
How to use firebase in react native?
How to use map function in React Native?
How to use the camera in React Native?
How to use typescript in react native?
How Virtual Dom works in React Native?
How to create components?
How to bind methods or event handlers in JSX callbacks?
How to pass a parameter to an event handler or callback?
How to create refs?
When would you use a Class Component over a Functional Component?
When should you use the top-class elements for the function element?
When to use a Class Component over a Function Component ?
Where would you put AJAX calls in your React code?
Where can we use node.js?
Who is using react native?
Difference between Angularjs & nodejs ?
Difference - component and an element in React.
Difference - Hot Reloading and Live Reloading in React Native?
Difference - React and React Native?
Difference - ShadowDOM and VirtualDOM?
Difference - State and props?
Difference - Element vs Component?
Difference - HTML vs React event handling?
Difference - state vs props ?
In ReactJS, why there is a need to capitalize on the components?
After successfully installed the Node.js on the system which of the below command can be used to update NPM version?
Can we make changes inside child components?
Can you force a React component to rerender without calling setState?
Can Redux only be used with React?
Can you access the DOM terminal?
Can you specify steps that can be single-tuned in Node.js?
Can a user access the DOM?
Can we combine Android or iOS code in react native?
Can we use react native for web?
Characterize the idea of the test pyramid. Disclose the procedure to execute them regarding HTTP APIs.
Clarify libuv.
Clarify the idea of middleware in Node.js?
Clarify the working of the control stream work.
Clarify the idea of stub in Node.js.
Clarify the reason for the ExpressJS bundle?
Clarify the use of a cradle class in Node.js?
Clarify stream in Node.js alongside its different kinds.
Clarify affixing in Node.js.
Clarify the event Loop in Node Js?
Consider the below code snippet:
Consider the code snippet
Consider the code below written for connection the MYSQL database
Describe how events are handled in React.
Do you know what the reconciliation algorithm is?
Do you specify the structure commonly used in node.js?
Does the node run in windows?
Event-driven programming definition.
For Node.js, why Google utilizes the V8 motor?
Guess the output of below code snippet?
Is it possible to display props on a parent component?
Is setState() async? Why?
Is it mandatory to define constructor for React component?
Is setState() is async? Why is setState() in React Async instead of Sync?
Is it ref argument available for all functions or class components?
Is it possible to nest JSX elements into other JSX elements?
Is Node.js is front end/back end?
Is it possible to evaluate expressing in Nodejs?
Is it possible to use the same code base for both Android and iOS in React Native?
Is React Native a Mobile App?
js asynchronous/ synchronous?
List down the advantages of React Router.
List the tools and IDEs used for Node.js.
List some of the benefits of using Node.js.
List the instructions in the Control Flow process.
List attribute of package.json?
List the most common commands used in React Native?
Mention the key benefits of Flux?
mymodule = require(“./mymodule”); mymodule();
Node js single threaded/multi-threaded?
Node.js state that can be used.
React has something called a state. What is it and how it is used?
React unit tests vs integration tests for components.
React - changing an uncontrolled input
React - uncaught TypeError: Cannot read property 'setState' of undefined
React / JSX Dynamic Component Name
React “after render” code?
React + Redux - What's the best way to handle CRUD in a form component?
React Js conditionally applying class attributes
React js onClick can't pass value to method
React JS onClick event handler
React JSX: Access Props in Quotes
React JSX: selecting “selected” on selected
React Native on Android failed to find Build Tools
React Router with optional path parameter
React this.setState is not a function
React.js - access to component methods
React.js: Identifying different inputs with one onChange handler
React.js: Wrapping one component into another
React: How do I update state.item[1] on setState? (with JSFiddle)
React: when to use ES6 class based components vs. functional ES6 components?
ReactJS - Does render get called any time “setState” is called?
Reactjs convert to html
Reactjs setState() with a dynamic key name?
ReactJS SyntheticEvent stopPropagation() only works with React events?
ReactJS: Modeling Bi-Directional Infinite Scrolling
React-Native - Custom navigation with Navigator component
React-Native: Application has not been registered error
react-router - pass props to handler component
React-Router : What is the purpose of IndexRoute?
React-router urls don't work when refreshing or writting manually
Rundown down the errands which ought to be done non concurrently utilizing the occasion circle?
Rundown down the means utilizing which “Control Flow” controls the capacity brings in Node.js?
Rundown down the significant security executions inside Node.js?
Rundown down the two contentions that async. Does the line take as much information?
Select the object data modeling library for MongoDB used in node application?
Separate between the process.nextTick() and setImmediate()?
STATE TRUE or FALSE – The ‘querystring’ module in node.js provides methods for parsing and formatting URL query strings.
Streams should be preferred in which of the following situations
The difference between functional and programmer errors in the context of Node.js.
The statement is true regarding the TCP server?
The correct statement regarding npm
Types of API functions in Node.js?
What’s the difference between an Element and a Component in React?
    • React Features
      • JSX
      • Components
      • One-way Data Binding
      • Virtual DOM
    • React JSX
      • It is faster than regular JavaScript because it performs optimization while translating the code to JavaScript.
      • It is type-safe, and most of the errors can be found at compilation time.
    • React Component API (Functional & Class) - It is a top-level API. It makes the code completely individual and reusable in the application
      • setState()
      • forceUpdate()
      • findDOMNode()
    • Component Life Cycle
    • React Components - Initial Phase, Mounting Phase, Updating Phase, Unmounting Phase
    • React State - setState()
    • React Props - Validation
    • React Constructor
    • React Forms
    • Controlled vs Uncontrolled
    • React Events
    • Conditional Rendering
    • React Lists
    • React Keys
    • React Refs
    • React Fragments
    • React Router - Conventional Routing, React Routing
    • React CSS
    • React Animation
    • React Bootstrap
    • React Map
    • React Table
    • Higher-Order Components
    • React Code Splitting
    • React Context
    • React Hooks
    • React Flux Concept
    • React Flux Vs MVC
    • React Redux
    • React Portals
    • React Error Boundaries
    • React Native 
    Difference
    • ReactJS vs AngularJS
    • ReactJS vs ReactNative
    • React vs Vue
    • Props and State
    • Stateless Component vs Stateful Component
    • Controlled component vs Uncontrolled component
    • Conventional Routing vs React Routing
    • Element and Component
    • Redux vs Flux

#Angular

Angular
Are all components generated in production build?
Can I share services using modules?
Can I use any javascript feature for expression syntax in AOT?
Can I use AOT compilation with Ivy?
Can I use arrow functions in AOT?
Define Attribute directives
Define Dynamic Components?
Define ECMAScript.
Define the ng-content Directive?
Difference between *ngIf and [hidden]?
Difference between angular and promise in angular.
Difference between dependencies and devDependencies?
Difference between ng-Class and ng-Style
Difference between ng-class and ng-style.
Difference between Observables and Promises
Difference between Pure and Impure Pipe?
Difference between reactive and template browser.
Do I need a Routing Module always?
Do I need to bootstrap custom elements?
Do I still need to use entryComponents array in Angular9?
Explain "$rootScope" in AngularJS.
Explain @input, @output?
Explain ^ and ~ for version resolution?
Explain about Data Binding in angular?
Explain about Directive and Directive Types?
Explain about use of EventEmitter in Angular?
Explain AOT advantages as well as limitations?
Explain AOT compilation?
Explain Authentication and Authorization
Explain CLI?
Explain custom Pipes?
Explain custom typings so that editor warnings can be avoided?
Explain dependency injection?
Explain directive Router-link?
Explain external CSS style loading?
Explain hidden property?
Explain hooks?
Explain importance for forRoot and forChild?
Explain importance of loadChildren?
Explain injectable?
Explain jQLite.
Explain lazy loading?
Explain modules?
Explain NgModule?
Explain pipes?
Explain priming2?
Explain routing?
Explain shadow DOM?
Explain the benefits of unit testing?
Explain the host decorator in angular 2.
Explain the Passover
Explain the String Interpolation
Explain the styling form that ngModel adds to CSS classes.
Explain the term directives?
Explain the use of tsconfig.json?
Explain Traceur compiler?
Explain tree shaking?
Explain Typings?
Give few examples for NgModules.
How Angular 4 is different from Angular 2?
How Angular JS is different than Angular is completely newly written framework compared to Angular JS?
How are observables different from promises?
How are the services injected to your application?
How can we attach a token for every HTTP request in Angular 7?
How can we create AngularJS module?
How can we implement Azure AD and ADFS authentication in Angular 7?
How can you access validation errors in the template to display error messages?
How can you create services?
How do components communicate with each other
How do you add form validation to a form built with FormBuilder?
How do you build an angular project?
How do you bypass corporate proxy to run ‘npm install’ commands?
How do you categorize data binding types?
How do you configure injectors with providers at different levels?
How do you create a component without including spec class using angular cli?
How do you create a decorator in the angle?
How do you create a model using angular cli?
How do you create app shell in Angular?
How do you create custom pipe?
How do you create directives using CLI?
How do you create two-way data binding in Angular?
How do you debug router?
How do you decide to create a new NgModule?
How do you decide whether a user can be navigated to a particular page or no?
How do you describe various dependencies in angular application?
How do you get angular material in your project?
How do you invoke a builder?
How do you mock a module in a unit test?
How do you mock a service to inject in a unit test?
How do you provide configuration inheritance?
How do you represent two-way data binding?
How do you submit a form?
How do you support server side XSS protection in Angular application?
How do you unit test a service with a dependency?
How do you update your angular project to latest version?
How do you upgrade angular version?
How does angular finds components, directives and pipes?
How does Angular simplify Internationalization?
How does async pipe prevent memory leeks?
How Does directory of all external modules function and files are stored in Angular 4?
How does forRoot method helpful to avoid duplicate router instances?
How does load children works?
How is @injectable() different from @inject()?
How is component is different from directive?
How is constructor different from ngOnInit?
How is data binding done in many ways?
How Is Dependency Injection (DI) Done in Angular?
How is templateUrl different from a template?
How is URL structured for loadChildren?
How many files create, while using the generating commands?
How to close the visible popup on click of window other than popup?
How to convert TypeScript and HTML into JavaScript?
How to Create a Class in the Angle Using Glee?
How to create a new project in angular using CLI Command?
How to create app using Angular CLI?
How to enable lazy loading in Angular 2/4?
How to get the current url in the address bar using Angular 7?
How to implement Authentication and Authorization process in Angular?
How to implement Form Validation in angular?
How to import the drag and drop module?
How to redirect to other page based on certain condition?
How to refresh/renew the token after a particular time interval?
How to share data between unrelated components?
How to share global data across components?
How to update or update angle cli version?
How to update the dragdrop module in cmd
How to use *ngFor Loop directive?
How to use polyfills in Angular application?
How to used the drag and drop functionality in html?
How will events be handled at angles?
How will requestAnimationFrame undefined error is solved?
How will you declare $watch?
How will you interact with the components which don’t have parent-child relationship, but you need to send data from one to another?
How would you cache an observable data?
How would you create a component to display error messages throughout your application?
How would you explain Angular 2?
How would you implement a multiple API calls that need to happen in order using rxjs?
How would you make sure an API call that needs to be called only once but with multiple conditions. Example: if you need to get some data in multiple routes but, once you get it, you can reuse it in the routes that need it, therefore no need to make another call to your backend APIs.
How would you make use of ngOnInit()?
In a Library Management application, there is a requirement that all the books should have their price shown in US-dollar symbol where ‘books’ is an array containing ‘title’,’price’,’dateofpurchase’ as attributes. Which of the following is the correct statement to display the price of each book?
In the below code snippet, what is the correct statement to be placed at line number 2 to create a component without any errors(both compile-time and run-time)?
In the below code snippet, what is the correct statement to be placed at line number 6 to display the numbers array as a list?
In Visual Studio, which angular cli command we should use to build the angular code every time when any changes are detected?
Is it necessary for bootstrapped component to be entry component?
Is safe to use direct DOM API methods in terms of security?
Is there any editor support for Angular Language Service?
List some tools for testing angular applications.
Name component-only hooks
What angle is the bond?
What Angular.copy will do ?
What are 2 types of Data binding in Angular 7?
what are Actions in Angular?
What are active router links?
What are angled templates?
What are angular elements?
What are Animation Functions in AngularJS?
What are class field decorators?
What are components and modules in Angular
What are Components in Angular 2/4?
What are components?
What are controllers in AngularJS?
What are custom elements?
What are Decorators?
What are different types of compilation in Angular?
What are directives in Angular 7?
What Are Directives in Angular?
What are dynamic components?
What are dynamic forms?
What Are Event Emitters in Angular 2/4?
What are event emitters?
What are feature modules?
What are features of Angular 7?
What are Http Interceptors?
What Are Media Metadata Properties?
What are ng- Model and how do we represent it?
What are observables?
What are pipes in Angular 2/4?
What are pipes in Angular?
What are pipes?
What are pollyfills?
What are reactive forms?
What are router events?
What are router links?
What are some of the angular apis that are using observables?
what are specialized objects in Angular Js?
What are Structural and Attribute directives Structural?
What are template driven forms?
What are template expressions?
What are template statements?
What are the 5 decorators on the angle?
What are the advantages of AngularJS?
What are the advantages of Bazel tool?
What are the advantages of typescript?
What are the angles @ the directions?
What are the attributes that you can define in an NgModule annotation?
What are the benefits of HttpClient?
What are the build in directives available in Angular Js?
What are the building blocks of Angular?
What are the case types in Angular?
What are the class decorators in Angular?
What are the different datatypes in TypeScript?
What are the different types of filters in Angular?
What are the different ways to remove duplicate service registration?
What are the features included in ivy preview?
What are the features of ECMA Script ?!
What are the imported modules in CLI generated feature modules?
What are the key components of Angular?
What are the limitations with web workers?
What are the list of template expression operators?
What are the mapping rules between Angular component and custom element?
What are the methods in promises?
What are the new features in Angular 6?
What are the new features included in Angular 7?
What are the new features of Angular 4?
What are the Pipes angular 4?
What are the possible errors with declarations?
What are the restrictions of metadata?
What are the restrictions on declarable classes?
What are the router imports?
What are the rxjs in angle?
What Are the Special Transition States?
What are the steps to use declaration elements?
What are the Subscribe method of Angular 4?
What are the types of feature modules?
What are the types of injector hierarchies?
What are the types of pipe?
What are the types to create custom directive?
What are the various kinds of directives?
What are the various security contexts in Angular?
What are the ways to control AOT compilation?
What are the Xmb boxes?
What are type of forms in Angular 7?
What are workspace APIs?
What classes should not be added to declarations?
What command is used to create a service and service in angle?
What do folder “src”, “dist” and “e2e” contain?
What Do You Know About the NPM Package?
What do you means understand by services and with reference to angularjs?
What do you say in angular terms?
What do you understand by AngularJS?
What do you understand by data binding in AngularJS?
What do you understand by Dependency Injection (DI)?
What do you understand by directives?
What do you understand by injector?
What do you understand by REST in Angular?
What do you understand by scope in AngularJS?
What do you understand by services in AngularJS?
What Does {{}} Represent? What Is It Used For?
What does “npm install -g” mean?
What does a lean component mean to you?
What does a router do?
What Does the Representation [()] Mean?
What happened when I should not add classes to module’s declarations in Angular?
What happens if I import the same module twice?
What ide is suitable to develop and run Angular 7 apps?
What is string interpolation ?
what is $emit?
what is $on?
what is $provider?
what is @inject?
what is @output ?
what is @view child ?!
What is [(ngModel)] used for?
What is 2 way data binding update value from model to view and view to model?
What is a builder?
What is a DI token?
What is a good use case for ngOnChanges()?
What is a module?
What is a parameterized pipe?
What is a provider in Angular?
What is a pure pipe?
What is a Router Outlet?
What is a RouterOutlet?
What is a service worker and its role in Angular?
What is a service?
What is a shared module?
What is a structure order in angle 2?
What is a template?
What is a Traceur Compiler?
What is a zone context?
What is activated route?
What is an angular library?
What is an async pipe?
What is an AsyncPipe in Angular?
What is an entry component?
What Is an Entry Component? When we use components to entry Components?
What is an observable?
What is an observer?
What is an optional dependency?
What is an rxjs subject in Angular?
What is Angular 7?
What is angular animation?
What is Angular CLI
What is Angular CLI Builder?
What is angular CLI?
What is Angular compiler?
What is angular data binding?
What is Angular DSL?
What is Angular Ivy?
What is angular JSON?
What is Angular Language Service?
What is Angular Material?
What is Angular Router?
What is Angular security model for preventing XSS attacks?
What Is Angular Services?
What is Angular Universal?
What is AngularJS routing?
What is AOT (Ahead-Of-Time) Compilation?
what is AOT Compilation AOT means Ahead of compilation?
What is AOT Compilation?
What is AOT compiler?
What is AOT?
What is Async Pipe?
What is async validation and how is it done?
What is Bazel tool?
what is binding and types?
What is BOM(Browser Object Model)?
what is bootstrapping ?
What is bootstrapping in angle?
What Is Bootstrapping in Angular?
What Is Chaining Pipe?
What is codelyzer?
What is collection?
What is command for creating component in Angular 7?
What is component creation process?
What is component?
what is config phase ?
What Is Data Binding?
What is declarable in Angular?
what is defer in promise?
What is Dependency Injection (DI) in Angular 4?
What is dependency Injection in angular?
What is dependency injection in Web API?
What is difference between Angularjs observable and promise 2?
What is Directives?
What is DOM sanitizer?
What is ECMAScript?
What is factory service in AngularJS?
What is folding?
What is httpclient in angle
What is HttpClient?
What is if/else in template?
What is Import in module?
what is importance of angular.json file in Angular cli?
What is importance of router-outlet element in routing?
what is impure functions?
What is impure pipe?!
What is index property in ngFor directive?
What is Input and output?
What is internal functionality of *ngFor?
What is interpolation?
What is JIT?
What is lazy loading and how do you achieve it?
What is lazy loading?
what is Lazyloading ?
What is mean Routing and how does it work in Angular 2/4?
What is Means by AngularJS 2/4?
What is metadata rewriting?
What is metadata?
What is multicasting?
What is need of Webpack?
What is ng- template?
What is ng-app?
What is ngcc?
What is ng-container?
what is ng-content?
What is ng-controller?
What is NgModule?
What is NgUpgrade?
what is ng-view in Angular JS?
What is NgZone?
What is node_modules?
What is NoopZone?
What is NPM?
what is observable?
What Is Package.json? Explain its Purpose.
What Is Parameterizing Pipe?
What is pipe and uses?
What is Pipes?
What is platform in Angular?
What is promise and observable in angular?
What is promise?
What is protractor?
What is Provider in module?
What is pure and impure pipe?
what is Pure Functions?
What is purpose of Angular 7?
What is Redux?
What is reflect-metadata?
what is rootscope?
What is Router Gaurd?!
What is Router Module?
What is Router Outlet ?
What Is Router outlet?
What is router state?
What is Routing ?!
What is routing Collection?
What is Routing?
What is rule in Schematics?
what is run phase?
What is RxJS?
What is safe navigation operator?
What is Sanitization? Does Angular support it?
What is schematic?
What is Schematics CLI?
What is select ICU expression?
What is shadow DOM?
What is State function?
what is store in Angular ?
What is string interpolation in Angular?
What is Style function?
What is styleUrls, styles?
What is subscribing?
What is TestBed?
What is the angle rounding?
What is the AOT package?
What is the command in Angular 7 to start server?
What is the correct statement to be placed at line number 3 to disable the button?
What is the correct statement to bind required and maxlength validators to name field in a reactive form?
What is the declaration of a global variable?
What is the difference between a component and a directive?
What is the difference between a module’s forRoot() and forChild() methods and why do you need it?
What is the difference between a service() and a factory()?
What is the difference between an Interface and a Class?
What is the difference between an observable and a promise?
What is the difference between an observable and a subject
What is the difference between Components and Directives?
What is the difference between exports and declarations in NgModule?
What is the difference between ngIf and hidden property?
What is the difference between ngOnInit() and constructor() of a component?
What is the difference between Ng-Show/Hide and Ng-If?
What is the difference between pure and impure pipes
What is the difference between RouterModule.forRoot() vs RouterModule.forChild()? Why is it important?
What is the difference between scan() vs reduce() ?
What is the difference between switch map, concatMap, and mergeMap?
What is the difference between the structure and teaching guidelines in the angle?
What Is the Digest Cycle?
What is the element in AngularJS?
What is the exception handler used in Angular js?
What is the full form of DOM and BOM?
What is the function of the controllers?
What is the input and @release application?
What is the latest version of angular?
What is the main reason we should use ngOnInit hook?
What is the migration change for Angular 1.4 -Angular 1.5 ?
What is the minimum definition of a component?
What is the possible order of lifecycle hooks.
What is the precedence between pipe and ternary operators?
What Is the Primary Language Used in Angular?
What is the pro injection in angle?
What is the process for writing console.log statements into a file?
What is the process of singleton service?
What is the provision to handle Angular 2 errors?
What is the purpose of async pipe?
What is the purpose of base href tag?
What is the purpose of common module?
What is the purpose of differential loading in CLI?
What is the purpose of exports in a NgModule?
What is the purpose of FormBuilder?
What is the purpose of hidden property?
What is the purpose of i18n attribute?
What is the purpose of main.ts file?
What is the purpose of metadata json files?
What is the purpose of ngFor directive?
What is the purpose of ngIf directive?
What is the purpose of NgModule?
What is the purpose of ngSwitch directive?
What is the purpose of using package.json in the angular project?
What is the purpose of Wildcard route?
What is the reason to deprecate Web Tracing Framework?
What is the recommendation for provider scope?
What is the reliability injection in angle?
What is the role of map operator?
What is the role of ngModule metadata in compilation process?
What is the role of template compiler for prevention of XSS attacks?
What is the significance of Zone in Angular?
What Is the Single Page Application? How Is It Different From Traditional Web Technology?
What is the use case of services?
What is the use of $apply?
what is the use of $timeout service?
What is the use of @Input and @Output?
what is the use of @Input?
What is the use of codelyzer?
What is the use of decorative designers?
What is the use of Interceptors?
what is the use of ng-change ?
what is the use of ngoninit()?
What is the use of NgZone Service?
What is the use of Router.navigate ()?
What is the use of subscribe method ?
What is transclusion in Angular?
What is transition function?
What is transparency in angle?
What is Transpiling
What is Transpiling in Angular
What is Transpiling in Angular?
What is transpiling? Why is it necessary?
What is two way data binding AngularJS?
What is type narrowing?
What is use of Bootstrap in Modules?
What is use of TemplateURL?
What is ViewEncapsulation
what is widget ?
What is Xmb?
What is zone?
What kind of data can be used with an async pipe?
What kind of data that can we used inside async pipe ?!
What kind of relief is there?
What makes an appointment in chain 4?
What module would you put a singleton service whose instance will be shared throughout the application (e.g. ExceptionService andLoggerService)?
What the importance of Dirty Flag, pristine, touched, untouched, valid, invalid?
What type of data binding is used in LoginComponent to bind username and password textboxes with username and password properties of Login class?
What we use to transmit data between parent controller to child controller?
What we use to validate the form input?
What will happen if you do not supply handler for observer?
What would you consider a thing you should be careful doing on ngOnInit()?
What would you have in a shared module?
What would you not put shared module?
When can router.navigate([]) will not work?
When constructor is invoked in angular?
When do you use ngClass?
When do you use template-driven vs model-driven forms? Why
When is ngOnchanges() invoked?
When the css classes ng-valid and ng-invalid written in styles.css file will be applied to LoginComponent textboxes?
When was Angular 2 released?
When will be ngonit() will be called in angular app?!
When will ngOnInit be called?
When you call an http method of Service class in component, you will get error if?
Where do you define global styles in an angular application?
Where do you unsubscribe?
Where we use ng new and why?
Where we use ng-repeat directive?
Where will you do the application configuration changes for different environments?
Which company is currently developing AngularJS?
Which data-type is assigned when a variable is declared but no data-type is mentioned?
Which directive need to use for one way data binding in Angular Js?
Which directive need to use for two way data binding in Angular Js?
which directive that can be used to include HTML fragments from other files into the view of HTML template?
Which file defines the start module of angular project?
Which lifecycle hook is called before ngOnInit?
Which method of RouterModule has to be used for providing all routes in AppModule
Which module has to be included in Feature modules?
Which module has to be included to use [(ngModel)]?
Which module has to be included to use Reactive forms?
Which module needs 2 volumes for each use?
Which of the following property of NgModule is used to declare components, directives and Pipe classes?
Which of the following statement is used to bootstrap a root module called AppModule?
Which two phases angular application run?
Which type of directional flow used in Angular 4?
Who Developed Angular developed and maintained by?
Who was the creator of AngularJS?
Who we pass data between components which dont have any parent child relation?
Why do we need compilation process?
Why do we need route guards?
Why do you need to write a separate service and why not make an API call in component itself?
Why drag and drop functionality make default in angular 7?
Why is a filter used in AngularJS?
Why is AngularJS used?
Why is it a bad idea to create a new service in a component like the one below?
Why is it bad if SharedModule provides a service to a lazily loaded module?
Why is lazy loading used in angular 2?
Why is not necessary to use entryComponents array every time?
why route is introduced in angular?
why we are using material?
Why we are using unlink?
why we include boostrap in angular?
Why we migrating to angular 6 to angular 7
Why we use Angular?
Basic types
  • Variable declarations
  • Interfaces
  • Classes
  • Functions
  • Generics
  • Enums
  • Type inference
  • Type compatibility
  • Advanced types
  • Symbols
  • Iterators
  • Modules
  • Namespaces
  • Namespaces vs modules
  • Module resolution declaration merging
  • Decorators 
Angular
  • Various versions of angular
  • Angular architecture
  • MVC and MVW Overview
  • SPA Overview
  • Angular Versions
  • New Features added for Angular8
  • IVY
  • Angular Universe
  • PWI : Progressive WebApps Introduction
  • Performance Improvement Overview 
Setting Up Environment For Angular
  • Installing node
  • GIT
  • Yarn
  • Angular
Angular Architecture
  • Basic building blocks of angular application
  • Intro to modules
    • NgModule meta data
    • NgModules & components
  • NgModules & javascript modules
    • Angular libraries
Component meta data
  • Templates&views
  • Template syntax
  • Data binding
  • User input
  • String interpolation
  • Component styles
  • Angular element
  • Angular directives
  • Structural Type Directives
  • Attribute Type Directives
  • HostsListeners
  • HostBinding
  • Attribute
  • Property& Attribute binding
  • Property Binding vs Interpolation
  • Class binding
  • Event binding
  • Custom event
  • Nested components
  • Communication Between components
  • Component life cycle
  • LifeCycleHooks
Pipe
  • Built-in angular pipes
  • Creating custom pipes
  • Registering & Integrating pipes 
  • Angular Services
Introduction to service & dependency injection
  • Providing service
  • Creating custom service
  • Consuming &registering service
  • Angular Forms
Forms
  • Various types of forms in angular
  • Difference between template driven & reactive forms
  • Common foundation
  • Form model setup
  • Setup in template driven forms
  • Data flow in forms
  • Form validation
  • Dynamic forms
  • Validating reactive & template driven
  • Form state validation
  • Input state validation
  • Custom validation
  • Observables & Rxjs
Observables
  • RXJS library
  • Use of observable in angular
  • Compare RXJS with other techniques
  • NG Modules
JS modules vs ng modules
  • Frequently used ng modules
  • Single ton service
  • Lazy loading feature modules
  • Sharing ng modules
  • Ng module API
  • Dependency Injection
Angular dependency injection
  • Hierarchical injection
  • DI providers
  • DI in action
  • Httpclient
Set up HTTP client
  • Creating API(REST API)
  • Using node js
  • Create API in node js
  • Handling communalization using MEAN
  • Mongo data base
  • Express middleware
  • Angular client APP
  • Node js server side
  • Creating and end to end app
  • Handling CRUD operations 
  • Routing & Navigation
Router imports
  • Router configuration
  • Router outlet
  • Router links
  • Routing Resolvers
  • Routing Guards
  • Nested Routes
  • Active router links
  • Router state
  • Router events 
  • Angular Animations
Transition & Triggers
  • Complex sequences
  • Route transition animations 
  • Angular Materials
Tables
  • Forms
  • Tabs
  • Grid Layout
  • List Layout
  • Unit Testing In Angular
Karma with jasmine
  • Create unit tests
  • Testing angular app
  • Advanced Topics
JWT Tokens
  • Optimization Concepts
  • Lazy Loading Overview
  • Angular Universal

Most views on this month