Upload Button Icon Add office photos

Filter interviews by

Forsys Interview Questions, Process, and Tips

Updated 27 Mar 2025

Top Forsys Interview Questions and Answers

Forsys Interview Experiences

Popular Designations

8 interviews found

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

Round 1 - Aptitude Test 

First round is aptitude test. Easy to medium aptitude level questions will be asked.

Round 2 - Technical 

(2 Questions)

  • Q1. In the second round easy to medium coding questions will be asked. Also questions based on OOPs and DSA will be asked.
  • Q2. 1. Sorting questions. 2. What is OOPs? 3. Why OOPs? 4. What is polymorphism? 5. What is Inheritance? 6. Where do we use multi threading? 7. What is multi threading?
Round 3 - Technical 

(1 Question)

  • Q1. Questions asked on projects, business logics and OOPs.

Interview Preparation Tips

Topics to prepare for Forsys Software Development Engineer 1 interview:
  • Object Oriented Programming
  • Web Development
Interview preparation tips for other job seekers - Be good with OOPs concepts and the projects that you have done.

Software Development Engineer 1 Interview Questions asked at other Companies

Q1. 4. Design a system for making table reservations at a restaurant.
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

First round is assignment.

Round 2 - Group Discussion 

2nd round is the group discussion.

Round 3 - Technical 

(2 Questions)

  • Q1. Explain oops concept
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOP focuses on creating objects that interact with each other to solve problems.

    • Encapsulation: Objects can hide their internal state and require interaction through defined interfaces.

    • Inheritance: Objects can inherit attributes and methods from other objects.

    • Polymorphism: Object...

  • Answered by AI
  • Q2. What is database
  • Ans. 

    A database is a structured collection of data that is stored and accessed electronically.

    • Organized collection of data

    • Stored electronically

    • Allows for easy access and retrieval of information

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. They asked me about the projects in my resume
  • Q2. Explain overloading with real life example
  • Ans. 

    Overloading is when a class has multiple methods with the same name but different parameters.

    • Overloading allows a class to have multiple methods with the same name but different parameters.

    • The compiler determines which method to call based on the number and type of arguments passed.

    • Example: a class with multiple 'calculate' methods that accept different data types like int, double, or string.

  • Answered by AI

Salesforce Developer Interview Questions asked at other Companies

Q1. Write a trigger to update contact when accounts phone changed.
View answer (6)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Aug 2024.

Round 1 - Coding Test 

I applied for the Forsys role through on-campus recruitment, and in the first round, they asked multiple-choice questions along with two coding questions that were of medium difficulty level, similar to those found on LeetCode.

Round 2 - Group Discussion 

The selected students from the first round will have the GD where they will general topic like is work from home is good option kind of things

Round 3 - Technical 

(1 Question)

  • Q1. They will ask mostly about the sql and also ask us to do a dsa question

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
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

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Forsys interview questions for popular designations

 Software Engineer

 (2)

 Senior Software Engineer

 (2)

 Software Development Engineer 1

 (1)

 Software Developer

 (1)

 Salesforce Developer

 (1)

 Senior Technical Architect

 (1)

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Aptitude based questions
  • Q2. Technical(based on programming languages)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (220)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
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. Useless people and jas Zero knowledge
  • Q2. Not willing to listen
Round 3 - Technical 

(2 Questions)

  • Q1. Not ready to accept their failures
  • Q2. Zero knowledge people are at the top

Interview Preparation Tips

Interview preparation tips for other job seekers - Better not to Join this family company, you will regret

Senior Technical Architect Interview Questions asked at other Companies

Q1. How ErrorHandling is done in your project?
View answer (1)

I applied via Approached by Company and was interviewed before Oct 2021. There were 5 interview rounds.

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. Based on the skill they will interviwed
Round 3 - Technical 

(1 Question)

  • Q1. Based on the skill they will do deeply
Round 4 - Technical 

(1 Question)

  • Q1. Project Manager and delivery head will give your roles and responsibilities of project
Round 5 - HR 

(1 Question)

  • Q1. CTC & ECTC and date of joining

Interview Preparation Tips

Interview preparation tips for other job seekers - It is good company and good opportunity to learn new technologies here

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (220)
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

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

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

Forsys Interview FAQs

How many rounds are there in Forsys interview?
Forsys interview process usually has 3-4 rounds. The most common rounds in the Forsys interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Forsys 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 Salesforce, Java, Javascript, Project Management and Apex.
What are the top questions asked in Forsys interview?

Some of the top questions asked at the Forsys interview -

  1. Count of opportunities associated to acco...read more
  2. Explain overloading with real life exam...read more
  3. What is datab...read more

Tell us how to improve this page.

Forsys Interview Process

based on 10 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.6
 • 49 Interviews
Fingent Interview Questions
4.4
 • 22 Interviews
Backbase Interview Questions
3.7
 • 22 Interviews
3Pillar Global Interview Questions
3.3
 • 19 Interviews
Khoros Interview Questions
3.7
 • 19 Interviews
Mentor Graphics Interview Questions
4.0
 • 18 Interviews
Yodlee Interview Questions
3.8
 • 17 Interviews
Saviynt Interview Questions
2.5
 • 17 Interviews
View all

Forsys Reviews and Ratings

based on 60 reviews

2.7/5

Rating in categories

3.0

Skill development

2.9

Work-life balance

2.9

Salary

2.7

Job security

2.6

Company culture

2.5

Promotions

2.6

Work satisfaction

Explore 60 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