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

1 Answer

Answer :

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

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 : Batch is synchronous or Asynchronous operations?

Last Answer : Ans: Asynchronous operations. 

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 : 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 maximum size of the batch and minimum size of the batch ?

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

Description : Turn down ratio of a burner (A) Should be as low as possible i.e., 1 : 2 (B) Should be 1:1 for a batch type furnace (C) Is the ratio of maximum to minimum permissible heat input rates (D) Is normally much more for a continuous furnace as compared to a batch furnace

Last Answer : (C) Is the ratio of maximum to minimum permissible heat input rates

Description : If P, Y and Z are the weights of cement, fine aggregates and coarse aggregates respectively and W/C is the water cement ratio, the minimum quantity of water to be added to first batch, is obtained by the equation (A) 0.1P + 0.3Y + 0. ... + 0.2Y + 0.01Z = W/C P (D) 0.5P + 0.3Y + 0.01Z = W/C P

Last Answer : Answer: Option B

Description : Advantage of continuous drying over batch drying is that the (A) Drying cost per unit weight of dried product is less (B) Product with more uniform moisture content is produced (C) Equipment size required is smaller (D) All 'a', 'b' & 'c'

Last Answer : (D) All 'a', 'b' & 'c'

Description : In a semi-batch reactor (A) Velocity of reaction can be controlled (B) Maximum conversion can be controlled (C) Both the reactants flow counter-currently (D) Residence time is constant

Last Answer : (A) Velocity of reaction can be controlled

Description : __________ balls capable of grinding the feed in a ball mill gives the maximum efficiency. (A) Cast iron (B) Minimum size (C) Maximum size (D) Elliptical

Last Answer : (B) Minimum size

Description : Pick out the wrong statement: (A) Magnetic separation method can be employed to treat both dry & wet ores (B) Reduction ratio in crushing operation is defined as the ratio of minimum feed ... ) Gyratory crusher is used for coarse crushing (D) Screens are of stationary, moving and vibratory types

Last Answer : (B) Reduction ratio in crushing operation is defined as the ratio of minimum feed size to the maximum product size

Description : . In case of a hammer crusher, the (A) Feed may be highly abrasive (Moh's scale >5) (B) Minimum product size is 3 mm (C) Maximum feed size may be 50 mm (D) Rotor shaft carrying hammers can be vertical or horizontal

Last Answer : (D) Rotor shaft carrying hammers can be vertical or horizontal

Description : Minimum reflux ratio in a distillation column results in (A) Optimum number of trays (B) Minimum reboiler size (C) Maximum condenser size (D) Minimum number of trays

Last Answer : (C) Maximum condenser size

Description : Powdery materials can be guarded against caking tendency on storage by (A) Providing irregular grain size (B) Providing minimum percentage of voids (C) Having maximum possible points of contact (D) None of these

Last Answer : (D) None of these

Description : Pick up the correct statement from the following: (A) The maximum size of a coarse aggregate, is 75 mm and minimum 4.75 mm (B) The maximum size of the fine aggregate, is 4.75 mm and minimum 0.075 mm ( ... having particles of size varying from 0.06 mm to 0.002 mm, is known as silt (D) All the ab

Last Answer : Answer: Option D

Description : Which of the following statement is correct (a) The maximum size of coarse aggregate should not exceed one fourth of the minimum dimension of the plain concrete member. (b) The maximum size of coarse ... aggregates of 40mm, 20mm and 10mm sizes are commonly used for concrete works (d) All the above

Last Answer : (d) All the above

Description : The Minimum bar spacing should not be less than [ A ] Diameter of the largest bar [ B ] Maximum size of aggregate [ C ] Greater of diameter of the largest bar and maximum size of aggregate [ D ] Greater of diameter of the largest bar and maximum size of aggregate plus 5 mm

Last Answer : [ D ] Greater of diameter of the largest bar and maximum size of aggregate plus 5 mm

Description : As per IS: 456-2000, the maximum size of aggregate is [ A ] 1/4 of maximum thickness of member [ B ] 1/4 of minimum thickness of member [ C ] 1/5 of maximum thickness of member [ D ] 1/5 of minimum thickness of member

Last Answer : [ B ] 1/4 of minimum thickness of member

Description : What is the biggest batch of crap anyone has ever sold you?

Last Answer : The Obama presidency.

Description : I made a batch of preserved lemons, but I don't have a tangine and we don't do lamb. In what other recipes and ways can preserved lemons be used?

Last Answer : I know this isn’t strictly what you’re asking, but you don’t have to have a tagine to make tagine. Other types of cooking vessels will do.

Description : If I make too much cheese filling for a batch of stuffed shells, can I freeze the rest?

Last Answer : I have frozen cottage cheese with only marginal success. It tasted OK but the texture was weird…very watery. It can’t hurt to try. I just removed a little from the top of the container to allow for expansion and popped it in the freezer.

Description : What's a good tool for batch renaming a whole folder of files on a Windows 7 PC?

Last Answer : metamorphose 2 http://file-folder-ren.sourceforge.net/index.php?page=Download

Description : How can I add an ELSE to this batch script?

Last Answer : answer:Doesn’t ELSE require an IF to go along with it? It’s been a looooong time since I wrote batch scripts, but have you tried: IF tasklist /nh /fi “imagename eq explorer.exe” | find /i “explorer.exe” >nul && ( echo Explorer.exe is running) ELSE (echo Explorer.exe is not running) ??

Description : How can I batch download a bunch of pictures from Twitter?

Last Answer : You can’t unless it’s your own account. Why not just do it one by one?

Description : Why isn't this batch script working?

Last Answer : What’s the shell? Is that windows cmd? Any details to the parse error ? Does “not ask to overwrite” mean don’t overwrite, or you don’t want it to stop and ask you the question?

Description : Help with this batch script?

Last Answer : answer:Try writing this at a DOS prompt and see if it gives you any ideas about how you can format your directory name: echo %date:~10,4%%date:~4,2%%date:~7,2% When I run that it gives me: 20110924 (for ... , then of course you'll need to modify the parsing of the Echo command. I know you can do it.

Description : Simple way to add a GUI to batch script, or similar?

Last Answer : I think you might want to use http://www.horstmuc.de/ui.htm. Enjoy.

Description : Shut down all network computers via batch script?

Last Answer : answer:I recently did this because we had an issue with our Generator not cutting over. Once the UPS runs out, hard loss of power will affect hard drives, system boards, cache batteries, ... or maliciously executed. PM me if you need more info. Both are free. WMIC commands SysInternals psshutdown

Description : Why won't this batch script work?

Last Answer : answer:outputting your variables before you check the loop would probably get you closer and let you know where the problem lies… You may also want to reverse your checks… check for your loop condition and then check for your continuation… so loop always gets checked first.

Description : Help editing a batch script?

Last Answer : answer:It looks like WallpaperStyle is the setting. Determines how the desktop bitmap is displayed on the desktop if the bitmap is not tiled 0 Center the bitmap on the desktop. 2 Stretch the ... vertically and horizontally to fit the desktop. http://technet.microsoft.com/en-us/library/cc978626.aspx

Description : Is there a batch command to type flename to a document?

Last Answer : Maybe it's just me but it's not clear exactly what you want to do, at least to me. You want to end up with a list of files in a document? Like a text document of some sort? That's the part I ... don't get that part either. Maybe I'm just dense but I really don't understand what you're trying to do.