Live Interview of a Fresher | Power BI😲 | Answered 95% Questions ✔

  Рет қаралды 80,070

LearnWidGiggs

LearnWidGiggs

Күн бұрын

Пікірлер: 100
@nomaan2439
@nomaan2439 10 ай бұрын
Following answers given by chatGPT: 1. **Index Column in Power BI:** - In Power BI, an index column is a column created to provide a unique identifier for each row in a table. It helps in uniquely identifying each record and can be useful in scenarios where you need a sequential order for your data. 2. **Difference between Fact Table and Dimension Table:** - Fact tables contain quantitative data (measurements), and they are typically large. Dimension tables store descriptive information and are smaller. The primary difference lies in the type of data they hold and their size. 3. **Snowflake Schema:** - The snowflake schema is a type of database schema where a dimension table is normalized into multiple related tables. This normalization reduces redundancy but increases the complexity of queries compared to a star schema. 4. **Normalization:** - Normalization is the process of organizing data in a database efficiently to eliminate redundancy and dependency. It involves dividing large tables into smaller ones and defining relationships between them. 5. **Cardinality:** - Cardinality defines the relationship between tables in a data model. It can be one-to-one, one-to-many, or many-to-many. Preferably, one-to-many relationships are often preferred in data modeling. 6. **Difference between Donut Chart and Pie Chart:** - Both charts display parts of a whole, but a donut chart has a hole in the center, allowing for additional information or labels. This can enhance readability compared to a pie chart. 7. **Difference between Measure and Calculated Column:** - A measure is a dynamic calculation based on the context of the data, and it is evaluated at runtime. A calculated column is a static column added to a table, and its values are computed during data refresh. 8. **Page Level Filter:** - A page-level filter applies to all visuals on a specific page in a Power BI report. It allows you to filter the entire page based on selected criteria. 9. **What-If Parameters:** - What-If parameters are used to enable users to dynamically input values into calculations or filters, allowing for scenario analysis and decision-making. 10. **Field Parameters:** - Field parameters in Power BI allow users to create dynamic expressions that reference fields in their data model. They provide flexibility in calculations. 11. **DATESINPERIOD Function:** - DATESINPERIOD is a DAX function used to retrieve a table of dates for a specified period, such as the last month or the next quarter. 12. **Creating a Calendar Table with DAX Functions:** - You can create a calendar table using DAX functions like CALENDAR or CALENDARAUTO. These functions generate a range of dates that can be used as a date dimension in your data model. 13. **Iterator Functions:** - Iterator functions in DAX, such as SUMX or FILTER, operate on each row of a table, applying a specified expression or calculation. 14. **Difference between DATEADD and SAMEPERIODLASTYEAR:** - DATEADD is used to shift a date by a specified number of intervals, while SAMEPERIODLASTYEAR returns a table that contains a column of dates for the same period in the previous year. 15. **Row Level Security:** - Row-level security in Power BI restricts data access at the row level based on user roles. It ensures that users only see the data relevant to their role. 16. **Data Gateway:** - A data gateway is a tool that facilitates secure and efficient communication between Power BI and on-premises data sources. It helps maintain data connectivity and refresh.
@rayachutiamala7161
@rayachutiamala7161 10 ай бұрын
Can u pla guide where I need to take coaching
@AmitKumar-gi4fo
@AmitKumar-gi4fo 3 ай бұрын
it's very us useful foe me Thank you!!
@ramyasrielluri3243
@ramyasrielluri3243 2 ай бұрын
Thank you 😊
@AmitKumar-gi4fo
@AmitKumar-gi4fo Ай бұрын
it’s very useful question
@AkashSingh-ud4ng
@AkashSingh-ud4ng 10 ай бұрын
This type of interviews helps us very much specially to the freshers like.me . Thank you for sharing this kind of videos 🙏🏻
@JobAccount-r9f
@JobAccount-r9f 10 ай бұрын
do a video like this for experienced as well, it will help us understand the level of topics to prepare
@learnwidgiggs
@learnwidgiggs 10 ай бұрын
Sure.
@NitishKumar-l5s9s
@NitishKumar-l5s9s 10 ай бұрын
DISTINCTCOUNT(COLUMN) can be used to count the distinct value in a column.
@vasulakma
@vasulakma 10 ай бұрын
yes, distinct count can be used to count records of 20000
@zenjiyt8381
@zenjiyt8381 2 ай бұрын
Listen to the question again it says in "power query editor". The answer is we can just click on the view column report on the entire dataset, it is automatically set for 1000 rows
@FromPlanetZX
@FromPlanetZX 10 ай бұрын
I think, he answer beautifully to most of the questions.
@learnwidgiggs
@learnwidgiggs 10 ай бұрын
True
@SN-ec1xi
@SN-ec1xi 8 ай бұрын
U should answer the questions unanswered by the candidate... Also if u feel answers are not upto the mark.. then do answer that also.. :) Thanks for the video.
@shwaripawar8222
@shwaripawar8222 10 ай бұрын
Hi Sir , attended interview 2nd round of Capgemini on 1st Feb. These are the questions asked. could u please help us with the ans. 1)can we use Username and userprinciple name in static RLS 2) Does Power bi maintain/store historical data and how? 3)is it possible to create drill down and drill up on 3 fact tables 4)if there are constraint applied on table, does Primary key and Foreign key will affect in power bi? 5)if we are taking data from DB, table has 6k rows and table got truncated has only 1 k rows. Does Power bi will have all the 6 K rows from the table? 6)how will u identify type of license looking at workspace? what is the size of workspace? What is the unit testing in power bi? do u do the report validation, how do u do that? how will you cross verify the data which is coming from data source to report? did u done any automation? what is dual mode ?
@shreejipaliwal1215
@shreejipaliwal1215 10 ай бұрын
Thank you so much brother for providing such Valuable questions 🙏
@parthasarathimandal9437
@parthasarathimandal9437 10 ай бұрын
Did you get the answers?
@Aryaveer_Ki_Duniya
@Aryaveer_Ki_Duniya 10 ай бұрын
@shwari..hey did you get the Answer
@shreyadey3786
@shreyadey3786 10 ай бұрын
Excuse me , I want to know r u a fresher or have experience?
@roohitabassum4438
@roohitabassum4438 10 ай бұрын
1. **Can we use Username and User Principle Name (UPN) in static Row-Level Security (RLS)?** Yes, you can use both Username and User Principle Name (UPN) in static Row-Level Security (RLS) in Power BI. Static RLS allows you to define roles and manually specify which users or groups have access to specific rows of data based on predefined criteria such as username or UPN. 2. **Does Power BI maintain/store historical data, and how?** Power BI itself does not maintain historical data. However, you can configure Power BI to store historical data by connecting it to data sources that store historical information, such as databases or data warehouses. By regularly refreshing data in Power BI and storing historical snapshots in your data source, you can analyze historical trends and patterns over time. 3. **Is it possible to create drill-down and drill-up on three fact tables?** Yes, it is possible to create drill-down and drill-up functionality in Power BI reports across multiple fact tables. You can achieve this by defining relationships between the fact tables and using hierarchies or custom drill-down paths to navigate through different levels of granularity in your data model. 4. **If constraints are applied on a table, does Primary Key and Foreign Key affect Power BI?** Constraints such as Primary Key and Foreign Key defined in the underlying data source (e.g., a database) do not directly affect Power BI. Power BI imports data from the data source based on the defined relationships in the data model. However, enforcing referential integrity through Primary Key and Foreign Key constraints in the data source can help maintain data consistency and accuracy, which is reflected in Power BI reports. 5. **If a table with 6k rows gets truncated to 1k rows in the database, will Power BI still have all the 6k rows?** No, if a table with 6k rows gets truncated to 1k rows in the database, Power BI will only have access to the remaining 1k rows when refreshing data from the data source. Power BI reflects the current state of the data in the source system at the time of data refresh. 6. **How do you identify the type of license and workspace size in Power BI? What is unit testing in Power BI? Do you perform report validation, and how? Have you done any automation? What is dual mode?** These questions delve into more technical aspects of Power BI administration, including license management, workspace management, testing methodologies, validation processes, automation, and the concept of dual mode (import mode and DirectQuery mode). The answers to these questions may vary based on the organization's specific setup and the individual's experience with Power BI administration and development.
@smileymoviereview2589
@smileymoviereview2589 9 ай бұрын
It's a really amazing interview. Kudos 😊
@learnwidgiggs
@learnwidgiggs 9 ай бұрын
Glad you enjoyed it!
@raghibelahi937
@raghibelahi937 10 ай бұрын
Thanks for posting....it really helpful for the interview preparation. Thank you for your efforts.
@learnwidgiggs
@learnwidgiggs 10 ай бұрын
Glad to hear this.
@sandipansarkar9211
@sandipansarkar9211 10 ай бұрын
Finished watching
@nabeelamjad1129
@nabeelamjad1129 10 ай бұрын
Sir Pavan lalwani sir's 2020 power bi videos are very helpful
@ramakanthreddyeddula2168
@ramakanthreddyeddula2168 10 ай бұрын
Hi I need vedios
@rupeshlikhar9372
@rupeshlikhar9372 10 ай бұрын
Drill through asn was incorrect drill through and drill down are 2 different thing. Btw nice video ❤
@vaibhavjain9094
@vaibhavjain9094 10 ай бұрын
small request from my side please mention all the questions in description...
@learnwidgiggs
@learnwidgiggs 10 ай бұрын
All the questions that I ask are spontaneous and also its not possible to write the scenario based questions in words.
@harshit_dataanalyst
@harshit_dataanalyst 9 ай бұрын
Very informative video
@beingrishi6450
@beingrishi6450 10 ай бұрын
Powerbi service is very important to know
@learnwidgiggs
@learnwidgiggs 10 ай бұрын
Right.
@nehachoudhari8546
@nehachoudhari8546 10 ай бұрын
Thank you sir ❤
@learnwidgiggs
@learnwidgiggs 10 ай бұрын
Welcome!
@AnkurKumar-vv7ho
@AnkurKumar-vv7ho 10 ай бұрын
Please provide video of those who switch their company in power bi domain.
@SpicesofBharat
@SpicesofBharat 10 ай бұрын
Pls make video's office work in data analyst main focus in which topic sir
@learnwidgiggs
@learnwidgiggs 10 ай бұрын
Noted.
@pushpendrakumar1361
@pushpendrakumar1361 10 ай бұрын
Really, It's huge informative interview. Thanks @learnwidgiggs, Please keep posting such video's!!
@learnwidgiggs
@learnwidgiggs 10 ай бұрын
Glad you found it useful 🙏
@parvezalam6505
@parvezalam6505 4 ай бұрын
I think the drill through answer was incorrect. He explained drill down.
@Omkar-i3j
@Omkar-i3j 25 күн бұрын
Hello sir . Iam fresher trying to prepare for Data Analytics interviews. Can u give me suggestions on how to prepare and where to prepare because after seeing these question i got nervous and felt like i didnot even learn 10%
@parvezalam6505
@parvezalam6505 25 күн бұрын
@Omkar-i3j prepare atleast 3 projects. Starting from data cleaning, data transformation, modelling, dax and viz. And then prepare for interview by watching KZbin videos.
@RajeshManepalli-o8b
@RajeshManepalli-o8b 4 ай бұрын
As a contributor not able to give access correct me if am wrong he can see both dataset and report and he can develop the report but he doesnt have any priviliges to give access to other memebers
@AmirKhan-li8zi
@AmirKhan-li8zi 3 ай бұрын
Power BI is working very slow in my system... can you please mention minimum requirements in a system to run Power BI smoothly... Thnx
@learnwidgiggs
@learnwidgiggs 3 ай бұрын
@@AmirKhan-li8zi Increase RAM
@AmirKhan-li8zi
@AmirKhan-li8zi 3 ай бұрын
@@learnwidgiggs its 4GB .. how much do I need to run smoothly..
@learnwidgiggs
@learnwidgiggs 3 ай бұрын
@@AmirKhan-li8zi Atleast 8Gb
@devaraju-0000
@devaraju-0000 4 ай бұрын
Hi Sir, My question is that I have started to learn advanced excel and powerbi , As a fresher the companies can hire the people who are leraning the powerbi,sql and advanced excel please give me suggestion for this for the data analyst role there is a future but the companies can hire the freshers or not thats my question .
@pratikjugantmohapatra18
@pratikjugantmohapatra18 10 ай бұрын
Hi Shashank ........all the questions that u have asked , make a special video demonstrating the all questions with scenario based examples .
@learnwidgiggs
@learnwidgiggs 10 ай бұрын
Noted.
@sparshgoyal3159
@sparshgoyal3159 10 ай бұрын
After 13:19, from which power bi topics u r asking questions?
@premprakash9022
@premprakash9022 10 ай бұрын
Great
@rahulbaradkar-v2h
@rahulbaradkar-v2h 10 ай бұрын
Brother ek video banao 3,4,5 year experience wale logo ke liye interview questions kaise hoge kya kya hoge ispe
@learnwidgiggs
@learnwidgiggs 10 ай бұрын
Noted.
@Dhruv-x1z
@Dhruv-x1z 3 ай бұрын
How can we see column prolife for entire dataset and not just for first 1000 rows ?? Anyone ??
@cousinslove7209
@cousinslove7209 10 ай бұрын
Please give us latest resume formatt for 2 yrs exp 😢
@vaishnavipatil3776
@vaishnavipatil3776 10 ай бұрын
will there will job in data analyst for 2022 batch? in mnc?
@learnwidgiggs
@learnwidgiggs 10 ай бұрын
Yes.
@vibekprasad6174
@vibekprasad6174 10 ай бұрын
Is he get the job?
@mihirrakhonde6230
@mihirrakhonde6230 7 ай бұрын
Did he get a job ?
@somnathdutta6311
@somnathdutta6311 10 ай бұрын
Hi Sir, I am 2024 passout (IT). skilled in Python, SQL, Power BI, Excel, AWS, Azure, Data Wearhouse. Not getting any interview. Is there not enough job in data analytics or am I doing something wrong? Please help me sir.
@gokulraman2652
@gokulraman2652 10 ай бұрын
Do you have a PL 300 or TDS certificate?
@learnwidgiggs
@learnwidgiggs 10 ай бұрын
Sufficient.
@somnathdutta6311
@somnathdutta6311 10 ай бұрын
​@@learnwidgiggs what I should do now?
@nishyt8912
@nishyt8912 4 ай бұрын
@@somnathdutta6311have you got job now?
@somnathdutta6311
@somnathdutta6311 4 ай бұрын
@@nishyt8912 yes, cognizant
@sameerkale7282
@sameerkale7282 10 ай бұрын
Such a nice video. Hello brother can you please make a detailed video on the power bi service.
@learnwidgiggs
@learnwidgiggs 10 ай бұрын
Noted.
@Travelwithus304
@Travelwithus304 9 ай бұрын
Hi Shasank. can you make a video of unpivot columns concept in power bi.
@learnwidgiggs
@learnwidgiggs 9 ай бұрын
Noted.
@VipulNegi9
@VipulNegi9 10 ай бұрын
Sir, Why did you not ask questions related to project whatever he done because I faced a interview and they more curious about projects .
@sarihaddu
@sarihaddu 10 ай бұрын
He's a fresher na?
@ShreyasSinha
@ShreyasSinha 10 ай бұрын
Good
@Raviteja_d_1307
@Raviteja_d_1307 9 ай бұрын
Is this even real? I can clearly see the candidate trying his best(but failed) to mimic another person.
@learnwidgiggs
@learnwidgiggs 9 ай бұрын
It's a mock interview. There was a delay in his voice while recording.. sorry for that. But everything is genuine.
@Raviteja_d_1307
@Raviteja_d_1307 9 ай бұрын
@@learnwidgiggs my bad, I judged too quickly. Apologies.
@abhaypatil463
@abhaypatil463 10 ай бұрын
I think Fact and dimensional table wrong ans.
@NitishKumar-l5s9s
@NitishKumar-l5s9s 10 ай бұрын
what would be your answer?
@mdammar
@mdammar 9 ай бұрын
@@NitishKumar-l5s9s Fact tables and dimension tables play different but important roles in a data warehouse. Fact tables contain numerical data, while dimension tables provide context and background information. Both types of tables are necessary for effective data analysis and decision-making
@Travel_Vlogger-2006
@Travel_Vlogger-2006 2 ай бұрын
Correct
@chinmoy4676
@chinmoy4676 10 ай бұрын
Hi, if anyone wants to connect can let me know. I want to connect with people on the same path as I feel it helps a lot 😅.
@Omkar-i3j
@Omkar-i3j 25 күн бұрын
Hello sir . Iam fresher trying to prepare for Data Analytics interviews. Can u give me suggestions on how to prepare and where to prepare because after seeing these question i got nervous and felt like i didnot even learn 10%
@SamRice-j2l
@SamRice-j2l 4 ай бұрын
Wilson Charles Anderson Christopher Moore Donna
@ManishKumar-g3t1o
@ManishKumar-g3t1o 4 ай бұрын
bhai ai kaam khatam kar raha hai. I am already in IT company . almost kaam ai kar raha hai . only hr ki post ka kaam ai nahi kar raha hai . layoff hoga badei level par hoga . please koi bhi youtuber reality nahi bata raha but yei real hai . yei apna course sell karnei kaei lyei kuch bhi bol rahei hai 🔴🔴🔴🟡🟡🟡🟢🟢🟢🟢
@adityasaini8437
@adityasaini8437 10 ай бұрын
Hi can I connect with you ?
@learnwidgiggs
@learnwidgiggs 10 ай бұрын
Social media links in the description box.
Live SQL Interview of a Fresher | Power BI Interview😲
15:40
LearnWidGiggs
Рет қаралды 23 М.
Capgemini- 10 Interview questions you must know | Power BI😲
11:27
TCS Power BI Interview Questions and Answers | MUST Watch 😲
13:19
Live Interview of a Fresher | Power BI 😲
18:42
LearnWidGiggs
Рет қаралды 86 М.
How he became a Power BI Freelancer and Earning 25k-27k per month😲
17:12
Walmart - 9 Interview Questions you must know | Power BI 😲
13:59
LearnWidGiggs
Рет қаралды 33 М.
Power BI Developer Interview Insider Secrets Revealed!
20:11
KSR Datavizon
Рет қаралды 127 М.