Filter interviews by
I applied via Referral and was interviewed before Oct 2023. There were 2 interview rounds.
Build Uplers website using HTML, CSS, JS
Exlpanation about assignment
Top trending discussions
posted on 26 Sep 2024
I applied via Walk-in and was interviewed in Aug 2024. There were 2 interview rounds.
Aptitude round will for 30 min .
Simple programming test
I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.
AOT and JIT are compilation techniques in Angular.
AOT (Ahead-of-Time) compilation is done at build time, converting TypeScript and HTML code into efficient JavaScript code before the browser runs it.
JIT (Just-in-Time) compilation is done at runtime, converting TypeScript and HTML code into JavaScript code while the application is running.
AOT improves performance by reducing the size of the bundle and optimizing the cod...
Observables are streams of data that can be subscribed to, while promises are a single future value.
Observables can handle multiple values over time, while promises can only handle a single value.
Observables are cancellable, while promises are not.
Observables support operators like map, filter, and reduce for data transformation.
Promises have a simpler API with just then and catch methods.
Observables are lazy, meaning ...
Data binding is the automatic synchronization of data between the model and view components in an application.
Data binding allows for the seamless updating of data in the model and reflecting those changes in the view without manual intervention.
There are two types of data binding in Angular: one-way binding and two-way binding.
One-way binding updates the view when the model changes, while two-way binding updates both ...
Closure is a function that has access to its own scope, as well as the scope of its outer function.
A closure allows a function to access variables from its outer function even after the outer function has finished executing.
Closures are commonly used in JavaScript to create private variables and functions.
Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunction() { console.log(oute
Lazy loading in Angular is a technique used to load modules only when they are needed, improving performance.
Lazy loading helps reduce initial load time by loading modules on demand
Implemented using loadChildren property in routes configuration
Lazy loaded modules have their own routes and components
Directives in Angular are markers on a DOM element that tell Angular to attach a specified behavior to that DOM element or transform the DOM element and its children.
Directives are used to create reusable components in Angular.
There are three types of directives in Angular: Component, Structural, and Attribute directives.
Examples of directives include ngIf, ngFor, and ngStyle.
Pagination task and filter table data
I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.
Even after answering all the questions correctly along with coding done with exact expected output you will get rejected becoz they are fake job interview or eye wash campaign it’s better to avoid.
posted on 1 Oct 2024
I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.
posted on 25 Oct 2024
Reactive form with 2 fields and closure function Array function
He had given JavaScript questions first & he asked about the output of that questions topics related is like - function, async & await, setTimeout.
Q1. const transaction = [
{id: 1, amount: 100, type: "credit"},
{id: 2, amount: -50, type: "debit" },
{id: 3, amount: 200, type: "credit"},
{id: 4, amount: -150, type: "debit"},
{id: 5, amount: 50, type: "credit"}
];
const threshold = 100;
O/P - {
balance: 150,
exceededTransactions: [1, 3, 4, 5]
}
Q2. Anagrams
I/P: ["abc", "bca", "cat", "act"]
O/p - [["abc", "bca"],["cat","act"]]
2 problems, coding problems, java script
posted on 10 Jul 2023
useState is for managing state within a component, useContext is for sharing state between components, and redux is for managing global state across the application.
useState is a React hook used to manage state within a functional component
useContext is a React hook used to share state between components without prop drilling
Redux is a state management library that allows for managing global state across the applicatio...
The difference between == and === in JavaScript
== is the equality operator in JavaScript, which performs type coercion before comparing two values
=== is the strict equality operator, which does not perform type coercion and compares both value and type
Using === is generally considered safer and more predictable than using ==
Example: 1 == '1' will return true, but 1 === '1' will return false
I applied via Approached by Company and was interviewed in Aug 2022. There were 2 interview rounds.
call and apply are methods in JS used to invoke a function with a specified 'this' value and arguments.
call() method is used to invoke a function with a specified 'this' value and arguments provided individually
apply() method is used to invoke a function with a specified 'this' value and arguments provided as an array
Both methods are used to borrow methods from other objects, and to set the 'this' value explicitly
Information Technology Recruiter
104
salaries
| ₹1.8 L/yr - ₹4.2 L/yr |
Senior IT Recruiter
40
salaries
| ₹2.5 L/yr - ₹5.5 L/yr |
HR Assistant
20
salaries
| ₹1.8 L/yr - ₹3.7 L/yr |
HR Recruiter
17
salaries
| ₹1.6 L/yr - ₹3 L/yr |
HR Associate
17
salaries
| ₹2 L/yr - ₹3 L/yr |
HCLTech
Wipro
Tech Mahindra
Infosys