i
Airtel
Africa
Filter interviews by
I appeared for an interview in Sep 2024, where I was asked the following questions.
Find pairs in a list of integers that sum to a specified target value.
Use a hash map to store numbers and their indices for quick lookup.
Iterate through the list and check if (target - current number) exists in the hash map.
Example: For list [1, 2, 3, 4] and target 5, pairs are (1, 4) and (2, 3).
Consider edge cases like duplicates and negative numbers.
I applied via Approached by Company and was interviewed in Jun 2023. There were 4 interview rounds.
Top trending discussions
I applied via LinkedIn and was interviewed in Jul 2021. There was 1 interview round.
I applied via Referral and was interviewed before Oct 2021. There were 3 interview rounds.
1. Reversing a linked list.
2. Find all substrings in a string.
Design an online food delivery platform
Identify target audience and their needs
Create a user-friendly interface for ordering food
Develop a robust backend system for managing orders and deliveries
Partner with local restaurants to offer a wide variety of cuisines
Implement a payment gateway for secure transactions
Provide real-time order tracking for customers
Ensure food safety and quality through proper packaging and deli...
I applied via Naukri.com and was interviewed before Mar 2022. There were 4 interview rounds.
I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.
Closure is a function that has access to variables in its outer scope, even after the outer function has returned.
A closure can be used to create private variables and methods in JavaScript.
Closures can be used to implement partial application and currying.
Event listeners and callbacks often use closures to maintain state between function calls.
Closures can be used to create memoized functions that cache their results ...
Callbacks hell is a situation where nested callbacks make code hard to read and maintain. Promises, observables, and async/await are solutions to this problem.
Callbacks hell occurs when there are too many nested callbacks in code.
Promises are a way to handle asynchronous operations in JavaScript.
Observables are similar to promises but can handle multiple values over time.
Async/await is a syntax for writing asynchronous...
Higher order functions are functions that take other functions as arguments or return functions as their result.
Higher order functions allow for more flexible and reusable code.
They can be used for tasks such as filtering, mapping, and reducing arrays.
Examples include Array.prototype.map(), Array.prototype.filter(), and Array.prototype.reduce().
OOPs in JavaScript is a programming paradigm that uses objects to represent real-world entities. Functional programming is a paradigm that uses functions to perform tasks.
OOPs in JavaScript involves creating objects that have properties and methods.
Functional programming involves creating functions that take input and produce output without modifying the input.
OOPs focuses on encapsulation, inheritance, and polymorphis...
Event loop is a mechanism that allows JavaScript to perform non-blocking I/O operations.
Event loop is responsible for handling asynchronous callbacks in JavaScript.
Tasks in the queue can be either microtasks or macrotasks.
Microtasks are executed before macrotasks.
Examples of macrotasks include setTimeout, setInterval, and I/O operations.
Examples of microtasks include Promise callbacks and mutation observer callbacks.
Output of the code in JavaScript
Need to see the code to determine output
Output can vary based on input and logic
Can use console.log() to print output
Browsers use rendering engines to interpret HTML, CSS, and JavaScript to display web pages.
Browsers use rendering engines to interpret HTML, CSS, and JavaScript.
The rendering engine parses the HTML and creates a DOM tree.
The rendering engine then applies CSS rules to the DOM tree to create a render tree.
The render tree is then laid out to determine the position of each element on the page.
Finally, the rendering engine ...
I applied via Approached by Company and was interviewed in Aug 2023. There were 3 interview rounds.
I applied via Approached by Company and was interviewed before Oct 2022. There were 2 interview rounds.
I applied via Naukri.com and was interviewed before Apr 2022. There were 4 interview rounds.
Javascript based questions were asked
based on 2 interview experiences
Difficulty level
Duration
based on 16 reviews
Rating in categories
Senior Software Engineer
93
salaries
| ₹18 L/yr - ₹31 L/yr |
Software Engineer
63
salaries
| ₹13 L/yr - ₹20.5 L/yr |
Senior Manager
40
salaries
| ₹18.2 L/yr - ₹42 L/yr |
Software Developer
21
salaries
| ₹15.2 L/yr - ₹28 L/yr |
Assistant Manager
19
salaries
| ₹8 L/yr - ₹15.5 L/yr |
Jio
Vodafone Idea
Bharti Airtel
Ericsson