The online test comprised several sections, each with a specific time limit. It began with an essay-writing section, where we were given 30 minutes to complete an essay on the topic of "Talent versus Hard Work." After that, we had 20 minutes to tackle two coding questions. One involving heaps and the other requiring the use of the greedy algorithm.
Interview questions [1]
Question 1
Furthermore, a coding question was presented, which involved finding a pair in an array whose sum was divisible by 9. I managed to solve the problem using both brute force and optimized approaches, which led to my selection for the next round.
I applied through college or university. I interviewed at Verizon (Chennai) in Aug 2024
Interview
Gave an intro about the company and then Asked in-depth about projects basically grilled on resume gave a coding question on strings to implement and ended with some basic hr discussion
The company met basic expectations. The service was acceptable, though communication could have been more consistent. Delivery was slightly delayed, but the final result was usable. Support was helpful at times but not always responsive. Overall, an average experience — not bad, but there’s definitely room for improvement.
Interview questions [1]
Question 1
What is the difference between a stack and a queue?
How does a HashMap work internally?
What are the main differences between a process and a thread?
Explain the concept of garbage collection in Java.
What is the purpose of using an interface in object-oriented programming?