Filter interviews by
Clear (1)
I applied via Company Website and was interviewed in Jul 2021. There were 3 interview rounds.
Top trending discussions
posted on 7 Sep 2022
I applied via Recruitment Consulltant and was interviewed before Sep 2021. There were 3 interview rounds.
I applied via Job Portal and was interviewed in Feb 2023. There were 2 interview rounds.
Oracle is a multinational computer technology corporation that specializes in developing and marketing database software and technology.
Oracle is a leading provider of enterprise software solutions
It offers a wide range of products and services including database management systems, cloud services, and enterprise software applications
Oracle's flagship product is the Oracle Database, which is widely used in businesses a...
Easy problem on java
I applied via LinkedIn and was interviewed in Sep 2020. There was 1 interview round.
I applied via Recruitment Consulltant
A mutex is a synchronization primitive that ensures only one thread can access a resource at a time.
Create a mutex object using the appropriate library or language-specific function.
Lock the mutex before accessing the shared resource to prevent other threads from accessing it.
Unlock the mutex after finishing the operation on the shared resource to allow other threads to access it.
Example: pthread_mutex_t mutex; pthread...
Identify memory leak in code
Check for any dynamically allocated memory that is not being freed
Look for any infinite loops or recursive functions that consume memory
Use memory profiling tools like Valgrind to detect leaks
Check for any global variables that are not properly managed
I was interviewed before Mar 2021.
To check if a number is a power of 2, we can use bitwise operations.
A power of 2 has only one bit set to 1, so we can use the bitwise AND operator to check if the number is a power of 2.
If n is a power of 2, then n & (n-1) will be 0.
For example, 8 (1000 in binary) is a power of 2, and 8 & 7 (0111 in binary) is 0.
Sort a stack without using another data structure
Use recursion to pop the top element and insert it at the bottom of the remaining stack
Repeat until the stack is sorted in ascending order
Time complexity: O(n^2), space complexity: O(n) due to recursion
Check if array has continuous increasing and decreasing values
Loop through the array and check if each element is greater than the previous one
Once you find the maximum element, check if the remaining elements are in decreasing order
If yes, return true else false
Design a cricinfo (LLD)
Identify the entities: players, teams, matches, scorecards, tournaments, etc.
Define the relationships between entities
Create a database schema to store the data
Implement APIs to fetch and update data
Design a UI to display the information
Consider scalability and performance
Ensure data security and privacy
I applied via Company Website and was interviewed in May 2022. There were 2 interview rounds.
Logical reasoning And aptitude test
C++, python and Java programming
posted on 15 Nov 2020
An operating system is a software that manages computer hardware and software resources and provides common services for computer programs.
Manages computer hardware and software resources
Provides common services for computer programs
Examples: Windows, macOS, Linux, Android, iOS
Kernel is the core component of an operating system
To follow the company policy, one must understand and familiarize themselves with the policy guidelines and procedures.
Read and thoroughly understand the company policy documentation
Adhere to the policies and procedures outlined in the documentation
Seek clarification from supervisors or HR if any doubts or questions arise
Regularly review and stay updated with any changes or updates to the policy
Ensure compliance with t...
No, I cannot agree to work with no time limit.
Working without a time limit can lead to burnout and decreased productivity.
Having a reasonable work-life balance is important for overall well-being.
Setting clear boundaries and having a structured schedule can help maintain productivity and prevent overworking.
posted on 10 May 2023
I applied via Naukri.com and was interviewed before May 2022. There were 4 interview rounds.
based on 2 reviews
Rating in categories
Senior Software Engineer
778
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
338
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer2
331
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Analyst
272
salaries
| ₹0 L/yr - ₹0 L/yr |
Principal Software Engineer
269
salaries
| ₹0 L/yr - ₹0 L/yr |
Hewlett Packard Enterprise
IBM
Cisco
NetApp