Thats a good question.
Global illimination is a broadterm that encompasses any attempt to consider any manner of indirect lighting or shading other than light coming from a direct light source, like taking into account how light bounces say, off the ground or off a wall, to illuminate the back side of an object. An approximation is a 'trick' or a way of simulating that, that isnt really physically accurate to how it happens in real life. For example, there is no such thing as ambient occlusion in real life.
Screen space ambient occlusion, is an approximation of the approximation that is ray traced ambient occlusion. Im not going to go into spinning kernels or anything like that, as I think what most would want to know is the end result.
Ambient occlusion looks nice, and makes a scene pop, because it darkens areas where geometry is close together, simulating the light that would be there, being 'bllocked' or occluded by the geometry in front of the surface, as well as the diffusion of light from dirt and dust that tends to settle in corners. Nintendo is doing a particularly nice job, particularly in its use of ambient color, which is something that is (was? its a lot better now on ps4/bone) often overlooked, or at most, just uses a sky texture.

Here is a basic map of what ambiemt color usually entails, here depicting a scene with a sunset. The blue would be shaded onto top facing surfaces, a mix on side surfaces, and the purple horizon color on under surfaces.
Nintendo seems to be pulling its ambient color dynamically from nearby obects in the (on screen) environment, which is a nice clever touch. Probably a simple flag in the texture data, similar to what they use for audio (data in the texture is actually what cues the game into what sound a footstep should make on a certain surface). But effective and nice looking.

For example here we see the ambient color of the yellow sand showing up on the underside of the characters.

Here it is the blue of the water. As you run around the game, if you pay attention, you can actually see when the game switches the ambient horizon color to another object/texture.
Of course, screen space ambient occlusion does have some draw backs, most noticably in the form of 'halo's'.

See the annoying old hobo by his tree? Yup, looks like hes recieved the blessing of the god!!! Or ssao halo.