{"id":2217,"date":"2019-10-15T06:44:36","date_gmt":"2019-10-15T06:44:36","guid":{"rendered":"https:\/\/www.ixambee.com\/blog\/?p=2217"},"modified":"2023-02-27T11:12:05","modified_gmt":"2023-02-27T05:42:05","slug":"ibps-so-some-important-it-questions","status":"publish","type":"post","link":"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions","title":{"rendered":"IBPS SO : Some Important IT Questions"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><strong>IBPS SO : Some Important IT Questions<\/strong><\/h2>\n\n\n\n<p>IBPS is an autonomous body that came into existence in the year 1984 to conduct mass level testing programmes and exams simultaneously for various organizations.Since then IBPS has evolved as a trustworthy institute to select&nbsp; the right people for the right jobs. IBPS SO is one such exam that is conducted by it every year for recruitment of Specialist Officer in various Public Sector Bank.<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Every year lakhs of candidates apply for IBPS SO to get a start in government sector. IBPS SO consists of multiple posts and <a rel=\"noreferrer noopener\" aria-label=\"IBPS SO IT Officer (opens in a new tab)\" href=\"https:\/\/www.ixambee.com\/free-mock-test\/ibps-so-it-afo-hr-marketing-pre\" target=\"_blank\">IBPS SO IT Officer<\/a> is one such post which gives a chance to all the eligible candidates who want to leave an impact in the field of technology. IBPS SO IT Officer exam will be conducted in three phases- Prelims, Mains and Interview. Those who qualify all the three stages will be appointed as a SO IT Officer in various banks. But the dream job of IBPS SO IT Officer can only be achieved if one is through with the IBPS SO IT Officer syllabus and is consistent with practicing.To help one achieve <a href=\"https:\/\/www.ixambee.com\/free-mock-test\/ibps-so-it-officer-mains\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"IBPS SO IT Officer (opens in a new tab)\">IBPS SO IT Officer<\/a> job given below are some important questions related to IT that will enhance your knowledge and boost your confidence in preparation of the forthcoming IBPS SO IT Officer exam.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>IBPS SO IT Questions<\/strong><\/h3>\n\n\n\n<p>A candidate can go through these IBPS SO IT questions.<\/p>\n\n\n\n<p>31.What is a sparse array?<br>1) Data structure for representing arrays of records<br>2) Data structure that compactly stores bits<br>3) An array in which most of the elements have the same value<\/p>\n\n\n\n<p>4)All of the above<br>5) None of the mentioned<br><\/p>\n\n\n\n<p>Answer&nbsp; : (3) Basic definition<br><\/p>\n\n\n\n<p>32.What is the time complexity of pre-order traversal in the iterative fashion?<br>1)O(1)<br>2)O(n)<br>3)O(log n)<br>4)O(nlogn)<\/p>\n\n\n\n<p>5)O(n*n)<br><\/p>\n\n\n\n<p>Answer&nbsp; : (2)<br><\/p>\n\n\n\n<p>33.To obtain a prefix expression, which of the tree traversals is used?<br>1) Level-order traversal<br>2) Pre-order traversal<br>3) Post-order traversal<br>4) In-order traversal<\/p>\n\n\n\n<p>5)None of&nbsp; these<br><\/p>\n\n\n\n<p>Answer&nbsp; : (2)<br><\/p>\n\n\n\n<p>34.Inventors of AVL tree are<\/p>\n\n\n\n<p>1)Adelson-Velsky <br>2)Landis <br>3)Both 1 and 2<br>4)Adel<\/p>\n\n\n\n<p>5)None of these<br><\/p>\n\n\n\n<p>Answer: (3)AVL tree (named after inventors Adelson-Velsky and Landis) is a self-balancing binary search tree. It was the first such data structure to be invented. In an AVL tree, the heights of the two child subtrees of any node differ by at most one; if at any time they differ by more than one, rebalancing is done to restore this property.<br><\/p>\n\n\n\n<p>35.Heap exhibits the property of a binary tree?<br>1) True<br>2) False<br><\/p>\n\n\n\n<p>Answer&nbsp; : (1)Yes, Because the leaf nodes are present at height h or h-1, which is a property of complete binary tree.<br><\/p>\n\n\n\n<p>36.Heap can be used as ________________<br>1) Priority queue<br>2) Stack<br>3) A decreasing order array<\/p>\n\n\n\n<p>4)An increasing order array<br>5) None of the mentioned<br><\/p>\n\n\n\n<p>Answer&nbsp; : (1)The property of heap that the value of root must be either greater or less than both of its children makes it work like a priority queue.<br><\/p>\n\n\n\n<p>37.If several elements are competing for the same bucket in the hash table, what is it called?<br>1) Diffusion<br>2) Replication<br>3) Collision<\/p>\n\n\n\n<p>4)Redundancy<br>5) None of the mentioned<br><\/p>\n\n\n\n<p>Answer : (3)<br><\/p>\n\n\n\n<p>38.What is a hash function?<br>1) A function has allocated memory to keys<br>2) A function that computes the location of the key in the array<br>3) A function that creates an array<\/p>\n\n\n\n<p>4)A function has deallocated memory to keys<br>5) None of the mentioned<br><\/p>\n\n\n\n<p>Answer : (2)In a hash table, there are fewer array positions than the keys, so the position of the key in the array has to be computed, this is done using the hash function.<br><\/p>\n\n\n\n<p>39.A connected planar graph having 6 vertices, 7 edges contains _____________ regions.<br>1) 15<br>2) 3<br>3) 1<br>4) 11<\/p>\n\n\n\n<p>5)15<br><\/p>\n\n\n\n<p>Answer&nbsp; : (2)By euler\u2019s formula the relation between vertices(n), edges(q) and regions(r) is given by n-q+r=2.<br><\/p>\n\n\n\n<p>40.What is the maximum number of edges in a bipartite graph having 10 vertices?<br>1) 24<br>2) 21<br>3) 25<br>4) 16<\/p>\n\n\n\n<p>5)15<br><\/p>\n\n\n\n<p>Answer&nbsp; : (3)Total number of edges would be n*(10-n), differentiating with respect to n, would yield the answer.<br><\/p>\n\n\n\n<p>&nbsp;So a candidate should start their preparation as early as possible because as an IBPS SO IT Officer one is not only responsible for taking care of software and network system but an IBPS SO IT Officer also has to evaluate new technology,maintain databases for the successful implementation and growth of the bank,whose prosperity is very important for a nation to be developed.<br><\/p>\n\n\n\n<p>ixamBee is always there to help its students achieve their dreams and be successful in whatever they aspire to do.<\/p>\n\n\n\n<p><strong>Also Read:<\/strong><\/p>\n\n\n\n<p><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.ixambee.com\/blog\/ibps-so-prelims-tips-and-tricks-for-the-night-before-exam\" target=\"_blank\">https:\/\/www.ixambee.com\/blog\/ibps-so-prelims-tips-and-tricks-for-the-night-before-exam<\/a><\/p>\n\n\n\n<p><em>Get Free<\/em><a href=\"https:\/\/www.ixambee.com\/free-mock-tests\">&nbsp;<em>Online Test Series<\/em><\/a><em>,<\/em><a href=\"https:\/\/www.ixambee.com\/beepedia-current-affairs\">&nbsp;<em>Daily GK Update<\/em><\/a><em>,<\/em><a href=\"https:\/\/www.ixambee.com\/pib\">&nbsp;<em>PIB Current Affairs<\/em><\/a><em>,<\/em><a href=\"https:\/\/www.ixambee.com\/banking-awareness-weekly-pdf\">&nbsp;<em>Banking Awareness<\/em><\/a><em>&nbsp;as well as latest updates for<\/em><a href=\"https:\/\/www.ixambee.com\/free-mock-tests\/bank-po-exams\">&nbsp;<em>Bank PO<\/em><\/a><em>,<\/em><a href=\"https:\/\/www.ixambee.com\/free-mock-tests\/bank-clerk-exams\">&nbsp;<em>Bank Clerk<\/em><\/a><em>,<\/em><a href=\"https:\/\/www.ixambee.com\/free-mock-tests\/ssc-exams\">&nbsp;<em>SSC<\/em><\/a><em>,<\/em><a href=\"https:\/\/www.ixambee.com\/free-mock-tests\/rbi-exams\">&nbsp;<em>RBI<\/em><\/a><em>,<\/em><a href=\"https:\/\/www.ixambee.com\/free-mock-tests\/nabard-exams\">&nbsp;<em>NABARD&nbsp;<\/em><\/a><em>and Other<\/em><a href=\"https:\/\/www.ixambee.com\/exams\">&nbsp;<em>Government Jobs.<\/em><\/a><br><\/p>\n\n\n<p><span style=\"position:absolute;visibility: collapse;\"><a href=\"https:\/\/credit-n.ru\/zaymyi-next.html\">\u0437\u0430\u0439\u043c \u043d\u0430 \u043a\u0430\u0440\u0442\u0443 \u0431\u0435\u0437 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u043a\u0440\u0435\u0434\u0438\u0442\u043d\u043e\u0439 \u0438\u0441\u0442\u043e\u0440\u0438\u0438<\/a><a href=\"https:\/\/credit-n.ru\">\u0447\u0430\u0441\u0442\u043d\u044b\u0439 \u0437\u0430\u0439\u043c \u0441\u0440\u043e\u0447\u043d\u043e<\/a><a href=\"https:\/\/credit-n.ru\/zaymyi.html\">\u0431\u044b\u0441\u0442\u0440\u044b\u0439 \u0437\u0430\u0439\u043c \u0431\u0435\u0437\u0440\u0430\u0431\u043e\u0442\u043d\u044b\u043c<\/a><\/span><\/p>","protected":false},"excerpt":{"rendered":"<p>IBPS SO : Some Important IT Questions IBPS is an autonomous body that came into existence in the year 1984 to conduct mass level testing programmes and exams simultaneously for various organizations.Since then IBPS has evolved as a trustworthy institute to select&nbsp; the right people for the right jobs. IBPS SO is one such exam [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":2453,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-2217","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-exams"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>IBPS SO IT Officer:Some Important questions for IBPS SO IT Officer<\/title>\n<meta name=\"description\" content=\"IBPS SO IT Officer:A Quick Look Into Some Important and Basic IBPS SO IT Officer Questions With Detailed Explanation\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"IBPS SO IT Officer:Some Important questions for IBPS SO IT Officer\" \/>\n<meta property=\"og:description\" content=\"IBPS SO IT Officer:A Quick Look Into Some Important and Basic IBPS SO IT Officer Questions With Detailed Explanation\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions\" \/>\n<meta property=\"og:site_name\" content=\"ixambee\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ixambee\" \/>\n<meta property=\"article:published_time\" content=\"2019-10-15T06:44:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-02-27T05:42:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.ixambee.com\/wp-content\/uploads\/2019\/10\/so-it.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Himani Dhauni\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@ixambee\" \/>\n<meta name=\"twitter:site\" content=\"@ixambee\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Himani Dhauni\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions#article\",\"isPartOf\":{\"@id\":\"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions\"},\"author\":{\"name\":\"Himani Dhauni\",\"@id\":\"https:\/\/blog.ixambee.com\/#\/schema\/person\/c3513fa8e74a1af38943bfa6cd8a1bdb\"},\"headline\":\"IBPS SO : Some Important IT Questions\",\"datePublished\":\"2019-10-15T06:44:36+00:00\",\"dateModified\":\"2023-02-27T05:42:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions\"},\"wordCount\":806,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/blog.ixambee.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.ixambee.com\/wp-content\/uploads\/2019\/10\/so-it.png\",\"articleSection\":[\"Exams\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions\",\"url\":\"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions\",\"name\":\"IBPS SO IT Officer:Some Important questions for IBPS SO IT Officer\",\"isPartOf\":{\"@id\":\"https:\/\/blog.ixambee.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions#primaryimage\"},\"image\":{\"@id\":\"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.ixambee.com\/wp-content\/uploads\/2019\/10\/so-it.png\",\"datePublished\":\"2019-10-15T06:44:36+00:00\",\"dateModified\":\"2023-02-27T05:42:05+00:00\",\"description\":\"IBPS SO IT Officer:A Quick Look Into Some Important and Basic IBPS SO IT Officer Questions With Detailed Explanation\",\"breadcrumb\":{\"@id\":\"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions#primaryimage\",\"url\":\"https:\/\/blog.ixambee.com\/wp-content\/uploads\/2019\/10\/so-it.png\",\"contentUrl\":\"https:\/\/blog.ixambee.com\/wp-content\/uploads\/2019\/10\/so-it.png\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/blog.ixambee.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"IBPS SO : Some Important IT Questions\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.ixambee.com\/#website\",\"url\":\"https:\/\/blog.ixambee.com\/\",\"name\":\"ixambee\",\"description\":\"Bringing the latest exam news to you.\",\"publisher\":{\"@id\":\"https:\/\/blog.ixambee.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.ixambee.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/blog.ixambee.com\/#organization\",\"name\":\"ixamBee\",\"url\":\"https:\/\/blog.ixambee.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.ixambee.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.ixambee.com\/blog\/wp-content\/uploads\/2022\/10\/blue_logo.png\",\"contentUrl\":\"https:\/\/www.ixambee.com\/blog\/wp-content\/uploads\/2022\/10\/blue_logo.png\",\"width\":127,\"height\":53,\"caption\":\"ixamBee\"},\"image\":{\"@id\":\"https:\/\/blog.ixambee.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/ixambee\",\"https:\/\/x.com\/ixambee\",\"https:\/\/www.youtube.com\/channel\/UCwB1sptW5PPeaXnrW5Yb3-A\",\"https:\/\/instagram.com\/ixambee\",\"https:\/\/in.linkedin.com\/company\/ixambee\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/blog.ixambee.com\/#\/schema\/person\/c3513fa8e74a1af38943bfa6cd8a1bdb\",\"name\":\"Himani Dhauni\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.ixambee.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/4c074ba2abbc5970f0233c14bafd5d32?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/4c074ba2abbc5970f0233c14bafd5d32?s=96&d=mm&r=g\",\"caption\":\"Himani Dhauni\"},\"description\":\"Assistant Manager- Content Development @ ixamBee. Himani has completed her PG in Earth Sciences and believes in educating, informing and cultivating readers through her writing. She wants to explore every field in life because she believes knowledge is limitless. She is a nature lover, traveller and explorer and believes in the saying - Never say, you do not have any choice, it's always your choice because no matter what age or what stage you are, you always have the freedom to go for your choice of career in life.She has cleared IBPS PO exam and reached up to interview stage.\",\"url\":\"https:\/\/blog.ixambee.com\/author\/himani\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"IBPS SO IT Officer:Some Important questions for IBPS SO IT Officer","description":"IBPS SO IT Officer:A Quick Look Into Some Important and Basic IBPS SO IT Officer Questions With Detailed Explanation","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions","og_locale":"en_US","og_type":"article","og_title":"IBPS SO IT Officer:Some Important questions for IBPS SO IT Officer","og_description":"IBPS SO IT Officer:A Quick Look Into Some Important and Basic IBPS SO IT Officer Questions With Detailed Explanation","og_url":"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions","og_site_name":"ixambee","article_publisher":"https:\/\/www.facebook.com\/ixambee","article_published_time":"2019-10-15T06:44:36+00:00","article_modified_time":"2023-02-27T05:42:05+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/blog.ixambee.com\/wp-content\/uploads\/2019\/10\/so-it.png","type":"image\/png"}],"author":"Himani Dhauni","twitter_card":"summary_large_image","twitter_creator":"@ixambee","twitter_site":"@ixambee","twitter_misc":{"Written by":"Himani Dhauni","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions#article","isPartOf":{"@id":"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions"},"author":{"name":"Himani Dhauni","@id":"https:\/\/blog.ixambee.com\/#\/schema\/person\/c3513fa8e74a1af38943bfa6cd8a1bdb"},"headline":"IBPS SO : Some Important IT Questions","datePublished":"2019-10-15T06:44:36+00:00","dateModified":"2023-02-27T05:42:05+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions"},"wordCount":806,"commentCount":0,"publisher":{"@id":"https:\/\/blog.ixambee.com\/#organization"},"image":{"@id":"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions#primaryimage"},"thumbnailUrl":"https:\/\/blog.ixambee.com\/wp-content\/uploads\/2019\/10\/so-it.png","articleSection":["Exams"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions#respond"]}]},{"@type":"WebPage","@id":"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions","url":"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions","name":"IBPS SO IT Officer:Some Important questions for IBPS SO IT Officer","isPartOf":{"@id":"https:\/\/blog.ixambee.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions#primaryimage"},"image":{"@id":"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions#primaryimage"},"thumbnailUrl":"https:\/\/blog.ixambee.com\/wp-content\/uploads\/2019\/10\/so-it.png","datePublished":"2019-10-15T06:44:36+00:00","dateModified":"2023-02-27T05:42:05+00:00","description":"IBPS SO IT Officer:A Quick Look Into Some Important and Basic IBPS SO IT Officer Questions With Detailed Explanation","breadcrumb":{"@id":"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions#primaryimage","url":"https:\/\/blog.ixambee.com\/wp-content\/uploads\/2019\/10\/so-it.png","contentUrl":"https:\/\/blog.ixambee.com\/wp-content\/uploads\/2019\/10\/so-it.png","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/blog.ixambee.com\/ibps-so-some-important-it-questions#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blog.ixambee.com\/"},{"@type":"ListItem","position":2,"name":"IBPS SO : Some Important IT Questions"}]},{"@type":"WebSite","@id":"https:\/\/blog.ixambee.com\/#website","url":"https:\/\/blog.ixambee.com\/","name":"ixambee","description":"Bringing the latest exam news to you.","publisher":{"@id":"https:\/\/blog.ixambee.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.ixambee.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/blog.ixambee.com\/#organization","name":"ixamBee","url":"https:\/\/blog.ixambee.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.ixambee.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.ixambee.com\/blog\/wp-content\/uploads\/2022\/10\/blue_logo.png","contentUrl":"https:\/\/www.ixambee.com\/blog\/wp-content\/uploads\/2022\/10\/blue_logo.png","width":127,"height":53,"caption":"ixamBee"},"image":{"@id":"https:\/\/blog.ixambee.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/ixambee","https:\/\/x.com\/ixambee","https:\/\/www.youtube.com\/channel\/UCwB1sptW5PPeaXnrW5Yb3-A","https:\/\/instagram.com\/ixambee","https:\/\/in.linkedin.com\/company\/ixambee"]},{"@type":"Person","@id":"https:\/\/blog.ixambee.com\/#\/schema\/person\/c3513fa8e74a1af38943bfa6cd8a1bdb","name":"Himani Dhauni","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.ixambee.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/4c074ba2abbc5970f0233c14bafd5d32?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4c074ba2abbc5970f0233c14bafd5d32?s=96&d=mm&r=g","caption":"Himani Dhauni"},"description":"Assistant Manager- Content Development @ ixamBee. Himani has completed her PG in Earth Sciences and believes in educating, informing and cultivating readers through her writing. She wants to explore every field in life because she believes knowledge is limitless. She is a nature lover, traveller and explorer and believes in the saying - Never say, you do not have any choice, it's always your choice because no matter what age or what stage you are, you always have the freedom to go for your choice of career in life.She has cleared IBPS PO exam and reached up to interview stage.","url":"https:\/\/blog.ixambee.com\/author\/himani"}]}},"_links":{"self":[{"href":"https:\/\/blog.ixambee.com\/wp-json\/wp\/v2\/posts\/2217","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.ixambee.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.ixambee.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.ixambee.com\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.ixambee.com\/wp-json\/wp\/v2\/comments?post=2217"}],"version-history":[{"count":6,"href":"https:\/\/blog.ixambee.com\/wp-json\/wp\/v2\/posts\/2217\/revisions"}],"predecessor-version":[{"id":17221,"href":"https:\/\/blog.ixambee.com\/wp-json\/wp\/v2\/posts\/2217\/revisions\/17221"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.ixambee.com\/wp-json\/wp\/v2\/media\/2453"}],"wp:attachment":[{"href":"https:\/\/blog.ixambee.com\/wp-json\/wp\/v2\/media?parent=2217"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.ixambee.com\/wp-json\/wp\/v2\/categories?post=2217"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.ixambee.com\/wp-json\/wp\/v2\/tags?post=2217"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}