Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Synechron Team. If you also belong to the team, you can get access from here

Synechron Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 2.7k Reviews

Filter interviews by

Synechron Associate/Senior Associate -(Technical) Interview Questions and Answers

Updated 22 May 2021

Synechron Associate/Senior Associate -(Technical) Interview Experiences

1 interview found

I applied via Referral and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Oops concepts, collection framwork multithreading spring spring boot rest service git commad
  • Q2. Mostly collection and multithreading questions all are available on the internet

Interview Preparation Tips

Interview preparation tips for other job seekers - There are two technical rounds at synechron. Both are mostlt based on core java.
One need to prepare for java basics.
Then there will be one client round which again based on core java.

Interview questions from similar companies

I was interviewed in Apr 2021.

Interview Questionnaire 

3 Questions

  • Q1. Core java extensive, java 8, easy level coding questions
  • Q2. Spring configuration, springs boot basics, project architecture
  • Q3. Explain your previous projects and what was your contribution

Interview Preparation Tips

Interview preparation tips for other job seekers - Round 1
Interview starts with online MCQ test. It will have questions related to core java and spring and database.

Round 2: Video call interview 2 hrs
Asked about core java extensively, they went into depth of all topic. Every topic java will be touched.
Asked about Database queries.
Asked easy level problem solving string and arrays coding questions, i was asked to write code with explaining my approach to solve the problem.

Round 3: again Videos call interview ~2 hrs
Interviewer asked me to explain architecture of my previous projects and my contribution.
Asked about spring boot basics and some real time scenario questions we face in day to day project.
Asked if I know cloud, i was aware so he asked few basic questions on cloud.


Round 4: director round: ~45 min
Introduce yourself
What kind of work you are looking for?
What was your role in previous company?

Round 5 : HR, Only phone call
Just discussion about package, work location.


All the interviewers were good and polite, they also correct your answers, if you are wrong.

All rounds were cleared.

Suggestions:
Focus on basics of java and spring.
Be prepared they ask everything from your resume.
Be prepared for some easy level coding questions on string and arrays.



After they hire you again you have to give clients interview.
They go more deep on ur problem solving skills if the project is for core development.


I applied via campus placement at Don Bosco Institute of Technology, Bangalore and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Give a real time example of Inheritance, Polymorphism, Abstraction and Encapsulation.
  • Ans. 

    Real-time examples of OOP concepts

    • Inheritance: A car is a vehicle, inheriting properties of a vehicle

    • Polymorphism: A shape can be a square or a circle, both implementing the same area method

    • Abstraction: A TV remote has buttons to perform actions, but the user doesn't need to know how it works internally

    • Encapsulation: A bank account has private data like balance, which can only be accessed through public methods

  • Answered by AI
  • Q2. Write a SQL query to to print all the rows in a table that has no match in a second table.
  • Ans. 

    SQL query to print rows with no match in a second table

    • Use LEFT JOIN to join the two tables

    • Filter the rows where the second table's primary key is NULL

    • SELECT the columns from the first table

  • Answered by AI
  • Q3. What is a HashMap?
  • Ans. 

    HashMap is a data structure that stores key-value pairs and allows fast retrieval of values based on keys.

    • HashMap is part of the Java Collections Framework.

    • It uses hashing to store and retrieve elements.

    • It allows null values and null keys.

    • It is not synchronized by default, but can be made synchronized using Collections.synchronizedMap() method.

    • Example: HashMap map = new HashMap<>(); map.put("apple", 1)

  • Answered by AI
  • Q4. What is the difference between final, finally and finalise?
  • Ans. 

    Final, finally and finalise are related to completion or conclusion, but have different meanings and usage.

    • Final is an adjective used to describe the last or ultimate stage of something.

    • Finally is an adverb used to indicate the end of a process or event after a long wait or delay.

    • Finalise is a verb used to complete or finish something, often with a formal or official process.

    • Examples: The final exam, finally finished t

  • Answered by AI
  • Q5. What are the different types of Database management systems. What are the Database languages ? What is the difference between drop, delete and truncate?
  • Ans. 

    Different types of DBMS, DB languages & difference between drop, delete & truncate.

    • Types of DBMS: Relational, NoSQL, Object-oriented, Hierarchical, Network, etc.

    • Database languages: SQL, PL/SQL, T-SQL, etc.

    • DROP: Deletes a table and its data, cannot be rolled back.

    • DELETE: Deletes rows from a table, can be rolled back.

    • TRUNCATE: Deletes all rows from a table, cannot be rolled back.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am currently been recruited as a fresher, so my experience is based on my campus placement. So the process begins with a written test. The written test has general aptitude questions, Logical reasoning, Pseudo codes and hands on coding. The second round was a group discussion round wherein, I was grouped with 9-10 other members. Our topic was a bit on the easier side- Our lockdown experience. But the other batches were given quite debatable and controversial topics like whether sports and extra curricular activities be introduced in corporate industries? After this round we had technical round wherein I was tested on some basic skills like DBMS, OOPS and one programming language. The final round was the HR round. For me, this went for a little long. I was mainly asked my project and my part and contribution in it. Expect a few behavioral questions as well. Do not stress. Always remember to answer all behavioral questions in a polite and positive tone. And most importantly avoid using negative terms.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basics of front end frameworks.
  • Q2. Angular component interactions
  • Q3. HTML 5 and CSS3 Dom techniques

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was about 4 rounds, 2 technical, 1- managerial/project head, 1-Hr in salary discussions. Basics of angular JavaScript are must. Rest everything is simple.

Interview Questionnaire 

2 Questions

  • Q1. OOPS, Patterns, DB - intermediate question
  • Q2. Prepare in all these topics

I applied via Company Website and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About my projects and why you choose sutherland.

Interview Preparation Tips

Interview preparation tips for other job seekers - Let them know how important is this job for you and share some good informations about sutherland

Interview Questionnaire 

3 Questions

  • Q1. 1. How to debug spfx in SharePoint
  • Ans. 

    Debugging SPFx in SharePoint involves using browser developer tools and Visual Studio Code.

    • Use browser developer tools to inspect and debug client-side code

    • Use Visual Studio Code to debug server-side code

    • Set breakpoints in code to pause execution and inspect variables

    • Use console.log() statements to output information to the console

    • Use the SharePoint Workbench to test and debug web parts

    • Use the gulp serve command to run...

  • Answered by AI
  • Q2. 2.why choose PHA over SHA
  • Q3. 3. What was the migration issue you faced during migration from sp 2010 to SPO

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Apr 2021. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions ranged from core java concepts, java memory management, multi threading, algorithm, time space complexity, closely asked about topics mentioned on CV any DevOps experience tools known . Along wit...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, have clear concepts and basics should be on point. Be your original self.

I applied via Campus Placement and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Qestions will be from programimg languages that that you mentioned in your resume. I got qestions from c, python, basics of DBMS. interviewer may ask logical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be cool don't be panic in middle of interview. be perfect on your resume. If you are not good at particular skill then don't mention in resume. Your answer fluency should not break in middle if so the interviewer wont listen to your complete answer, he asks next question in middle of your answer. every answer should make interviewer to know that you are every eagerly waiting to work in their company.

Interview Questionnaire 

1 Question

  • Q1. Regarding the technical skills

Synechron Interview FAQs

What are the top questions asked in Synechron Associate/Senior Associate -(Technical) interview?

Some of the top questions asked at the Synechron Associate/Senior Associate -(Technical) interview -

  1. Oops concepts, collection framwork multithreading spring spring boot rest servi...read more
  2. Mostly collection and multithreading questions all are available on the inter...read more

Tell us how to improve this page.

Synechron Associate/Senior Associate -(Technical) Salary
based on 7 salaries
₹8.5 L/yr - ₹23 L/yr
64% more than the average Associate/Senior Associate -(Technical) Salary in India
View more details

Synechron Associate/Senior Associate -(Technical) Reviews and Ratings

based on 9 reviews

3.9/5

Rating in categories

4.0

Skill development

4.1

Work-life balance

4.0

Salary

2.9

Job security

4.0

Company culture

3.8

Promotions

4.3

Work satisfaction

Explore 9 Reviews and Ratings
Technical Lead
2.8k salaries
unlock blur

₹11.2 L/yr - ₹38.5 L/yr

Senior Associate
1.9k salaries
unlock blur

₹8 L/yr - ₹27 L/yr

Senior Software Engineer
1.5k salaries
unlock blur

₹12.5 L/yr - ₹27 L/yr

Senior Associate Technology L1
1k salaries
unlock blur

₹8.8 L/yr - ₹29 L/yr

Associate Specialist
773 salaries
unlock blur

₹12.9 L/yr - ₹40 L/yr

Explore more salaries
Compare Synechron with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview