logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • How much the bug is affecting the functionality of the application?


  • Correct Answer
  • EX: - High Priority and Low Severity: Company logo is not properly displayed on their website - High Priority and High Severity: Suppose you are doing online shopping and filled payment information, but after submitting the form, you get a message like "Order has been cancelled" - Low Priority and High Severity: If we have a typical scenario in which the application get crashed, but that scenario exists rarely - Low Priority and Low Severity: There is a mistake like "You have registered success" instead of successfully, success is written 


  • Technology problems


    Search Results


    • 1. How to handle error in the destructor?

    • Options
    • A. throwing
    • B. terminate
    • C. both a & b
    • D. none of the mentioned
    • Discuss
    • 2. How do define the user-defined exceptions?

    • Options
    • A. inheriting and overriding exception class functionality.
    • B. overriding class functioality.
    • C. inheriting class functionality
    • D. none of the mentioned
    • Discuss
    • 3. The correct statement for a function that takes pointer to a float, a pointer to a pointer to a char and returns a pointer to a pointer to a integer is

    • Options
    • A. int **fun(float**, char**)
    • B. int *fun(float*, char*)
    • C. int ***fun(float*, char**)
    • D. int ***fun(*float, **char)
    • Discuss
    • 4. List out the areas in which data structures are applied extensively?
    • Discuss
    • 5. In tree construction which is the suitable efficient data structure?

    • Options
    • A. Array
    • B. Linked list
    • C. Stack
    • D. Queue
    • Discuss
    • 6. What is Silk Test and what is the use of it ?
    • Discuss
    • 7. What is the importance of having an emulator within the Android environment?
    • Discuss
    • 8. What are new Media Elements in HTML5?
    • Discuss
    • 9. What is the purpose of canvas in HTML?
    • Discuss
    • 10. What are three ways to reduce page load time?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment