Upload Button Icon Add office photos
Engaged Employer

i

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

Synchrony Verified Tick

Compare button icon Compare button icon Compare
4.3

based on 1.1k Reviews

Filter interviews by

Synchrony Engineer 1 Interview Questions and Answers for Freshers

Updated 9 Dec 2024

Synchrony Engineer 1 Interview Experiences for Freshers

1 interview found

Engineer 1 Interview Questions & Answers

user image saurabh SINGH

posted on 9 Dec 2024

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

(2 Questions)

  • Q1. Find anagrams of given String in another String.
  • Ans. 

    Anagrams of a given string in another string

    • Create a hashmap of characters in the given string

    • Iterate through the other string and check for anagrams using the hashmap

    • Return an array of strings containing the anagrams found

  • Answered by AI
  • Q2. Spring boot Design
Round 2 - Behavioral 

(1 Question)

  • Q1. Behavioural Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers were friendly.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

It was realted to analytical and logic reasoning topics

Round 2 - Coding Test 

It's related to DSA topics

Round 3 - Technical 

(2 Questions)

  • Q1. Types of Polymorphism
  • Ans. 

    Polymorphism in programming refers to the ability of a single function or method to operate on different types of data.

    • There are two main types of polymorphism: compile-time (static) polymorphism and runtime (dynamic) polymorphism.

    • Compile-time polymorphism is achieved through function overloading and operator overloading.

    • Runtime polymorphism is achieved through inheritance and virtual functions.

    • Example of compile-time ...

  • Answered by AI
  • Q2. SQL based questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

They asked general aptitude questions ones you can easily practice from indiabix

Round 2 - Coding Test 

Be prepared with medium level DSA questions. They touched upon topics like trees, DP, hashing etc.

Round 3 - Technical 

(1 Question)

  • Q1. They had a total of two technical rounds where one was with the manager you will be working under. The touched upon some puzzles and reasoning questions. The questions will mostly be around you resume so m...
Round 4 - HR 

(1 Question)

  • Q1. General HR questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2023. 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 - Aptitude Test 

It’s been knowledgeable round and they are checking ability in different way of questions

Round 3 - Technical 

(2 Questions)

  • Q1. In this round they had asked many questions regarding technologies and some more details on ourself
  • Q2. Confidential to tell

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and punctual. Be passionable to answer all the question which they will have asked

I was interviewed in Nov 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

  • Q1. Split Binary String

    Chintu has a long binary string ‘str’. A binary string is a string that contains only 0 and 1. He considers a string ‘beautiful’ if and only if the number of 0's and 1's in the ...

  • Ans. Iterative approach

    The key idea in solving this problem is to simply iterate through the given string and keep the count of 1s and 0s in the string. Whenever we have the count of 1 and 0 to be equal, we increment the count of beautiful strings by 1. If we find no beautiful string, we simply return -1.

     

    The algorithm will be -

     

    • Take two variables ‘cnt0’ and ‘cnt1’ to store the count of 0s and 1s respectively. Als...
  • Answered by CodingNinjas
  • Q2. Merge overlapping intervals

    Given 'N' number of intervals, where each interval contains two integers denoting the boundaries of the interval. The task is to merge all the overlapping intervals and ...

  • Ans. Brute Force
    1. We are given the function MERGEINTERVALS(), which takes a 2D vector representing the vector of intervals and returns another 2D vector which is the vector of merged intervals.
    2. We create another function ISOVERLAP() to check if the current interval overlaps with the other interval.
    3. Now we create an empty 2D vector “RES” to store finally merged intervals and another boolean vector “VIS” to mark if the current in...
  • Answered by CodingNinjas
Round 2 - Video Call 

(1 Question)

Round duration - 100 Minutes
Round difficulty - Medium

It was a video interview in which 2 questions were asked u have 2 chances for each question to record your video. It was conducted on hirepro website.
 

  • Q1. General Questions

    Q1 - Describe a mistake that you did in a project and what did you learn from it
    Q2 - Explain a situation when you went above and beyond in a project

Round 3 - Face to Face 

(1 Question)

Round duration - 35 Minutes
Round difficulty - Easy

The interviewer asked me to explain my project, 2 situation based questions and asked to solve a question on Trees

  • Q1. Left View Of Binary Tree

    Given a binary tree. Print the Left View of the Tree.

    Example :
    If the input tree is as depicted in the picture: 
    

    The Left View of the tree will be:  2 35 2 
    
    Input format :
    ...

  • Ans. Recursive Approach

    This problem can be solved through recursion.We will maintain max_level variable which will keep track of maxLevel and will pass current level in recursion as argument. Whenever we see a node whose current level is more than maxLevel then we will print that node as that will be first node for that current level. Also update maxLevel with current level.

    Space Complexity: O(n)Explanation:

    O(N), where ‘N’...

  • Answered by CodingNinjas
Round 4 - HR 

(1 Question)

Round duration - 10 Minutes
Round difficulty - Easy

  • Q1. 

    Asked me Why do u want to join this company
    Where do u see yourself after 5years
    Are u ready to relocate

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from SRM Institute Of Science & Technology. Eligibility criteria7 CGPAJPMorgan Chase & Co. interview preparation:Topics to prepare for the interview - Data Structures, Machine Learning, OOPS, DBMS, Algorithms, Git and SQL Basics.Time required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice D.S.A
Tip 2 : Prepare your projects
Tip 3 : Be confident

Application resume tips for other job seekers

Tip 1 : Have some projects on your resume.
Tip 2 : Do not put false things on a resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Hashcode and equals contract
  • Q2. Springboot annotations
Round 2 - Behavioral 

(2 Questions)

  • Q1. Current project details
  • Q2. Explain Solid principles
  • Ans. 

    SOLID principles are a set of five design principles that help in creating maintainable and scalable software applications.

    • S - Single Responsibility Principle (SRP)

    • O - Open-Closed Principle (OCP)

    • L - Liskov Substitution Principle (LSP)

    • I - Interface Segregation Principle (ISP)

    • D - Dependency Inversion Principle (DIP)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Core Java, springboot annotations, Spring AOP basics, ORM

I applied via campus placement at Vivekanand Education Society's Institute of Technology, Mumbai and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Two questions were asked one ease level one moderate level, both questions were based on dsa topics. I would highly recommend to solve leetcode easy and medium questions.

Round 2 - Hirevue 

(1 Question)

  • Q1. Two HR type questions were asked on this platform, try to answer them as honestly as possible and keep it real.
Round 3 - CFG 

(1 Question)

  • Q1. CFG is an nationwide hackathon in which students from various different universities are put in one team and have to make a working project within the designated time frame.

Interview Preparation Tips

Interview preparation tips for other job seekers - Relax and don't panic anywhere in the entire process.

Interview Preparation Tips

Round: Test
Experience: 7 CGPA cut off, The First round was an Aptitude test (quant+DI+verbal ) 20 questions + 10 basic C/C+ questions
Total Questions: 30

Round: Other Interview
Experience: Second Stage: 2 rounds Tech interview + 1 HR, Very casual personal interview with questions based on resume onlyNo core coding questions since I was from ECE but for Comps/IT they expect knowledge in DBMS.Some finance questions like what are stocks/shares, mutual funds etc. I was asked more detailed finance questions also since I had mentioned my finance interns.

Skill Tips: Be thorough with apti tests . Past CAT papers are ideal as they cover all aspects  (quant+Data Interpretation +Logical reasoning +verbal ) For learning finance jargon use Economist A-Z list and Investopedia
Skills: quant, Data Interpretation , Logical reasoning
College Name: NIT SURATHKAL

Synchrony Interview FAQs

How many rounds are there in Synchrony Engineer 1 interview for freshers?
Synchrony interview process for freshers usually has 2 rounds. The most common rounds in the Synchrony interview process for freshers are Technical and Behavioral.
What are the top questions asked in Synchrony Engineer 1 interview for freshers?

Some of the top questions asked at the Synchrony Engineer 1 interview for freshers -

  1. Find anagrams of given String in another Stri...read more
  2. Behavioural Questio...read more
  3. Spring boot Des...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.9
 • 553 Interviews
HSBC Group Interview Questions
4.0
 • 486 Interviews
American Express Interview Questions
4.2
 • 356 Interviews
UBS Interview Questions
4.0
 • 333 Interviews
Morgan Stanley Interview Questions
3.7
 • 300 Interviews
Morningstar Interview Questions
4.0
 • 240 Interviews
Bank of America Interview Questions
4.3
 • 231 Interviews
View all
Senior Customer Service Representative
254 salaries
unlock blur

₹2.3 L/yr - ₹6.2 L/yr

Senior Analyst
216 salaries
unlock blur

₹6 L/yr - ₹22 L/yr

Senior Representative
194 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Manager
185 salaries
unlock blur

₹6.9 L/yr - ₹29.4 L/yr

Senior Associate
153 salaries
unlock blur

₹2.7 L/yr - ₹6 L/yr

Explore more salaries
Compare Synchrony with

American Express

4.2
Compare

Capital One Financial Corporation

4.0
Compare

Discover Financial Services

4.0
Compare

Wells Fargo

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