Filter interviews by
I applied via Referral and was interviewed before May 2023. There was 1 interview round.
Top trending discussions
I was interviewed before Sep 2023.
posted on 5 Oct 2024
Use two pointers to find the nth element from the end of a linked list.
Use two pointers, one moving n steps ahead of the other
When the first pointer reaches the end, the second pointer will be at the nth element from the end
HashMap is not thread-safe while ConcurrentHashMap is thread-safe and allows concurrent access.
HashMap is not thread-safe and can lead to ConcurrentModificationException if accessed by multiple threads simultaneously.
ConcurrentHashMap allows concurrent access by multiple threads without the need for external synchronization.
ConcurrentHashMap achieves thread-safety by dividing the map into segments, allowing multiple th...
30min duration C coding 10 questions asked
1hr duration interviewer will be giving some random C questions to code
posted on 27 Jun 2024
I applied via Walk-in and was interviewed in May 2024. There were 2 interview rounds.
They will give 3 questions
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
Permutations of an array of strings are all possible arrangements of the elements.
Use recursion to generate all permutations.
Swap elements to create different permutations.
Base case: when only one element is left, add the permutation to the result.
Example: Array ['A', 'B', 'C'] has permutations ['ABC', 'ACB', 'BAC', 'BCA', 'CBA', 'CAB'].
Use Java 8 Stream API to find the largest number in an array of strings without using additional data structures or loops.
Convert the array of strings to a stream of integers using map() and parseInt()
Use reduce() with Math::max to find the largest number in the stream
Questions were asked
Dsa dp, graphs and many more questions from arrays and linked list were asked
RF stands for radio frequency, which is a type of electromagnetic wave used in various communication systems.
RF is used in wireless communication systems such as Wi-Fi, Bluetooth, and cell phones.
RF signals can be transmitted through antennas and can travel long distances.
RF spectrum is regulated by government agencies to prevent interference between different communication systems.
Senior Software Engineer
4
salaries
| ₹12 L/yr - ₹18 L/yr |
Technical Lead
3
salaries
| ₹13 L/yr - ₹32 L/yr |
Ericsson
Nokia
Huawei Technologies
ACT Fibernet