Filter interviews by
posted on 7 Jan 2025
A take-home assignment focused on full-stack development.
RISC stands for Reduced Instruction Set Computing and CISC stands for Complex Instruction Set Computing.
RISC processors have a smaller set of simple instructions, while CISC processors have a larger set of complex instructions.
RISC processors typically execute instructions in one clock cycle, while CISC processors may require multiple clock cycles.
RISC processors rely on optimizing compilers for performance, while CISC...
Interpreter translates code line by line while compiler translates entire code at once.
Interpreter: translates code line by line, slower execution, easier debugging (e.g. Python)
Compiler: translates entire code at once, faster execution, harder debugging (e.g. C++)
Basic leetcode problems
posted on 11 Sep 2023
I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 4 interview rounds.
Hacker Rank code testing. Now it is removed.
posted on 17 Dec 2024
I applied via Referral
React hooks lifecycle includes initialization, rendering, updates, and cleanup.
Hooks are called in the order they are defined in the component function.
useState and useEffect are commonly used hooks in React.
Hooks like useEffect can be used for data fetching, subscriptions, or manually changing the DOM.
The cleanup function in useEffect can be used to clean up any resources or subscriptions.
Hooks allow for more flexible
To fetch data from an API, you need to send a request to the API endpoint and process the response.
Send a request to the API endpoint using HTTP methods like GET, POST, PUT, DELETE.
Include any required parameters or headers in the request.
Receive the response from the API, which usually comes in JSON or XML format.
Parse the response data to extract the information you need.
Handle any errors or exceptions that may occur
useEffect is used for side effects in functional components, while useReducer is used for managing state in complex components.
useEffect is used for handling side effects in functional components
useReducer is used for managing state in complex components
useEffect is similar to componentDidMount and componentDidUpdate in class components
useReducer is similar to useState but for more complex state management
useEffect can...
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Use SQL query with ORDER BY and LIMIT to find the second highest salary.
Use SELECT statement to retrieve salary column from the table.
Use ORDER BY clause to sort the salaries in descending order.
Use LIMIT 1,1 to get the second highest salary.
Use SQL query with GROUP BY and window function to check for duplicate rows.
Use GROUP BY to group rows with same values together
Use COUNT() function to count the number of occurrences of each group
Use window function like ROW_NUMBER() to assign a unique number to each row within a group
posted on 18 Apr 2024
The question is asking about how often each character appears in a given string.
Iterate through the string and count the frequency of each character using a hashmap.
Return the hashmap with characters as keys and their frequencies as values.
Junior Engineer
255
salaries
| ₹2.2 L/yr - ₹5 L/yr |
Software Engineer
211
salaries
| ₹8.4 L/yr - ₹27 L/yr |
Lead Engineer
189
salaries
| ₹8.4 L/yr - ₹31 L/yr |
Senior Software Engineer
139
salaries
| ₹10.3 L/yr - ₹35 L/yr |
Assistant Engineer
129
salaries
| ₹3 L/yr - ₹6.4 L/yr |
Siemens
ABB
Schneider Electric
BHEL