Hello Ashima and welcome to Microsoft Q&A.
I think you are referring to mounting ADLS gen2, not gen1 or blob Is this correct? Is scala your preferred language?
As far as I know there is no "bulk mount". However I think I have a work-around.
We can use the adls api's to get a list of the file systems. Then iterate over the list, mounting each in turn. This is made much easier if you are using the same credentials for all the operations.
For the retrieval of the list, you can use the REST api + the language-appropriate HTTPS library, or a SDK available in Java SDK or Python.
Thank you.