logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What are the tasks of a Business Analyst in Software Development Life Cycle?


  • Correct Answer
  • Generally a business analyst covers several stages in Software Development Life Cycle Like: Client Consulting, Client Requirement Study, Planning for business needs, Business Requirement Documenting, Work on functional requirement, Prepare test data with inputs from end users, Document use case scenarios, Help Testing team with test plan and testing, Help end users with user acceptance testing UAT, Go live and post production support tasks 


  • Technology problems


    Search Results


    • 1. Which of the following is not a correct variable type?

    • Options
    • A. real
    • B. char
    • C. float
    • D. double
    • Discuss
    • 2. Give an example for the use of volatile keyword in c++ ?
    • Discuss
    • 3. 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
    • 4. 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
    • 5. How many types of modularization are there in c++?

    • Options
    • A. 4
    • B. 3
    • C. 1
    • D. none of these
    • Discuss
    • 6. Define what is a Fact, Dimension and Measure ?
    • Discuss
    • 7. What is the difference between ADODC and ADODB?
    • Discuss
    • 8. What is the diff between RDO and ADO?
    • Discuss
    • 9. What is PHP?s configuration file called ?
    • Discuss
    • 10. I want to print "Hello" even before main() is executed. How will you acheive that?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment