Filter interviews by
Clear (1)
I applied via Masia Placement Portal and was interviewed before Oct 2023. There was 1 interview round.
Calculated columns in pandas can be created using the assign() method or by directly assigning a new column based on existing columns.
Use the assign() method to create calculated columns by specifying the new column name and the calculation formula.
Directly assign a new column by referencing existing columns and applying the desired calculation.
Example: df.assign(new_column = df['column1'] + df['column2'])
Example: df['
Outliers in a dataset can be treated by identifying them using statistical methods and then either removing them, transforming them, or keeping them based on the context.
Identify outliers using statistical methods like Z-score, IQR, or visualization techniques like box plots.
Decide whether to remove outliers, transform them using techniques like winsorization or log transformation, or keep them based on the context of ...
A normal distribution in a dataset is a bell-shaped curve where the data is symmetrically distributed around the mean.
Data is evenly distributed around the mean
68% of data falls within one standard deviation of the mean
95% of data falls within two standard deviations of the mean
Examples: heights of people, test scores in a class
Treating categorised values based on frequency involves grouping rare values together.
Identify rare values based on their frequency distribution
Group rare values together to reduce complexity
Consider creating a separate category for rare values
Top trending discussions
I was interviewed in Mar 2017.
I believe the recruiting process is thorough and well-organized.
The company uses a combination of resume screening, interviews, and assessments to evaluate candidates.
They have a clear timeline for the hiring process and keep candidates informed of their progress.
Feedback is provided to candidates after interviews to help them improve for future opportunities.
I applied via Job Portal and was interviewed in Apr 2021. There was 1 interview round.
I applied via LinkedIn and was interviewed in May 2021. There were 4 interview rounds.
I applied via Naukri.com and was interviewed in Sep 2022. There were 3 interview rounds.
SQL test has been conducted nearer to 12-15 questions.
I applied via Campus Placement and was interviewed in Nov 2023. There were 2 interview rounds.
It was a 3 hour test with 144 questions
I applied via Campus Placement and was interviewed in Jul 2023. There were 5 interview rounds.
Multiple sections on cognitive ability, quant and logical reasoning.
1 coding question
Easy
50% went to next round
UNION combines and removes duplicates, UNION ALL combines without removing duplicates.
UNION merges the results of two or more SELECT statements and removes duplicates.
UNION ALL merges the results of two or more SELECT statements without removing duplicates.
UNION is slower as it has to remove duplicates, while UNION ALL is faster.
Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;
Example: SELECT column...
SQL commands include SELECT, INSERT, UPDATE, DELETE, CREATE, and DROP.
SELECT: retrieves data from a database
INSERT: adds new records to a table
UPDATE: modifies existing records in a table
DELETE: removes records from a table
CREATE: creates a new table, view, or index
DROP: deletes a table or index
I applied via Company Website and was interviewed before Feb 2023. There were 3 interview rounds.
Online platform,
SQL coding
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Fractal Analytics
Mu Sigma
Tiger Analytics
LatentView Analytics