en
Feedback
Data Analyst Interview Resources

Data Analyst Interview Resources

Open in Telegram

Join our telegram channel to learn how data analysis can reveal fascinating patterns, trends, and stories hidden within the numbers! πŸ“Š For ads & suggestions: @love_data

Show more

πŸ“ˆ Analytical overview of Telegram channel Data Analyst Interview Resources

Channel Data Analyst Interview Resources (@dataanalystinterview) in the English language segment is an active participant. Currently, the community unites 52 645 subscribers, ranking 3 262 in the Education category and 6 677 in the India region.

πŸ“Š Audience metrics and dynamics

Since its creation on Π½Π΅Π²Ρ–Π΄ΠΎΠΌΠΎ, the project has demonstrated rapid growth, gathering an audience of 52 645 subscribers.

According to the latest data from 03 September, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by 27 over the last 30 days and by 22 over the last 24 hours, overall reach remains high.

  • Verification status: Not verified
  • Engagement rate (ER): The average audience engagement rate is 1.86%. Within the first 24 hours after publication, content typically collects 0.82% reactions from the total number of subscribers.
  • Post reach: On average, each post receives 978 views. Within the first day, a publication typically gains 430 views.
  • Reactions and interaction: The audience actively supports content: the average number of reactions per post is 2.
  • Thematic interests: Content is focused on key topics such as sql, row, |--, dataset, visualization.

πŸ“ Description and content policy

The author describes the resource as a platform for expressing subjective opinions:
β€œJoin our telegram channel to learn how data analysis can reveal fascinating patterns, trends, and stories hidden within the numbers! πŸ“Š For ads & suggestions: @love_data”

Thanks to the high frequency of updates (latest data received on 04 September, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Education category.

52 645
Subscribers
+2224 hours
+317 days
+2730 days
Posts Archive
How to solve Guesstimate πŸ‘‡πŸ‘‡ https://t.me/caseinterviewscracked/17

Glad to see the amazing response from you guys πŸ˜„ Here are the answers to these questions Explain the Data Analysis Process: The data analysis process typically involves several key steps. These steps include: Data Collection: Gathering the relevant data from various sources. Data Cleaning: Removing inconsistencies, handling missing values, and ensuring data quality. Data Exploration: Using descriptive statistics, visualizations, and initial insights to understand the data. Data Transformation: Preprocessing, feature engineering, and data formatting. Data Modeling: Applying statistical or machine learning models to extract patterns or make predictions. Evaluation: Assessing the model's performance and validity. Interpretation: Drawing meaningful conclusions from the analysis. Communication: Presenting findings to stakeholders effectively. What is the Difference Between Descriptive and Inferential Statistics?: Descriptive statistics summarize and describe data, providing insights into its main characteristics. Examples include measures like mean, median, and standard deviation. Inferential statistics, on the other hand, involve making predictions or drawing conclusions about a population based on a sample of data. Hypothesis testing and confidence intervals are common inferential statistical techniques. How Do You Handle Missing Data in a Dataset?: Handling missing data is crucial for accurate analysis: I start by identifying the extent of missing data. For numerical data, I might impute missing values with the mean, median, or a predictive model. For categorical data, I often use mode imputation. If appropriate, I consider removing rows with too much missing data. I also explore if the missingness pattern itself holds valuable information. What is Exploratory Data Analysis (EDA)?: EDA is the process of visually and statistically exploring a dataset to understand its characteristics: I begin with summary statistics, histograms, and box plots to identify data trends. I create scatterplots and correlation matrices to understand relationships. Outlier detection and data distribution analysis are also part of EDA. The goal is to gain insights, identify patterns, and inform subsequent analysis steps. Give an Example of a Time When You Used Data Analysis to Solve a Real-World Problem: In a previous role, I worked for an e-commerce company, and we wanted to reduce shopping cart abandonment rates. I conducted a data analysis project: Collected user data, including browsing behavior, demographics, and purchase history. Cleaned and preprocessed the data. Explored the data through visualizations and statistical tests. Built a predictive model to identify factors contributing to cart abandonment. Found that longer page load times were a significant factor. Proposed optimizations to reduce load times, resulting in a 15% decrease in cart abandonment rates over a quarter. Hope it helps :)

5⃣ Important data analysis interview questions Explain the Data Analysis Process: Walk me through the typical steps you follow when conducting a data analysis project. What is the Difference Between Descriptive and Inferential Statistics?: Can you explain the distinction between descriptive statistics and inferential statistics and provide examples of when each is used? How Do You Handle Missing Data in a Dataset?: What strategies and techniques do you use to deal with missing or incomplete data in a dataset? What is Exploratory Data Analysis (EDA)?: Describe what EDA is and the various methods and visualizations you employ during this phase of data analysis. Give an Example of a Time When You Used Data Analysis to Solve a Real-World Problem: Share a specific project or scenario where you applied data analysis techniques to address a practical problem. What was the outcome, and what tools or methodologies did you use? Like this post if you also need the answers for the above questions β€οΈπŸ‘

π‘°π’π’•π’†π’“π’—π’Šπ’†π’˜ π’’π’–π’†π’”π’•π’Šπ’π’π’” 𝒇𝒐𝒓 𝒇𝒓𝒆𝒔𝒉𝒆𝒓 𝒂𝒏𝒅 π’Žπ’Šπ’…-𝒍𝒆𝒗𝒆𝒍 π‘©π’–π’”π’Šπ’π’†π’”π’” π‘¨π’π’‚π’π’šπ’”π’• π’‘π’π’”π’Šπ’•π’Šπ’π’π’” 𝒂𝒕 π‘­π’π’Šπ’‘π’Œπ’‚π’“π’•. πŸ‘‡πŸ‘‡ https://t.me/analystcommunity

1. Define the term 'Data Wrangling. Data Wrangling is the process wherein raw data is cleaned, structured, and enriched into a desired usable format for better decision making. It involves discovering, structuring, cleaning, enriching, validating, and analyzing data. This process can turn and map out large amounts of data extracted from various sources into a more useful format. 2. What are the best methods for data cleaning? Create a data cleaning plan by understanding where the common errors take place and keep all the communications open. Before working with the data, identify and remove the duplicates. This will lead to an easy and effective data analysis process.Focus on the accuracy of the data. Set cross-field validation, maintain the value types of data, and provide mandatory constraints.Normalize the data at the entry point so that it is less chaotic. You will be able to ensure that all information is standardized, leading to fewer errors on entry. 3. Explain 4 steps to use CTE in sql. All CTE starts with "with" clause. After with you need to define CTE name and the field names. For instance in the below code snippet I have 3 fields Count,Column and Id. The name of CTE is "MyTemp". Once you have defined CTE we need to specify the SQL which will give the result for the CTE. Finally you can use the CTE in your SQL query.

1. What are the ways to detect outliers? Outliers are detected using two methods: Box Plot Method: According to this method, the value is considered an outlier if it exceeds or falls below 1.5*IQR (interquartile range), that is, if it lies above the top quartile (Q3) or below the bottom quartile (Q1). Standard Deviation Method: According to this method, an outlier is defined as a value that is greater or lower than the mean Β± (3*standard deviation). 2. What is a Recursive Stored Procedure? A stored procedure that calls itself until a boundary condition is reached, is called a recursive stored procedure. This recursive function helps the programmers to deploy the same set of code several times as and when required. 3. What is the shortcut to add a filter to a table in EXCEL? The filter mechanism is used when you want to display only specific data from the entire dataset. By doing so, there is no change being made to the data. The shortcut to add a filter to a table is Ctrl+Shift+L. 4. What is DAX in Power BI? DAX stands for Data Analysis Expressions. It's a collection of functions, operators, and constants used in formulas to calculate and return values. In other words, it helps you create new info from data you already have.

Top Interview Questions for Apache Airflow πŸ‘‡πŸ‘‡ https://t.me/sql_engineer/46

πŸ“’ Calling All Developers to talk with Founder from IIT Delhi to discover the future of Coding πŸ“’ Are you ready to supercharg
πŸ“’ Calling All Developers to talk with Founder from IIT Delhi to discover the future of Coding πŸ“’ Are you ready to supercharge your productivity and take your coding skills to the next level? πŸš€ Event Details: Date : 9th May 2024 Time : 9:00 PM to 10:00 PM Register for free: https://www.buildfastwithai.com/events/10x-developer-productivity-with-ai Connect with Founder: https://www.linkedin.com/in/satvik-paramkusham/ This event is especially designed for people interested in Data Science, Data Analysis, GenAI and LLM.

Essentials for Acing any Data Analytics Interviews- SQL: 1. Beginner - Fundamentals: SELECT, WHERE, ORDER BY, GROUP BY, HAVING - Essential JOINS: INNER, LEFT, RIGHT, FULL - Basics of database and table creation 2. Intermediate - Aggregate functions: COUNT, SUM, AVG, MAX, MIN - Subqueries and nested queries - Common Table Expressions with the WITH clause - Conditional logic in queries using CASE statements 3. Advanced - Complex JOIN techniques: self-join, non-equi join - Window functions: OVER, PARTITION BY, ROW_NUMBER, RANK, DENSE_RANK, lead, lag - Query optimization through indexing - Manipulating data: INSERT, UPDATE, DELETE Python: 1. Basics - Understanding syntax, variables, and data types: integers, floats, strings, booleans - Control structures: if-else, loops (for, while) - Core data structures: lists, dictionaries, sets, tuples - Functions and error handling: lambda functions, try-except - Using modules and packages 2. Pandas & Numpy - DataFrames and Series: creation and manipulation - Techniques: indexing, selecting, filtering - Handling missing data with fillna and dropna - Data aggregation: groupby, data summarizing - Data merging techniques: merge, join, concatenate 3. Visualization - Plotting basics with Matplotlib: line plots, bar plots, histograms - Advanced visualization with Seaborn: scatter plots, box plots, pair plots - Plot customization: sizes, labels, legends, colors - Introduction to interactive visualizations with Plotly Excel: 1. Basics - Cell operations and basic formulas: SUMIFS, COUNTIFS, AVERAGEIFS - Charts and introductory data visualization - Data sorting and filtering, Conditional formatting 2. Intermediate - Advanced formulas: V/XLOOKUP, INDEX-MATCH, complex IF scenarios - Summarizing data with PivotTables and PivotCharts - Tools for data validation and what-if analysis: Data Tables, Goal Seek 3. Advanced - Utilizing array formulas and sophisticated functions - Building a Data Model & using Power Pivot - Advanced filtering, Slicers and Timelines in Pivot Tables - Crafting dynamic charts and interactive dashboards Power BI: 1. Data Modeling - Importing data from diverse sources - Creating and managing dataset relationships - Data modeling essentials: star schema, snowflake schema 2. Data Transformation - Data cleaning and transformation with Power Query - Advanced data shaping techniques - Implementing calculated columns and measures with DAX 3. Data Visualization and Reporting - Developing interactive reports and dashboards - Visualization types: bar, line, pie charts, maps - Report publishing and sharing, scheduling data refreshes Statistics: Mean, Median, Mode, Standard Deviation, Variance, Probability Distributions, Hypothesis Testing, P-values, Confidence Intervals, Correlation, Simple Linear Regression, Normal Distribution, Binomial Distribution, Poisson Distribution

1. What do you understand about the E-R model? Answer: E-R model is an Entity-Relationship model which defines the conceptual view of the database. The E-R model basically shows the real-world entities and their association/relations. Entities here represent the set of attributes in the database. 2. Explain the terms β€˜Attribute’ and β€˜Relations’ Answer: Attribute is described as the properties or characteristics of an entity. For Example, Employee ID, Employee Name, Age, etc., can be attributes of the entity Employee. Relation is a two-dimensional table containing a number of rows and columns where every row represents a record of the relation. Here, rows are also known as β€˜Tuples’ and columns are known as β€˜Attributes’. 3. What is the Database transaction? Answer: Sequence of operation performed which changes the consistent state of the database to another is known as the database transaction. After the completion of the transaction, either the successful completion is reflected in the system or the transaction fails and no change is reflected. 4. What do you understand about β€˜Atomicity’ and β€˜Aggregation’? Answer: Atomicity is the condition where either all the actions of the transaction are performed or none. This means, when there is an incomplete transaction, the database management system itself will undo the effects done by the incomplete transaction. Aggregation is the concept of expressing the relationship with the collection of entities and their relationships.

Fast-Track Your Career with Our New AI Service – Job Matches in 30 Seconds! Today we’re announcing a cool new feature for the LaborX.com ecosystem: Our Telegram AI jobs bot! What a bot can do: * Search for relevant jobs under your CV. * Search for relevant employees under your vacancy. * Search only by text description of the job or your skills.  * Voice input. You can voice dictate what you need and our bot will understand you. Simply upload your CV, and the bot will use AI to match your skills and experiences to the best job opportunities listed on LaborX. We have designed the service to be super fast and easy. Using AI means there’s no longer any need to look through hundreds of job vacancies or CVs to find the most relevant opportunities. Check it out at @laborx_ai_jobs_bot, and take the next step in your career today!

Here's a list of commonly asked data analyst interview questions: 1. Tell me about yourself : This is often the opener, allowing you to summarize your background, skills, and experiences. 2. What is the difference between data analytics and data science?: Be ready to explain these terms and how they differ. 3. Describe a typical data analysis process you follow: Walk through steps like data collection, cleaning, analysis, and interpretation. 4. What programming languages are you proficient in?: Typically SQL, Python, R are common; mention any others you're familiar with. 5. How do you handle missing or incomplete data?: Discuss methods like imputation or excluding records based on criteria. 6. Explain a time when you used data to solve a problem: Provide a detailed example showcasing your analytical skills. 7. What data visualization tools have you used?: Tableau, Power BI, or others; discuss your experience. 8. How do you ensure the quality and accuracy of your analytical work?: Mention techniques like validation, peer reviews, or data audits. 9. What is your approach to presenting complex data findings to non-technical stakeholders?: Highlight your communication skills and ability to simplify complex information. 10. Describe a challenging data project you've worked on: Explain the project, challenges faced, and how you overcame them. 11. How do you stay updated with the latest trends in data analytics?: Talk about blogs, courses, or communities you follow. 12. What statistical techniques are you familiar with?: Regression, clustering, hypothesis testing, etc.; explain when you've used them. 13. How would you assess the effectiveness of a new data model?: Discuss metrics like accuracy, precision, recall, etc. 14. Give an example of a time when you dealt with a large dataset: Explain how you managed and processed the data efficiently. 15. Why do you want to work for this company?: Tailor your response to highlight why their industry or culture appeals to you

🀩 Gen AI is going to generate 10 crore jobs in the next 2 years πŸš€ Are you ready to upgrade yourself? πŸŽ‰ Attend Official Padhaku's Master Prompt Engineering Workshop with Piyush Garg, SDE at Hindustan Times! FOR just β‚Ή49πŸŽ‰ ⬇️ Register Now Here: ⬇️ https://tally.so/r/w7d4YL?u=2 πŸ—“οΈ Date: 05th May || Time: 11:00 AM In just 90 minutes, you will learn: πŸ“• πŸ’« Introduction to LLMs and their applications πŸ’« Mastering different prompting techniques πŸ’« Exploring real-world applications of prompt engineering πŸ’« Hands-on experience with the GPT API πŸ’« Best practices for extraordinary prompting ⬇️ Register Now Here ⬇️ https://tally.so/r/w7d4YL?u=2 Industry standard certificate for all the participants πŸ“

Here are simplified answers to SQL interview questions: 1. SQL (Structured Query Language) is a programming language used to manage and manipulate relational databases. Its main features include querying and managing data, defining and modifying database structures, and controlling access to data. 2. The order of writing an SQL query typically starts with the SELECT clause to specify columns, followed by the FROM clause to specify tables, then optional clauses like WHERE (for filtering), GROUP BY (for grouping), HAVING (for filtering after grouping), ORDER BY (for sorting), and finally, LIMIT/OFFSET (for pagination). 3. The order of execution of an SQL query is generally: FROM (specify data sources), WHERE (apply conditions), GROUP BY (perform grouping), HAVING (filter grouped data), SELECT (retrieve columns), DISTINCT (remove duplicates), ORDER BY (sort results), and finally, LIMIT/OFFSET (apply result limits). 4. Common SQL commands include SELECT (retrieve data), INSERT (add new records), UPDATE (modify existing records), DELETE (remove records), CREATE TABLE (create a new table), ALTER TABLE (modify existing table structure), and DROP TABLE (delete a table). 5. A primary key uniquely identifies each record in a table and ensures no duplicate values. A foreign key establishes a link between two tables, referencing the primary key of another table to maintain referential integrity. 6. SQL joins include INNER JOIN (returns rows where there is a match in both tables), LEFT JOIN (returns all rows from the left table and matching rows from the right table), RIGHT JOIN (returns all rows from the right table and matching rows from the left table), and FULL JOIN (returns all rows when there is a match in either table). 7. Window functions (like ROW_NUMBER, RANK, DENSE_RANK, etc.) operate over a window of rows and can perform calculations across rows related to the current row. Differences lie in how they assign ranks or sequence numbers based on specified criteria within the window. 8. A stored procedure is a precompiled collection of SQL statements and procedural logic stored in the database and executed as a unit. It can accept input parameters, perform operations, and return results. 9. The main difference between stored procedures and functions in SQL is that stored procedures can perform DML (Data Manipulation Language) operations, such as INSERT, UPDATE, and DELETE, whereas functions are primarily used to compute values and cannot change data. 10. A trigger in SQL is a special type of stored procedure that automatically executes when a specific event (like INSERT, UPDATE, or DELETE) occurs on a table. Triggers are used to enforce business rules, maintain data integrity, or automate tasks. 11. The WHERE clause is used to filter rows before any groupings are made (typically in SELECT, UPDATE, or DELETE statements). The HAVING clause is used to filter rows after the grouping has been done, based on aggregate values (typically in SELECT statements with GROUP BY). Like ❀️ this post if you need more data analytics interview Questions with Answers

Most asked SQL interview questions for Data Analyst/Data Engineer role- 1 - What is SQL and what are its main features? 2 - Order of writing SQL query? 3- Order of execution of SQL query? 4- What are some of the most common SQL commands? 5- What’s a primary key & foreign key? 6 - All types of joins and questions on their outputs? 7 - Explain all window functions and difference between them? 8 - What is stored procedure? 9 - Difference between stored procedure & Functions in SQL? 10 - What is trigger in SQL? 11 - Difference between where and having? React πŸ‘ If you need the answers to this...

Repost from Data Analytics
Advanced Chart types in Tableau πŸ‘‰ A Pareto chart is a type of chart that contains both bars and a line graph, where individual values are represented in descending order by bars, and the cumulative total is represented by the line πŸ‘‰ A waterfall chart is a form of data visualization that helps in understanding the cumulative effect of sequentially introduced positive or negative values. The columns are color coded so you can quickly differentiate positive from negative numbers. πŸ‘‰ Funnel charts are a type of chart, often used to represent stages in a sales process and show the amount of potential revenue for each stage. πŸ‘‰ A Bump Chart is used to compare two dimensions against each other using one of the Measure value.

Repost from Data Analytics
Here are the different ways to create views in Tableau πŸ‘‡πŸ‘‡ Drag fields from the Data pane and drop them onto the cards and shelves that are part of every Tableau worksheet. Double-click one or more fields in the Data pane. Select one or more fields in the Data pane and then choose a chart type from Show Me, which identifies the chart types that are appropriate for the fields you selected. Drop a field on the Drop field here grid, to start creating a view from a tabular perspective.

πŸ“ž YOUR RESUME HAS BEEN SHORTLISTED! Waiting for these messages? Not anymore! πŸŽ‰ Attend Official Padhaku's Resume Building Workshop by Aastha Jain , SDE at Flipkart and get ready to apply for tech jobs with perfect resume! πŸŽ‰ ⬇️ Register Now: ⬇️ https://tally.so/r/n9dEgV?u=4 πŸ—“οΈ Date: 02nd May || Time: 09:00 PM In this 90-minute workshop, you'll learn: πŸ“• ✨ How to Build an Impactful Resume ✨ The Rise of Generative AI and Its Impact ✨ Selecting the Right Projects for Your Resume ✨ How to Utilize ChatGPT for Job Search ⬇️ Register Now ⬇️ https://tally.so/r/n9dEgV?u=4

Here are the questions With Answers ✨ 1. Write a query to get the EmpFname from the EmployeeInfo table in the upper case using the alias name as EmpName. [ SELECT UPPER(EmpFname) AS EmpName FROM EmployeeInfo; ] 2. Write a query to get the number of employees working in the department β€˜HR’. [ SELECT COUNT(*) FROM EmployeeInfo WHERE Department = 'HR'; ] 3. What query will you write to fetch the current date? [ -- For SQL Server: SELECT GETDATE(); -- For MySQL: SELECT SYSDATE(); ] 4. Write a query to fetch only the place name (string before brackets) from the Address column of the EmployeeInfo table. [ -- Using MID function in MySQL: SELECT MID(Address, 1, LOCATE('(', Address) - 1) FROM EmployeeInfo; -- Using SUBSTRING function: SELECT SUBSTRING(Address, 1, CHARINDEX('(', Address) - 1) FROM EmployeeInfo; ] 5. Write a query to create a new table whose data and structure are copied from another table. [ -- Using SELECT INTO in SQL Server: SELECT * INTO NewTable FROM EmployeeInfo WHERE 1 = 0; -- Using CREATE TABLE AS in MySQL: CREATE TABLE NewTable AS SELECT * FROM EmployeeInfo; ] 6. Write a query to display the names of employees that begin with β€˜S’. [ SELECT * FROM EmployeeInfo WHERE EmpFname LIKE 'S%'; ] 7. Write a query to retrieve the top N records. [ -- Using TOP in SQL Server: SELECT TOP N * FROM EmployeePosition ORDER BY Salary DESC; -- Using LIMIT in MySQL: SELECT * FROM EmployeePosition ORDER BY Salary DESC LIMIT N; ] 8. Write a query to obtain relevant records from the EmployeeInfo table ordered by Department in ascending order and EmpLname in descending order. [ SELECT * FROM EmployeeInfo ORDER BY Department ASC, EmpLname DESC; ] 9. Write a query to get the details of employees whose EmpFname ends with β€˜A’. [ SELECT * FROM EmployeeInfo WHERE EmpFname LIKE '%A'; ] 10. Create a query to fetch details of employees having β€œDELHI” as their address. [ SELECT * FROM EmployeeInfo WHERE Address LIKE '%DELHI%'; ] 11. Write a query to fetch all employees who also hold the managerial position. [ SELECT E.EmpFname, E.EmpLname, P.EmpPosition FROM EmployeeInfo E INNER JOIN EmployeePosition P ON E.EmpID = P.EmpID WHERE P.EmpPosition = 'Manager'; ] 12. Create a query to generate the first and last records from the EmployeeInfo table. [ -- First record: SELECT * FROM EmployeeInfo WHERE EmpID = (SELECT MIN(EmpID) FROM EmployeeInfo); -- Last record: SELECT * FROM EmployeeInfo WHERE EmpID = (SELECT MAX(EmpID) FROM EmployeeInfo); ] 13. Create a query to check if the passed value to the query follows the EmployeeInfo and EmployeePosition tables’ date format. [ SELECT ISDATE('01/04/2020') AS "MM/DD/YY"; ] 14. Create a query to obtain display employees having salaries equal to or greater than 150000. [ SELECT EmpName FROM EmployeePosition WHERE Salary >= 150000; ] 15. Write a query to fetch the year using a date. [ SELECT YEAR(GETDATE()) AS "Year"; ] 16. Create an SQL query to fetch EmpPosition and the total salary paid for each employee position. [ SELECT EmpPosition, SUM(Salary) FROM EmployeePosition GROUP BY EmpPosition; ] 17. Write a query to find duplicate records from a table. [ SELECT EmpID, EmpFname, Department, COUNT(*) FROM EmployeeInfo GROUP BY EmpID, EmpFname, Department HAVING COUNT(*) > 1; ] 18. Create a query to fetch the third-highest salary from the EmpPosition table. [ SELECT TOP 1 Salary FROM ( SELECT TOP 3 Salary FROM EmpPosition ORDER BY Salary DESC ) AS ThirdHighestSalary ORDER BY Salary ASC; ] 19. Write an SQL query to find even and odd records in the EmployeeInfo table. [ -- Even records: SELECT EmpID FROM (SELECT ROW_NUMBER() OVER (ORDER BY EmpID) AS rowno, EmpID FROM EmployeeInfo) AS T1 WHERE MOD(rowno, 2) = 0; -- Odd records: SELECT EmpID FROM (SELECT ROW_NUMBER() OVER (ORDER BY EmpID) AS rowno, EmpID FROM EmployeeInfo) AS T1 WHERE MOD(rowno, 2) = 1; ] 20. Create a query to fetch the list of employees of the same department. [ SELECT DISTINCT E1.EmpID, E1.EmpFname, E1.Department FROM EmployeeInfo E1 INNER JOIN EmployeeInfo E2 ON E1.Department = E2.

Data Analyst Interview Questions 1. What are Support Vectors in SVM? A Support Vector Machine (SVM) is an algorithm that tries to fit a line (or plane or hyperplane) between the different classes that maximizes the distance from the line to the points of the classes. In this way, it tries to find a robust separation between the classes. The Support Vectors are the points of the edge of the dividing hyperplane. 2. Explain Correlation and Covariance? Covariance signifies the direction of the linear relationship between two variables, whereas correlation indicates both the direction and strength of the linear relationship between variables. 3.What is the cluster sampling techniques used for sampling? Cluster sampling also involves dividing the population into sub-populations, but each subpopulation should have analogous characteristics to that of the whole sample. Rather than sampling individuals from each subpopulation, you randomly select the entire subpopulation. 4. What is P-value? P-values are used to make a decision about a hypothesis test. P-value is the minimum significant level at which you can reject the null hypothesis. The lower the p-value, the more likely you reject the null hypothesis.