Upload Button Icon Add office photos

Syfe

Compare button icon Compare button icon Compare
4.2

based on 9 Reviews

Filter interviews by

Syfe Interview Questions, Process, and Tips

Updated 13 Dec 2024

Top Syfe Interview Questions and Answers

Syfe Interview Experiences

Popular Designations

7 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

First round was taken by interview vector on leetcode
1 question was based on binary search

Round 2 - Technical 

(2 Questions)

  • Q1. Binary search(ship capacity leetcode)
  • Q2. Twitter lld design (medium leetcode)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Sde1 Interview Questions & Answers

user image Anonymous

posted on 13 Dec 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - DSA 

(2 Questions)

  • Q1. Count no. of islands using DFS
  • Ans. 

    Count the number of islands in a grid using Depth First Search (DFS).

    • Create a visited array to keep track of visited cells

    • Iterate through each cell in the grid and perform DFS to explore neighboring cells

    • Increment the count of islands whenever a new island is encountered

  • Answered by AI
  • Q2. Roman to Int

Interview Preparation Tips

Interview preparation tips for other job seekers - leetcode level questions

Sde1 Interview Questions asked at other Companies

Q1. DSA and Language Questions: 1. Difference between Arrays and ArrayList in Java. 2. Queue Implementation using Linked List. 3. BST- How would you fill a BST with a sorted array. 4. Random pointer linked-list clone. 5. Fibonacci number genera... read more
View answer (1)

SDE-2 Interview Questions & Answers

user image Anonymous

posted on 17 Jul 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

By interview Vector , 2 coding questions

Round 2 - One-on-one 

(1 Question)

  • Q1. LLD Stock exchange
Round 3 - One-on-one 

(1 Question)

  • Q1. HLD Zomato like

SDE-2 Interview Questions asked at other Companies

Q1. Maximum Frequency NumberNinja is given an array of integers that contain numbers in random order. He needs to write a program to find and return the number which occurs the maximum times in the given input. He needs your help to solve this ... read more
View answer (6)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Coding Test 

Round 1

First question 30 mins, write a working modular code
Buy and sell stock 2 like Problem from leetcode.
Given an array of stock prices each day you can buy or sell stock. you can hold almost 1 stock at any time. return maximum profit you can achieve

2. Dp, maximum points from a card (30min
Several cards are arranged in a row and each card has one number. you can take a total K cards from the beginning or at the end. Your score is the sum of points on the cards you have picked.
eg: [1,2,3,4,5,6,1] k = 3 -> Ans 12

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice leetcode medium question if you are apply for SDE1 position at sypfe

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Syfe interview questions for popular designations

 SDE-2

 (1)

 Sde1

 (1)

 Senior Front end Developer

 (1)

 Senior Software Engineer

 (1)

 Software Developer

 (1)

 Software Development Engineer II

 (1)

Qa test Interview Questions & Answers

user image Anonymous

posted on 19 Mar 2024

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

I applied via LinkedIn and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How to sort data

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Class based vs functional comp
  • Ans. 

    Class-based components are used for complex components with state and lifecycle methods, while functional components are simpler and more lightweight.

    • Class-based components have access to lifecycle methods like componentDidMount and componentDidUpdate.

    • Functional components are easier to read and test.

    • Functional components can use React hooks to manage state and lifecycle.

    • Class-based components are more suitable for lar...

  • Answered by AI
  • Q2. Web optimisation
  • Q3. Coding questions
  • Q4. Lifecycle methods
  • Q5. Best practices
  • Q6. Some unnecessary ones

Interview Preparation Tips

Interview preparation tips for other job seekers - fresher will take interview and will just ask silly questions, nothing else.

Senior Front end Developer Interview Questions asked at other Companies

Q1. Discuss a time when you had to refactor a large codebase. How did you approach the task, and what steps did you take to ensure that the code remained maintainable and scalable?
View answer (1)

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How you will add two linked lists
  • Ans. 

    To add two linked lists, traverse both lists simultaneously and add corresponding nodes.

    • Create a new linked list to store the sum

    • Traverse both linked lists simultaneously and add corresponding nodes

    • If the sum is greater than 9, carry over the 1 to the next node

    • If one list is longer than the other, add the remaining nodes to the sum

    • Return the new linked list

  • Answered by AI
  • Q2. Determine the order of scheduling of jobs given jobs and its dependency
  • Ans. 

    Determining job scheduling order based on dependencies

    • Create a directed graph with jobs as nodes and dependencies as edges

    • Use topological sorting to determine the order of scheduling

    • If there is a cycle in the graph, it is not possible to schedule the jobs

    • Consider using depth-first search to traverse the graph

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm and think loudly

Skills evaluated in this interview

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Given Python coding challenge related to string processing and second question was matrix processing using python

Round 2 - Technical 

(4 Questions)

  • Q1. Bagging boosting and its difference and uses.
  • Q2. Methods to minimize overfitting and underfitting
  • Q3. Transformer architecture
  • Q4. LLM usecase and explain how to work on it
Round 3 - Technical 

(2 Questions)

  • Q1. Given data, find out what AI project can be discovered and how to progress on implementing it.
  • Q2. Given data and usecase, which model to use to implement solution and how detailed steps.
Round 4 - Behavioral 

(2 Questions)

  • Q1. Discussed each project in my resume in detail and related questions
  • Q2. Discussed team and personal behavioural questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics of data science and statistics clear. Also keep only things you worked or know in your resume.

Customer experience Specialist (Stock broking) Interview Questions & Answers

PhonePe user image Anonymous

posted on 12 Oct 2024

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

I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Cognitive assessment test 

(1 Question)

  • Q1. In first round, the company will provide you a test link from a third party (perspectAI) to gauge your communication and understanding skills. This included sections like comprehension, listening, writing,...
Round 2 - One-on-one 

(7 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a customer experience specialist with a background in stock broking. I am passionate about providing excellent service and building strong relationships with clients.

    • I have X years of experience in the stock broking industry

    • I have a proven track record of delivering exceptional customer service

    • I am skilled in building and maintaining client relationships

    • I am knowledgeable about the stock market and investment prod...

  • Answered by AI
  • Q2. Asked about my summer and winter internship work
  • Q3. Asked questions relating to my resume
  • Q4. Asked situation based questions on customer support and resolving customer issues
  • Q5. Basics questions regarding stock exchange
  • Q6. Asked about any event in my life where in was working in a team or lead a team
  • Q7. Why choose or applied for this job role
  • Ans. 

    I have a passion for finance and helping clients achieve their financial goals.

    • I have a strong background in finance and stock broking

    • I enjoy working with clients and helping them navigate the stock market

    • I am excited about the opportunity to use my skills to enhance customer experience in the stock broking industry

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

(5 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a customer experience specialist with a background in stock broking. I have a passion for helping clients navigate the financial markets.

    • I have X years of experience in the stock broking industry, specializing in customer service and relationship management.

    • I am skilled in providing personalized investment advice and recommendations to clients based on their financial goals and risk tolerance.

    • I have a strong under...

  • Answered by AI
  • Q2. What made you apply for this job role
  • Ans. 

    I applied for this job role because of my passion for finance and helping clients achieve their financial goals.

    • Passion for finance and stock market

    • Desire to help clients achieve financial goals

    • Interest in providing excellent customer service

  • Answered by AI
  • Q3. Why should we hire a fresher for this position
  • Q4. Situation based question:- If a user of Share.market app uses stop loss option and it didn't worked due to some glitch which caused him/her some financial loss then how would you handle it?
  • Q5. Asked about job description

Interview Preparation Tips

Topics to prepare for PhonePe Customer experience Specialist (Stock broking) interview:
  • Thorough with resume
  • Stock Market
  • Situation based questions
  • Hindi speaking skills
  • Listening and communication skil
Interview preparation tips for other job seekers - The interview was moderate and will ask about your resume, company, why hire you, situation based questions. So prepare accordingly.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Personal questions they asked?
  • Q2. Package details asking in previous process

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst company ever in Hyderabad , they pressure you to put resign within probation period. Recently one person committed suicide but no one knows about it. They managed everything. So better Don't join HighRadius company.
I was very happy when receiving offer from HighRadius, later 4 months scene completely reverse and toxic environment and pressure building on each employees. Uncertainty in work culture un realistic time dead lines extra hours work.
Specially one person I mention " his name Ashish Tiwari" Racist and psycho manager, toxic culture ka baap ,Assigns work on logout time and during weekends too.
Completely corrupted and dirty politics , micro managements , stupid HR policies, leave policy to bad too worst.
My homble request for every one please understand don't join in HighRadius technologies. Every 6 months they imported interns and terminates experience persons. Only worst management, dirty politics, and crucial mentality nature you have then only sustain there.

Syfe Interview FAQs

How many rounds are there in Syfe interview?
Syfe interview process usually has 1-2 rounds. The most common rounds in the Syfe interview process are Coding Test, One-on-one Round and Technical.
How to prepare for Syfe 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 Syfe. The most common topics and skills that interviewers at Syfe expect are Black Box Testing, Client Management, Customer Service, Manual Testing and Mobile Application Testing.
What are the top questions asked in Syfe interview?

Some of the top questions asked at the Syfe interview -

  1. determine the order of scheduling of jobs given jobs and its dependen...read more
  2. How you will add two linked lis...read more
  3. class based vs functional c...read more

Tell us how to improve this page.

Syfe Interview Process

based on 5 interviews in last 1 year

Interview experience

4
  
Good
View more

People are getting interviews through

based on 7 Syfe interviews
Job Portal
Recruitment Consultant
Referral
43%
29%
14%
14% 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

Interview Questions from Similar Companies

FIS Interview Questions
3.9
 • 470 Interviews
PhonePe Interview Questions
4.0
 • 297 Interviews
PayPal Interview Questions
3.9
 • 206 Interviews
Groww Interview Questions
3.8
 • 65 Interviews
Upstox Interview Questions
3.7
 • 35 Interviews
Paytm Money Interview Questions
3.3
 • 30 Interviews
INDMoney Interview Questions
3.5
 • 11 Interviews
Zerodha Interview Questions
4.2
 • 8 Interviews
Kuvera Interview Questions
3.5
 • 1 Interview
ET Money Interview Questions
3.9
 • 1 Interview
View all

Syfe Reviews and Ratings

based on 9 reviews

4.2/5

Rating in categories

4.4

Skill development

4.4

Work-Life balance

4.0

Salary & Benefits

3.6

Job Security

4.3

Company culture

3.6

Promotions/Appraisal

4.3

Work Satisfaction

Explore 9 Reviews and Ratings
Software Engineer
6 salaries
unlock blur

₹15 L/yr - ₹35 L/yr

Software Developer
5 salaries
unlock blur

₹9 L/yr - ₹30 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹29 L/yr - ₹38 L/yr

QA Engineer
4 salaries
unlock blur

₹3.5 L/yr - ₹12 L/yr

SDE-2
4 salaries
unlock blur

₹20 L/yr - ₹30 L/yr

Explore more salaries
Compare Syfe with

Groww

3.8
Compare

Zerodha

4.2
Compare

Upstox

3.7
Compare

Paytm Money

3.3
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