J'ai postulé via un recruteur. J'ai passé un entretien chez Ciena (New Delhi) en mars 2021
Entretien
2 DotNet oriented Technical round - Cover all basic .net keyword and concepts here
1 manager round - mostly around API, error handling and data structure question
Probably 1 more manager (he didn't join the interview call so no idea)
Questions d'entretien [1]
Question 1
Basic Profile related and medium level data structure questions
J'ai postulé via un recruteur. Le processus a pris 1 jour. J'ai passé un entretien chez Ciena (Bengaluru) en sept. 2019
Entretien
First of all i would like to thanks Ciena and Team to give me an opportunity.
Really very good staff.
I appeared for an interview in Bangalore.
The was good
1st :- Mcq and 2 coding questions in C# as it was for .net developer.(Basic C#, Linq, Access Modifiers, OOPS concepts, delegates).
Here i wrote my algorithm and code in c/c++, so of reviewer called me and asked me to write the in C# i gave a try but it was not convincing to him and to me too(frankly) . And was because in my academic i wrote code in C and in my current company it is in C#. I couldn't make my mind. Even when i went for interview i prepared for C# only but i read about concepts and didn't gave a try for coding practice in C#.
They asked me that logically your questions are correct and if can make yourself comfortable in C# within a month or two, have a call with HR may be you get a chance again to get interviewed.
Thanks again Ciena. And really i will do coding practice on C# and i will revert back to you soon😊.
Questions d'entretien [2]
Question 1
Yes or No
write pen paper code for checking if given linked list of characters is palindrome or not?
Given N digit number is to maximize by putting one extra digit x.
ex:- N=845 and x=6
ans:- 8645
logic:- Traverse number from left to right digit by digit and check if x is greater then digit put x before found digit.
ex:- N:-184 and x =3 and:- 3184