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
Top trending discussions
I applied via Recruitment Consulltant and was interviewed in Aug 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.
Sum: SUM('Table'[Column])
Sumx: SUMX('Table', 'Table'[Column] * 2)
Groups are created by categorizing data based on certain criteria, while bins are specific ranges used to group continuous data.
Groups are created by categorizing data based on certain criteria, such as age groups or product categories.
Bins are specific ranges used to group continuous data, such as age ranges or income brackets.
Groups can be created based on qualitative data, while bins are used for quantitative data.
E...
Power BI is preferred over Tableau for its seamless integration with Microsoft products and user-friendly interface.
Seamless integration with Microsoft products like Excel, SharePoint, and Teams
User-friendly interface with drag-and-drop functionality for easy data visualization
Cost-effective solution for organizations already using Microsoft products
Faster data processing and refreshing capabilities compared to Tableau
...
I have experience in data collection, analysis, and visualization to support decision-making.
Collecting and cleaning data from various sources
Analyzing data to identify trends and patterns
Creating visualizations and reports to communicate findings
Collaborating with stakeholders to understand business needs
Using statistical tools and techniques to draw insights
Presenting findings to non-technical audiences
I applied via campus placement at Indian Institute of Technology (IIT), Jodhpur and was interviewed in Jun 2024. There was 1 interview round.
A p-value is a measure used in statistical hypothesis testing to determine the strength of evidence against the null hypothesis.
A p-value is the probability of obtaining results as extreme as the observed results, assuming the null hypothesis is true.
A p-value is compared to a significance level (usually 0.05) to determine if the null hypothesis should be rejected.
A p-value less than the significance level indicates st
The output of a**2 is the square of the value of a.
The output is the value of a multiplied by itself
For example, if a = 3, then the output would be 9 (3*3)
append() adds elements to a single DataFrame, while concat() combines multiple DataFrames.
append() is a method used to add rows to a DataFrame.
concat() is a function used to combine multiple DataFrames along a particular axis.
append() modifies the original DataFrame, while concat() returns a new DataFrame.
Example: df1.append(df2) vs pd.concat([df1, df2])
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
Raw data can be cleaned by removing duplicates, handling missing values, standardizing formats, and correcting errors.
Remove duplicates by identifying unique identifiers and filtering out redundant entries.
Handle missing values by imputing with mean, median, or mode values or removing rows with missing data.
Standardize formats by converting data into a consistent format (e.g. date formats, units of measurement).
Correct...
To establish a relationship between two tables, use a common key or field that links the records in both tables.
Use primary and foreign keys to establish relationships between tables.
Primary key in one table should match the foreign key in another table.
Types of relationships include one-to-one, one-to-many, and many-to-many.
Examples: CustomerID in a Customers table can be linked to CustomerID in Orders table.
I applied via Walk-in and was interviewed before Dec 2023. There was 1 interview round.
Data analysis is the process of inspecting, cleaning, transforming, and modeling data to discover useful information, draw conclusions, and support decision-making.
Data analysis involves examining raw data to find patterns, trends, and insights.
It includes cleaning and organizing data, performing statistical analysis, and creating visualizations.
Data analysis helps businesses make informed decisions, improve processes,...
I have worked with a variety of stacks including Python, SQL, Tableau, and Excel for data analysis.
Python
SQL
Tableau
Excel
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 query using CASE WHEN THEN statement
Use CASE WHEN statement to create conditional logic in SQL queries
Syntax: SELECT column_name, CASE WHEN condition1 THEN result1 WHEN condition2 THEN result2 ELSE result3 END AS new_column_name FROM table_name
Example: SELECT name, CASE WHEN age < 18 THEN 'Minor' ELSE 'Adult' END AS age_group FROM customers
SQL query to join tables based on a common key
Use JOIN keyword to combine rows from two or more tables based on a related column between them
Specify the columns to be joined in the ON clause
Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
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
I applied via Campus Placement
1hr test , basic apti questions .
American express discussion and economics
I applied via Walk-in and was interviewed in Dec 2024. There was 1 interview round.
What are the company data analytics
based on 1 interview
Interview experience
WNS
Varun Beverages
Future Group
American Express