Live SQL Interview of a Fresher | Power BI Interview😲

  Рет қаралды 24,147

LearnWidGiggs

LearnWidGiggs

Күн бұрын

Пікірлер
@saurabhMaratha
@saurabhMaratha Жыл бұрын
i have finished your Power bi dax interview questions playlist and i was really impressed plus shocked to know that in interview the level of DAX is really high and I Learned what DAX can do this is all because of your Playlist Keep making such videos I am going finish all of your videos related SQL and Power bi
@learnwidgiggs
@learnwidgiggs Жыл бұрын
Great job!
@sarihaddu
@sarihaddu Жыл бұрын
Could you give me the link to the Power Bi Dax video you are talking about?
@saurabhMaratha
@saurabhMaratha Жыл бұрын
@@sarihaddu check his playlist
@Thetradersclub_
@Thetradersclub_ Жыл бұрын
Best of luck harshit bro, you are doing great, just never stop learning.❤
@harshit_dataanalyst
@harshit_dataanalyst Жыл бұрын
Thanks
@amanahmed6057
@amanahmed6057 17 сағат бұрын
Harshit be confident ✌️✨
@harshit_dataanalyst
@harshit_dataanalyst Жыл бұрын
Thanks shashank bhai for inviting me
@learnwidgiggs
@learnwidgiggs Жыл бұрын
Always welcome!
@navajiskhan9305
@navajiskhan9305 Жыл бұрын
Hi harshit, you are so good in SQL.... Would you like to share your resources/website/ yt channel what you are following to prepare for SQL questions
@aditjain6580
@aditjain6580 Жыл бұрын
Very useful interview session. Thank you for conducting this session for us sir. Harshit will also definitely get a job very soon. He is doing really well.
@harshit_dataanalyst
@harshit_dataanalyst Жыл бұрын
Thanks for appreciation
@learnwidgiggs
@learnwidgiggs Жыл бұрын
Hope so.
@MahammedKareemulla
@MahammedKareemulla Жыл бұрын
its better to add asked questions into description. will helpfull to all.
@jioguru5435
@jioguru5435 Жыл бұрын
That's what I am waiting for. Thank you very much!
@learnwidgiggs
@learnwidgiggs Жыл бұрын
Glad I could help!
@madhusudhanreddyt2838
@madhusudhanreddyt2838 Жыл бұрын
for the candidates and votes query…there is no need to again use the max function you already got candidate wise month wise total vote share in the cte..next step you can use a top function and write query as select top 1 candidateid, votemonth, votecount from cte order by votecount desc;..reason is he want to get the only candidate who got max vote share month wise…
@DevakrishnaGadupudi
@DevakrishnaGadupudi 6 ай бұрын
The answer given in the video is wrong, but if we use Top(1) for CandidateID also we get only the candidateID having highest number of votes, it won't show month wise right?
@sarbajitmitra4238
@sarbajitmitra4238 Жыл бұрын
I think the left join answer will be total of 9 records. 7 records from table1 and A,B common records from table2. Harshit a very well interview, I am learning so much from you, keep going hope we will get a Data Analyst job soon.
@vibhudawar7029
@vibhudawar7029 Жыл бұрын
Shouldn't it be 7 only? Records that match will match, else unique records in the left table will come. I believe that in left join, after joining left, all the records of only left table will come So this should be: A, B, B, C, null, D, E only. Since left table has these records only.
@sarbajitmitra4238
@sarbajitmitra4238 Жыл бұрын
@@vibhudawar7029 But the concept is like your left table will be printed as it is plus the matching records from the right table and vice versa. ?
@harshit_dataanalyst
@harshit_dataanalyst Жыл бұрын
8
@sunidhas
@sunidhas 9 ай бұрын
@@vibhudawar7029 A has 2 matches . So it should be 8
@nishantbahakar5626
@nishantbahakar5626 Жыл бұрын
Thank you sir ❤ keep posting 👐
@learnwidgiggs
@learnwidgiggs Жыл бұрын
Thank you, I will.
@sameerkale7282
@sameerkale7282 3 ай бұрын
Can you please upload one for 4 years experienced person on SQL ?
@beingrishi6450
@beingrishi6450 Жыл бұрын
Shashank make a mock interview in Alteryx with some professional it's very important application tools who works in self service ETL tool
@learnwidgiggs
@learnwidgiggs Жыл бұрын
Noted.
@RajeshManepalli-o8b
@RajeshManepalli-o8b 5 ай бұрын
where clause is use to filter on existing column where as having clause is used to filter on aggregated column
@raghibelahi937
@raghibelahi937 Жыл бұрын
Informative 💯👏
@learnwidgiggs
@learnwidgiggs Жыл бұрын
Glad you liked it!
@sriharshas9970
@sriharshas9970 Жыл бұрын
Execution will start from table then where clause, join, select
@akshaygonjari6497
@akshaygonjari6497 11 ай бұрын
Looks like he is reading the answers.. lol
@sebakkarmakar975
@sebakkarmakar975 3 ай бұрын
Sir i want to give a mock interview .. please sir conduct for a mock interview in sql for me
@avishekmitra1175
@avishekmitra1175 Жыл бұрын
Presently I am working as a IT business analyst (requirements gathering, stakeholders management, project delivery etc.) but I want to switch my career in data/business analytics domain. I am very interested to learn SQL, Power BI, python etc. Is it good if I quit my job and started preparing for my dream job?
@learnwidgiggs
@learnwidgiggs Жыл бұрын
You should learn parallelly with your current job.
@avishekmitra1175
@avishekmitra1175 Жыл бұрын
Thanks for your advice ​@@learnwidgiggs
@PratibhaYadav-c8d
@PratibhaYadav-c8d Жыл бұрын
anyone can explain the left join tale answer i didn't understand it ??
@rangamharsha
@rangamharsha 5 ай бұрын
5:56. Left join Aa Aa Bb Bb Cnull Null null Dd Enull.. Any one correct me if i am wrong
@praveenkumarrai101
@praveenkumarrai101 Жыл бұрын
I think the query he has given to the question of having election table is wrong beacuse max with group by will give many all user_id but we need single hence row_number should be used.
@debadattasamal2671
@debadattasamal2671 Жыл бұрын
Good one
@learnwidgiggs
@learnwidgiggs Жыл бұрын
Thank you!
@ShrikantMaduri
@ShrikantMaduri Жыл бұрын
Shashank Bro can pls tell me from where I can learn the Power BI course.
@sarihaddu
@sarihaddu Жыл бұрын
If you want online or offline, there is one trainer in Hyd, clear explanation. Ping me if you need further details.
@learnwidgiggs
@learnwidgiggs Жыл бұрын
You can check out Codebasics course.
@vasimshaikh5099
@vasimshaikh5099 Жыл бұрын
is recuriters asked adv topic questions from freshers?
@learnwidgiggs
@learnwidgiggs Жыл бұрын
No.
@sameerkale7282
@sameerkale7282 Жыл бұрын
Bro what are various tools they are demanding with power bi ?
@sdlfjlsdirnsfsi232qrlfn
@sdlfjlsdirnsfsi232qrlfn Жыл бұрын
SELECT EXTRACT(month from VoteDate) as month ,Candidate_ID ,COUNT(voter_ID) as voter_count FROM Elections GROUP BY EXTRACT(month from VoteDate), Candidate_ID ORDER BY COUNT(voter_id) DESC;
@Travel.is_fun
@Travel.is_fun 11 ай бұрын
Did you select this candidate for next round?
@sahilpalri9916
@sahilpalri9916 Жыл бұрын
Acc to me ,In joins we will get 9 records Am i correct?
@maheshs9963
@maheshs9963 11 ай бұрын
yes
@mohanreddy007
@mohanreddy007 Жыл бұрын
Learning Power BI and Sql can I get job as a fresher
@karandiwan4160
@karandiwan4160 Жыл бұрын
Yes
@sparshgoyal3159
@sparshgoyal3159 11 ай бұрын
Is this the level the interviewer ask in SQL interview?
@learnwidgiggs
@learnwidgiggs 11 ай бұрын
To a fresher..yess
@bezawadasujatha7327
@bezawadasujatha7327 Жыл бұрын
Sir please upload resume power bi courses for freshers
@anuragdubey4524
@anuragdubey4524 Жыл бұрын
sir i also want to take your mock interview for sql please guide me
@zaidnawali6543
@zaidnawali6543 Жыл бұрын
will microsoft fabric effect power bi job
@prasanthkancharana
@prasanthkancharana Жыл бұрын
how to say my power bi report is good?
@hardiknaik9124
@hardiknaik9124 Жыл бұрын
T1 T2- inner join- num rec-8 A A A A B B B B C Null Null Null D D E Null
@hardiknaik9124
@hardiknaik9124 Жыл бұрын
Cte doesn't store the data it is only for that instance like for that query run and temp tables actually store the data and it will get removed if you terminate SQL connection or server connection basically after disconnecting... correct if I'm wrong
@hardiknaik9124
@hardiknaik9124 Жыл бұрын
Delete use to remove or delete particular record from dataset with where clause for specifying condition from where we want to delete that and if we do not use where clause with delete them it will delete all the records from the table... whereas truncate delete the all the records from the table without any condition and the table will remain same with schema.
@hardiknaik9124
@hardiknaik9124 Жыл бұрын
WITH MonthlyVotes AS ( SELECT candidateID, MONTH(VoteDate) AS month, COUNT(VoterID) AS numvote, ROW_NUMBER() OVER(PARTITION BY MONTH(VoteDate) ORDER BY COUNT(VoterID) DESC) AS rank FROM election GROUP BY candidateID, MONTH(VoteDate) ) SELECT candidateID, month, numvote FROM MonthlyVotes WHERE rank = 1; Easy way just rank records partition by month in desc order
@prasanthkancharana
@prasanthkancharana Жыл бұрын
last interview board question
@quartz9793
@quartz9793 Жыл бұрын
Abe koi job nahi hai data analyst ka...faltu video mat dal🤦🤦
@insidehead
@insidehead Жыл бұрын
B
@learnwidgiggs
@learnwidgiggs Жыл бұрын
That was a typing mistake. Its B, null
@insidehead
@insidehead Жыл бұрын
@@learnwidgiggs THEN IT SHOULD GIVE 8 VALUES.
@karankalimuthu8221
@karankalimuthu8221 11 ай бұрын
@@insidehead can you explain how bro?
@RakeshKumar-r7w5b
@RakeshKumar-r7w5b Жыл бұрын
Capgemini- 10 Interview questions you must know | Power BI😲
11:27
Live Interview of a Fresher | Power BI 😲
18:42
LearnWidGiggs
Рет қаралды 88 М.
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
Querying 100 Billion Rows using SQL, 7 TB in a single table
9:07
Arpit Agrawal (Elastiq.AI)
Рет қаралды 60 М.
How to get Interview calls in Power BI??
16:50
LearnWidGiggs
Рет қаралды 32 М.
Walmart - 9 Interview Questions you must know | Power BI 😲
13:59
LearnWidGiggs
Рет қаралды 35 М.
Data Analyst Technical Mock Interview | SQL | Power BI |
16:53
Talentele Learning
Рет қаралды 32 М.
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН