Hi Priyank,
The interrupt pins can be configured to be push-pull or open drain and can be either active high or active low. This is done in the CTRL_REG3 (0x2C). Bit 0 (PP_OD) sets the configuration of the interrupt pins to be open drain or push-pull and bit 1 (IPOL) sets the polarity, either active high or active low.
The interrupt is generated every time the event condition is detected and is cleared by reading the appropriate status register (ELE bit = 1) or automatically (ELE bit = 0). For the Freefall/Motion interrupt, the appropriate status register is the FF_MT_SRC register.
I hope it helps.
Regards,
Tomas
PS: If my answer helps to solve your question, please mark it as "Correct". Thank you.