I applied through a staffing agency. I interviewed at Synechron (Pune) in June 2022
Interview
I attended first technical round in Teams for "Synechron Technologies", for java developer role with 5+ years of experience.
Skills: Spring Boot, REST API, Hibernate
My interview also started with same known question "Tell Me About yourself"?
And then rest of questions ,which i mentioned below were asked.
Interview questions [1]
Question 1
Q1) Write simple java code for ,whether given string have character "i" ,using stream API only.
Ex: If input is "hello" word, output will be false, as the word doesn't have letter "i".
Q2) what is volatile keyword is used for?
Q3)explain oops concepts?
Q4)why java doesn't support multiple inheritance, what happens if we try to implement? can you explain with some example ?
Q5)what is multi threading? Do you know about executor ?
Q6)what is REST?
Q7)When we are opening a google page, which type of request it is?GET or POST or other requests?
Q8)how Requests are mapping with servlets in SPRING MVC? can you explain?
Q9)Why spring boot s required,when we have many spring components already?Advanatages of Springboot?
Q10)what is Springboot profiling concept?
Q11)What are the things you write or configure,in your spring boot application,related to tomcat?
Q12)what collections you used in your project?explain How hashmap buckets internally works?
Q13)DIfference between HTTP and HTTPS?
Q14)What type of errorcodes you get genearlly, when you access a REST webservice using browser? etc
I applied online. I interviewed at Synechron (Montreal, QC) in Jan 2026
Interview
10 minute phone call followed by a 30 minute technical screening. The interviewer was extremely unprofessional, kept asking questions too fast and did not clarify questions when asked. They kept telling me to just answe without thinking or aksing questions. They looked in a hurry to finish all the questions in interview and kept rushing for answers, often sounding rude.
I did not complete the interview i dropped from the call!
I was not able to answer basic simple question of stream as usage of IDE was not allowed it was in online compiler.
Anyways, the interviewer was dead rude from the beginning, I would not want to work with those kind of people for sure.
I applied online. The process took 1 week. I interviewed at Synechron (Texas City, TX) in Nov 2024
Interview
I applied through LinkedIn and quickly heard back from the recruiter, who scheduled a first-round interview(1 hour). The HR and interviewer were both professional and approachable. The interview went smoothly, consisting of one coding question and a few technical questions.
Interview questions [1]
Question 1
Below are the technical questions asked me during the interview
1. HashMap vs TreeMap
2. Deadlock situation, how do you avoid it ?
3. Multiple Inheritance in java(Diamod Problem)
4. How do you maintain two different Databases in springboot application
5. About Kafka offset(earliest, latest, default configurations)
6. Marker interface in java