Filter interviews by
I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.
Medium~Hard Leetcode style Interview
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
It was easy basic questions were there and we were asked to write two emails.
I applied via Company Website and was interviewed in Feb 2024. There were 2 interview rounds.
Normal Basic Interview GK, Maths,Average.
Using 'continue' in a loop to skip current iteration and move to the next one.
Continue statement is used to skip the current iteration of a loop and move to the next one.
Helps in avoiding unnecessary code execution within a loop.
Example: for(int i=0; i<5; i++) { if(i == 2) { continue; } System.out.println(i); }
I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.
There were 50 question out of which if you score 20 you were passed out to next round, No negative markings.
posted on 30 Oct 2023
C# is a programming language developed by Microsoft for building a wide range of applications on the .NET framework.
C# is an object-oriented language with features like classes, inheritance, and polymorphism.
It is strongly typed, meaning variables must be declared with a specific data type.
C# supports modern programming concepts like async/await for asynchronous programming.
It is commonly used for developing desktop, w...
I applied via Naukri.com and was interviewed before Jan 2024. There was 1 interview round.
I applied via Referral and was interviewed in Nov 2022. There were 2 interview rounds.
based on 1 interview
Interview experience
Adobe
Microsoft Corporation