i
Digital Avenues
Filter interviews by
I applied via Naukri.com and was interviewed in May 2023. There were 2 interview rounds.
Sort an array of objects by multiple conditions using Array.prototype.sort() method.
Use Array.prototype.sort() method with a custom compare function to sort by multiple conditions.
In the compare function, compare the first condition. If they are equal, compare the second condition.
Repeat this process for all the conditions you want to sort by.
Find unique words from a string
Split the string into words
Use a set to store unique words
Convert set back to array
Protect routes & authentication by implementing middleware, using encryption, and setting up secure authentication mechanisms.
Use middleware to check for authentication before allowing access to protected routes
Implement encryption for sensitive data to prevent unauthorized access
Set up secure authentication mechanisms such as JWT tokens or OAuth for user authentication
Top trending discussions
posted on 19 Nov 2021
I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.
Check if a number is prime and optimize the code.
Start by checking if the number is less than 2, in which case it is not prime.
Iterate from 2 to the square root of the number and check if any of them divide the number evenly.
If a divisor is found, the number is not prime. Otherwise, it is prime.
To optimise API calls in React, use asynchronous functions and caching techniques.
Use async/await to handle API calls
Implement caching to reduce network requests
Use memoization to avoid unnecessary re-renders
Consider using a state management library like Redux
Use performance profiling tools like React DevTools
posted on 9 Feb 2022
I applied via Campus Placement
Online Coding Test included some aptitude questions, technical questions followed by 3 coding questions
I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 3 interview rounds.
An actual component is a reusable and modular piece of software that performs a specific function within a larger system.
Components are often designed to be independent and can be easily integrated into different systems.
Examples of components include buttons, input fields, and dropdown menus in a user interface.
Components can have their own logic, styling, and functionality, making them versatile building blocks for s
Designing the architecture for a software system involves planning the structure and components of the system.
Identify the key components of the system and their interactions
Choose appropriate technologies and frameworks for each component
Consider scalability, performance, security, and maintainability
Create a detailed diagram or documentation of the architecture
posted on 12 Apr 2023
I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 3 interview rounds.
25 MCQ questions online with time limit
Create webapp . Frontend, Backend , data encryption
posted on 4 Nov 2023
I appeared for an interview in Oct 2023.
Easy to medium
profit and loss questions
Permutation and combination
Easy to medium
45 mins
Operator overloading allows operators to be redefined for user-defined types in Java.
Operator overloading is not supported in Java as it can lead to ambiguity and confusion.
Java does not allow custom operators to be defined or existing operators to be overloaded.
Instead of operator overloading, Java provides method overloading where methods with the same name but different parameters can be defined.
Java is a high-level, object-oriented programming language known for its platform independence and robust features.
Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)
It is object-oriented, allowing for modular and reusable code
Java is known for its robust standard library, which includes tools for networking, I/O, and more
It supports multithreading, allowing for concurrent e...
posted on 24 Sep 2024
I applied via Campus Placement
Easy aptitude, 30 min with 20 question
posted on 25 Sep 2024
I applied via Referral and was interviewed before Sep 2023. There were 2 interview rounds.
Simple aptitude questions.
My strength lies in my problem-solving skills and ability to learn quickly.
Strong problem-solving skills
Quick learner
Adaptability to new technologies
Ability to work well under pressure
Yes, I am comfortable working under pressure and have experience delivering high-quality work in tight deadlines.
I have successfully completed projects with tight deadlines in my previous roles.
I am able to prioritize tasks effectively and remain focused under pressure.
I thrive in challenging situations and see them as opportunities to showcase my skills.
I have experience working on urgent bug fixes and resolving issue
posted on 11 Feb 2022
I applied via Campus Placement and was interviewed in Aug 2021. There were 4 interview rounds.
1st test was aptitude and a easy coding test
The 2nd test was pure coding based test on hacker rank platform and contains 2 easy and 2 medium question
posted on 19 Mar 2025
I appeared for an interview in Feb 2025, where I was asked the following questions.
useState is a React hook that allows functional components to manage state.
useState is imported from React: `import React, { useState } from 'react';`
It initializes state in functional components: `const [count, setCount] = useState(0);`
The first element is the current state value, and the second is a function to update it.
State updates are asynchronous and can be batched for performance.
Example of updating state: `set...
useState manages state in functional components; useEffect handles side effects like data fetching and subscriptions.
useState is a Hook that allows you to add state to functional components.
Example: const [count, setCount] = useState(0);
useEffect is a Hook that lets you perform side effects in function components.
Example: useEffect(() => { document.title = `Count: ${count}`; }, [count]);
useState is synchronous and u...
based on 1 interview
Interview experience
Software Engineer
47
salaries
| ₹2.5 L/yr - ₹9 L/yr |
Softwaretest Engineer
18
salaries
| ₹3.6 L/yr - ₹6.5 L/yr |
Senior Software Engineer
16
salaries
| ₹4.8 L/yr - ₹8.5 L/yr |
Software Developer
12
salaries
| ₹3 L/yr - ₹7.5 L/yr |
Full Stack Developer
8
salaries
| ₹5.5 L/yr - ₹7 L/yr |
Accel Frontline
Northcorp Software
Elentec Power India (EPI) Pvt. Ltd.
HyScaler