i
GreySoft Solutions
Filter interviews by
Oops concepts are fundamental principles of object-oriented programming such as inheritance, polymorphism, encapsulation, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Polymorphism: Allows objects of different classes to be treated as objects of a common superclass.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Abstraction: Hiding...
Top trending discussions
Covers basics aps around 15 question
DSA based questions from leetcode easy and medium
posted on 2 Aug 2024
I applied via Job Portal and was interviewed in Feb 2024. There were 2 interview rounds.
Random Programming questions
I applied via Indeed and was interviewed before Jun 2020. There were 5 interview rounds.
posted on 13 Dec 2024
I applied via Recruitment Consulltant
posted on 30 Mar 2023
useState is a hook in React that allows functional components to have state.
useState is used to declare state variables in functional components.
It returns an array with two values: the current state value and a function to update it.
The initial state can be passed as an argument to useState.
Example: const [count, setCount] = useState(0);
useEffect is a hook in React that allows you to perform side effects in functional components.
It replaces componentDidMount, componentDidUpdate, and componentWillUnmount.
It takes two arguments: a function that performs the side effect and an array of dependencies.
The function is called after every render, unless the dependencies haven't changed.
Common use cases include fetching data, setting up event listeners, and upd
To find a bug in a React problem
Check the console for any error messages
Use React Developer Tools to inspect the component tree and state
Check if the props and state are being updated correctly
Check if the lifecycle methods are being called in the correct order
Check if the event handlers are bound correctly
Check if the JSX syntax is correct
Basic aptitude and coding problems were asked
System design and advanced algorithms were asked
posted on 4 Sep 2024
I applied via Company Website
Thread life cycle includes new, runnable, running, blocked, and terminated states.
Thread is created in 'new' state
It becomes 'runnable' when start() method is called
Thread enters 'running' state when CPU starts executing its run() method
It can go to 'blocked' state if it's waiting for a resource
Finally, thread reaches 'terminated' state when run() method completes or stop() method is called
Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.
Hash map consists of an array of buckets, each containing a linked list of key-value pairs.
When inserting a key-value pair, the hash function is used to determine the index of the bucket where the pair should be stored.
To retrieve a value, the hash function is used to find the corresponding bucket...
Seeking new challenges, growth opportunities, and a better work-life balance.
Looking for new challenges and opportunities to learn and grow
Seeking a better work-life balance
Interested in working with new technologies or in a different industry
Wanting to advance career progression
I applied via Company Website and was interviewed before Jun 2020. There were 5 interview rounds.
2 DSA Questions and questions from springboot for java
Interview experience
based on 1 review
Rating in categories
Software Developer
25
salaries
| ₹1.8 L/yr - ₹8 L/yr |
Business Analyst
12
salaries
| ₹1.8 L/yr - ₹8.7 L/yr |
RPA Developer
10
salaries
| ₹1.8 L/yr - ₹6 L/yr |
Software Programmer
7
salaries
| ₹2.4 L/yr - ₹7.5 L/yr |
DOT NET Developer
6
salaries
| ₹2.3 L/yr - ₹12 L/yr |
Infosys
TCS
Wipro
HCLTech