Go Back   2023 2024 Courses.Ind.In > Main Category > Main Forum

  #1  
Old July 2nd, 2016, 04:28 PM
Senior Member
 
Join Date: Feb 2014
Default Download Previous Year Question Paper Of SBI Specialist Officer

Discuss about download previous year question paper of sbi specialist officer here. Welcome to Courses.ind.in and this page is for download previous year question paper of sbi specialist officer discussion. If you are looking for information on download previous year question paper of sbi specialist officer then ask your question is as much details as possible in the “Reply” box provided below. The more detailed your question will be, the more easy will it be for our experts to answers your query. And if you have any updated or latest information on download previous year question paper of sbi specialist officer, then please share you knowledge with our experts in the “Reply” box below. Your reply will be published here and your knowledge can help many people. Thanks for stopping by at Courses.ind.in. Please visit again.
Reply With Quote Quick reply to this message
  #2  
Old March 30th, 2018, 04:55 PM
Unregistered
Guest
 
Default Re: download previous year question paper of sbi specialist officer

Hi buddy here I have come to collect Previous Year Question Paper Of SBI Specialist Officer exam so will you plz let me know from where I can do download it ??
Reply With Quote Quick reply to this message
  #3  
Old March 30th, 2018, 04:56 PM
Super Moderator
 
Join Date: Aug 2012
Default Re: download previous year question paper of sbi specialist officer

As you want here I am giving below Previous Year Question Paper Of SBI Specialist Officer on your demand :


In SQL, which of the following is not a data Manipulation Language Commands?
Delete
Select
Update
Create
None of the above
The value for an attribute or a column are drawn from a set of values known as –
Tuples
Attributes
Domain
Column
None of these
Entities having primary key are called
Primary Key
Strong entities
Weak entities
Primary Key
None Of these
Which of the following is not a type of SQL statement?
Data Manipulation Language (DML)
Data Definition Language (DDL)
Data Control Language (DCL)
Data Communication Language (DCL)
None of these
Which of the following is not included in DML (Data Manipulation Language)
INSERT
UPDATE
DELETE
CREATE
None of these
TRUNCATE statement in SQL is a –
DML statement
DDL statement
DCL statement
DSL statement
None of these
To discard all pending data changes
COMMIT
ROLLBACK
SAVEPOINT
LOCK
None of these
Which of the following term is related to the stack?
TOP
PUSH
POP
Rear
A, B and C.
In Queues, the end from where items inserted is called
Rear
Front
Top
Base
None of these
Which protocol is used for browsing website:
TCP
FITFP
FTP
TFTP
None of these
Which of the following is a browser?
Netscape Navigator
Mosaic
Mozilla Firefox
Google chrome
All of these
Black Box Testing sometime called –
Data flow testing
Loop testing
Behavioral testing
Graph based testing
None of these
The Objective of testing is
Debugging
To uncover errors
To gain modularity
To analyze system
None of these
Choose the right sequence of SDLC (Software development life cycle) steps
Design, Requirement Analysis, Coding, Testing
Requirement Analysis, Design, Coding, Testing
Requirement Analysis, Design, Testing, Coding
Requirement Analysis, Coding, Design, Testing
None of these
The drawback of the binary tree sort are remedied by the
Linear Sort
Quick Sort
Heap Sort
Insertion Sort
All of these
Round robin scheduling is essentially the preemptive version of
FIFO
Shortest job first
Shortest remaining
Longest time first
None of these
____ is the situation in which a process is waiting on another process, which is also waiting on another process which is waiting on the first process. None of the processes involved in this circular wait are making progress.
Deadlock
Starvation
Dormant
All of these
None of these
Assembly language is a _____
Low Level Language
Middle Level Language
High level Language
User Language
None of these
Which of the following is a type of translator?
Assembler
Compiler
Interpreter
All of the Above
None of these
Multiprogramming systems ___
Are easier to develop than single programming
Execute each job faster
Execute more jobs in the same time
Are used only on large main frame computers
None of these
The mechanism by which the data and functions are bound together with an
Inheritance
Encapsulation
Abstraction
Polymorphism
None of these
The OSI model consists of ___layers.
Nine
Eight
Seven
Five
Eleven
Decryption & Encryption of data are the responsibility of the ___ layer.
Physical
Data link
Presentation
Session
Application
LANs can be connected by devices called ____ which operate in the data link layer?
Hub
Bridges
HDLC
Tunnel
None of these
In a ____ topology, if there are n devices in a network, each device has n-1 ports for cable.
Mesh
Star
Bus
Ring
None of these

Question 26 to 50

OLAP applications are widely used by ____ and it uses ____ Schema.
RDBMS , Bus
Operating System ,Star
Java , Bus
Data mining Techniques; Star or multidimensional
None of these
Arrange the following in increasing order of their size.

Database<File<Record<Field<Byte<Bit
Bit<Byte<Field<Record<File<Database
Bit>Byte>Record>Field>File>Database
Bit>Byte>File>Record>Field>Database

JVM is a virtual machine that can execute ___

C language
.net programming
RDBMS
C++ Language
Java byte Code

ODBC is based on ___.

Structured Query Language.
C language
C++ language
.net
None of these

Which of the following is not an advantage of the data-base approach?

Increased security
Elimination data redundancy
Ability to associate related data ‘
Programming/data independence
All of the above

In relational database row and column is called as ____and ____respectively.

Tuple; Attribute
Attribute; Tuple
Tupple;Domain
Attribute; Domain
None of these

To delete a particular column in a relation the command used is:

DELETE
UPDATE
DROP
ALTER
None of these

A primary key if combined with a foreign key creates

Parent-Child relationship between the tables that connect them.
Many to many relationship between the tables that connect them.
Network model between the tables that connect them.
All of the above
None of the above

Which of the following is record based logical model?

Network Model
Object oriented model
E-R Model
All of these
None of these

The full form of DDL is

Dynamic Data Language
Detailed Data Language
Data Definition Language
Data Derivation Language
All of these

Which of the following virus overtake computer system when it boots and destroy in-formation?

Trojan
System infectors
Boot infectors
Stealth virus
None of these

The relational model includes two general integrity rules. Integrity rule 1 is concerned with ____ and integrity rule 2 is concerned with ____

Primary Key, Foreign key
Primary Key, composite key
Unique key, Foreign key
Composite Key, Foreign key
None of these

____ is person who has the central control over both data and application programs.

System engineer
Database administrator
Database manager
Technical analyst
None of these

An attribute of a relation that references the primary key of another relation is known as the ____

Foreign Key
Unique Key
Parent key
Child key
Index key

An entity set that does not have sufficient attributes to form a primary key is a

strong entity set
weak entity set
simple entity set
primary entity set.
None of these

The JDBC-ODBC bridge is

Three tiered
Multithread
Best for any platform
All of these
None of these

In a relational database, this is a data structure that organizes the information about a single topic into row and columns.

Block
Record
Tuple
Table
None of these

Which statements about the Java language are true?

Java supports both procedural and object-oriented programming
Java is only a procedural language.
Java is only an Object-Oriented.
Java is related to
None of the above.

Stack is also called ____

First In First Out (LIFO)
Last In First Out (FIFO)
First In Last Out (FILO)
First Come First Served (FCFS)
None of the above

The index created by primary key column is called _____

Unique Index
Composite Index
Single Index
Primary index
None of these

In SQL ,which command(s) is(are) used to remove rows from a table.

Delete
Remove
Truncate
Both
and (3)
None of the above

In SQL, the CREATE TABLE is used

To create a table, defining its columns, integrity constraints, and storage allocation
To add a column/integrity constraint to a table.
To redefine a column
To change a table’s storage characteristics
All of the above

What is the abbreviation is used for a software package that permits the user to create , retrieve and maintain records in a database?

DASD
CRMD
DBMS
All of these
None of the above

Choose the right sequence of virus stages –

Triggering, Damage ,Dormancy, propagation
Damage, Triggering ,Dormancy, propagation
Damage, Triggering, propagation ,Dormancy
Triggering, Damage, propagation, Dormancy
Dormancy, Propagation,. Triggering, Damage

In SQL, which command is used to add new rows to a table?

Alter Table
Add row
Insert
Append
None of the Above
Reply With Quote Quick reply to this message
Reply
Similar Threads
Thread
Download Previous Year Question Paper Of LIC AAO Exam
CG Pet Previous Year Question Paper Download
SBI Specialist Officer Paper Download
UPSEE Previous Year Question Paper Download
COMEDK UGET Previous Year Question Paper Download
sbi specialist officer past paper with solutions free download
WBJEE Previous Year Question Paper Free Download
Jipmer Previous Year Question Paper Download
lakshmi vilas bank previous year question paper download
nimcet previous year question paper
iift previous year question paper
previous year question paper of west bengal state university
ssc junior engineer previous year question paper civil
ibps po previous year question paper
central teacher eligibility test previous year question paper
west bengal public service commission previous year question paper
ibps previous year question paper
bhu uet entrance exam previous year question paper
iips previous year question paper
ISAT previous year question paper


Quick Reply
Your Username: Click here to log in

Message:
Options



All times are GMT +5.5. The time now is 03:47 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO 3.6.1
vBulletin Optimisation provided by vB Optimise (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.