Filter interviews by
I applied via Naukri.com and was interviewed in Aug 2022. There was 1 interview round.
Top trending discussions
The data structure used to reverse an array is a stack.
A stack data structure can be used to reverse an array by pushing each element onto the stack and then popping them off in reverse order.
Example: If we have an array of strings ['apple', 'banana', 'cherry'], we can reverse it using a stack to get ['cherry', 'banana', 'apple'].
I applied via LinkedIn and was interviewed before Nov 2023. There were 3 interview rounds.
To upload files in a Node.js application, you can use the 'multer' middleware package.
Install 'multer' package using npm
Set up multer middleware in your Node.js application
Create a route in your application to handle file uploads
Use 'multer' to process and save uploaded files to a specified destination
Event Loop in NodeJS manages asynchronous operations by executing callback functions when certain events occur.
Event Loop continuously checks the Call Stack and Callback Queue to see if there are any functions that need to be executed.
If the Call Stack is empty, Event Loop will move functions from the Callback Queue to the Call Stack for execution.
Event Loop allows NodeJS to handle multiple requests concurrently withou...
Online coding test(MCQ)
I am a passionate web developer with experience in front-end and back-end technologies.
Experienced in HTML, CSS, JavaScript, and various frameworks like React and Angular
Proficient in server-side languages like Node.js and PHP
Familiar with databases such as MySQL and MongoDB
Strong problem-solving skills and ability to work in a team environment
Php mcq
Multilevel inheritance is a concept in object-oriented programming where a class inherits properties and methods from another class, which in turn inherits from another class.
Multilevel inheritance involves creating a hierarchy of classes, where each class inherits from the class above it.
The derived class inherits the properties and methods of the base class, and can also add its own unique properties and methods.
This...
I applied via Company Website and was interviewed before Jul 2022. There were 5 interview rounds.
Machine test on your technology stack. Deeply conceptual.
I applied via Indeed and was interviewed before Sep 2021. There were 4 interview rounds.
Interface defines only method signatures while abstract class can have method implementations.
Interface cannot have constructors while abstract class can.
A class can implement multiple interfaces but can inherit only one abstract class.
Abstract class can have non-abstract methods while interface cannot.
Abstract class can have instance variables while interface cannot.
Example of interface: Runnable interface in Java.
Exa...
Document Object Model (DOM) is a programming interface for web documents.
DOM is a tree-like structure that represents the HTML or XML document.
It allows developers to manipulate the content and structure of a web page using programming languages like JavaScript.
DOM provides a set of methods and properties to access and modify the elements of a web page.
Changes made to the DOM are reflected in the web page in real-time.
...
ACID property ensures database transactions are reliable and consistent.
ACID stands for Atomicity, Consistency, Isolation, and Durability.
Atomicity ensures that a transaction is treated as a single, indivisible unit.
Consistency ensures that a transaction brings the database from one valid state to another.
Isolation ensures that concurrent transactions do not interfere with each other.
Durability ensures that once a tran...
Normalization is the process of organizing data in a database to reduce redundancy and dependency.
Normalization helps to eliminate data redundancy and inconsistencies.
It involves breaking down a table into smaller tables and defining relationships between them.
Normalization is achieved through a series of normal forms, such as first normal form (1NF), second normal form (2NF), and so on.
Normalization ensures data consi...
Software Analyst
342
salaries
| ₹7.4 L/yr - ₹13.9 L/yr |
Senior Software Analyst
194
salaries
| ₹8 L/yr - ₹23.7 L/yr |
Quality Analyst
167
salaries
| ₹6 L/yr - ₹12 L/yr |
Associate Software Analyst
152
salaries
| ₹6 L/yr - ₹10.8 L/yr |
Associate Quality Analyst
70
salaries
| ₹5 L/yr - ₹9 L/yr |
Oracle
SAP
Microsoft Corporation
IBM