Interview Question: types of ways to add queue items

@Vajrang Add Queue items is adding items to queue in one by one manner and Due to unique transaction we cannot add duplicate items to Queue.

And the other one is Bulk Queue Items is adding items at once’s (i.e is entire Datatable), so duplicate items are allowed.

1 Like