Filter interviews by
Top trending discussions
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
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.
Use the INSERT INTO statement with multiple value sets separated by commas
Use the INSERT INTO statement followed by the table name
List the column names in parentheses after the table name
Use the VALUES keyword followed by multiple value sets in parentheses, separated by commas
Example: INSERT INTO table_name (column1, column2) VALUES (value1, value2), (value3, value4)
Update query using joins in SQL
Use UPDATE statement with JOIN clause to update data in multiple tables
Specify the tables to be updated and joined using ON clause
Set the columns to be updated in SET clause
I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.
I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.
All the basic questions of SQL like joins, index, different between in where and having etc
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 Dec 2021. There was 1 interview round.
Spring is a framework while Spring Boot is an extension of Spring. Spring Boot uses annotations to simplify configuration.
Spring is a framework for building Java applications
Spring Boot is an extension of Spring that simplifies configuration
Spring Boot uses annotations to configure the application
Spring Boot provides a lot of defaults and auto-configuration
Spring Boot is ideal for microservices and cloud-native applica
I applied via Company Website and was interviewed in Jun 2022. There was 1 interview round.
Asynchronous and synchronous are programming concepts that determine how tasks are executed.
Synchronous tasks are executed one after the other, in a sequential manner.
Asynchronous tasks can be executed simultaneously, without waiting for the previous task to complete.
Synchronous tasks are easier to understand and debug, while asynchronous tasks are more efficient and can improve performance.
Examples of synchronous task...
based on 1 review
Rating in categories
Software Deployment Engineer
3
salaries
| ₹4.3 L/yr - ₹4.5 L/yr |
TCS
Accenture
Wipro
Cognizant