Filter interviews by
Clear (1)
I applied via LinkedIn and was interviewed before Oct 2019. There were 3 interview rounds.
DHCP is a protocol that assigns IP addresses to devices on a network.
DHCP server receives a request from a device for an IP address
DHCP server checks its pool of available IP addresses
DHCP server assigns an IP address to the device
DHCP server sends the IP address to the device
Device configures its network settings with the assigned IP address
DNS process translates domain names to IP addresses for internet communication.
Client sends a request to DNS resolver.
Resolver checks its cache for the IP address.
If not found, resolver sends a request to root DNS server.
Root server directs resolver to TLD DNS server.
TLD server directs resolver to authoritative DNS server.
Authoritative server sends IP address to resolver.
Resolver caches IP address and sends it to clien
Packet capture data transfer can vary. Wireshark and tcpdump can be used to check.
The amount of data transfer in a packet capture can vary depending on the network traffic.
Wireshark and tcpdump are commonly used tools to analyze packet captures.
Packet captures can be used to troubleshoot network issues and identify potential security threats.
Packet captures can also be used to analyze application performance and identi...
TCP/IP is a set of protocols used for communication between devices on the internet.
TCP is responsible for establishing a connection between two devices and ensuring reliable data transmission.
IP is responsible for routing data packets between devices on the internet.
TCP/IP is a layered protocol, with each layer responsible for a specific aspect of communication.
Other protocols that are part of TCP/IP include DNS, FTP,
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
posted on 8 Feb 2025
I was interviewed before Feb 2024.
posted on 18 Jun 2024
Count occurrences of a letter in a string.
Iterate through each character in the string and count occurrences of the specified letter.
Use a hashmap to store the count of each letter.
Handle both uppercase and lowercase letters to ensure accurate counting.
posted on 2 Jan 2022
I applied via Naukri.com and was interviewed in Dec 2021. There were 4 interview rounds.
posted on 10 May 2020
I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.
posted on 6 Oct 2024
I applied via Referral and was interviewed in Jul 2022. There were 4 interview rounds.
I applied via Naukri.com
Dependency injection in Laravel is a technique to manage class dependencies and improve code flexibility.
Dependency injection allows for easier testing and maintenance of code.
It involves passing dependencies to a class through its constructor or method parameters.
Laravel's container class manages the dependencies and resolves them when needed.
Example: injecting a database connection into a repository class.
Can also us...
To find the second largest number in a column in MySQL, you can use the ORDER BY and LIMIT clauses.
Write a SELECT statement to retrieve the column values in descending order using ORDER BY.
Use the LIMIT clause to limit the result set to the second row.
The value in the second row will be the second largest number in the column.
Magic Edtech is an innovative educational technology company.
Magic Edtech develops interactive learning platforms and tools.
They use advanced technologies like AI, AR, and VR to enhance the learning experience.
Their products include virtual classrooms, adaptive learning systems, and educational games.
Magic Edtech focuses on personalized learning and data-driven insights.
They collaborate with schools, universities, and
based on 10 reviews
Rating in categories
Technical Support Engineer 3
40
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Support Engineer
29
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
22
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Support Engineer 2
15
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer III
13
salaries
| ₹0 L/yr - ₹0 L/yr |
Gen
McAfee
Palo Alto Networks
Check Point Software Technologies