Filter interviews by
Be the first one to contribute and help others!
I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.
I applied via LinkedIn and was interviewed in Aug 2023. There were 2 interview rounds.
20 mins java leetcode
I applied via Monster and was interviewed in Feb 2024. There was 1 interview round.
ref is used for passing a variable by reference, out is used for returning a variable by reference
ref is used for passing a variable by reference, allowing the method to modify the variable
out is used for returning a variable by reference, typically used for returning multiple values from a method
Example: int x = 10; SomeMethod(ref x); // x can be modified inside SomeMethod
Example: int result; SomeMethod(out result); /
I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.
I usually use the MVC (Model-View-Controller) design pattern in my projects.
Separates the application into three main components: Model (data), View (UI), and Controller (logic)
Promotes code reusability, modularity, and maintainability
Examples: Laravel framework in PHP, Spring framework in Java
Array is a fixed-size data structure while ArrayList is a dynamic-size data structure in Java.
Array is a fixed-size collection of elements of the same data type, while ArrayList is a dynamic-size collection that can grow or shrink.
Arrays can store primitive data types and objects, while ArrayList can only store objects.
Arrays require a specified size during initialization, while ArrayList can dynamically resize itself.
...
posted on 16 Apr 2024
This was contain aptitude and reasoning and basic question on python ,c.
posted on 18 Feb 2023
I applied via Campus Placement and was interviewed before Feb 2022. There were 3 interview rounds.
Group Discussion was based on a generic topic, say, Disinvestment, and would revolve around your overall involvement in the team and the discussion.
In a GD, your skills of being in a team and being able to mindfully listen to your team while simultaneously putting up your own viewpoint, are basically looked at.
CLRM assumptions are a set of assumptions that must be met for linear regression models to be valid.
The errors are normally distributed
The errors have constant variance (homoscedasticity)
The errors are independent of each other
The relationship between the independent and dependent variables is linear
There is no multicollinearity among the independent variables
Multicollinearity is a phenomenon where independent variables in a regression model are highly correlated. VIF is a measure to detect it.
Multicollinearity can lead to unstable and unreliable regression coefficients.
VIF stands for Variance Inflation Factor and is used to measure the degree of multicollinearity.
A VIF value of 1 indicates no multicollinearity, while a value above 5 or 10 is considered high.
To address mult...
I applied via Naukri.com and was interviewed before Oct 2023. There was 1 interview round.
Learn join and windows functions
I applied via LinkedIn and was interviewed in Mar 2024. There were 3 interview rounds.
Asked me to create a Autocomplete Component within a specific time period
Two DSA questions based on two pointers and frequency counter
based on 3 reviews
Rating in categories
Mahajan & Aibara
State Bank of Mauritius
Combined Group Contracting
TRY LOGIC Soft Solutions