Filter interviews by
Developed a predictive model for customer churn using machine learning algorithms.
Collected and cleaned customer data from a telecom company database
Used Python and scikit-learn to build and train the model
Evaluated model performance using metrics like accuracy, precision, and recall
I applied via Campus Placement and was interviewed in Mar 2020. There were 5 interview rounds.
I applied via Naukri.com and was interviewed in Feb 2021. There were 4 interview rounds.
I appeared for an interview in Aug 2021.
Round duration - 90 Minutes
Round difficulty - Medium
5-9pm
You are given an array/list of integers with length 'N'. A sliding window of size 'K' moves from the start to the end of the array. For each of the 'N'-'K'+1 possi...
The problem involves finding the maximum element in each sliding window of size 'K' in an array of integers.
Iterate through the array and maintain a deque to store the indices of elements in the current window.
Remove indices from the deque that are outside the current window.
Keep the deque in decreasing order of element values to easily find the maximum element in each window.
Round duration - 45 Minutes
Round difficulty - Medium
Timing was Morning-noon
Interviewer was super friendly.
He even helped me at places I got Stuck
Explaining a complex joins problem in DBMS
Discussing the use of different types of joins like inner join, outer join, self join, etc.
Explaining how to handle null values and duplicates during joins
Demonstrating a scenario where multiple tables need to be joined based on different keys
Round duration - 15 Minutes
Round difficulty - Easy
Easiest HR round ever.
Just 15 mins after the technical interview round
Tip 1 : Prepare short hand written notes for a quick glance before each interview.
Tip 2 : Start with Easy questions for DSA and Slowly Increase your level to medium and then to hard. Do not Rush things.
Tip 3 : Follow LOVE BABBAR'S DSA sheet. It's the best.
Tip 1 : Mention only genuine Skills on your resume. Do not lie or over-exaggerate
Tip 2 : Do not put Coursera/Udemy or any such Course Certifications on Your Resume, As Interviewers do not care about where You learnt things from, They only care about The things you know.
I applied via Walk-in and was interviewed before Apr 2023. There were 2 interview rounds.
Mettle test on quant and machine learning
To determine if a person can be a customer of a private jet company, factors such as income level, travel frequency, and location must be considered.
Consider the individual's income level to determine if they can afford private jet services
Evaluate the person's travel frequency to see if they would benefit from the convenience of private jet travel
Take into account the person's location and travel destinations to asses
I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.
SUM calculates the total of a column, while SUMX calculates the total of an expression evaluated for each row.
SUM is used to calculate the total of a column in a table
SUMX is used to calculate the total of an expression evaluated for each row in a table
SUMX is often used with iterators like FILTER or RELATEDTABLE to perform calculations on a row-by-row basis
Group By in Power Query is used to aggregate data based on a specific column or columns.
Select the column(s) you want to group by
Go to the 'Transform' tab and click on 'Group By'
Choose the aggregation type and column to aggregate on
Rename the new column if needed
List is mutable, tuple is immutable in Python.
List can be modified after creation, tuple cannot
List is defined using square brackets [], tuple using parentheses ()
Example: list - [1, 2, 3], tuple - (1, 2, 3)
To find the Nth highest salary in a dataset, you can use SQL query with ORDER BY and LIMIT.
Use SQL query with ORDER BY and LIMIT to sort the salaries in descending order and select the Nth row.
For example, to find the 3rd highest salary in a table 'employees', you can use: SELECT salary FROM employees ORDER BY salary DESC LIMIT 2, 1
SQL Server Architecture refers to the structure and components of the SQL Server database management system.
SQL Server Architecture consists of three main components: Database Engine, SQL Server Agent, and SQL Server Browser.
The Database Engine is responsible for storing, processing, and securing data.
SQL Server Agent handles automation tasks, scheduling jobs, and managing alerts.
SQL Server Browser helps clients locate...
based on 1 interview
Interview experience
WNS
Varun Beverages
American Express
Future Group