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 was having a coding test related to oops concept.
I applied via Naukri.com and was interviewed in Apr 2023. There were 3 interview rounds.
Data structures and algos
I applied via Company Website and was interviewed in Jun 2023. There were 3 interview rounds.
Coding decoding Grammer mental ability fond the number etc
CA-One Tech Cloud interview questions for popular designations
I applied via Naukri.com and was interviewed in Aug 2022. There was 1 interview round.
I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.
Normal not soo tough
Logical question based on pattern and string
posted on 17 Dec 2024
I applied via Instahyre and was interviewed in Nov 2024. There was 1 interview round.
Use SQL query to count number of reportees for each manager and filter out those with atleast 5 reportees.
Write a SQL query to count number of reportees for each manager using GROUP BY clause
Add HAVING clause to filter out managers with atleast 5 reportees
Example: SELECT managerId, COUNT(id) AS num_reportees FROM table_name GROUP BY managerId HAVING num_reportees >= 5
Use libraries like pandas and dask to efficiently manage large datasets in Python.
Use pandas library for data manipulation and analysis.
Use dask library for parallel computing and out-of-core processing.
Optimize memory usage by loading data in chunks or using data types efficiently.
Consider using cloud services like AWS S3 or Google BigQuery for storing and processing large datasets.
Some commonly used Python libraries for Data Analysts are Pandas, NumPy, Matplotlib, and Scikit-learn.
Pandas - used for data manipulation and analysis
NumPy - used for numerical computing and working with arrays
Matplotlib - used for data visualization
Scikit-learn - used for machine learning and data mining
I applied via Company Website and was interviewed in Dec 2024. There were 2 interview rounds.
A session in PHP is a way to store information (variables) to be used across multiple pages.
Sessions are used to store user data on the server for later use
Sessions are identified by a unique session ID, usually stored in a cookie
Session data is stored on the server side, making it more secure than using cookies alone
Variables can be changed during the execution of a script, while constants cannot be changed once they are defined.
Variables can be reassigned with new values, while constants cannot be changed once defined
Constants are defined using the define() function, while variables are assigned using the $ symbol
Constants are case-sensitive by default, while variables are case-insensitive
The code will output 'Hello World!' because the variable $x is set to true.
The code will check if $x is true, which it is, so it will output 'Hello World!'
The if statement will only execute if the condition is true, in this case $x is true.
What are the differences between echo and print in PHP?
Interview experience
based on 27 reviews
Rating in categories
8-20 Yrs
₹ 10-30 LPA
3-8 Yrs
₹ 10-24 LPA
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