Search your Topic HERE....

February 08, 2015

IBPS IT Officers Professional Knowledge Quiz - Set 7

85 comments

sponsored links

  1. Two main measures for the efficiency of an algorithm are 
    1. Processor and memory 
    2. Complexity and Capacity 
    3. Time and Space
    4. Data and Space
    5. None of these
  2. The time factor when determining the efficiency of algorithm is measured by
    1. Counting microseconds
    2. Counting the number of key operations 
    3. Counting the number of statements 
    4. Counting the kilobytes of algorithm 
    5. None of these
  3. The space factor when determining the efficiency of algorithm is measured by ? 
    1. counting the maximum memory needed by the algorithm 
    2. coning the minimum memory needed by the algorithm 
    3. counting the average memory needed by the algorithm 
    4. counting the maximum disk space needed by the algorithm 
    5. None of these
  4. Which of the following case does not exist in complexity theory 
    1. Best case
    2. Worst Case 
    3. Average case 
    4. Null case 
    5. None of these
  5. The Worst case occur in linear search algorithm when 
    1. Item is somewhere in the middle of the array 
    2. Item is not in the array at all
    3. Item is the last element in the array 
    4. Item is the last element in the array or is not there at all 
    5. None of these
  6. The Average case occur in linear search algorithm 
    1. when item is somewhere in the middle of the array 
    2. when item is not in the array at all 
    3. when item is the last element in the array 
    4. when item is the last element in the array or is not there at all 
    5. None of these
  7. The complexity of linear search algorithm is 
    1. O(n)
    2. O(log n)
    3. O(n2)
    4. O(n log n)
    5. None of these
  8. Some code optimizations are carried out on the intermediate code because
    1. they enhance the portability of the compiler to other target processors
    2. program analysis is more accurate on intermediate code than on machine code
    3. the information from data flow analysis cannot be used for optimization
    4. the information from the front end cannot be used for optimization
    5. None of these
  9. The complexity of Bubble sort algorithm is 
    1. O(n)
    2. O(log n)
    3. O(n2)
    4. O(n long n)
    5. None of these
  10. Each array declaration need not give, implicitly or explicitly, the information about 
    1. the name of array 
    2. the data type of array 
    3. the first data from the set to be stored 
    4. the index set of the array 
    5. None of these
  11. Queue can be used to implement ?
    1. radix sort 
    2. quick sort 
    3. recursion
    4. depth first search 
    5. None of these
  12. The number of binary trees with 3 nodes which when traversed in post order gives the sequence A, B, C is ?
    1. 3
    2. 9
    3. 7
    4. 5
    5. None of these
  13. The average search time of hashing with linear probing will be less if the load factor ?
    1. is far less than one
    2. equals one 
    3. is far greater than one
    4. all of the above 
    5. None of these
  14. A binary tree that has n leaf nodes. The number of nodes of degree 2 in this tree is ?
    1. log2n
    2. n-1
    3. n
    4. 2n
    5. None of these
  15. As part of maintenance work, you are entrusted with the work of rearranging the library books in a shelf in proper order, at the end of each day. The ideal choice will be ?
    1. Bubble sort
    2. Insertion sort 
    3. Selection sort 
    4. Heap sort 
    5. None of these
  16. The way a card game player arranges his cards as he picks them up one by one, is an example of ?
    1. bubble sort 
    2. selection sort 
    3. insertion sort 
    4. merge sort 
    5. None of these
  17. The average successful search time for sequential search on 'n' times is ?
    1. n/2
    2. (n-1)/2
    3. (n+2)/2
    4. log(n)+1
    5. None of these
  18. Linked lists are suitable for which of the following problems ? 
    1. Insertion sort 
    2. Binary search 
    3. Radix sort 
    4. Polynomial manipulation 
    5. None of these
  19. The lexical analysis for a modern computer language such as Java needs the power of which one of the following machine models in a necessary and sufficient sense ?
    1. Finite state automata 
    2. Deterministic push down automata
    3. Non-deterministic push down automata
    4. Turing machine 
    5. None of these
  20. Which data structure in a compiler is used for managing information about variables and their attributes ?
    1. Abstract syntax-tree 
    2. Symbol table 
    3. Semantic stack 
    4. Parser table 
    5. None of these


85 comments:

  1. They barely go to this level !

    ReplyDelete
  2. i think this paper is more for btech not for SO last time questions are completely different from what gr8ambitionz is posting.

    ReplyDelete
  3. No notes. Purchase books, gk magzines, follow websites, newspaper. that is it.

    ReplyDelete
  4. plz give more last year question paper all section for ibps so it officer????

    ReplyDelete
  5. anyone is there who is going to write SO MARKtng officer???

    ReplyDelete
  6. ek baar coaching laga lo.....ek direction mil jayegi

    ReplyDelete
  7. Plz guys tell me what my chance in po
    Obc 89 with avg interview

    ReplyDelete
  8. hi friends my interview was on feb 14 ..getting tense vn days r approaching .....

    ReplyDelete
  9. Same here on 14 th feb pune

    ReplyDelete
  10. Hey mine is on 19th in Pune,please share your interview experience after its done.

    ReplyDelete
  11. in office assistant only just 135 only, U?

    ReplyDelete
  12. u r frm which state n category?

    ReplyDelete
  13. if we don't know few words in local language can we use english words in between?...

    ReplyDelete
  14. s. tat is not a prob..

    ReplyDelete
  15. What are your marks bro?

    ReplyDelete
  16. Brothers realyy

    ReplyDelete
  17. I hv 139 Oa 94 os form apply krta rhu any chance

    ReplyDelete
  18. Hi ...good about this ...share any good material for IT SYLLABUS

    ReplyDelete
  19. Ashok Kumar boddupallyFebruary 9, 2015 at 12:42 AM

    Great pooja..thankyou...

    ReplyDelete
  20. Date of interviews are on what basis? marks/roll nos?

    ReplyDelete
  21. Punjab.. category sc

    ReplyDelete
  22. Mahila bank
    Sbi
    Icici
    Nw u find d names of dez bnks cmdz

    ReplyDelete
  23. To Get more IBPS SO Practice Set Questions Visit: http://www.ibpsguide.com/search/label/ibps%20so

    ReplyDelete
  24. Hey wht was ur ovrol score..did u gt selctd n wht was d cutoff for general last yr

    ReplyDelete
  25. hi frds., SVC Bank is public or private sector

    ReplyDelete
  26. 18the question linked lists are not suitable for

    ReplyDelete
  27. OS1 85 & OA 151 Tamilnadu SC.. Definately No chance for OS1..That i know... What about OA??? IS THERE ANY CHANCE???

    ReplyDelete
  28. sorting algorithm complexities..

    ReplyDelete
  29. clerk interview vnda

    ReplyDelete
  30. yar ye us year ka intervw h

    ReplyDelete
  31. lady cmds,lady cm ?

    ReplyDelete
  32. bmb bank - usha ananthsubramanyam
    icici - snadha kochar
    axis bank - shika sharma

    ReplyDelete
  33. and sbi- arundadhi bhatacharya

    ReplyDelete
  34. can anyone pls define monetary policy

    ReplyDelete
  35. u r from which city??

    ReplyDelete
  36. 169 ofc asst oa .....but no chance yet...kya cutoff kabhi down hogi

    ReplyDelete
  37. bhai vacancy nahi rehegi....next year me add ho jayegi

    ReplyDelete
  38. Cso pr 12 a/c ka target h per month

    ReplyDelete
  39. koi second list bbhi aati hai ya vacant seat next rrb exam ke liye reserve ho jati hai...plzs reply

    ReplyDelete
  40. u want notes??? i have some e-books

    ReplyDelete
  41. this was my prv yrs exp...bt bad luk i was plcd in reserve list guys

    ReplyDelete
  42. if they ask in english u shuld rply in eng..if telugu den use telugu

    ReplyDelete
  43. no bhavani i was plcd in resrve list..for gen last selection was upto 63.6 bt i scrd 63 and was plcd in reserve list

    ReplyDelete
  44. r u working now?

    ReplyDelete
  45. Shikha sharma :axis bank

    ReplyDelete
  46. Wow pooja u should be selected all d best pooja :)

    ReplyDelete
  47. is u r certificate in ibps format then date is no issue all the best

    ReplyDelete
  48. IBPS CLERICAL INTERVIEW dates are on what basis? Marks/Roll nos/Categories?

    ReplyDelete
  49. 126 in os1 kuch chance hai kya in up

    ReplyDelete
  50. ok...apna e-mail id de do....waise mera interview hai wednesday ko...to main thursday ko de dunga

    ReplyDelete
  51. Jaiswalsonam27@gmail.com

    ReplyDelete
  52. thursday ko mail kar dunga....

    ReplyDelete
  53. mail mil jaye to reply kar dena......bye

    ReplyDelete
  54. i have one douth ? i am prabhu kumar i belong to tamil nadu state. can i apply the government job for those which calling from other state in state level

    ReplyDelete
  55. same prob is wid me :( :(

    ReplyDelete
  56. Im avnish gautam my rrb office assistant marks 101 so any chance

    ReplyDelete
  57. gud chances for u...

    ReplyDelete
  58. bright chances for OA, surely u will IN..

    ReplyDelete
  59. frnds ye vacancey all over india hai ya sirf mumbai walo ke liye ???

    ReplyDelete
  60. Thanks sathish. But people are with high scores ( 160 +). So the competition would be high.

    ReplyDelete
  61. Mostly vacancy are for mumbai

    ReplyDelete
  62. tell me the important notes on ibps it officer do u have?

    ReplyDelete
  63. It has been along time but no notifications yet from Tamilnadu Grameen banks.....My score is 110 in OS1 (obc).Will I get Interview call.I lost IBPS PO by 3 marks....

    ReplyDelete

Related Posts Plugin for WordPress, Blogger...