Filter interviews by
I was interviewed before Mar 2023.
Addition and deletion operations in a linked list using C coding
Use a struct to define the linked list node
For addition, allocate memory for new node, update pointers accordingly
For deletion, update pointers to skip the node to be deleted
malloc is used to allocate memory without initializing it, while calloc is used to allocate memory and initialize it to zero.
malloc allocates a block of memory of specified size, while calloc allocates a block of memory for an array of elements and initializes them to zero
malloc does not initialize the allocated memory, while calloc initializes the allocated memory to zero
malloc returns a pointer to the allocated memor...
Top trending discussions
I applied via Referral and was interviewed before Jul 2023. There was 1 interview round.
Circuit design involves creating a detailed plan for the layout and components of an electronic circuit.
Identifying the requirements and specifications of the circuit
Selecting appropriate components such as resistors, capacitors, and integrated circuits
Creating a schematic diagram to visualize the connections between components
Simulating the circuit to ensure functionality and performance
Designing a printed circuit boa
I applied via Approached by Company and was interviewed before Feb 2023. There were 3 interview rounds.
Implement a simple linked list code
Define a Node struct with data and next pointer
Implement functions to insert, delete, and traverse the linked list
Handle edge cases like empty list or deleting the last node
I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.
DITA is a standard for creating structured content, while CCMS is a content management system that supports DITA.
DITA stands for Darwin Information Typing Architecture and is an XML-based standard for creating structured content.
DITA allows for content reuse, single-sourcing, and easy customization.
CCMS (Component Content Management System) is a software system that supports the creation, management, and publishing of ...
posted on 19 Nov 2024
I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.
Find the frequency of each character in a given string.
Iterate through the string and count the occurrences of each character
Store the frequencies in a map or array
Return the map or array with the frequencies
Use SQL query with ORDER BY and LIMIT to find second largest salary in a table.
Use SQL query like SELECT DISTINCT salary FROM table_name ORDER BY salary DESC LIMIT 1,1
Make sure to handle cases where there might be ties for the highest salary
I was interviewed in Mar 2024.
Leetcode easy problem based on binary search
Design a system to notify users about stock availability and changes.
Create a database to store stock information and user preferences.
Implement a notification system to alert users when stock levels change.
Allow users to set preferences for specific products or thresholds.
Consider using push notifications, emails, or SMS for notifications.
Include a user interface for managing preferences and viewing stock information.
Design a Snake & Ladder game using arrays and logic.
Create a 10x10 grid representing the game board.
Assign positions for snakes and ladders on the board.
Use arrays to store the positions of players and their movements.
Implement logic for dice roll and player movement.
Include win condition when a player reaches the final position.
I applied via Instahyre and was interviewed in Aug 2024. There was 1 interview round.
Question based on the array and graph. its 1 hour test on hackerrank
I applied via Referral and was interviewed before Aug 2020. There were 5 interview rounds.
Designing Microsoft Excel involves creating a user-friendly interface for data entry, manipulation, and analysis.
Create a grid-based interface for data entry and manipulation
Include features for formatting, sorting, and filtering data
Implement formulas and functions for data analysis
Provide options for charting and graphing data
Ensure compatibility with various file formats and operating systems
Convert string to numbers without predefined functions
Iterate through each character of the string
Subtract the ASCII value of '0' from the character to get the numerical value
Multiply the numerical value by the appropriate power of 10 based on its position in the string
Add the resulting number to a running total
I applied via Referral and was interviewed before Jul 2023. There was 1 interview round.
Circuit design involves creating a detailed plan for the layout and components of an electronic circuit.
Identifying the requirements and specifications of the circuit
Selecting appropriate components such as resistors, capacitors, and integrated circuits
Creating a schematic diagram to visualize the connections between components
Simulating the circuit to ensure functionality and performance
Designing a printed circuit boa
I applied via Recruitment Consulltant and was interviewed before Jun 2023. There was 1 interview round.
Implement vector using c++
based on 1 review
Rating in categories
Senior Engineer
121
salaries
| ₹11 L/yr - ₹31 L/yr |
Staff Engineer
79
salaries
| ₹16 L/yr - ₹44 L/yr |
Software Engineer
50
salaries
| ₹7 L/yr - ₹22 L/yr |
Senior Software Engineer
48
salaries
| ₹9.4 L/yr - ₹28 L/yr |
Technical Manager
38
salaries
| ₹21 L/yr - ₹61 L/yr |
Qualcomm
Intel
Samsung
Nvidia