Filter interviews by
I applied via Campus Placement and was interviewed in Feb 2024. There was 1 interview round.
Rate your
company
🤫 100% anonymous
How was your last interview experience?
To find the origin IP of a website, you can use tools like ping, nslookup, or online IP lookup services.
Use the 'ping' command in the command prompt or terminal to get the IP address of the website.
Use 'nslookup' command to query DNS servers for the IP address of the website.
Use online IP lookup services like 'iplocation.net' or 'whatismyipaddress.com' to find the origin IP of a website.
Top trending discussions
I applied via Campus Placement and was interviewed in Jan 2016. There were 3 interview rounds.
I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.
To find a loop in a linked list, we use Floyd's cycle-finding algorithm.
Floyd's cycle-finding algorithm uses two pointers, one moving at twice the speed of the other.
If there is a loop in the linked list, the two pointers will eventually meet.
To detect the meeting point, we reset one of the pointers to the head of the linked list and move both pointers at the same speed.
The meeting point is the start of the loop.
LRU, MRU and LFU are caching algorithms used to manage memory in computer systems.
LRU stands for Least Recently Used and removes the least recently used items from the cache when the cache is full.
MRU stands for Most Recently Used and removes the most recently used items from the cache when the cache is full.
LFU stands for Least Frequently Used and removes the least frequently used items from the cache when the cache i...
posted on 13 Jun 2024
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
The task was a Codility type
I applied via Recruitment Consulltant and was interviewed before Apr 2023. There was 1 interview round.
I would start by reproducing the error, checking logs, reviewing code, and using debugging tools.
Reproduce the error to understand the exact conditions that trigger it
Check logs for any error messages or warnings
Review the code related to the error to identify potential issues
Use debugging tools like breakpoints, print statements, or a debugger to step through the code
Isolate the problem by narrowing down the scope of
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 Referral and was interviewed before Apr 2021. There was 1 interview round.
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
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
based on 2 interviews
Interview experience
Anonymously discuss salaries, work culture, and many more
Get Ambitionbox App
based on 12 reviews
Rating in categories
Software Engineer
9
salaries
| ₹0 L/yr - ₹0 L/yr |
Security Analyst
9
salaries
| ₹0 L/yr - ₹0 L/yr |
Program Manager
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Sales Manager
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Security Analyst
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Cyberbit
Securonix
Palo Alto Networks
CrowdStrike