i
Uplers
Filter interviews by
I applied via Referral and was interviewed in Nov 2021. There was 1 interview round.
Map, reduce and filter are array methods in JavaScript used for manipulating and transforming data.
Map creates a new array by applying a function to each element of the original array.
Reduce reduces an array to a single value by applying a function to each element.
Filter creates a new array with all elements that pass the test implemented by the provided function.
Event delegation is a technique where a single event listener is added to a parent element to handle events on its child elements.
Improves performance by reducing the number of event listeners
Useful for dynamically added elements
Event bubbling is utilized
Example: Click event on a list of items
Event bubbling is the propagation of an event from the innermost element to the outermost element in the DOM tree.
When an event occurs on an element, it first runs the handlers on that element, then on its parent, and so on up to the document object.
It allows for event delegation, where a single event handler can be attached to a parent element to handle events for all its children.
Event.stopPropagation() can be used t
Top trending discussions
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
Test contains 26 questions for me 13 are java based 13 are c++ based
Indexing in DBMS is a technique to improve the performance of queries by creating a data structure that allows for faster retrieval of data.
Indexes are created on columns in a database table to speed up the retrieval of rows that match a certain condition.
Types of indexes include clustered, non-clustered, unique, and composite indexes.
Examples of indexing techniques include B-tree, hash, and bitmap indexes.
Indexing can...
Check if two strings are anagrams by comparing the sorted characters in each string.
Sort the characters in both strings and compare if they are equal.
Ignore spaces and punctuation when comparing the strings.
Example: 'listen' and 'silent' are anagrams.
Example: 'hello' and 'world' are not anagrams.
Use a stack to simulate the recursive inorder traversal process
Create an empty stack to store nodes
Start with the root node and push it onto the stack
While the stack is not empty, keep traversing left and pushing nodes onto the stack
Once you reach a leaf node, pop it from the stack, print its value, and move to its right child
Repeat the process until all nodes have been visited
To make a class final, use the 'final' keyword in the class declaration.
Use the 'final' keyword before the 'class' keyword in the class declaration
A final class cannot be subclassed or extended
Final classes are often used for utility classes or classes that should not be modified
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
posted on 15 Jan 2025
I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.
I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.
Print nodes of n-ary tree in arc wise manner from outside
Traverse the tree level by level from outside to inside
Use a queue to keep track of nodes at each level
Print the nodes at each level in a clockwise or anticlockwise manner
I applied via Referral and was interviewed in Jun 2024. There were 3 interview rounds.
Hackerrank Coding Test, Leetcode medium questions
HLD test, was asked to design an online coding platform like leetcode
Some database questions,some java questions .
JavaScript is a programming language used for web development, while jQuery is a library built with JavaScript to simplify HTML document traversal and manipulation.
JavaScript is a programming language, while jQuery is a library written in JavaScript.
JavaScript can be used for a wide range of tasks, while jQuery is mainly used for DOM manipulation and event handling.
JavaScript is a core technology for web development, w...
Different types of joins are used in SQL to combine rows from two or more tables based on a related column between them.
Inner Join: Returns rows when there is at least one match in both tables.
Left Join (or Left Outer Join): Returns all rows from the left table and the matched rows from the right table.
Right Join (or Right Outer Join): Returns all rows from the right table and the matched rows from the left table.
Full ...
Multithreading allows multiple threads to run concurrently, while exception handling deals with errors in a program.
Multithreading involves running multiple threads simultaneously to improve performance and responsiveness.
Threads share the same memory space but have their own program counter and registers.
Exception handling is a mechanism to handle errors or exceptional situations in a program.
It helps prevent the prog...
posted on 19 Dec 2023
I applied via LinkedIn and was interviewed in Nov 2023. There were 2 interview rounds.
Create subarrays with sum = 0 from given array of integers.
Iterate through the array and keep track of the running sum.
Store the running sum in a hashmap and check if the current sum - any previous sum equals 0.
If yes, then the subarray between those two indices has a sum of 0.
The left view of a binary tree is the set of nodes visible when the tree is viewed from the left side.
Traverse the tree in a level order manner and keep track of the first node at each level.
Use a queue to store nodes at each level and update the left view nodes accordingly.
Example: For a binary tree with root node 1, left child 2, and right child 3, the left view would be [1, 2].
based on 2 reviews
Rating in categories
Talent Acquisition Executive
47
salaries
| ₹2.7 L/yr - ₹4.8 L/yr |
Project Coordinator
42
salaries
| ₹3 L/yr - ₹9.5 L/yr |
SEO Analyst
38
salaries
| ₹3 L/yr - ₹8.6 L/yr |
Html Developer
37
salaries
| ₹2 L/yr - ₹5.8 L/yr |
SEM Analyst
19
salaries
| ₹3 L/yr - ₹9 L/yr |
Srijan Technologies
Net Solutions
TCS
Infosys