Java Lead applicants have rated the interview process at Springer Nature with 3 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 59.8% positive. This is according to Glassdoor user ratings.
Common stages of the interview process at Springer Nature as a Java Lead according to 1 Glassdoor interviews include:
Group panel interview: 100%
Here are the most commonly searched roles for interview reports -
I applied online. I interviewed at Springer Nature (Pune) in Jun 2017
Interview
Fairly simple, first round was programming test that you have to write by going to their office or they will send the assessment through mail. After first round there should be a face to face technical round but I cannot comment on this because I got rejected in first round.
Interview questions [1]
Question 1
Write a program for simple ETL(Extraction, Transformation and Loading) Implementation, the output does not matter, your coding approach matter.
The scenario is, read file(s) for one directory, perform some transformation on the data and write it to another directory. They emphasize on what you do if the source and destination is changed to something else like SQL DB and you can add more transformations to the program. They want all the component to be independent and some insane design implementation on injecting transformation side.