Recent questions tagged 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?
0 votes
1 answer
4
I know they don't release these data but what is the estimated number of candidates according to previous data?
2 votes
0 answers
5
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
7
Which book is better for PGEE section-1 aptitude?Arun Sharma or R S aggarwal?
1 votes
0 answers
9
Why does OS and DBMS have their own synchronisation mechanisms, when OS can alone do it and it sits at the bottom of DB?
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)
1 votes
4 answers
11
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...
0 votes
1 answer
12
Which part in 8086 microprocessor is responsible for fetching instructions into the queue?BIUEUStackRegisters
3 votes
3 answers
13
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
3 votes
2 answers
14
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
3 votes
4 answers
15
What is the time complexity for insertion in binary tree in worst case?O(1)O(log n)O(n)O(n log n)
1 votes
1 answer
17
You have a box containing 10 black and 10 blue socks.What is the minimum number of times you need to pull out so that you have a pair of the same color?
2 votes
1 answer
18
Does in iiith pgeee exam , does Reading comprehension is being asked. Do we need to prepare for it?
0 votes
0 answers
19
Do IIIT Hyderabad’s PGEE requires >60% in PCM ?
1 votes
1 answer
20
1 votes
1 answer
21
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...
3 votes
1 answer
22
If 10 and 25 are smallest numbers with multilpicative persistence of 1 and 2. What is the smallest number with multiplicative persistence of 4? 1. 772. Some No.'s 774. N...
3 votes
0 answers
23
In a min-heap with $n$ elements with the smallest element at the root, the $7^{th}$ smallest element can be found in time$\Theta (n \log n)$$\Theta (n)$$\Theta(\log n)$$\...
3 votes
0 answers
26
Which of the following system calls does not return control to the calling point, on termination?a) forkb) execc) ioctld) none of the option
1 votes
3 answers
27
void main(){ fork(); fork(); printf("Hello"); }How many time print function will execute
0 votes
1 answer
28
1 votes
2 answers
29
Which of the following can be used to realize all the boolean function A) NandB) ExorC) ANDD) Nor
2 votes
0 answers
30
By connecting Q to ___ and Q' to ____ we can achieve sequence 1,0,1,0,1..... using SR flip-flop where s is set to 1 and R to 0A) S SB) S RC) R SD) R R