Go Back   StudyChaCha 2024 2025 > StudyChaCha Discussion Forum > General Topics

  #2  
Old March 29th, 2014, 06:16 PM
Sashwat's Avatar
Super Moderator
 
Join Date: Jun 2011
Default Re: PNB Exam Specialist Officers Professional Knowledge Model Paper

Punjab National Bank Specialist Officers Professional Knowledge questions are follows:

1. Customisation is useful for-

(A) Designing customer specific products

(B) Advertisements

(C) Publicity

(D) Motivating the staff

(E) Customer Survey

2. Marketing channels mean-

(A) Delivery period

(B) Delivery time

(C) Delivery person

(D) Delivery place

(E) Delivery outlets

3. 'Push' marketing style requires-

(A) Proper planning

(B) Good pushing strength

(C) Team work

(D) Ability to identify the products

(E) Aggressive marketing

4. Virtual styles of marketing include-Find the wrong answer.

(A) Digital marketing

(B) Tele-marketing

(C) Sending bulk SMS

(D) e-mail solicitation

(E) Door to door marketing

5. Service Marketing is the same as-

(A) Internet marketing

(B) Telemarketing

(C) Internal Marketing

(D) Relationship Marketing

(E) Indirect Marketing



__________________
Answered By StudyChaCha Member

Last edited by Aakashd; August 9th, 2018 at 11:30 AM.
Reply With Quote
  #3  
Old October 15th, 2015, 10:22 AM
Unregistered
Guest
 
Default Re: PNB Exam Specialist Officers Professional Knowledge Model Paper

Hello sir here I am looking for the PNB Exam Specialist Officers Professional Knowledge Model Paper so can you please provide me this?
Reply With Quote
  #4  
Old October 15th, 2015, 10:22 AM
Super Moderator
 
Join Date: Jun 2013
Default Re: PNB Exam Specialist Officers Professional Knowledge Model Paper

As you want to get the PNB Exam Specialist Officers Professional Knowledge Model Paper so here I am sharing this

Computer read which type ‘ code I
(1) binary code (2) English letter (3) character (4) integer (5) None of these
152. Hamming distance is’
(1) a theoretical way of measuring errors
(2) a technique for assigning codes to a set of items known to occur with a given probability
(3) a technique for optimizing the intermediate code
(4) All of the above (5) None of these
153. To find the shortest-path in a weighted graph or network, which of the following algp-rithm is
not used?
(1) Warshall’s algorithm (2) Dijkastra algorithm
(3) Kruskal algorithm (4) All of the above (5) None of these
154. The page replacement policy that some times leads to more page faults when the size of the
memory is increased, is
(1) FIFO (2) LRU (3) MRU (4) Optimal (5) None of these
155. The PPP replaced.............
(1) HDLC (2) OSPF (3) SLIP (4) PAP (5) None of these

156. The gate whose output is low if and only if all inputs are high, is
(1) NAND (2) AND (3) OR (4) All of these (5) None of these
157. The ABC bank has implemented WLAN in its network when two or more devices in the network
send data at the same time to another device, the network faces the media access problem.
Which algorithm should the network administrator use to resolve the problem?
(1) CSMA/CA (2) CSMA/CD (3) SSID Cloaking
(4) MAC Address Filtering (5) None of these
158. Virtual functions allows you to
(1) create an array of type pointer to base class that can hold pointers to derived classes
(2) use the same function call to execute member functions of objects from different classes.
(3) create function that have no body.
(4) group objects of different classes so they can all be accessed by the same function code.
(5) None of these
159. Communication circuits that transmit data in both directions but not at the same time are
operating in :
(1) a simplex mode (2) a half duplex mode
(3) a full duplex mode (4) an asynchronous mode (5) None of these
160. Critical section is a program segment
(1) which should run in a certain specified amount of time
(2) which avoids deadlock
(3) where shared resources are accessed
(4) which must be endorsed by pair of semaphore operation P and V (5) None of these
161. A Recurrence Relation
(1) Fibonacci sequence of numbers are type of Recurrence relation
(2) It is called difference equation when two terms will be used interchangeably.
(3) Numeric function is ref-ered to as the solution of the recurrence relation
(4) All of the above (5) None of these
162. Non planar graph with minimum number of vertices have
(1) 9 edges, 6 vertices (2) 6 edges, 4 vertices
(3) 10 edges, 5 vertices (4) 9 edges, 5 vertices (5) None of these
163. A language is regular if and only if it is accepted by a finite automation’.
(1) The given statement is true (2) The given statement is false
(3) The given statement is partially true
(4) Sometimes true, sometimes false(5) None of these
164. Fastest speed
(1) LAN (2) token bus (3) ring (4) FDDI ring (5) None of these
165. .................modifies source code and/or data in an effort to make it amenable to future changes.
(1) Reverse engineering (2) Software restructuring
(3) Forward engineering (4) Software maintenance (5) None of these
166. Once object oriented programming has been accomplished, unit testing is applied for each
class. Class tests include-
(1) Fault-based testing (2) Random testing
(3) Partition testing (4) All of the above (5) None of these
167. There are occasions when it does not matter if the function produces 0 or 1 for a given minterm.
Minterms that may produce either 0 or 1 for the function are said to be
(1) Careless conditions (2) Don’t care condition
(3) Minterm condition (4) Maxterm condition (5) None of these
168. All the vertices of a walk except very first and very last vertex, is called-
(1) Internal vertices (2) External vertices
(3) Intermediate vertices (4) Adjacent vertices (5) None of these
169. The library* files’ that come with C are
(1) Text editor for program development
(2) the compiler and linear (3) program examples
(4) files that contain functions which carry out various commonly used operations and calcula
tions
(5) None of these

170. Which of the follwing are valid characters constant?
(1) ‘in’ (2) ‘11’ (3) ‘10’ (4) all of the above (5) None of these
171. In problem analysis, what is to be done?
(1) Structure information
(2) Data flow diagram and data dictionary
(3) Structured analysis & prototyping (4) All of the above
(5) None of these
172. Which of the following is a phase of RAD model?
(1) Business modeling (2) Data modeling
(3) Application generation (4) All of the above (5) None of these
173. A comment
(1) is a note that can be put into the source code
(2) is ignored by the compiler
(3) starts with the/* character pair (4) All of the above (5) None of the above
174. Which of the following is not relevant to networking
(1) low end stand along hubs (2) stackable hubs
(3) meshnetwork (4) bus hubs (5) None of these
175. In C++, a function contained within a class is called a-
(1) In built function (2) User defined function
(3) Member function (4) All of these (5) None of these
176. A template can be used to create a family of-
(1) Classes (2) Functions (3) Class and function
(4) All of these (5) None of these
177. Context free grammar is
(1) A compiler (2) A language generator
(3) A regular expression (4) All of these (5) None of these
178. Chaining and Indexing are the starategies of
(1) Contiguous allocation
(2) Non-contiguous allocation (3) Partition allocation
(4) Static allocation (5) None of these
179. The POST is a series of......... tests.
(1) 14 (2) 13 (3) 12 (4) 11 (5) None of these
180. A path in graph G, which contains every vertex of G once and only once?
(1) Eular tour (2) Hamiltonian path
(3) Eular trail (4) Hamailtonian tour (5) None of these
181. A tree structured file directory system:
(1) allows easy storage and retrieval of file names
(2) is a much debated unnecessary feature
(3) is not essential when we have millions of files
(4) All of the above (5) None of these
182. The scope resolution operater usually
(1) Specifies a particular class
(2) one base class and more than one derived class
(3) resolve ambiguities (4) All of the above (5) None of these
183. ‘Person’ is
(1) Object (2) Class (3) Attribute (4) Structure (5) None of these
184. Zero has two representations in
(1) sign magnitude (2) l’s complement
(3) 2scomplement (4) All of the above (5) None of these
185. Which are. not property of Binary relations
(1) reflexive relation, symmetric relation, anti symmetrical relation
(2) reflexive, transitive, equivalence relations
(3) transitive, partial ordering relation, symmetric
(4) reflexive, partial, chain relation (5) None of these
__________________
Answered By StudyChaCha Member
Reply With Quote
Reply




All times are GMT +6. The time now is 02:57 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Friendly URLs by vBSEO 3.6.0 PL2

1 2 3 4 5 6 7 8