Batch is synchronous or Asynchronous operations?

1 Answer

Answer :

Ans: Asynchronous operations. 

Related questions

Description : How many batch jobs can be added to queue?

Last Answer : Ans: Queued counts toward the limit of 5. 

Description : How to track the details of the current running Batch using BatchableContext?

Last Answer : Ans: You can check the AsyncApexJob.Status using the JobId from the Database.BatchableContext. 

Description : What is the maximum size of the batch and minimum size of the batch ?

Last Answer : Ans: The default batch size is 200 records. min? max? 

Description : How many callouts we can call in batch apex?

Last Answer : Ans: Batch executions are limited to one callout per execution.

Description : Can we call another batch apex from batch apex?

Last Answer : Ans: Yes you can call a batch apex from another batch apex .Either in start method or in finish method you can call other batch

Description : Can we call callouts from batch apex?

Last Answer : Ans: Yes we can call. 

Description : What is purpose of start method in batch apex?

Last Answer : Ans: It collect the records or objects to be passed to the interface method execute.

Description : What is the need of batch apex?

Last Answer : Ans: By using Batch apex classes we can process the records in batches in asynchronously. 

Description : Batch is synchronous or Asynchronous operations?

Last Answer : Asynchronous operations.

Description : Which of the following statement is incorrect? a. The difference between synchronous and asynchronous transmission is the clocking derived from the data in synchronous transmission. b. Half ... in online activities d. Batch processing is the prefered processing mode for telecommunication operation.

Last Answer : Batch processing is the prefered processing mode for telecommunication operation.

Description : When a BatchApexworker record is created?

Last Answer : Ans: For each 10,000 AsyncApexJob records, Apex creates one additional AsyncApexJob record of type BatchApexWorker for internal use.

Description : What is AsyncApexJob object?

Last Answer : Ans: AsyncApexJob is Represents an individual Apex sharing recalculation job. Use this object to query Apex batch jobs in your organization.

Description : What is Database.AllowCallouts?

Last Answer : Ans: To use a callout in batch Apex, you must specify Database.AllowsCallouts in the class definition. For example: global class SearchAndReplace implements Database.Batchable, Database.AllowsCallouts ... } Callouts include HTTP requests as well as methods defined with the webService keyword.

Description : What is Database.State full interface?

Last Answer : Ans:To maintain variable value inside the Batch class, Database.Stateful is used. 

Description : What is the Database.BatchableContext?

Last Answer : Ans: BatchableContext Interface is Represents the parameter type of a batch job method and contains the batch job ID. This interface is implemented internally by Apex.

Description : What is the scope of execute method?

Last Answer : Ans: The maximum value for the optional scope parameter is 2,000 

Description : How many times execute method is called?

Last Answer : Ans: Execute method is called for each batch of records. 

Description : What is the use of execute method? 

Last Answer : Ans: Contains or calls the main execution logic for the batch job. 

Description : What is the iterable?

Last Answer : Ans: If you use an iterable, the governor limit for the total number of records retrieved by SOQL queries is still enforced.

Description : What is the Database.QueryLocator?

Last Answer : Ans: If we use a Database.QueryLocator, the governor limit for the total number of records retrieved by SOQL queries is bypassed. (Default 50,000 It allow up to 50 million records). 

Description : Define the methods in batchable interface?

Last Answer : Ans: Start: global Database.Querylocator start (Database.BatchableContext bc){} Execute: global void execute(Database.BatchableContext bc,List ){} Finish: global void finish(Database.BatchableContext bc) {}

Description : What is Database.Batchable interface?

Last Answer : Ans: The class that implements this interface can be executed as a batch Apex job. 

Description : What are the transaction limitations in apex?

Last Answer : Ans: Each execution of a batch Apex job is considered a discrete transaction. For example, a batch Apex job that contains 1,000 records and is executed without the optional scope parameter from ... but the second fails, the database updates made in the first transaction are not rolled back.

Description : What are the soql limitations in apex?

Last Answer : Ans: Total number of records retrieved by SOQL queries-50,000 

Description : What is the difference between synchronous generator & asynchronous generator?

Last Answer : In simple, synchronous generator supply’s both active and reactive power but asynchronous generator (induction generator) supply’s only active power and observes reactive power for magnetizing. This type of generators is used in windmills.

Description : What Is The Difference Between Synchronous Generator & Asynchronous Generator?

Last Answer : In simple, synchronous generator supply’s both active and reactive power but asynchronous generator(induction generator) supply’s only active power and observe reactive power for magnetizing. This type of generators are used in windmills.

Description : Determine from the following the basic mode of transmission system in the public data network in which data are transferred from the source to the network and from the network to the destination in the frame format. A. Voice mode B. Asynchronous mode C. Synchronous mode D. Packet mode

Last Answer : D. Packet mode

Description : Known as the data transfer scheme that used handmaking principle. A. Synchronous data transfer scheme B. DMA data transfer scheme C. Asynchronous data transfer scheme D. Uninterrupted data transfer scheme

Last Answer : A. Synchronous data transfer scheme

Description : Data is directly on the transmission cable. A. Asynchronous B. Synchronous C. Baseband D. Broadband

Last Answer : C. Baseband

Description : Slowest communications hardware product. A. Synchronous B. Asynchronous C. Ethernet D. Internet

Last Answer : B. Asynchronous

Description : Modem is referred to as ______. A. Universal asynchronous Rx/Tx B. Data communication equipment C. Universal synchronous Rx/Tx D. Data terminal equipment

Last Answer : B. Data communication equipment

Description : Synchronous modems cost more than asynchronous modem because _______. A. They have larger bandwidth B. They are larger C. The production volume is larger D. They have clock recovery circuits

Last Answer : D. They have clock recovery circuits

Description : What is the principal difference between asynchronous and synchronous transmission? A. The clocking is mixed with the data in synchronous transmission B. The pulse height are difficult C. The clocking is derived from the data in synchronous D. The bandwidth required is difficult.

Last Answer : C. The clocking is derived from the data in synchronous

Description : In __________ transmission, a unique SYNC character is transmitted at the beginning of each message. A. asynchronous B. synchronous C. digital D. analogue

Last Answer : B. synchronous

Description : ECE Board Exam March 1996 What is the one principal difference between synchronous and asynchronous transmission? A. the pulse height are different B. the clocking is derived from the data in ... C. the clocking is mixed with the data in asynchronous D. the bandwidth required is different

Last Answer : B. the clocking is derived from the data in synchronous transmission

Description : Are events synchronous of asynchronous? 

Last Answer : Asynchronous

Description : What is the difference between synchronous generator and asynchronous generator?

Last Answer :  In simple, synchronous generator supplies’ both active and reactive power but asynchronous generator (induction generator) supply’s only active power and observe reactive power for magnetizing. This type of generators is used in windmills.

Description : The synchronous modems are more costly than the asynchronous modems because a. they produce large volume of data b. they contain clock recovery circuits c. they transmit the data with stop and start bits d. they operate with a larger bandwidth e. none of above

Last Answer : they contain clock recovery circuits

Description : The ________ modeprovides synchronizationfor the entire stream of bits must. In other words, it guarantees that the data arrive ata fixed rate. A) synchronous B) asynchronous C) isochronous D) none of the above

Last Answer : isochronous

Description : In_________ transmission, we send bits oneafter another without startor stop bits or gaps. It is the responsibilityof the receiver togroup the bits. A) synchronous B) asynchronous C) isochronous D) none of the abov

Last Answer : synchronous

Description : In______ transmission, wesend1 start bit (0) at thebeginningand 1 or more stop bits (1s) at the end of each byte. A) synchronous B) asynchronous C) isochronous D) none of the above

Last Answer : asynchronous

Description : In_______transmission, astartbit and a stopbit frame a character byte. A) asynchronous serial B) synchronous serial C) parallel D) (a) and (b)

Last Answer : asynchronous serial

Description : In_______transmission, bits aretransmittedover asingle wire, one ata time. A) asynchronous serial B) synchronous serial C) parallel D) (a) and (b)

Last Answer : (a) and (b)

Description : In_______transmission, bits aretransmittedsimultaneously,each across its own wire. A) Asynchronous serial B) Synchronous serial C) Parallel D) (a) and (b)

Last Answer : Parallel

Description : SONET is a _______ TDM system. A) asynchronous B) synchronous C) statistical D) none of the above

Last Answer : none of the above

Description : The synchronous modems are more costly than the asynchronous modemsbecause A. they produce largevolumeof data B. they contain clock recovery circuits C. they transmit thedata with stop and start bits. D. they operate witha largerbandwidth E. None of the above

Last Answer : they contain clock recovery circuits

Description : Which of the following condition is usedto transmit two packets overa medium at the same time? A. Contention B. Collision C. Synchronous D. Asynchronous E. None of the above

Last Answer : Collision

Description : Choose the Protocols working in the Data Link Control Layer of OSI model below. a. ATM (Asynchronous Transfer Mode), Frame Relay b. HDLC (High Level Data Link Control), SDLC (Synchronous Data Link Control) c. ARP (Address Resolution Protocol), IEEE802.3 d. All the above

Last Answer : d. All the above

Description : Which transmission mode is used for data communication along telephone lines? (A) Parallel (B) Serial (C) Synchronous (D) Asynchronous

Last Answer : (B) Serial

Description : The situation when both transmitter and receiver have to work in tandem is referred to as (A) parallel (B) serial (C) synchronous (D) asynchronous

Last Answer : (C) synchronous