Upload Button Icon Add office photos

Filter interviews by

Synergy Technology Services Software Engineer Interview Questions and Answers

Updated 1 Feb 2024

Synergy Technology Services Software Engineer Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Program test, questions related to core Java, SQL queries

I applied via Naukri.com and was interviewed before Jun 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test is easy.

Round 2 - Technical 

(1 Question)

  • Q1. Ask basic questions. 1. OOPS concepts 2. MySQL queries (joins, create, select, delete, truncate, drop)
Round 3 - Coding Test 

1. generate fibonacci series
2. find an element from the array
3. sorting

Round 4 - HR 

(1 Question)

  • Q1. 1. Tell me about yourself. 2. salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basics & be clear about your requirements.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

I applied via Walk-in and was interviewed before Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1.What is list , tuple and set
  • Ans. 

    List, tuple and set are data structures in Python.

    • List is a collection of ordered and changeable elements. Example: [1, 2, 3]

    • Tuple is a collection of ordered but unchangeable elements. Example: (1, 2, 3)

    • Set is a collection of unordered and unindexed unique elements. Example: {1, 2, 3}

  • Answered by AI
  • Q2. They gave a python program of star pattern and number pattern
  • Q3. Wap to check the Armstrong number
  • Ans. 

    Armstrong number is a number whose sum of cubes of digits is equal to the number itself.

    • Take input number from user

    • Find the number of digits in the number

    • Calculate the sum of cubes of each digit

    • Check if the sum is equal to the input number

  • Answered by AI
  • Q4. They asked about Oops concept like inheritance, encapsulation

Interview Preparation Tips

Interview preparation tips for other job seekers - Please study the core python really well.

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

  • Answered by AI

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

30 min test on simple google form

Round 2 - Coding Test 

Half hour conding round on basic javascript questions

Round 3 - Coding Test 

One hour coding round on little bit intermediate javascript questions

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Leetcode Hard questions
  • Q2. IPO Leetcode Hard
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 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 - Technical 

(1 Question)

  • Q1. Find the duplicate items in the array.
  • Ans. 

    Find duplicate items in array of strings.

    • Iterate through array and store each item in a hash set.

    • If item already exists in hash set, it is a duplicate.

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

(1 Question)

  • Q1. Javascript basics questions

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. To find if a number is Prime or not and optimise your written code.
  • Ans. 

    Check if a number is prime and optimize the code.

    • Start by checking if the number is less than 2, in which case it is not prime.

    • Iterate from 2 to the square root of the number and check if any of them divide the number evenly.

    • If a divisor is found, the number is not prime. Otherwise, it is prime.

  • Answered by AI
  • Q2. Css question related to flex box, Grid and cross browser compatibility
  • Q3. To call an API in react and optimise your written code.
  • Ans. 

    To optimise API calls in React, use asynchronous functions and caching techniques.

    • Use async/await to handle API calls

    • Implement caching to reduce network requests

    • Use memoization to avoid unnecessary re-renders

    • Consider using a state management library like Redux

    • Use performance profiling tools like React DevTools

  • Answered by AI
  • Q4. Questions on JS concepts like Objects and Prototype Inheritance.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your basic concepts and prepare well for the interview.

Skills evaluated in this interview

I applied via Campus Placement

Round 1 - Coding Test 

Online Coding Test included some aptitude questions, technical questions followed by 3 coding questions

Round 2 - Technical 

(1 Question)

  • Q1. My technical interview included an introduction about myself followed by my background, projects I've made, internships I've done, and in which language I was comfortable. and the interviewer asked me to w...

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer confidently and give examples. and you can also connect the questions asked to your past projects.

Synergy Technology Services Interview FAQs

How many rounds are there in Synergy Technology Services Software Engineer interview?
Synergy Technology Services interview process usually has 2-3 rounds. The most common rounds in the Synergy Technology Services interview process are Technical, Aptitude Test and Coding Test.
How to prepare for Synergy Technology Services Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Synergy Technology Services. The most common topics and skills that interviewers at Synergy Technology Services expect are Javascript, OOPS, PHP, MySQL and .Net.
What are the top questions asked in Synergy Technology Services Software Engineer interview?

Some of the top questions asked at the Synergy Technology Services Software Engineer interview -

  1. 1.What is list , tuple and ...read more
  2. Wap to check the Armstrong numb...read more
  3. They gave a python program of star pattern and number patte...read more

Tell us how to improve this page.

Synergy Technology Services Software Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Synergy Technology Services Software Engineer Salary
based on 97 salaries
₹2 L/yr - ₹8.5 L/yr
47% less than the average Software Engineer Salary in India
View more details

Synergy Technology Services Software Engineer Reviews and Ratings

based on 17 reviews

1.9/5

Rating in categories

1.9

Skill development

2.2

Work-life balance

1.4

Salary

1.7

Job security

1.8

Company culture

1.5

Promotions

2.0

Work satisfaction

Explore 17 Reviews and Ratings
Software Engineer
97 salaries
unlock blur

₹2 L/yr - ₹8.5 L/yr

Senior Software Engineer
52 salaries
unlock blur

₹5 L/yr - ₹17 L/yr

Software Developer
24 salaries
unlock blur

₹2.2 L/yr - ₹7.1 L/yr

Softwaretest Engineer
10 salaries
unlock blur

₹3.8 L/yr - ₹5.4 L/yr

Team Lead
8 salaries
unlock blur

₹7.8 L/yr - ₹19.2 L/yr

Explore more salaries
Compare Synergy Technology Services with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Diverse Lynx

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