Filter interviews by
I applied via Naukri.com and was interviewed in May 2022. There was 1 interview round.
Use the 'srcset' attribute in the 'img' tag to make images responsive without using CSS or Bootstrap.
Use the 'srcset' attribute in the 'img' tag to provide multiple image sources with different resolutions.
Specify the 'sizes' attribute to define the layout breakpoints for different screen sizes.
Include the 'width' attribute to help the browser determine the correct image size to display.
Example: <img src='small.jpg'...
HTML5 introduced new features like semantic elements, audio/video support, canvas element, and improved form controls.
HTML5 introduced new semantic elements like <header>, <footer>, <nav>, <article>, <section> for better structure and SEO.
HTML5 added native support for audio and video elements, eliminating the need for third-party plugins like Flash.
HTML5 introduced the <canvas> elem...
Top trending discussions
I was interviewed in Aug 2017.
Performance issues in Angular can be handled by optimizing code, reducing HTTP requests, and using lazy loading.
Optimize code by using trackBy in ngFor loops
Reduce HTTP requests by using caching and pagination
Use lazy loading to load only necessary components
Use AOT compilation to reduce load time
Avoid using ngIf with heavy computations
Use ChangeDetectionStrategy.OnPush to reduce change detection cycles
Custom directives in AngularJS allow you to create reusable components.
Create a new directive using the directive() method
Specify the directive's behavior using the link() method
Use the directive in HTML using its name as an attribute
Pass data to the directive using attributes
Example:
Angular is a JavaScript framework for building web applications with a modular architecture.
Angular uses a component-based architecture to build reusable UI components
It uses a declarative approach to define UI elements and their behavior
Angular provides a powerful set of tools for data binding, dependency injection, and routing
It follows the MVC (Model-View-Controller) pattern to separate concerns and improve maintain...
Hii
I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.
I applied via Approached by Company and was interviewed before Nov 2023. There was 1 interview round.
Event loop is a mechanism in JavaScript that allows for asynchronous operations to be executed in a non-blocking way.
Event loop is responsible for handling asynchronous operations in JavaScript.
It allows for non-blocking execution of code by continuously checking the call stack and the task queue.
When the call stack is empty, the event loop moves tasks from the task queue to the call stack for execution.
Example: setTim...
DOM stands for Document Object Model, a programming interface for web documents.
DOM is a tree-like structure that represents the elements of a web page.
It allows developers to manipulate the content, structure, and style of a web page using scripting languages like JavaScript.
DOM provides methods and properties to interact with HTML elements, such as selecting, adding, removing, or modifying them.
Example: document.getE...
let, var, and const are all used to declare variables in JavaScript, but they have different scopes and behaviors.
let: block-scoped variable, can be reassigned
var: function-scoped variable, can be reassigned
const: block-scoped variable, cannot be reassigned, but its properties can be modified
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
Web Developer
9
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Front end Developer
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Java Developer
3
salaries
| ₹0 L/yr - ₹0 L/yr |
Full Stack Developer
3
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Accenture
Wipro
Cognizant