2023 2024 Student Forum > Management Forum > Main Forum

 
  #1  
21st August 2014, 09:43 AM
Unregistered
Guest
 
SAIL Management Trainee (MT) Computer Science Question Papers

Will you please provide me the sample question paper of SAIL Management Trainee (MT) Computer Science Exam??
Similar Threads
Thread
Sail Management Trainee Computer Science Syllabus
SAIL Management Trainee Question Papers PDF
Sail Management Trainee Question Paper Computer Science
HAL placement papers computer science for management trainee
Sail Management Trainee Previous Papers for Computer Science
Previous Year Papers of SAIL Management Trainee Exam for Computer Science
Previous year question papers of SAIL Management Trainee for electronics
Hal management trainee computer science previous papers
Guide to SAIL Computer Science & Engineering (Management Trainee (Technical)
Sail Management Trainee Computer Science Previous Year Paper
Sail Management Trainee Technical Question Paper for Computer Science
Question papers of SAIL (Management Trainee) for Instrumentation
SAIL Management Trainee Computer Science Cut Off
HAL Management Trainee Computer Science and Engineering previous papers
Steel Authority of India Ltd - SAIL Management Trainee Computer Science Engineering p
SAIL Management Trainee question papers
SAIL Management Trainees(Technical) in Computer Science Question Paper
Steel Authority of India Ltd – SAIL Management Trainee previous year question papers
SAIL Management Trainee Previous Question Papers
Steel Authority of India Ltd – SAIL Management Trainee last year question papers
  #2  
21st August 2014, 12:09 PM
Super Moderator
 
Join Date: Apr 2013
Re: SAIL Management Trainee (MT) Computer Science Question Papers

Here I am sharing the sample question paper of SAIL Management Trainee (MT) Computer Science Exam

1. Which one of the following in NOT necessarily a property of a Group?
(A) Commutativity (B) Associativity
(C) Existence of inverse for every element (D) Existence of identity

2. What is the chromatic number of an n-vertex simple connected graph which does
not contain any odd length cycle? Assume n³ 2.
(A) 2 (B) 3 (C) n-1 (D) n

3. Which one of the following is TRUE for any simple connected undirected graph
with more than 2 vertices?
(A) No two vertices have the same degree.
(B) At least two vertices have the same degree.
(C) At least three vertices have the same degree.
(D) All vertices have the same degree.

4. Consider the binary relation R = {(x,y), (x,z), (z,x), (z,y)} on the set {x,y,z}.
Which one of the following is TRUE?
(A) R is symmetric but NOT antisymmetric
(B) R is NOT symmetric but antisymmetric
(C) R is both symmetric and antisymmetric
(D) R is neither symmetric nor antisymmetric

5. (1217)8 is equivalent to
(A) (1217)16 (B) (028F)16 (C) (2297)10 (D) (0B17)16

6. What is the minimum number of gates required to implement the Boolean
function (AB+C) if we have to use only 2-input NOR gates?
(A) 2 (B) 3 (C) 4 (D) 5

7. How many 32K x 1 RAM chips are needed to provide a memory capacity of 256Kbytes?
(A) 8 (B) 32 (C) 64 (D) 128

8. A CPU generally handles an interrupt by executing an interrupt service routine
(A) As soon as an interrupt is raised
(B) By checking the interrupt register at the end of fetch cycle.
(C) By checking the interrupt register after finishing the execution of the current
instruction.
(D) By checking the interrupt register at fixed time intervals.

9. In which one of the following page replacement policies, Belady’s anomaly may
occur?
(A) FIFO (B) Optimal (C) LRU (D) MRU

10. The essential content(s) in each entry of a page table is / are
(A) Virtual page number
(B) Page frame number
(C) Both virtual page number and page frame number
(D) Access right information

11. What is the number of swaps required to sort n elements using selection sort, in
the worst case?
(A) (n) q (B) (n log n) q (C) 2 (n ) q (D) 2 (n log n) q

12. S aSa bSb a b ® ;The language generated by the above grammar over the
alphabet {a,b} is the set of
(A) All palindromes.
(B) All odd length palindromes.
(C) Strings that begin and end with the same symbol
(D) All even length palindromes.

13. Which of the following statement(s) is / are correct regarding Bellman-Ford
shortest path algorithm?
P. Always finds a negative weighted cycle, if one exists.
Q. Finds whether any negative weighted cycle is reachable from the source.
(A) P only (B) Q only
(C) both P and Q (D) Neither P nor Q

14. Let A p be a problem that belongs to the class NP. Then which one of the
following is TRUE?
(A) There is no polynomial time algorithm for A p .
(B) If A p can be solved deterministically in polynomial time, then P = NP.
(C) If A p is NP-hard, then it is NP-complete.
(D) A p may be undecidable.

15. Which one of the following languages over the alphabet {0,1} is described by the
regular expression: (0+1)*0(0+1)*0(0+1)*?
(A) The set of all strings containing the substring 00.
(B) The set of all strings containing at most two 0’s.
(C) The set of all strings containing at least two 0’s.
(D) The set of all strings that begin and end with either 0 or 1.

16. Which one of the following is FALSE?
(A) There is unique minimal DFA for every regular language
(B) Every NFA can be converted to an equivalent PDA.
(C) Complement of every context-free language is recursive.
(D) Every nondeterministic PDA can be converted to an equivalent deterministic
PDA.

17. Match all items in Group 1 with correct options from those given in Group 2.
Group 1 Group 2
P. Regular expression 1. Syntax analysis
Q. Pushdown automata 2. Code generation
R. Dataflow analysis 3. Lexical analysis
S. Register allocation 4. Code optimization
(A) P-4. Q-1, R-2, S-3 (B) P-3, Q-1, R-4, S-2
(C) P-3, Q-4, R-1, S-2 (D) P-2, Q-1, R-4, S-3
  #3  
9th December 2015, 03:18 PM
Unregistered
Guest
 
Re: SAIL Management Trainee (MT) Computer Science Question Papers

Hello, I want to give the SAIL Management Trainee (MT) Computer Science paper and I want the papers of the exam.
  #4  
9th December 2015, 03:34 PM
Super Moderator
 
Join Date: Apr 2013
Re: SAIL Management Trainee (MT) Computer Science Question Papers

Hello, here I am providing you the sample questions asked in the SAIL Management Trainee (MT) Computer Science paper as under:

1. What is the output ?


2. Which one is the OOP LANGUAGE?
a. Small talk, b. Pascal. c. Basic


3. Which is not the features of OOP
a. Reflection b. Encapsulation, c. Abstraction d. Inheritence


4. What is the typed language of C++
a. Static b. Dynamic c. Link-binding


5. Which property of OOP makes let the user know only the functinality of method but not the detail how it is working
a. Abstraction b. Encapsulation c. Inheritance


6. How you define abstract class in C++
a. Using abstract method b. By writing keyword "abstract". c etc


7. Which one is the two way linked list
a. Circular link list b. Node having header and trailer in the list C. Array


8. Which one uses the indexing
a. Linklist b. Arrays c. Stack d. Queue


9. Which is having many to many mapping
a. graph, b. tree, c. stack etc


10. Which one is not the behaviour of binary search
a. Deletion of any node. b. comparing with the middle value. etc


11. When data moves from lower layer to upper layer in OSI then what happens to headed
a. Removed b. Added.


12. What is called packets in network layer
a. Datagram b. Frame. etc


13. What switching is used in conventional land line
a. Packet b. Circuit. etc


14. What scheduling algo is used for real time OS
a. Round robin b. FIFO. c. Pre-emptive. etc


15. How many layers are there in OSI model
a. 7 b. 8 c. 6 etc


16. Repeaters work in which layer
a. Datalink b. physical c. Network etce


17. Process to process communication happens in layer
a. Session b. Transport c. Application d. Network


18. Which one is not in application layer
a. FTP b. TFTP. c. Virtual network terminal.


19. Which one return the acknowledgement
a. UDP. b. TCP etc


20. Which one is DDL
a. Trancate b. Delete c. Both d. None


Quick Reply
Your Username: Click here to log in

Message:
Options




All times are GMT +5. The time now is 11:50 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
SEO by vBSEO 3.6.0 PL2

1 2 3 4