Company: Axtria_Inc.(Analyst)_MCQ
Difficulty: medium
What will be the hash key for 4352 if mid-square hashing technique is used? 2534 1804 2025 9399 Consider the following function: void Test(int arr[], int start, int end) { while (start < end) { int temp = arr[start]; arr[start] = arr[end]; arr[end] = temp; start++; end--; } } What does this function do? Sorts the array in ascending order Sorts the array in descending order Finds the maximum element in the array Reverses the order of elements in the array Which of the following is a data summarization tool in spreadsheet programs used to extract, summarize, and analyze specific data from a large dataset? Macro VLOOKUP Filter Pivot Table A max heap is constructed with the values: 3, 5, 8, 88, 6, 45. If the value 50 is inserted into this heap, which of the following statements is TRUE? The height of the heap is 3 The leaf nodes are 3, 6, 5, and 8 The sibling of node 8 is 50 The internal nodes are 88, 8, and 5 In a spreadsheet, which of the following is the correct formula to calculate