Filter interviews by
Database system is a software system used to manage, store, and retrieve data efficiently.
Database systems store data in structured formats for easy retrieval and manipulation
They use query languages like SQL to interact with the database
Examples of popular database systems include MySQL, Oracle, and MongoDB
Top trending discussions
I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Sep 2023. There were 5 interview rounds.
Easy questions but less time
2 easy and 1 hard leet code
Reverse a linked list
Iterate through the linked list and reverse the pointers
Use three pointers - prev, current, next to reverse the links
Update the head of the linked list to the last node after reversing
posted on 16 Dec 2024
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.
posted on 3 Sep 2024
I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.
This round has 3 coding questions mostly based on graph and trees
Design a data structure for locking/unlocking nodes in a binary tree efficiently.
Implement a lockable tree data structure with lock(), unlock(), and isLocked() methods.
Ensure a node can only be locked if all ancestors are unlocked and all descendants are locked.
Optimize the operations for efficiency.
Consider using a flag in each node to track its locked status.
Use a recursive approach to check locking conditions.
Mainta...
Improving the operating system can enhance performance and efficiency of the system.
Optimizing memory management to reduce overhead
Implementing better scheduling algorithms to improve multitasking
Enhancing file system performance for faster data access
Improving network stack for better communication speed
Generate all valid combinations of parentheses
Use backtracking to generate all valid combinations
Keep track of the number of open and close parentheses used
Add open parenthesis if there are remaining open parentheses, add close parenthesis if there are more open than close parentheses
I applied via Approached by Company and was interviewed in Feb 2023. There were 4 interview rounds.
If the cost price of an item is Rs. 150 and the selling price is Rs. 200, what is the profit percentage?
A stack is a LIFO data structure while a queue is a FIFO data structure.
Stack: Last In First Out (LIFO), used in undo/redo functionality, backtracking, and recursion.
Queue: First In First Out (FIFO), used in job scheduling, breadth-first search, and printing.
Stack uses push() and pop() operations while queue uses enqueue() and dequeue() operations.
A compiler translates the entire program into machine code before execution, while an interpreter translates and executes the program line by line.
A compiler converts the source code into an executable file, while an interpreter executes the code directly.
Compilers typically produce faster and more efficient code, while interpreters provide faster development and debugging.
Examples of compilers include GCC, Clang, and ...
I handle stress and pressure by practicing time management, seeking support from colleagues, and maintaining a healthy work-life balance.
I prioritize tasks and create a schedule to manage my time effectively.
I communicate with my team and seek their assistance or guidance when needed.
I engage in stress-relieving activities outside of work, such as exercising or spending time with loved ones.
I practice mindfulness and d...
posted on 8 Nov 2023
Securing data over the public internet involves using encryption, secure protocols, VPNs, and regular security audits.
Use encryption to protect data in transit, such as SSL/TLS for websites.
Implement secure protocols like HTTPS, SSH, and SFTP for secure communication.
Utilize Virtual Private Networks (VPNs) to create secure tunnels for data transmission.
Regularly conduct security audits and updates to identify and patch...
based on 4 reviews
Rating in categories
Data Analyst
15
salaries
| ₹6 L/yr - ₹11.5 L/yr |
Associate Engineer
7
salaries
| ₹11 L/yr - ₹11 L/yr |
Software Developer
5
salaries
| ₹13 L/yr - ₹15 L/yr |
Software Development Manager
4
salaries
| ₹35 L/yr - ₹55.5 L/yr |
Associate Quality Analyst
4
salaries
| ₹8 L/yr - ₹8 L/yr |
TCS
Infosys
Wipro
HCLTech