Filter interviews by
I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.
Decision trees are a type of supervised machine learning algorithm used for classification and regression tasks.
Decision trees are hierarchical structures where each internal node represents a feature or attribute, each branch represents a decision rule, and each leaf node represents the outcome.
They are easy to interpret and visualize, making them popular for decision-making processes.
Decision trees can handle both nu...
Support Vector Machine (SVM) is a supervised machine learning algorithm used for classification and regression tasks.
SVM finds the hyperplane that best separates the classes in a high-dimensional space
It works by maximizing the margin between the closest data points from different classes
SVM can handle non-linear data by using kernel functions to map data into higher dimensions
It is effective for small to medium-sized
Top trending discussions
posted on 10 May 2020
I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.
posted on 29 Aug 2022
50 Questions in 1 hour
Pattern and basic programming questions
posted on 21 Sep 2022
Simple String or list releted questions for Arranging a string some conditions wise
To count number after decimal value in Python, use string manipulation or math module.
Use string manipulation to count number of digits after decimal point
Use math module to round off the number and then subtract the original number to get the digits after decimal point
Example: num = 3.14159, str_num = str(num), decimal_index = str_num.index('.') + 1, digits_after_decimal = len(str_num) - decimal_index
posted on 15 Jun 2022
I applied via LinkedIn and was interviewed in Apr 2022. There were 4 interview rounds.
posted on 1 May 2024
I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.
Question were based on coding 1 with linked list 1 with string and 1 sql one
posted on 3 Jun 2024
I applied via Campus Placement and was interviewed before Jun 2023. There were 2 interview rounds.
Basic aptitude test and was unproctored
posted on 1 Aug 2024
I applied via Campus Placement and was interviewed in Jul 2024. There was 1 interview round.
posted on 12 Jan 2023
I applied via Campus Placement and was interviewed before Jan 2022. There were 4 interview rounds.
This one is a combination of aptitude and coding test where medium questions abt c,cpp are asked
Do few aptitude test and some level of coding and ull be able to clear the test quite easily
posted on 7 Mar 2023
Singleton design pattern restricts the instantiation of a class to a single instance and provides global access to it.
Used when only one instance of a class is required throughout the application
Provides a global point of access to the instance
Implemented using a private constructor, static method, and static variable
Example: Logger class, Database connection class
C# LINQ queries for group and sum data from data table
Use GroupBy() method to group data based on a specific column
Use Sum() method to calculate the sum of a column
Use Select() method to select the required columns
Solid design principles are a set of guidelines for writing maintainable and scalable code.
Single Responsibility Principle (SRP) - each class should have only one responsibility
Open/Closed Principle (OCP) - classes should be open for extension but closed for modification
Liskov Substitution Principle (LSP) - subclasses should be able to replace their parent classes without affecting the program's correctness
Interface Se...
based on 1 interview
Interview experience
Technology Specialist
110
salaries
| ₹9 L/yr - ₹25.5 L/yr |
Senior Engineer
93
salaries
| ₹7 L/yr - ₹19.5 L/yr |
Senior Software Engineer
40
salaries
| ₹7.8 L/yr - ₹22 L/yr |
Associate Engineer
30
salaries
| ₹3 L/yr - ₹7.2 L/yr |
Associate Software Engineer
23
salaries
| ₹3.6 L/yr - ₹10 L/yr |
Saama Technologies
Jumio
DISYS
Data-Core Systems