Upload Button Icon Add office photos

Filter interviews by

Forsys Senior Software Engineer Interview Questions and Answers

Updated 23 Jan 2025

Forsys Senior Software Engineer Interview Experiences

2 interviews found

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

I appeared for an interview before Jan 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Salesforce flows
  • Q2. Asynchronous apex
  • Ans. 

    Asynchronous apex allows for processing tasks in the background without blocking the main thread.

    • Used for long-running processes like callouts, email sending, and batch jobs

    • Improves performance by offloading tasks to run asynchronously

    • Can be implemented using future methods, queueable interface, and batch apex

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

(1 Question)

  • Q1. Count of opportunities associated to account
  • Ans. 

    The count of opportunities associated with an account can be determined by querying the database for opportunities linked to the account.

    • Query the database for opportunities associated with the account

    • Count the number of opportunities returned in the query result

    • Consider filtering out any duplicate opportunities if necessary

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

(2 Questions)

  • Q1. Asynchronous apex
  • Ans. 

    Asynchronous apex allows for processing tasks in the background without blocking the main thread.

    • Asynchronous apex is used to perform long-running tasks such as callouts, email sending, and batch processing.

    • It helps in improving performance by offloading tasks to run in the background.

    • Examples include @future methods, Queueable interface, and Batch Apex.

    • Asynchronous apex can be used to handle large data volumes efficie

  • Answered by AI
  • Q2. Lightning data table
Round 4 - Communication 

(1 Question)

  • Q1. Projects and roles
Round 5 - HR 

(1 Question)

  • Q1. Package discussion 8
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Assignment 

Based on role they give some assignments and tasks.

Round 3 - Technical 

(1 Question)

  • Q1. Based on the experience they ask some questions
Round 4 - Technical 

(1 Question)

  • Q1. One more technical round
Round 5 - HR 

(1 Question)

  • Q1. Hr round for salary discussion and they dont give as we expectations, if we ask more thry will say rudely "Good luck for your job search".

Interview Preparation Tips

Interview preparation tips for other job seekers - Better go for another good company we dont get mimimum respect here. And dont take over concerns, e en i dont get any answers from manager for lots of questions.

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more

Interview questions from similar companies

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 

(2 Questions)

  • Q1. Describe Life cycle in react
  • Ans. 

    React has three main phases in its lifecycle: mounting, updating, and unmounting.

    • Mounting: when a component is created and inserted into the DOM

    • Updating: when a component is updated due to changes in props or state

    • Unmounting: when a component is removed from the DOM

    • Lifecycle methods can be used to perform actions at each phase, such as componentDidMount() or componentWillUnmount()

    • React also has error handling methods,

  • Answered by AI
  • Q2. Explain strict mode in javascript and it's use
  • Ans. 

    Strict mode is a way to write secure and optimized JavaScript code.

    • Enables catching of silent errors

    • Disallows duplicate property names or parameters

    • Prevents use of undeclared variables

    • Makes `eval()` safer to use

    • Throws errors on invalid usage of `this` keyword

  • Answered by AI
Round 3 - Assignment 

CURD operations along with implementation of a mock UI

Interview Preparation Tips

Interview preparation tips for other job seekers - They are doing good job. If possible try to send a rejection mail along with the reason if candidate is not selected.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Tell about Oops concepts
  • Ans. 

    OOPs concepts are fundamental principles in object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex imple...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Will ask coding related
Round 4 - HR 

(1 Question)

  • Q1. What is Expected salary
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. String palindrome
  • Q2. Find all anagrams in a string
  • Ans. 

    Find all anagrams in a string

    • Create a hashmap to store the frequency of characters in the input string

    • Iterate through the input string and check if the frequency of characters matches the hashmap for each substring of the same length

    • Store the substrings that are anagrams in an array and return it

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning and general aptitude

Round 2 - Coding Test 

Data structures and algorythm questions

Round 3 - One-on-one 

(2 Questions)

  • Q1. Previous company culture and challenges
  • Q2. Expectations from this company.

Interview Preparation Tips

Interview preparation tips for other job seekers - overall easy process

I applied via Campus Placement and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

General aptitude test with math and logic related questions. there were also coding questions which were given more weightage than the other questions.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Standard linked list questions like finding the middle of a linked list, checking if the linked list is a loop etc
  • Q2. Max heap related questions.
Round 3 - One-on-one 

(1 Question)

  • Q1. This interview was mostly math related questions. for eg: prove if a number is irrational.

Interview Preparation Tips

Topics to prepare for Amagi Media Labs Software Engineer interview:
  • Data Structures
  • Maths
  • puzzles
Interview preparation tips for other job seekers - focus is on checking basic coding and problem solving skills. a separate round for testing mathematical ability was a surprise.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Question on Tree Traversals
  • Q2. Questions of Linked List
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude questions with 2-3 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Input-wwwrrrrttttuu Output - w3r4t4u2
  • Q2. Interpreter vs compiler
  • Ans. 

    Interpreter executes code line by line, compiler translates code into machine code before execution.

    • Interpreter translates code into machine code line by line during runtime

    • Compiler translates code into machine code before execution

    • Interpreted languages include Python, JavaScript

    • Compiled languages include C, C++

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics Oops concepts and SQL queries along with currently working projects stacks
Round 2 - Technical 

(1 Question)

  • Q1. More in-depth technical questions use of reflections etc
Round 3 - HR 

(1 Question)

  • Q1. Usual HR interviews company values etc

Interview Preparation Tips

Interview preparation tips for other job seekers - The key is not answers all questions correctly key is the approach you take to solve the problem focus on that.

Forsys Interview FAQs

How many rounds are there in Forsys Senior Software Engineer interview?
Forsys interview process usually has 5 rounds. The most common rounds in the Forsys interview process are One-on-one Round, Technical and HR.
How to prepare for Forsys Senior 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 Forsys. The most common topics and skills that interviewers at Forsys expect are Apex, CRM, Data Modeling, ERP Systems and Eclipse.
What are the top questions asked in Forsys Senior Software Engineer interview?

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

  1. Count of opportunities associated to acco...read more
  2. Asynchronous a...read more
  3. Based on the experience they ask some questi...read more

Tell us how to improve this page.

Forsys Senior Software Engineer Interview Process

based on 3 interviews

Interview experience

2
  
Poor
View more
Forsys Senior Software Engineer Salary
based on 32 salaries
₹6.7 L/yr - ₹24.5 L/yr
7% more than the average Senior Software Engineer Salary in India
View more details

Forsys Senior Software Engineer Reviews and Ratings

based on 4 reviews

1.5/5

Rating in categories

2.3

Skill development

1.5

Work-life balance

2.1

Salary

1.5

Job security

2.3

Company culture

1.8

Promotions

1.8

Work satisfaction

Explore 4 Reviews and Ratings
Software Engineer
65 salaries
unlock blur

₹3.9 L/yr - ₹12 L/yr

Senior Software Engineer
32 salaries
unlock blur

₹6.7 L/yr - ₹24.5 L/yr

Business Analyst
18 salaries
unlock blur

₹6 L/yr - ₹18.2 L/yr

Salesforce Developer
13 salaries
unlock blur

₹7 L/yr - ₹12.3 L/yr

Software Engineer Level 1
11 salaries
unlock blur

₹6 L/yr - ₹10 L/yr

Explore more salaries
Compare Forsys with

Yodlee

3.8
Compare

Fingent

4.4
Compare

Bravura Solutions

3.9
Compare

CloudMoyo

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