पोस्ट्स

negative

Sr.No Testcase_ID Test Cases 1 Negative_01 If the user enters an invalid page number in page number field then the page should not be displayed 2 Negative_02 Verify if the user blanks the age number field and check the behavior of the page 3 Negative_03 Verify that the user is able to enter alpha characters in the page number field or not 4 Negative_04 Verify that the user is able to enter special characters in the page number field or not

NSR

Very Very important Video For Interview Part 1 SQL INTERVIEW QUESTIONS FOR DATA ANALYST|SQL INTERVIEW QUESTIONS FOR BUSINESS ANALYST| SQL QUESTIONS Part 2 SQL INTERVIEW QUESTIONS PART 2 |SQL INTERVIEW QUESTIONS FOR DATA/BUSINESS ANALYST| SQL QUESTIONS Q. What are SCD’s ? Q. Difference between SCD1, SCD2, SCD3. Tech Coach Channel Ans----- A Slowly Changing Dimension (SCD) is a dimension that stores and manages both current and historical data over time in a data warehouse. The ‘Slowly Changing Dimension’ problem is a common one particular to data warehousing. This applies to cases where the attribute for a record varies over time. There are three types of SCD (SCD1,SCD2,SCD3) SCD1- Overwrite SCD2 - Append SCD3 - Update Advantages Disadvantages When To Use SCD1 This is the easiest way to handle the SCD problem, since there is no need to keep track of old information. All history is lost. By applying this methodology, it is not possible to trace back in history. Should be used when it is ...

interview Questions

Very Very important Video For Interview Part 1 SQL INTERVIEW QUESTIONS FOR DATA ANALYST|SQL INTERVIEW QUESTIONS FOR BUSINESS ANALYST| SQL QUESTIONS Part 2 SQL INTERVIEW QUESTIONS PART 2 |SQL INTERVIEW QUESTIONS FOR DATA/BUSINESS ANALYST| SQL QUESTIONS Q. What are SCD’s ? Q. Difference between SCD1, SCD2, SCD3. Tech Coach Channel Ans-----   SCD: Slowly changing dimensions explained with real examples   Q. What are Surrogate Keys ? Q. Difference between primary key and surrogate key.," Tech Coach Channel Ans------ Types of Keys in Database |Primary Key |Candidate Key |Super Key |Surrogate Key| Natural Key         Primary Key Surrogate Key 1.Primary Key is used to maintain unique records in OLTP system 1.surrogate Key is used to maintain Unique records in DWH system. 2. Primary Key values are entered by the user. 2.Surrogate Key values are generated by the system. (By ETL Mechanism) 3.Primary Key values can be alpha-numeric (can be characters,n...