Question 361 :
With the launch of Google App Engine, Google went beyond _____________.
- software as a service
- service provider
- quality as a service
- data as a service
Question 362 :
For execution on process need
- Throughput
- Timer
- Resources
- Access Time
Question 363 :
A semaphore is a shared integer variable that can not
- drop below zero
- be more than zero
- drop below one
- that cannot be more than one
Question 364 :
What are the characteristics of tightly coupled system ? i) Different clockii) Use communication linksiii) Same clockiv) Distributed systems
- i
- i and iv
- i, ii and iii
- ii, iii and iv
Question 365 :
A type of the fault which occurs, vanishes, reappears; but follows no real pattern
- Transient Fault
- Intermittent Fault
- Permanent Fault
- Temporary fault
Question 366 :
Google Distributed System is
- arbitrary system
- search engine is now a major player in cloud computing.
- GNS server
- computer networking standards
Question 367 :
in NFS which funtion is used for creating new file?
- open()
- create()
- develope()
- null()
Question 368 :
What are the characteristics of data migration?
- transfer data by entire file or immediate portion required
- transfer the computation rather than the data
- execute an entire process or parts of it at different sites
- execute an entire process or parts of it at same site
Question 369 :
An external time source that is often used as a reference for synchronizing computer clocks with real time is the __________
- Universal Centralized Time
- Unique Coordinated Time
- Unique Centralized Time
- Universal Coordinated Time
Question 370 :
Following is not replication model.
- master-slave model.
- client-server model
- peer-peer model
- head-tail model
Question 371 :
In consistent ordering when recieving the message each member calculate its proposed sequence number by using the function____________
- max(Fmax, Pmax) + I + i/N
- min(Fmax, Pmax) + I + i/N
- min(Fmin, Pmax) + I + i/N
- max(Fmin, Pmin) + I + i/N
Question 372 :
File caching is done _____________.
- To made file available
- To make faster access
- For transparent access
- For Mobile access
Question 373 :
As per lamports clock synchronisation algorithm, If timestamps of two events are same, then the events are ____________
- concurrent
- non concurrent
- monotonic
- non monotonic
Question 374 :
RPC allows a computer program to cause a subroutine to execute in _______.
- its own address space
- another address space
- both its own address space and another address space
- applications address space
Question 375 :
The ______-is the capability to dynamically change the bindings between code fragments and the location where they are executed
- code mobility
- process mobility
- Thread mobility
- object mobility
Question 376 :
What are characteristics of processor in distributed system ?
- They vary in size and function
- They are same in size and function
- They are manufactured with single purpose
- They are real-time devices
Question 377 :
Which of the following is a feature of global scheduling algorithm?
- scalability
- flexibility
- transitivity
- reliability
Question 378 :
In case of failure, a new transaction coordinator can be elected by _____
- Cristian's Algorithm
- Bully algorithm
- Both bully and Cristian's algorithm
- Lamport Algorithm
Question 379 :
In _____ distributed system the client and server both should be actively participated in the communication process
- Parvasive
- Asynchronous
- Synchronous
- Middleware
Question 380 :
Which is not an examples of state information ?
- Mounting information
- Description of HDD space
- Session keys
- Lock status
Question 381 :
Mapping of file is managed by ____________
- file metadata
- page table
- virtual memory
- file system
Question 382 :
In HDFS file System, ________ NameNode is used when the Primary NameNode goes down.
- Rack
- Data
- Secondary
- primary
Question 383 :
What are the parts of global unique identifier ?
- Local unique time stamp
- Remote time stamp
- Clock number
- sequence number
Question 384 :
Time interval from a request send to its critical region execution completed is called ________.
- System throughput
- Message complexity
- Synchronization delay
- Response time
Question 385 :
What is RMI ?
- Remote Message Invocation
- Remote Method Invocation
- Remote Method Information
- Remote Message Initialization
Question 386 :
The Electronic mail system is a -
- Types of message Passing
- Types of communication
- Types of Internet
- Part of RPC
Question 387 :
Channel omission failure is
- loss of messages occurs between the sending process and the outgoing message buffer.
- loss of messages occurs between the incoming message buffer and the receiving process.
- loss of messages occurs between the incoming buffer and the outgoing buffer
- loss of messages occurs between the incoming buffer and the system.
Question 388 :
The ____accesses to synchronization variables associated with a data store are sequentially consistent
- Weak Consistency
- Casual consistency
- FIFO consistency
- Optimal consistency
Question 389 :
The__________ operation looks for a single part of a pathname in a given directory and returns the corresponding file handle and file attributes.
- svmlink
- rmdir
- Readlink
- Lookup
Question 390 :
RMI stands for?
- Remote Mail Invocation
- Remote Message Invocation
- Remaining Method Invocation
- Remote Method Invocation