logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Define what is a Fact, Dimension and Measure ?


  • Correct Answer
  • Fact is key performance indicator to analyze the businessFrom the additive values, which are used to analyse the business by using report generation Dimension is used to analyze the fact, are the non-additive ( text format) values, Which are used to drill down reportsWithout dimension there is no meaning for fact Measure is the quantity of data we create to process 


  • Technology problems


    Search Results


    • 1. What are the tasks of a Business Analyst in Software Development Life Cycle?
    • Discuss
    • 2. Which of the following is not a correct variable type?

    • Options
    • A. real
    • B. char
    • C. float
    • D. double
    • Discuss
    • 3. Give an example for the use of volatile keyword in c++ ?
    • Discuss
    • 4. Which of the following type casts will convert an Integer variable named amount to a Double type ?

    • Options
    • A. (int to double) amount
    • B. int (amount) to double
    • C. int to double(amount)
    • D. (double) amount
    • Discuss
    • 5. Which design patterns benefit from the multiple inheritance?

    • Options
    • A. Adapter and observer pattern
    • B. Code pattern
    • C. Glue pattern
    • D. None of these
    • Discuss
    • 6. What is the difference between ADODC and ADODB?
    • Discuss
    • 7. What is the diff between RDO and ADO?
    • Discuss
    • 8. What is PHP?s configuration file called ?
    • Discuss
    • 9. I want to print "Hello" even before main() is executed. How will you acheive that?
    • Discuss
    • 10. What are the restriction imposed on a static method or a static block of code?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment