IIT Bhilai Interview experience on May 2020 M.Tech 2020-21 admission
I got shortlisted along with 67 candidates for M.Tech CSE program in IIT bhilai (I have a gate score of 674 with rank AIR 970 OBC NCL category). The interview is conducted on May 11th at 3:00 pm.The interview is conduted through skype. There are three professors in the interview panel. These are the exact questions asked by them.
1. Tell me about yourself?
2. What are your favorite subjects?(I said DBMS and Algorithms)
3. How to find a primary key using Functional Dependencies?
4. What is the difference between natural join and outer join? How to perform outer join using simple relational algebra operators without using the outer join operator directly?
5. Give some examples for outer joins
6. What is a stable sorting algorithm?
7. Name some of the stable sortings?
8. How to convert any sorting algorithm to a stable sorting algorithm?
9. Give a function which is big oh of n and not omega of n.
I have answered almost all the questions correctly except 4rth question and 8th question. Please tell the answer for 4rth question if you know it. Comment it below if you know the answer.
Click follow to receive new posts.
We can perform a Natural Join only if there is at least one common attribute that exists between two relations.
ReplyDeletewe need to use outer joins to include all the tuples from the participating relations in the resulting relation either matched and unmatched both
ReplyDeleteOuter join can be performed using basic operator as follows:
ReplyDeleteGiving example of left outer join-
R LOJ S= (R NATURAL JOIN S) UNION (R-π(R NATURAL JOIN S))*(NULL,NULL,...)
Here no of times NULL will be equal to additional no of attributes for S
In this i imagine that you know how natural join is written using basic operator if not then follow this:
R NATURAL JOIN S=π(selection operator(R*S))
I hope you gote this.
nice and informative post top spoken english class in bhilai
ReplyDelete