The init handler in Aura gets fired first than Lightning Web Component. In simple word, If you have a parent Aura and child Lightning Web Component, connectedCallback() defined in child component will get fire later than init handler in Aura Component.
