Search results for iiith-pgee

0 votes
0 answers
1
How we get payment link for IIIT Hyderabad PGEE test classes,previous Previous question papers and mock tests .Please share the WhatsApp mobile number for better communic...
0 votes
0 answers
3
How to prepare for IIIT-H PGEE Mtech Exam and Interview?Does they have any criteria of shorlisting Resume for the Interview?
3 votes
4 answers
5
What is the time complexity for insertion in binary tree in worst case?O(1)O(log n)O(n)O(n log n)
0 votes
1 answer
6
I know they don't release these data but what is the estimated number of candidates according to previous data?
2 votes
0 answers
7
I am trying to apply for MTech in IITs, NITs and IIIT Hyderabad after GATE 2022 results. Can anyone share a good academic resume for applying to MTech and any website whe...
0 votes
0 answers
9
Which book is better for PGEE section-1 aptitude?Arun Sharma or R S aggarwal?
3 votes
4 answers
10
What is the time complexity to delete an arbitrary node from binary heap?O(n)O(log n)O(1)O(n log n)
3 votes
2 answers
11
How many pairs of positive integers do $m$ and $n$ satisfy in $\frac{1}{m}+\frac{4}{n}=\frac{1}{12}, $ where $n$ is odd and less than $60?$3579
1 votes
4 answers
12
let 5,8,11,14,17,20.. be series then 320 will be which term of this series A) 104B) 106C) 962D) 87
1 votes
2 answers
13
let $\left | A \right|=8$ ,$\left | B \right|=3$ ,$\left | C \right|=6$ then what will be value of AB$^{T}$C$^{-1}$A) 144B) 0C) 4D) 14
1 votes
2 answers
14
void main(){ static int i=5; printf("%d",i ); If(i) main() } What will be output of the program}
1 votes
4 answers
15
Which of the following gives O(1) complexity if we want to check whether an edge exists between two given nodes in a graph?Adjacency ListAdjacency MatrixIncidence MatrixN...
3 votes
3 answers
16
for(int i=0; i<=100;i++) { if (i % 3 == 0) printf("Great); if(i%5 == 0) printf("India"); }Count the number of times GreatIndia is printed.62033none of these
0 votes
0 answers
18
Do IIIT Hyderabad’s PGEE requires >60% in PCM ?
1 votes
0 answers
19
Why does OS and DBMS have their own synchronisation mechanisms, when OS can alone do it and it sits at the bottom of DB?
1 votes
1 answer
20
You have 1 billions elements, but memory which can hold only 1 million. How would you sort it using merge sort?Source-:https://gateoverflow.in/blog/4532/iiit-hyderabad-in...