I interviewed at Ceragon Networks (Bucharest, Bucuresti)
Interview
The process consisted of a technical interview covering topics like Java fundamentals, Spring Boot, REST APIs, SQL, and JPA. Some of the technical questions included differences between JPA and Hibernate or how dependency injection works in Spring. Overall, the process was smooth, the interviewers were professional, and the difficulty level was moderate.
I applied online. I interviewed at Ceragon Networks (New Delhi)
Interview
1. Unprofessional behavior showed by Interviewer.
2. Didn't care to switch on his camera.
3. Technical questions asked were completely unrelated to the role for which I applied.
4. Overall very bad interview experience. Wonder if the interview process was like this then how the working culture would be.
I applied online. I interviewed at Ceragon Networks
Interview
The procedure included three interviews
1. Interview with a direct manager
2. Interview with human resources
3. Interview with a department manager
And in the end a reliability test (only for those who deal with money)
Interview questions [1]
Question 1
1, design a communication system for Pelofonia so that each user should receive an IP address and a certain type of service (gold, silver and normal subscription), according to the type of subscription we will know what privileges the user can receive
Literally the data structure and the following operations
- IP assignment to a new user
- Finding an existing user
- Deleting an existing user.
What are the costs for each action?
2, Now there are several threads running on the above system, what could be the problems that will arise