Hi vanketnguyen,
1.
The redundant watchdog EWM does not reset the MCU.
To reset the MCU, you need either the internal WDOG module or an external one like an SBC.
2.
Adding an external pull-down resistor is the only way to ensure the EWM_OUT_b pin is LOW during MCU reset.
3.
Because the EWM_OUT_b is an alternative function of some pins like PTA2.
Please have a look at the S32K148 IO_Signal_Description_Input_Multiplexing.xlsx file that is attached to the RM.
By default (out of reset), PTA2 is connected to ADC1 module, channel 0.
Therefore, whenever the MCU reset, the PTA2 pin becomes an ADC input until it is changed by the SW (routed to EWM, EWM enabled).
Regards,
Daniel