GlobalLogic is hiring Associate Analyst ๐
Experience : Freshers
Location : Hyderabad
Apply link : https://www.globallogic.com/careers/associate-analyst-irc266833/?utm_source=LinkedIn&utm_medium=jobboard&utm_campaign=career
๐WhatsApp Channel: https://whatsapp.com/channel/0029Vaxjq5a4dTnKNrdeiZ0J
๐Telegram Link: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best ๐
Experience : Freshers
Location : Hyderabad
Apply link : https://www.globallogic.com/careers/associate-analyst-irc266833/?utm_source=LinkedIn&utm_medium=jobboard&utm_campaign=career
๐WhatsApp Channel: https://whatsapp.com/channel/0029Vaxjq5a4dTnKNrdeiZ0J
๐Telegram Link: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best ๐
โค2
๐ ๐ผ๐๐ ๐๐๐ธ๐ฒ๐ฑ ๐ฆ๐ค๐ ๐๐ป๐๐ฒ๐ฟ๐๐ถ๐ฒ๐ ๐ค๐๐ฒ๐๐๐ถ๐ผ๐ป๐ ๐ฎ๐ ๐ ๐๐๐ก๐ ๐๐ผ๐บ๐ฝ๐ฎ๐ป๐ถ๐ฒ๐๐ฅ๐ฅ
1. How do you retrieve all columns from a table?
SELECT * FROM table_name;
2. What SQL statement is used to filter records?
SELECT * FROM table_name
WHERE condition;
The WHERE clause is used to filter records based on a specified condition.
3. How can you join multiple tables? Describe different types of JOINs.
SELECT columns
FROM table1
JOIN table2 ON table1.column = table2.column
JOIN table3 ON table2.column = table3.column;
Types of JOINs:
1. INNER JOIN: Returns records with matching values in both tables
SELECT * FROM table1
INNER JOIN table2 ON table1.column = table2.column;
2. LEFT JOIN (or LEFT OUTER JOIN): Returns all records from the left table and matched records from the right table. Unmatched records will have NULL values.
SELECT * FROM table1
LEFT JOIN table2 ON table1.column = table2.column;
3. RIGHT JOIN (or RIGHT OUTER JOIN): Returns all records from the right table and matched records from the left table. Unmatched records will have NULL values.
SELECT * FROM table1
RIGHT JOIN table2 ON table1.column = table2.column;
4. FULL JOIN (or FULL OUTER JOIN): Returns records when there is a match in either left or right table. Unmatched records will have NULL values.
SELECT * FROM table1
FULL JOIN table2 ON table1.column = table2.column;
4. What is the difference between WHERE and HAVING clauses?
WHERE: Filters records before any groupings are made.
SELECT * FROM table_name
WHERE condition;
HAVING: Filters records after groupings are made.
SELECT column, COUNT(*)
FROM table_name
GROUP BY column
HAVING COUNT(*) > value;
5. How do you count the number of records in a table?
SELECT COUNT(*) FROM table_name;
This query counts all the records in the specified table.
6. How do you calculate average, sum, minimum, and maximum values in a column?
Average: SELECT AVG(column_name) FROM table_name;
Sum: SELECT SUM(column_name) FROM table_name;
Minimum: SELECT MIN(column_name) FROM table_name;
Maximum: SELECT MAX(column_name) FROM table_name;
7. What is a subquery, and how do you use it?
Subquery: A query nested inside another query
SELECT * FROM table_name
WHERE column_name = (SELECT column_name FROM another_table WHERE condition);
Till then keep learning and keep exploring ๐
1. How do you retrieve all columns from a table?
SELECT * FROM table_name;
2. What SQL statement is used to filter records?
SELECT * FROM table_name
WHERE condition;
The WHERE clause is used to filter records based on a specified condition.
3. How can you join multiple tables? Describe different types of JOINs.
SELECT columns
FROM table1
JOIN table2 ON table1.column = table2.column
JOIN table3 ON table2.column = table3.column;
Types of JOINs:
1. INNER JOIN: Returns records with matching values in both tables
SELECT * FROM table1
INNER JOIN table2 ON table1.column = table2.column;
2. LEFT JOIN (or LEFT OUTER JOIN): Returns all records from the left table and matched records from the right table. Unmatched records will have NULL values.
SELECT * FROM table1
LEFT JOIN table2 ON table1.column = table2.column;
3. RIGHT JOIN (or RIGHT OUTER JOIN): Returns all records from the right table and matched records from the left table. Unmatched records will have NULL values.
SELECT * FROM table1
RIGHT JOIN table2 ON table1.column = table2.column;
4. FULL JOIN (or FULL OUTER JOIN): Returns records when there is a match in either left or right table. Unmatched records will have NULL values.
SELECT * FROM table1
FULL JOIN table2 ON table1.column = table2.column;
4. What is the difference between WHERE and HAVING clauses?
WHERE: Filters records before any groupings are made.
SELECT * FROM table_name
WHERE condition;
HAVING: Filters records after groupings are made.
SELECT column, COUNT(*)
FROM table_name
GROUP BY column
HAVING COUNT(*) > value;
5. How do you count the number of records in a table?
SELECT COUNT(*) FROM table_name;
This query counts all the records in the specified table.
6. How do you calculate average, sum, minimum, and maximum values in a column?
Average: SELECT AVG(column_name) FROM table_name;
Sum: SELECT SUM(column_name) FROM table_name;
Minimum: SELECT MIN(column_name) FROM table_name;
Maximum: SELECT MAX(column_name) FROM table_name;
7. What is a subquery, and how do you use it?
Subquery: A query nested inside another query
SELECT * FROM table_name
WHERE column_name = (SELECT column_name FROM another_table WHERE condition);
Till then keep learning and keep exploring ๐
โค14๐1
BlackRock is hiring!
Position: Data Analyst
Qualification: Bachelor's Degree
Salary: 6 - 15 LPA (Expected)
Experienc๏ปฟe: Entry Level
Location: Bengaluru, India (Hybrid)
๐Apply Now: https://careers.blackrock.com/job/bengaluru/data-management-analyst/45831/81540166224
๐WhatsApp Channel: https://whatsapp.com/channel/0029Vaxjq5a4dTnKNrdeiZ0J
๐Telegram Link: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best ๐
Position: Data Analyst
Qualification: Bachelor's Degree
Salary: 6 - 15 LPA (Expected)
Experienc๏ปฟe: Entry Level
Location: Bengaluru, India (Hybrid)
๐Apply Now: https://careers.blackrock.com/job/bengaluru/data-management-analyst/45831/81540166224
๐WhatsApp Channel: https://whatsapp.com/channel/0029Vaxjq5a4dTnKNrdeiZ0J
๐Telegram Link: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best ๐
โค2
NielsenIQ is hiring!
Position: Junior Associate, Power BI
Qualification: Bachelorโs Degree
Salary: 6 - 10 LPA (Expected)
Experienc๏ปฟe: Entry Level
Location: Pune, India
๐Apply Link: https://jobs.smartrecruiters.com/NielsenIQ/744000063280269-jr-associate-bi
๐WhatsApp Channel: https://whatsapp.com/channel/0029Vaxjq5a4dTnKNrdeiZ0J
๐Telegram Link: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best ๐
Position: Junior Associate, Power BI
Qualification: Bachelorโs Degree
Salary: 6 - 10 LPA (Expected)
Experienc๏ปฟe: Entry Level
Location: Pune, India
๐Apply Link: https://jobs.smartrecruiters.com/NielsenIQ/744000063280269-jr-associate-bi
๐WhatsApp Channel: https://whatsapp.com/channel/0029Vaxjq5a4dTnKNrdeiZ0J
๐Telegram Link: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best ๐
โค2
Fam is hiring Product Analyst Intern ๐
Experience : Freshers
Location : Bangalore
Apply link : https://jobs.lever.co/fampay/8838779b-4eb1-4150-8fa2-a4cd29cadcbe/apply?lever-source=LinkedIn
๐WhatsApp Channel: https://whatsapp.com/channel/0029Vaxjq5a4dTnKNrdeiZ0J
๐Telegram Link: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best ๐
Experience : Freshers
Location : Bangalore
Apply link : https://jobs.lever.co/fampay/8838779b-4eb1-4150-8fa2-a4cd29cadcbe/apply?lever-source=LinkedIn
๐WhatsApp Channel: https://whatsapp.com/channel/0029Vaxjq5a4dTnKNrdeiZ0J
๐Telegram Link: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best ๐
โค2
Zelestra is hiring Junior Data Scientist ๐
Qualification : Bachelor's degree
Experience : 0-2 Years
Location :; Gurugram
Apply link : https://careers.solarpack.es/job/Haryana-Junior-Data-Scientist/1162773055/
๐WhatsApp Channel: https://whatsapp.com/channel/0029Vaxjq5a4dTnKNrdeiZ0J
๐Telegram Link: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best ๐
Qualification : Bachelor's degree
Experience : 0-2 Years
Location :; Gurugram
Apply link : https://careers.solarpack.es/job/Haryana-Junior-Data-Scientist/1162773055/
๐WhatsApp Channel: https://whatsapp.com/channel/0029Vaxjq5a4dTnKNrdeiZ0J
๐Telegram Link: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best ๐
Airtel is hiring Business Analyst ๐
Experience with Excel โ
Location : Gurugram
Apply link : https://www.linkedin.com/jobs/view/4241888047
๐WhatsApp Channel: https://whatsapp.com/channel/0029Vaxjq5a4dTnKNrdeiZ0J
๐Telegram Link: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best ๐
Experience with Excel โ
Location : Gurugram
Apply link : https://www.linkedin.com/jobs/view/4241888047
๐WhatsApp Channel: https://whatsapp.com/channel/0029Vaxjq5a4dTnKNrdeiZ0J
๐Telegram Link: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best ๐
๐1
Roblox is hiring Business Analyst ๐
Experience : 2+ Years
Location : Gurugram
Apply link : https://careers.roblox.com/jobs/6754913?gh_jid=6754913&gh_src=da92d0c91
๐WhatsApp Channel: https://whatsapp.com/channel/0029Vaxjq5a4dTnKNrdeiZ0J
๐Telegram Link: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best ๐
Experience : 2+ Years
Location : Gurugram
Apply link : https://careers.roblox.com/jobs/6754913?gh_jid=6754913&gh_src=da92d0c91
๐WhatsApp Channel: https://whatsapp.com/channel/0029Vaxjq5a4dTnKNrdeiZ0J
๐Telegram Link: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best ๐
๐ฅ1
Razorpay hiring Analyst - Risk Management
Apply link: https://job-boards.greenhouse.io/razorpaysoftwareprivatelimited/jobs/4573732005
๐WhatsApp Channel: https://whatsapp.com/channel/0029Vaxjq5a4dTnKNrdeiZ0J
๐Telegram Link: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best ๐๐
Apply link: https://job-boards.greenhouse.io/razorpaysoftwareprivatelimited/jobs/4573732005
๐WhatsApp Channel: https://whatsapp.com/channel/0029Vaxjq5a4dTnKNrdeiZ0J
๐Telegram Link: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best ๐๐
โค3
S&P Global is hiring Freshers!
Position: Data Analyst
Qualification: Bachelorโs/ Masterโs Degree/ MBA
Salary: 5 - 9 LPA (Expected)
Experienc๏ปฟe: Freshers
Location: Gurgaon; Ahmedabad; Hyderabad, India
๐Apply Now: https://careers.spglobal.com/jobs/315425
๐WhatsApp Channel: https://whatsapp.com/channel/0029Vaxjq5a4dTnKNrdeiZ0J
๐Telegram Link: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best ๐๐
Position: Data Analyst
Qualification: Bachelorโs/ Masterโs Degree/ MBA
Salary: 5 - 9 LPA (Expected)
Experienc๏ปฟe: Freshers
Location: Gurgaon; Ahmedabad; Hyderabad, India
๐Apply Now: https://careers.spglobal.com/jobs/315425
๐WhatsApp Channel: https://whatsapp.com/channel/0029Vaxjq5a4dTnKNrdeiZ0J
๐Telegram Link: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best ๐๐
โค1
DATA ANALYST Interview Questions (0-3 yr) (SQL, Power BI)
๐ Power BI:
Q1: Explain step-by-step how you will create a sales dashboard from scratch.
Q2: Explain how you can optimize a slow Power BI report.
Q3: Explain Any 5 Chart Types and Their Uses in Representing Different Aspects of Data.
๐SQL:
Q1: Explain the difference between RANK(), DENSE_RANK(), and ROW_NUMBER() functions using example.
Q2 โ Q4 use Table: employee (EmpID, ManagerID, JoinDate, Dept, Salary)
Q2: Find the nth highest salary from the Employee table.
Q3: You have an employee table with employee ID and manager ID. Find all employees under a specific manager, including their subordinates at any level.
Q4: Write a query to find the cumulative salary of employees department-wise, who have joined the company in the last 30 days.
Q5: Find the top 2 customers with the highest order amount for each product category, handling ties appropriately. Table: Customer (CustomerID, ProductCategory, OrderAmount)
๐Behavioral:
Q1: Why do you want to become a data analyst and why did you apply to this company?
Q2: Describe a time when you had to manage a difficult task with tight deadlines. How did you handle it?
I have curated best top-notch Data Analytics Resources ๐๐
https://whatsapp.com/channel/0029VaGgzAk72WTmQFERKh02
Hope this helps you ๐
๐ Power BI:
Q1: Explain step-by-step how you will create a sales dashboard from scratch.
Q2: Explain how you can optimize a slow Power BI report.
Q3: Explain Any 5 Chart Types and Their Uses in Representing Different Aspects of Data.
๐SQL:
Q1: Explain the difference between RANK(), DENSE_RANK(), and ROW_NUMBER() functions using example.
Q2 โ Q4 use Table: employee (EmpID, ManagerID, JoinDate, Dept, Salary)
Q2: Find the nth highest salary from the Employee table.
Q3: You have an employee table with employee ID and manager ID. Find all employees under a specific manager, including their subordinates at any level.
Q4: Write a query to find the cumulative salary of employees department-wise, who have joined the company in the last 30 days.
Q5: Find the top 2 customers with the highest order amount for each product category, handling ties appropriately. Table: Customer (CustomerID, ProductCategory, OrderAmount)
๐Behavioral:
Q1: Why do you want to become a data analyst and why did you apply to this company?
Q2: Describe a time when you had to manage a difficult task with tight deadlines. How did you handle it?
I have curated best top-notch Data Analytics Resources ๐๐
https://whatsapp.com/channel/0029VaGgzAk72WTmQFERKh02
Hope this helps you ๐
โค9
Barclays is hiring!
Position: Business Analyst
Qualification: Bachelorโs/ Masterโs Degree
Salary: 8 - 12 LPA (Expected)
Experienc๏ปฟe: Freshers/ Experienced
Location: Mumbai/ Pune/ (Hybrid)
๐Apply Now: https://search.jobs.barclays/job/pune/business-analyst/13015/82125567984
๐WhatsApp Channel: https://whatsapp.com/channel/0029Vaxjq5a4dTnKNrdeiZ0J
๐Telegram Link: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best ๐๐
Position: Business Analyst
Qualification: Bachelorโs/ Masterโs Degree
Salary: 8 - 12 LPA (Expected)
Experienc๏ปฟe: Freshers/ Experienced
Location: Mumbai/ Pune/ (Hybrid)
๐Apply Now: https://search.jobs.barclays/job/pune/business-analyst/13015/82125567984
๐WhatsApp Channel: https://whatsapp.com/channel/0029Vaxjq5a4dTnKNrdeiZ0J
๐Telegram Link: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best ๐๐
โค2
S&P Global is hiring Freshers!
Position: Data Analyst
Qualification: Bachelorโs/ Masterโs Degree/ MBA
Salary: 5 - 9 LPA (Expected)
Experienc๏ปฟe: Freshers
Location: Gurgaon; Ahmedabad; Hyderabad, India
๐Apply Now: https://careers.spglobal.com/jobs/315425
๐WhatsApp Channel: https://whatsapp.com/channel/0029Vaxjq5a4dTnKNrdeiZ0J
๐Telegram Link: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best ๐๐
Position: Data Analyst
Qualification: Bachelorโs/ Masterโs Degree/ MBA
Salary: 5 - 9 LPA (Expected)
Experienc๏ปฟe: Freshers
Location: Gurgaon; Ahmedabad; Hyderabad, India
๐Apply Now: https://careers.spglobal.com/jobs/315425
๐WhatsApp Channel: https://whatsapp.com/channel/0029Vaxjq5a4dTnKNrdeiZ0J
๐Telegram Link: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best ๐๐
โค1
Goldman Sachs senior data analyst interview asked questions
SQL
1 find avg of salaries department wise from table
2 Write a SQL query to see employee name and manager name using a self-join on 'employees' table with columns 'emp_id', 'name', and 'manager_id'.
3 newest joinee for every department (solved using lead lag)
POWER BI
1. What does Filter context in DAX mean?
2. Explain how to implement Row-Level Security (RLS) in Power BI.
3. Describe different types of filters in Power BI.
4. Explain the difference between 'ALL' and 'ALLSELECTED' in DAX.
5. How do you calculate the total sales for a specific product using DAX?
PYTHON
1. Create a dictionary, add elements to it, modify an element, and then print the dictionary in alphabetical order of keys.
2. Find unique values in a list of assorted numbers and print the count of how many times each value is repeated.
3. Find and print duplicate values in a list of assorted numbers, along with the number of times each value is repeated.
I have curated best 80+ top-notch Data Analytics Resources ๐๐
https://t.me/DataSimplifier
Hope this helps you ๐
SQL
1 find avg of salaries department wise from table
2 Write a SQL query to see employee name and manager name using a self-join on 'employees' table with columns 'emp_id', 'name', and 'manager_id'.
3 newest joinee for every department (solved using lead lag)
POWER BI
1. What does Filter context in DAX mean?
2. Explain how to implement Row-Level Security (RLS) in Power BI.
3. Describe different types of filters in Power BI.
4. Explain the difference between 'ALL' and 'ALLSELECTED' in DAX.
5. How do you calculate the total sales for a specific product using DAX?
PYTHON
1. Create a dictionary, add elements to it, modify an element, and then print the dictionary in alphabetical order of keys.
2. Find unique values in a list of assorted numbers and print the count of how many times each value is repeated.
3. Find and print duplicate values in a list of assorted numbers, along with the number of times each value is repeated.
I have curated best 80+ top-notch Data Analytics Resources ๐๐
https://t.me/DataSimplifier
Hope this helps you ๐
โค8๐1
Deloitte is hiring Analyst ๐
Experience : 2+ Years
Location :; Gurugram
Apply link : https://www.linkedin.com/jobs/view/4243341367
๐WhatsApp Channel: https://whatsapp.com/channel/0029Vaxjq5a4dTnKNrdeiZ0J
๐Telegram Link: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best ๐๐
Experience : 2+ Years
Location :; Gurugram
Apply link : https://www.linkedin.com/jobs/view/4243341367
๐WhatsApp Channel: https://whatsapp.com/channel/0029Vaxjq5a4dTnKNrdeiZ0J
๐Telegram Link: https://t.me/addlist/4q2PYC0pH_VjZDk5
All the best ๐๐
โค1