There is no standard entry certification, and that is fine
Unlike IT support or networking, programming has no credential that hiring managers filter on. What they look at is code you have written: a repository, a working application, a contribution to something that exists. This is unusual among the fields on this site, and it changes the strategy entirely — time spent building beats time spent certifying.
What to learn first
One language, properly, before a second one. The fundamentals this practice test covers — variables and types, control flow, functions, the common data structures, iteration, and debugging — transfer between languages almost completely, which is why the choice of first language matters far less than people expect. Python and JavaScript are both reasonable starts for different reasons.
What a portfolio needs to be
Two or three things that work, that you can explain, and that solve a problem someone actually has. A tutorial project rebuilt exactly as taught demonstrates that you can follow instructions. The same project with a feature you added yourself, and a clear README explaining a decision you made, demonstrates something employers cannot get from a certificate.