Upload Button Icon Add office photos
Engaged Employer

i

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

Fynd Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 372 Reviews

Filter interviews by

Fynd Senior Software Engineer Interview Questions and Answers

Updated 3 Sep 2024

Fynd Senior Software Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic DSA Questions, Python fundamentals, System design basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on programming language fundamentals, some basic SQL queries and system design principles

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Write Trigger Logic
  • Ans. 

    Writing trigger logic involves defining actions to be taken when a certain event occurs in a database.

    • Identify the event that will trigger the logic

    • Define the actions to be taken when the event occurs

    • Consider any conditions or constraints that need to be met for the trigger to fire

  • Answered by AI
  • Q2. Write Batch Class
  • Ans. 

    A Batch Class is used in Salesforce to process records in batches.

    • Batch classes are used to process large amounts of data in Salesforce.

    • They are implemented by implementing the Database.Batchable interface.

    • Batch classes have three main methods: start, execute, and finish.

    • Example: public class MyBatchClass implements Database.Batchable { // implementation }

Answered by AI
  • Q3. Write LWC Component
  • Ans. 

    LWC Component for Senior Software Engineer interview

    • Create a new Lightning Web Component using Salesforce CLI

    • Define HTML template, JavaScript controller, and CSS styling

    • Implement functionality using Apex controllers and Lightning Data Service

    • Use @wire to fetch data from Salesforce backend

    • Leverage Salesforce Lightning Design System for UI components

  • Answered by AI
  • Q4. Salesforce Security Model
  • Skills evaluated in this interview

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

    Basic DS question like dutch flag problem.

    Round 2 - Technical 

    (2 Questions)

    • Q1. Implement debounce function
    • Ans. 

      Debounce function delays the execution of a function until after a specified amount of time has passed since the last time it was invoked.

      • Create a function that takes a function and a delay time as parameters

      • Use setTimeout to delay the execution of the function

      • Use clearTimeout to reset the timer if the function is invoked again within the delay time

    • Answered by AI
    • Q2. Closure based questions.
    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 6 interview rounds.

    Round 1 - Technical 

    (1 Question)

    • Q1. 2 DSA questions
    Round 2 - Technical 

    (1 Question)

    • Q1. Half an hour of behavioral questions and 1 DSA question
    Round 3 - Behavioral 

    (1 Question)

    • Q1. One hour discussion of the work that I have done till now
    Round 4 - Technical 

    (1 Question)

    • Q1. 1 Hard DSA question
    Round 5 - Technical 

    (1 Question)

    • Q1. 1 Hard DSA question
    Round 6 - Technical 

    (1 Question)

    • Q1. Design round for HLD

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be prepared for high level DSA questions
    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Coding Test 

    (1 Question)

    • Q1. Design and code a zoo management system.
    • Ans. 

      A zoo management system to track animals, enclosures, staff, and visitor information.

      • Create classes for animals, enclosures, staff, and visitors

      • Implement functions for adding, updating, and deleting records

      • Include features for scheduling feeding times, cleaning enclosures, and managing staff shifts

    • Answered by AI
    Round 2 - Coding Test 

    Standard DSA questions

    Round 3 - HR 

    (1 Question)

    • Q1. Standard HR stuff.

    Skills evaluated in this interview

    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    4-6 weeks
    Result
    Selected Selected

    I applied via campus placement at Rajalakshmi Engineering College, Chennai and was interviewed before Aug 2023. There were 2 interview rounds.

    Round 1 - Aptitude Test 

    Aptitude of from all topics

    Round 2 - Technical 

    (2 Questions)

    • Q1. Node js & javascript coding question
    • Q2. Array related questions

    Interview Preparation Tips

    Topics to prepare for yellow.ai Senior Software Engineer interview:
    • javascript
    • nodejs
    Interview experience
    3
    Average
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Aptitude Test 

    It is simple MCQ machine test and test result is generated then forwarded for First round which is telephonic round.

    Round 2 - Coding Test 

    This round is on Zoom and will try to check your coding knowledge. Like your role in existing project in current company etc. Totally project related

    Round 3 - HR 

    (1 Question)

    • Q1. This is for your joining dates a
    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

    Round 1 - Coding Test 

    1 hour, focus on concurrency (mutex, semaphore, conditional lock, etc)

    Interview Preparation Tips

    Topics to prepare for RUBRIK INDIA Senior Software Engineer interview:
    • concurrency
    • Multithreading
    Interview preparation tips for other job seekers - I was asked :

    There's one bathroom, which needs to be used by politicians of 2 political parties:
    1. At a time, no 2 politicians of different parties should be inside the bathroom. (else, they will fight :-P )
    2. At a time, only 4 politicians of any given party can enter the bathroom.

    Consider all requests to be threads, and based on the above 2 conditions, either allow them to go in, or make those threads wait.


    I used conditional lock, to make the politicians of the other party wait, and to allow the politicians of the current occupying party. And then used a semaphore to ensure that only 4 can be in at a time.
    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via LinkedIn and was interviewed before Mar 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 - DSA 

    (2 Questions)

    • Q1. Medium level DS round
    • Q2. Able to solved 2 question in 45 minutes
    Round 3 - Coding Test 

    In depth interview about projects related to job description

    Interview Preparation Tips

    Interview preparation tips for other job seekers - - Must have proper DSA knowledge
    - Should able to make explain basic concepts related to job description
    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (1 Question)

    • Q1. NodeJS Intermediate and advance concepts

    Fynd Interview FAQs

    How many rounds are there in Fynd Senior Software Engineer interview?
    Fynd interview process usually has 1 rounds. The most common rounds in the Fynd interview process are One-on-one Round.

    Tell us how to improve this page.

    Fynd Senior Software Engineer Salary
    based on 30 salaries
    ₹14 L/yr - ₹40 L/yr
    76% more than the average Senior Software Engineer Salary in India
    View more details

    Fynd Senior Software Engineer Reviews and Ratings

    based on 12 reviews

    3.5/5

    Rating in categories

    3.8

    Skill development

    3.1

    Work-Life balance

    4.2

    Salary & Benefits

    3.4

    Job Security

    3.0

    Company culture

    3.7

    Promotions/Appraisal

    3.3

    Work Satisfaction

    Explore 12 Reviews and Ratings
    Software Development Engineer
    73 salaries
    unlock blur

    ₹7.9 L/yr - ₹31 L/yr

    Software Development Engineer 1
    72 salaries
    unlock blur

    ₹9 L/yr - ₹27 L/yr

    Software Developer
    63 salaries
    unlock blur

    ₹7 L/yr - ₹27.5 L/yr

    Software Development Engineer II
    58 salaries
    unlock blur

    ₹23 L/yr - ₹45 L/yr

    Sde1
    48 salaries
    unlock blur

    ₹10 L/yr - ₹23 L/yr

    Explore more salaries
    Compare Fynd with

    Myntra

    4.0
    Compare

    Flipkart

    4.0
    Compare

    Snapdeal

    3.8
    Compare

    Shopclues

    4.0
    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