Posts

Showing posts with the label Salaries

Featured Post

SQL Interview Success: Unlocking the Top 5 Frequently Asked Queries

Image
 Here are the five top commonly asked SQL queries in the interviews. These you can expect in Data Analyst, or, Data Engineer interviews. Top SQL Queries for Interviews 01. Joins The commonly asked question pertains to providing two tables, determining the number of rows that will return on various join types, and the resultant. Table1 -------- id ---- 1 1 2 3 Table2 -------- id ---- 1 3 1 NULL Output ------- Inner join --------------- 5 rows will return The result will be: =============== 1  1 1   1 1   1 1    1 3    3 02. Substring and Concat Here, we need to write an SQL query to make the upper case of the first letter and the small case of the remaining letter. Table1 ------ ename ===== raJu venKat kRIshna Solution: ========== SELECT CONCAT(UPPER(SUBSTRING(name, 1, 1)), LOWER(SUBSTRING(name, 2))) AS capitalized_name FROM Table1; 03. Case statement SQL Query ========= SELECT Code1, Code2,      CASE         WHEN Code1 = 'A' AND Code2 = 'AA' THEN "A" | "A

Data Analytics Engineers - Salaries

Image
#Data Analytics Engineers - Salaries and career options: Some key skills which are very crucial for an employee these days are the ability to communicate disruptive ideas, multi-disciplinary skills with appropriate depth of specialisation, learnability and resilience," said Prithvi Shergill, chief human resources officer, HCL Technologies, the country's fifth-largest technology company. So, an engineer with 2-3 years' experience working in data analytics can expect a salary of Rs 4-6 lakh in India and $70-80,000 in the US or Europe.  But without big data skills, the same engineer can earn only Rs 3-5 lakh, according to Anurag Gupta, chief operating officer at Magna Infotech, an IT staffing firm. Experience of 5-6 years in data analytics can help an engineer command a salary of up to Rs 10-12 lakh in the domestic market, according to Kamal Karanth, India MD of staffing firm Kelly Services. Firms like IPsoft, Happiest Minds and Mu Sigma, operating in automati