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 Senior Software Engineer 1 Interview Questions and Answers

Updated 4 May 2024

Synechron Senior Software Engineer 1 Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of angular , difference between angularjs and angular 2,observables ,rxjs , change detection, different modes of communication in angular ( parent child siblings etc) best practices, directive write...
Round 2 - Technical 

(1 Question)

  • Q1. More advance concepts on angular 2 , all life cycles hooks , interceptor , pipe , object destructring, object freeze , object seal , oojs , polymorphism,rxjs different operators, unsubscribe etc.
Round 3 - One-on-one 

(1 Question)

  • Q1. This was director round who was not much aware in UI side , so didn't ask much on tech side
Round 4 - HR 

(1 Question)

  • Q1. It was kind of formality where i was asked few questions on joinee date, expected salary etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare more on tech side and brush all angular concepts well.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic React Questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Advance React Questions

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Binary search question
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Technical coding coding test

Round 2 - Technical 

(2 Questions)

  • Q1. OOPs spring jsis kss
  • Q2. Oo idid jdid sjiss js
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Normal java question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Lovely Professional University (LPU) and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It contain 40 question which is very easy

Round 2 - Coding Test 

It contain 3 coding question

Round 3 - One-on-one 

(5 Questions)

  • Q1. Introduction About Your Self and About Project
  • Q2. Two dsa question of leetcode
  • Q3. Basics Concept on dsa
  • Q4. From which platform you do coding
  • Q5. Simple Simple Question

Interview Preparation Tips

Topics to prepare for Nagarro Associate Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - Very good company
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic C# coding Questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions related to Angular
  • Q2. Question related to ASP.NET CORE
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
-
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. Asked linq question and answered correctly with little modification, still was not impressed
  • Q2. Expections were little high.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain advantages of Angular
  • Ans. 

    Angular offers advantages such as two-way data binding, dependency injection, and modular architecture.

    • Two-way data binding allows automatic synchronization of data between the model and the view, reducing the need for manual DOM manipulation.

    • Dependency injection helps manage dependencies and promotes code reusability by allowing components to be easily injected with their dependencies.

    • Modular architecture enables deve...

  • Answered by AI
  • Q2. Explain about ngmodel
  • Ans. 

    ngModel is a directive in AngularJS that binds the value of HTML controls to application data.

    • ngModel is used for two-way data binding in AngularJS.

    • It can be used with input, select, textarea, and custom form controls.

    • Example:

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Java coding questions
  • Q2. Core java and spring questions
Round 3 - HR 

(1 Question)

  • Q1. Salary expectation

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basically communication and sql 12 question and progaming mcq 12q and 2 coding question

Round 2 - Technical 

(8 Questions)

  • Q1. Tell me about your self
  • Q2. Project explanition
  • Q3. What is inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits attributes and methods from another class.

    • Allows a class to inherit properties and behaviors from another class

    • Promotes code reusability and reduces redundancy

    • Derived class can add its own unique attributes and methods

    • Example: Class 'Car' can inherit from class 'Vehicle' and gain attributes like 'color' and methods like 'drive'

  • Answered by AI
  • Q4. Code in inheritance
  • Ans. 

    Inheritance in object-oriented programming allows a class to inherit properties and behaviors from another class.

    • Inheritance allows for code reusability and promotes a hierarchical structure in classes.

    • Subclasses can access and modify the properties and methods of their parent class.

    • Example: class Animal { ... } class Dog extends Animal { ... }

    • Example: class Shape { ... } class Circle extends Shape { ... }

  • Answered by AI
  • Q5. Code reverse a string
  • Ans. 

    Reverse a string using array manipulation

    • Create an array of characters from the input string

    • Iterate through the array in reverse order and append each character to a new string

    • Return the reversed string

  • Answered by AI
  • Q6. Sql query for seleting a particular column from a table and give the employer count
  • Ans. 

    Use SQL query to select a particular column from a table and get the count of entries.

    • Use SELECT statement to specify the column you want to retrieve.

    • Use COUNT() function to get the count of entries in that column.

    • Combine both in a single query to achieve the desired result.

  • Answered by AI
  • Q7. Apptitute question a sales man sells a item for 20% discount from its original price for some time and he want to sell the remaing item for original price what he needs to do??
  • Q8. A clock tick 8 times on 8'o clock the time taken between 1st tick and last tick is 35 sec what is the time taken for starting tick and end tick at 11'o colck
  • Ans. 

    The time taken for the clock to tick from 8'o clock to 11'o clock is 105 seconds.

    • Each tick represents 1/8th of an hour (45 minutes) on the clock.

    • From 8'o clock to 11'o clock, there are 3 hours, so the total time taken is 3 * 45 = 135 minutes = 135 * 60 = 8100 seconds.

    • The time taken for the clock to tick from 8'o clock to 11'o clock is 8100 - 35 = 8065 seconds.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for everything don't answer more and don't answer less, if you ans more you will get more question and get rejected and if you ans less you will get rejected too..

Skills evaluated in this interview

Synechron Interview FAQs

How many rounds are there in Synechron Senior Software Engineer 1 interview?
Synechron interview process usually has 3-4 rounds. The most common rounds in the Synechron interview process are One-on-one Round, Technical and Resume Shortlist.
What are the top questions asked in Synechron Senior Software Engineer 1 interview?

Some of the top questions asked at the Synechron Senior Software Engineer 1 interview -

  1. Basics of angular , difference between angularjs and angular 2,observables ,rxj...read more
  2. More advance concepts on angular 2 , all life cycles hooks , interceptor , pipe...read more
  3. This was director round who was not much aware in UI side , so didn't ask much ...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Synechron interviews
Job Portal
50%
50% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Synechron Senior Software Engineer 1 Salary
based on 4 salaries
₹22 L/yr - ₹28.8 L/yr
41% more than the average Senior Software Engineer 1 Salary in India
View more details

Synechron Senior Software Engineer 1 Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

2.0

Skill development

5.0

Work-Life balance

4.0

Salary & Benefits

1.0

Job Security

5.0

Company culture

1.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 1 Review and Rating
Technical Lead
2.8k salaries
unlock blur

₹11.3 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.1 L/yr - ₹27.4 L/yr

Senior Associate Technology L1
1k salaries
unlock blur

₹8.7 L/yr - ₹29 L/yr

Associate Specialist
753 salaries
unlock blur

₹12.1 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.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview