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 (223)
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 (223)
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

I applied via Naukri.com and was interviewed in Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be transparent and real. Don't bluff :)
Fingent has got a good number of people in the interview panel(my personal experience)
Even if you do not know the answer, the panel will explain it to you.

I appeared for an interview before Apr 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Easy

It was on online objective test consisting of 4 sections: Aptitude, Technical MCQs, Code snippet based MCQs and Coding part.

  • Q1. 

    Valid Parentheses Problem Statement

    Given a string 'STR' consisting solely of the characters “{”, “}”, “(”, “)”, “[” and “]”, determine if the parentheses are balanced.

    Input:

    The first line contains an...
  • Ans. 

    The task is to determine if a given string of parentheses is balanced or not.

    • Iterate through the characters of the string and use a stack to keep track of opening parentheses.

    • When encountering an opening parenthesis, push it onto the stack. When encountering a closing parenthesis, check if it matches the top of the stack.

    • If the stack is empty at the end or there are unmatched parentheses, the string is not balanced.

    • Exa...

  • Answered by AI
  • Q2. 

    Palindrome Linked List Problem Statement

    Determine if a given singly linked list of integers is a palindrome. Return true if it is a palindrome, otherwise return false.

    Example:

    Input:
    1 -> 2 -> ...
  • Ans. 

    Check if a given singly linked list of integers is a palindrome.

    • Use two pointers to find the middle of the linked list.

    • Reverse the second half of the linked list.

    • Compare the first half with the reversed second half to determine if it is a palindrome.

  • Answered by AI
Round 2 - Face to Face 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical and managerial round. The interviewer gave me a situation where I am in testing team and I found that customer requirement was drop down list at a place but developer has used bullet selection, and is not ready to change it. How will you manage? I gave some good replies and he was convinced.

  • Q1. What is a virtual function?
  • Ans. 

    A virtual function is a function in a base class that is declared using the keyword 'virtual' and can be overridden by a function with the same signature in a derived class.

    • Virtual functions allow for dynamic polymorphism in object-oriented programming.

    • They are used to achieve runtime polymorphism by enabling late binding.

    • Virtual functions are declared in a base class and can be overridden in derived classes.

    • Example: v...

  • Answered by AI
  • Q2. Can you explain how to perform a level order traversal of a binary tree in spiral form?
  • Ans. 

    Level order traversal of a binary tree in spiral form involves alternating between left and right while traversing each level.

    • Start by pushing the root node into a queue.

    • While the queue is not empty, pop a node, print its value, and push its children into the queue.

    • For each level, alternate between popping nodes from the queue and printing their values from left to right or right to left.

    • Continue this process until all

  • Answered by AI
  • Q3. What are abstract classes in C++?
  • Ans. 

    Abstract classes in C++ are classes that cannot be instantiated and are designed to be base classes for other classes.

    • Abstract classes may contain pure virtual functions, making them incomplete and unable to be instantiated.

    • Derived classes must implement all pure virtual functions from the abstract class in order to be concrete classes.

    • Abstract classes can have non-virtual functions and member variables like regular cl...

  • Answered by AI
Round 3 - Face to Face 

(6 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was also a technical round. He asked to optimize the code I wrote in coding round. Then he asked me a few puzzles and questions on OOPS, OS and DBMS.

  • Q1. Can you explain the ACID properties in the context of database management systems?
  • Ans. 

    ACID properties are a set of properties that guarantee the reliability of transactions in database management systems.

    • ACID stands for Atomicity, Consistency, Isolation, and Durability.

    • Atomicity ensures that either all operations in a transaction are completed successfully or none of them are.

    • Consistency ensures that the database remains in a consistent state before and after the transaction.

    • Isolation ensures that the e...

  • Answered by AI
  • Q2. What is the difference between paging and segmentation in operating systems?
  • Ans. 

    Paging and segmentation are memory management techniques in operating systems.

    • Paging divides physical memory into fixed-size blocks called pages, while segmentation divides logical memory into variable-size segments.

    • Paging allows for efficient memory allocation and management, while segmentation provides protection and sharing of memory.

    • Paging is simpler to implement but can lead to internal fragmentation, while segmen...

  • Answered by AI
  • Q3. What is concurrency control?
  • Ans. 

    Concurrency control is a technique used in databases to manage simultaneous access and modification of data by multiple users or processes.

    • Concurrency control ensures that transactions are executed in a way that maintains data consistency and integrity.

    • Techniques like locking, timestamp ordering, and optimistic concurrency control are used to implement concurrency control.

    • For example, in a banking system, concurrency c...

  • Answered by AI
  • Q4. What is the difference between String Buffer and String Builder in Java?
  • Ans. 

    String Buffer is synchronized and thread-safe, while String Builder is not synchronized and faster.

    • String Buffer is synchronized, making it thread-safe for use in multi-threaded environments.

    • String Builder is not synchronized, resulting in faster performance but not thread-safe.

    • String Builder is preferred for single-threaded operations, while String Buffer is preferred for multi-threaded operations.

  • Answered by AI
  • Q5. What are smart pointers in C++?
  • Ans. 

    Smart pointers in C++ are objects that act like pointers but provide automatic memory management.

    • Smart pointers help prevent memory leaks by automatically managing memory allocation and deallocation.

    • Examples include unique_ptr, shared_ptr, and weak_ptr.

    • unique_ptr is used for exclusive ownership, shared_ptr for shared ownership, and weak_ptr to prevent circular references.

  • Answered by AI
  • Q6. What is the difference between a mutex and a semaphore?
  • Ans. 

    Mutex is used for exclusive access to a resource, while semaphore is used for controlling access to a resource by multiple threads.

    • Mutex is binary and allows only one thread to access the resource at a time.

    • Semaphore can have a count greater than one, allowing multiple threads to access the resource simultaneously.

    • Mutex is typically used for protecting critical sections of code, while semaphore is used for synchronizat...

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAYodlee interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

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