Filter interviews by
React Redux is a state management library for React applications.
React Redux helps manage the state of a React application in a predictable way.
It allows components to access and update the application state without directly manipulating it.
Redux stores the application state in a single immutable object called the store.
Actions are dispatched to update the state in the store, and reducers specify how the state should c...
A simple code snippet for a stopwatch in Reactjs
Create state variables for minutes, seconds, and milliseconds
Use setInterval to update the time every 10 milliseconds
Display the time in a formatted way on the UI
API integration in React involves fetching data from an external API and displaying it in the application.
Use fetch or axios to make API calls in React
Store API response data in state using useState hook
Render the data in the component's JSX
I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.
What is OOPS concepts?
I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.
It was ok. I was not able to solve all the questions.
To remove the last element from a linked list, iterate to the second last node and update its next pointer to null.
Iterate through the linked list to find the second last node
Update the next pointer of the second last node to null
I applied via Walk-in and was interviewed in Apr 2024. There was 1 interview round.
I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.
Reactjs components are reusable, independent pieces of UI that can be composed together to build complex user interfaces.
Components are the building blocks of a React application
They can be class components or functional components
Components can have their own state and lifecycle methods
Components can be nested within other components to create a hierarchy
Examples: Button component, Navbar component, UserList component
Use the url to make a request to the API and fetch data.
Use a library like axios or fetch to make the HTTP request.
Parse the response data to extract the necessary information.
Handle any errors that may occur during the request.
posted on 29 Apr 2024
I connect my code to the database using a repository pattern. Group By can work without having an explicit repository.
I use a repository pattern to abstract the database operations in my code.
I typically use Entity Framework as my ORM to connect to the database.
Group By can work without having an explicit repository by directly querying the database using LINQ or SQL.
A trigger is a special type of stored procedure that is automatically executed when certain events occur in a database.
Triggers are used to enforce business rules, perform auditing, and maintain data integrity.
Configuration for triggers is typically available in the database management system where the trigger is created.
Examples of trigger events include INSERT, UPDATE, and DELETE operations on a table.
posted on 31 Aug 2024
I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.
Simple question on maths
OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.
OOPS focuses on creating objects that interact with each other to solve complex problems
Key principles include encapsulation, inheritance, polymorphism, and abstraction
Encapsulation ensures that the internal state of an object is hidden from the outside world
Inheritance allows a class to inherit...
I applied via Campus Placement and was interviewed in Nov 2023. There was 1 interview round.
Delete query in MongoDB removes documents from a collection based on specified criteria.
Use the 'deleteMany' method to delete multiple documents matching a filter
Use the 'deleteOne' method to delete a single document matching a filter
Specify the filter criteria to identify the documents to be deleted
Java oops concepts include inheritance, encapsulation, polymorphism, and abstraction.
Inheritance allows a class to inherit properties and behavior from another class.
Encapsulation involves bundling data and methods that operate on the data into a single unit.
Polymorphism allows objects to be treated as instances of their parent class.
Abstraction hides the implementation details and only shows the necessary features to
Contains linear and non linear data structures deep knowledge of trees and graphs
Dry run on a page involves testing the code without actually executing it.
Dry run involves walking through the code manually to check for errors
Helps in identifying logic errors before actual execution
Commonly used in debugging and testing code
Information Technology Recruiter
11
salaries
| ₹2.6 L/yr - ₹4 L/yr |
Software Engineer
10
salaries
| ₹5 L/yr - ₹9.6 L/yr |
Automation Test Engineer
9
salaries
| ₹7.3 L/yr - ₹12 L/yr |
Technical Support Engineer
8
salaries
| ₹4.5 L/yr - ₹7.5 L/yr |
Senior Software Engineer
4
salaries
| ₹10 L/yr - ₹20 L/yr |
TCS
Infosys
Wipro
HCLTech