Sonali & Janata Bank | Officer (IT)| 04.01.2019

মোট প্রশ্ন: ৪৮

২১

Find the out put of the following Java code line:

.
-7
.
-7.4
.
-8
✓ সঠিক উত্তর
.
-7.2
বিষয়: তথ্য প্রযুক্তিটপিক: জাভা- Javaরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
২২

which function overloads the>> operator?

.
gt()
.
more ()
.
ge ()
.
None of these
✓ সঠিক উত্তর
বিষয়: তথ্য প্রযুক্তিটপিক: সি প্রোগ্রামিং C-Programmingরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
২৩

what is the output of the following code? Print 9//2

.
4
✓ সঠিক উত্তর
.
4.0
.
4.5
.
Error
বিষয়: তথ্য প্রযুক্তিটপিক: মনিটর-Monitorরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
২৪

which of these is not a core data type?

.
Lists
.
Dictionary
.
Class
✓ সঠিক উত্তর
.
Tuples
বিষয়: তথ্য প্রযুক্তিটপিক: প্রোগ্রামিং- Programingরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
২৫

Which of the following function convert a string to a float in python ?

.
int (x. [.base])
.
float (x)
✓ সঠিক উত্তর
.
long (x.[base])
.
str(x)
বিষয়: তথ্য প্রযুক্তিটপিক: সি প্রোগ্রামিং C-Programmingরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
২৬

Suppose a C program has floating constant 1.414, what's the best way to convert this as 'float' data type?

.
(float) 1.414
.
Float (1,414)
.
1,414f or 1.414 F
✓ সঠিক উত্তর
.
None of these

ব্যাখ্যা

#include "stdio.h"
বিষয়: তথ্য প্রযুক্তিটপিক: সি প্রোগ্রামিং C-Programmingরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
২৭

Consider the following variable declarations and definations in C . (i) int var _ 9 =1 ; (ii) int 9 _ var =2; (iii) int + =3; Choose the correct statement w.r.t above variables.

.
Both i. and ii. are valid
.
Only i. is valid
.
Both i. & iii. are valid
✓ সঠিক উত্তর
.
All of these

ব্যাখ্যা

In C language, a variable name can consist of letters, digits and underscore i.e. _ . But a variable name has to start with either letter or underscore. It can't start with a digit. So valid variables are var_9 and _ from the above question. Even two back to back underscore i.e. __ is also a valid variable name. Even _9 is a valid variable. But 9var and 9_ are invalid variables in C.
বিষয়: তথ্য প্রযুক্তিটপিক: সি প্রোগ্রামিং C-Programmingরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
২৮

For a given integer, which of the following operators can be used to 'Set' and 'reset ' a particular bit respectively?

.
I and &
✓ সঠিক উত্তর
.
&& and II
.
& and I
.
II and &&
বিষয়: তথ্য প্রযুক্তিটপিক: সি প্রোগ্রামিং C-Programmingরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
২৯

Let x be an integer which can take a value of 0 or 1. The statement if (x == 0) x =1 ; else x =0 ; is equivalent to which one of the following ?

.
x = 1 +x ;
.
x =1 -x ;
✓ সঠিক উত্তর
.
x =x -1 ;
.
x = 1 % x;

ব্যাখ্যা

Consider the option: x = 1 - x.
বিষয়: তথ্য প্রযুক্তিটপিক: ফাইল এক্সটেনশন- File Extensionরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
৩০

which of the following is not a stable sorting algorithm in its typical implementation?

.
Insertion sort
.
Merge sort
.
Quick sort
✓ সঠিক উত্তর
.
Bubble sort
বিষয়: তথ্য প্রযুক্তিটপিক: অ্যালগরিদম (Algorithm)রেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
৩১

You have to sort 1 GB of data with only 100 MB of available main memory. Which sorting technique will be most appropriate ?

.
Heap sort
.
Quick sort
.
Insertion sort
.
Merge Sort
✓ সঠিক উত্তর
বিষয়: তথ্য প্রযুক্তিটপিক: মেমোরি-Memoryরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
৩২

Randomized quick sort is an extension of quicksort where the pivot is chosen randomly. what is the worst case complexity of sorting a numbers using randomized quick sort?

.
O (n)
.
O (n2)
✓ সঠিক উত্তর
.
O (n log n)
.
O (n!)
বিষয়: তথ্য প্রযুক্তিটপিক: এক্সেল (MS Excel)রেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
৩৩

In UNIX, processes that have finished execution but have not yet had their status collected are known as

.
Steeping Processes
.
Stopped Processes
.
zombic Processes
✓ সঠিক উত্তর
.
Orphan Processes
বিষয়: তথ্য প্রযুক্তিটপিক: অপারেটিং সিস্টেম-Operating Systemরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
৩৪

In UNIX, the login prompt can be changed b changing the contents of the file

.
gettydefs
✓ সঠিক উত্তর
.
contrab
.
init
.
inittab
বিষয়: তথ্য প্রযুক্তিটপিক: অপারেটিং সিস্টেম-Operating Systemরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
৩৫

which of the following UNIX command allows scheduling program to be executed at the specifics time?

.
nice
.
cron
✓ সঠিক উত্তর
.
date and time
.
schedule
বিষয়: তথ্য প্রযুক্তিটপিক: অপারেটিং সিস্টেম-Operating Systemরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
৩৬

which of the following is programming helps you to learn Android programming.

.
C
.
SQL
.
Java
✓ সঠিক উত্তর
.
Python
বিষয়: তথ্য প্রযুক্তিটপিক: প্রোগ্রামিং ভাষার শ্রেণিবিভাগরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
৩৭

Which tool could be used for detecting vulnerability through SQl Injection?

.
minap
.
metasloit
.
bit defender
✓ সঠিক উত্তর
.
UML
বিষয়: তথ্য প্রযুক্তিটপিক: কুয়েরি (Query)রেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
৩৮

Which of the following is not a standard synchronous communication protocol?

.
PAS
✓ সঠিক উত্তর
.
SDLC
.
SLIP
.
SMTP

ব্যাখ্যা

SDLC is a computer communications protocol.The serial line internet protocol(SLIP) is an encapsulation of the internet protocol. SMTP is an internet standard for electronic mail transmission
বিষয়: তথ্য প্রযুক্তিটপিক: ডেটা ট্রান্সমিশন মেথডরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
৩৯

He is very ___ : he believes anything.

.
gullible
✓ সঠিক উত্তর
.
fallible
.
sensible
.
credible
বিষয়: ইংরেজিটপিক: Sentence Completionরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019
৪০

It is necessary to ____ standards are maintained .

.
insure
.
influence
.
ensure
✓ সঠিক উত্তর
.
control
বিষয়: ইংরেজিটপিক: Sentence Completionরেফারেন্স: Sonali & Janata Bank | Officer (IT)| 04.01.2019