Filter interviews by
I applied via Indeed and was interviewed before Sep 2021. There were 2 interview rounds.
Excel formulas can be categorized into mathematical, logical, text, date/time, and lookup/reference formulas.
Mathematical formulas perform arithmetic operations like addition, subtraction, multiplication, and division.
Logical formulas evaluate conditions and return TRUE or FALSE.
Text formulas manipulate text strings.
Date/time formulas perform calculations with dates and times.
Lookup/reference formulas retrieve data fro...
Loops are used to execute a set of statements repeatedly until a condition is met.
For loop: executes a set of statements for a specified number of times
While loop: executes a set of statements as long as the condition is true
Do-While loop: executes a set of statements at least once, and then repeatedly executes the set of statements as long as the condition is true
For Each loop: used to loop through each element in an
I applied via Recruitment Consulltant and was interviewed in Oct 2021. There were 2 interview rounds.
Data extraction from a table
I applied via Walk-in and was interviewed in Apr 2024. There were 3 interview rounds.
Javascript array questions like palindrom and others with aptitude
Data can be shared between components in React using props, context, or state management libraries like Redux.
Use props to pass data from parent to child components
Use context to share data across multiple components without passing props manually
Use state management libraries like Redux to manage global state and share data between components
Prop drilling is the process of passing data through multiple levels of components in React.
Prop drilling occurs when a component needs to pass data to a deeply nested child component.
It can lead to code that is hard to maintain and understand.
One way to avoid prop drilling is by using Context API or Redux for state management.
Redux is a predictable state container for JavaScript apps.
Redux stores the entire state of an application in a single immutable object.
State changes are made by dispatching actions, which are plain JavaScript objects.
Reducers specify how the application's state changes in response to actions.
Redux flow: Action -> Reducer -> Store -> View
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
Closure in JS is a function that retains access to variables from its parent scope even after the parent function has finished executing.
Closure allows functions to have access to variables from an outer function even after the outer function has finished executing.
It is created whenever a function is defined within another function, and the inner function has access to the outer function's variables.
Closures are commo...
Web workers allow running JavaScript code in the background without blocking the main thread.
Web workers are separate JavaScript files that run in the background.
They allow for multi-threading in web applications.
Web workers can perform tasks like heavy calculations or network requests without affecting the main UI thread.
Communication between web workers and the main thread is done through message passing.
Props in React are passed from parent components to child components to share data and functionality.
Props are passed as attributes in JSX when rendering a component
Props can be accessed in the child component using 'this.props'
Props are read-only and should not be modified directly
I applied via Approached by Company and was interviewed in Feb 2024. There were 2 interview rounds.
Collections in PL/SQL are data structures used to store multiple elements of the same data type.
Collections can be nested tables, varrays, or associative arrays.
Nested tables are like one-dimensional arrays with no upper bounds.
Varrays are like arrays with a maximum size that is specified at declaration.
Associative arrays are like lookup tables where each element is accessed using a unique key.
Collections can be used t...
Bulk collect is a feature in PL/SQL that allows for fetching multiple rows of data at once.
Improves performance by reducing context switches between the PL/SQL engine and SQL engine
Reduces network traffic by fetching multiple rows in a single round trip
Can be used with SELECT INTO or FETCH INTO statements
Bank product related questions and carrer expericnce .
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
AOT (Ahead-of-Time) and JIT (Just-in-Time) are compilation techniques used in Angular. Angular and React differ in their architecture and data binding approach. Route guards in Angular are used to control access to routes.
AOT compilation in Angular converts TypeScript code into efficient JavaScript code during the build process, resulting in faster rendering and smaller bundle sizes.
JIT compilation in Angular compiles ...
Angular applications are built using the Angular CLI, which provides a command-line interface for creating, building, and serving Angular projects.
Angular applications are built using the Angular CLI (Command Line Interface)
The Angular CLI provides commands for creating new projects, generating components, services, modules, etc.
To build an Angular application, you can use the 'ng build' command which compiles the appl
Moderate to difficult
I applied via Campus Placement and was interviewed in Feb 2024. There was 1 interview round.
HTML CSS javascript jQuery
I applied via Naukri.com and was interviewed in Sep 2021. There were 4 interview rounds.
I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.
JavaScript coding questions using map, filter, reduce.
React hooks coding example s.
based on 1 review
Rating in categories
Software Developer
16
salaries
| ₹1.6 L/yr - ₹4 L/yr |
VBA Developer
10
salaries
| ₹1.7 L/yr - ₹3.8 L/yr |
Senior Software Developer
5
salaries
| ₹2.2 L/yr - ₹5.1 L/yr |
Technical Consultant
4
salaries
| ₹1.2 L/yr - ₹2 L/yr |
PHP Developer
4
salaries
| ₹1.8 L/yr - ₹4 L/yr |
Infosys
TCS
Wipro
HCLTech