Filter interviews by
posted on 25 Dec 2022
I applied via Referral and was interviewed in Jun 2022. There were 4 interview rounds.
Software Testing Lifecycle is a process of verifying and validating software applications before release.
STLC involves planning, designing, executing, and reporting of tests.
It includes test case creation, test execution, and defect tracking.
STLC ensures that the software meets the specified requirements and is of high quality.
It consists of various phases such as requirement analysis, test planning, test design, test ...
Discuss with the developer and provide evidence to support the bug report.
Communicate with the developer to understand their perspective
Provide evidence to support the bug report
Collaborate with the developer to find a solution
If necessary, escalate the issue to a higher authority
Top trending discussions
I applied via Approached by Company
Aptitude and coding round, one coding question and others are computer fundamentals
I applied via LinkedIn and was interviewed in Feb 2024. There were 2 interview rounds.
Q1) Write a functions to perform all CRUD in api.
Q2) Given two sorted list
ar1 =[1,2,3,4,7,7,12,18,19]
ar2 = [3, 4, 7, 7,14, 18, 19]
You can add and find largest sum but you can switch when ar1 and ar2 have same numbers.
Solution: you can base your solution on merge algo and recursively call your function to return largest sum possible.
Design a web crawler to fetch and index web pages
Start by defining the scope of the crawler (e.g. which websites to crawl)
Implement a system to fetch web pages using HTTP requests
Parse the HTML content to extract relevant information (e.g. links, text)
Store the extracted data in a database or index for later retrieval
Implement a scheduling mechanism to prioritize and manage the crawling process
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
Frequency array, java collection, missing number
I applied via LinkedIn and was interviewed before Aug 2023. There were 6 interview rounds.
General Aptitude test was conducted
React Context is a feature in React that allows data to be passed down the component tree without having to pass props manually.
Context provides a way to share values like themes, user data, etc. across the component tree.
It avoids prop drilling, where props are passed down multiple levels to reach a component that needs them.
Context consists of two parts: a Provider component that provides the data and a Consumer comp...
Closure is a function that has access to its parent scope, even after the parent function has closed.
Closure is created when a function is defined inside another function.
The inner function has access to the outer function's variables and parameters.
The outer function returns the inner function, which can be called later with the parent scope still accessible.
Closures are used for data privacy, event handlers, and call
Algorithm to convert roman numeral to numbers
Create a dictionary to map roman numerals to their corresponding values
Iterate through the roman numeral string from right to left
If the current value is less than the previous value, subtract it from the total
If the current value is greater than or equal to the previous value, add it to the total
Return the total
React context is a way to pass data through the component tree without having to pass props down manually at every level.
Context provides a way to share values like a theme or user data across the component tree.
It avoids prop drilling and makes the code cleaner and more maintainable.
Context consists of two parts: a Provider component that provides the data and a Consumer component that consumes the data.
Context can be...
There is no abstract class in JavaScript.
JavaScript does not have a built-in abstract class concept.
However, it is possible to create abstract classes using functions and prototypes.
Abstract classes are used as blueprints for other classes to inherit from.
They cannot be instantiated on their own and must be extended by a subclass.
Abstract methods can be defined in the abstract class and must be implemented in the subcl
Function overloading is when multiple functions have the same name but different parameters. Function overriding is when a subclass provides its own implementation of a method that is already present in the parent class.
Function overloading is used to provide multiple ways to call a function with different parameters.
Function overriding is used to provide a specific implementation of a method in a subclass.
Function ove...
Implement a counter in a React app
Create a state variable to hold the count
Render the count in the UI
Add buttons to increment and decrement the count
Update the state variable on button click
Strings are immutable to ensure data integrity and prevent unintended changes.
Immutable strings allow for safer multithreading and concurrency.
String interning is possible because of immutability.
Immutable strings can be used as keys in dictionaries and hash tables.
Examples of immutable data types include numbers and tuples.
based on 5 reviews
Rating in categories
Software Development Engineer
226
salaries
| ₹10 L/yr - ₹36 L/yr |
Technical Support Engineer
146
salaries
| ₹6.4 L/yr - ₹23 L/yr |
Software Engineer
126
salaries
| ₹8.5 L/yr - ₹25.2 L/yr |
Senior Software Engineer
72
salaries
| ₹11.1 L/yr - ₹38 L/yr |
Software Developer
51
salaries
| ₹8.6 L/yr - ₹31 L/yr |
NortonLifeLock's
Trend Micro
Kaspersky Lab
Sophos Technologies