i
Vertisystem
Filter interviews by
I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.
Easy and moderate level question
Given a relevant topic and discussion on it
posted on 16 Dec 2024
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.
I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.
I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.
Full c concept MCQ with IQ and Computaional Thinking
Number system conversion in C involves converting numbers between different bases, such as decimal to binary or hexadecimal.
Use functions like itoa() to convert integers to strings in different bases
Use strtol() to convert strings to integers in different bases
Remember to specify the base when converting numbers
Forecasting problem - Predict daily sku level sales
Bias is error due to overly simplistic assumptions, variance is error due to overly complex models.
Bias is the error introduced by approximating a real-world problem, leading to underfitting.
Variance is the error introduced by modeling the noise in the training data, leading to overfitting.
High bias can cause a model to miss relevant relationships between features and target variable.
High variance can cause a model to ...
Parametric models make strong assumptions about the form of the underlying data distribution, while non-parametric models do not.
Parametric models have a fixed number of parameters, while non-parametric models have a flexible number of parameters.
Parametric models are simpler and easier to interpret, while non-parametric models are more flexible and can capture complex patterns in data.
Examples of parametric models inc...
posted on 22 Nov 2024
Encapsulation, Inheritance, Polymorphism, Abstraction are the four pillars of OOPS in Java.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Inheritance: Allows a class to inherit properties and behavior from another class.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the implementation details and showing only the necessary features.
A constructor in Java is a special type of method that is used to initialize objects.
Constructors have the same name as the class they are in.
They do not have a return type, not even void.
Constructors are called when an object of a class is created.
Example: public class Car { public Car() { // constructor code } }
I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.
posted on 24 Sep 2024
I was interviewed in Aug 2024.
Coding test on java full stack
Classes are blueprints for creating objects in object-oriented programming. They define properties and behaviors.
Classes are templates for creating objects with similar properties and behaviors.
They can have attributes (variables) and methods (functions).
Classes can inherit properties and behaviors from other classes through inheritance.
Example: Class 'Car' can have attributes like 'color' and methods like 'drive'.
A string in Java is a sequence of characters used to represent text.
Strings are objects in Java and are immutable, meaning their values cannot be changed once they are created.
Strings can be created using double quotes, like "Hello, World!", or by calling the String constructor.
String concatenation can be done using the '+' operator, like "Hello" + "World".
Common methods for manipulating strings include length(), charA...
posted on 3 Sep 2024
Talent Acquisition Specialist
34
salaries
| ₹2 L/yr - ₹4.8 L/yr |
Software Engineer
22
salaries
| ₹5.9 L/yr - ₹15.5 L/yr |
Software Developer
18
salaries
| ₹3.5 L/yr - ₹13 L/yr |
Senior Software Engineer
16
salaries
| ₹10.6 L/yr - ₹31.5 L/yr |
QA Engineer
12
salaries
| ₹4.9 L/yr - ₹14.5 L/yr |
TCS
Infosys
Wipro
HCLTech