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 was interviewed before Jan 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Salesforce flows
  • Q2. Asynchronous apex
Round 2 - One-on-one 

(1 Question)

  • Q1. Count of opportunities associated to account
Round 3 - One-on-one 

(2 Questions)

  • Q1. Asynchronous apex
  • 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:
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 - 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 UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

First round will be coding test which will have Core java questions

Round 2 - Technical 

(4 Questions)

  • Q1. Type of Class Loaders available in java
  • Ans. 

    Java has three types of class loaders: Bootstrap Class Loader, Extension Class Loader, and System Class Loader.

    • Bootstrap Class Loader loads core Java classes located in the bootstrap classpath.

    • Extension Class Loader loads classes from the extensions directory.

    • System Class Loader loads classes from the classpath specified by the CLASSPATH environment variable.

  • Answered by AI
  • Q2. Coding question related find 3nd highest number with single loop and minimum time complexity.
  • Ans. 

    Use a single loop to find the 3rd highest number in an array with minimum time complexity.

    • Iterate through the array and keep track of the three highest numbers encountered so far.

    • Update the three highest numbers as you iterate through the array.

    • Return the third highest number once the loop is completed.

  • Answered by AI
  • Q3. What is diff between cyclicBarrier and countDownLatch?
  • Ans. 

    CyclicBarrier allows a group of threads to wait at a barrier until all threads have reached it, while CountDownLatch allows one or more threads to wait until a set of operations being performed in other threads completes.

    • CyclicBarrier is reusable, while CountDownLatch is not.

    • CyclicBarrier allows all threads to wait for each other, while CountDownLatch allows one thread to wait for others.

    • CyclicBarrier resets automatica...

  • Answered by AI
  • Q4. What is diff between JPARepository and CURDRepository?
  • Ans. 

    JPARepository is a Spring Data interface for JPA-based repositories, while CRUDRepository is a generic interface for CRUD operations.

    • JPARepository extends CRUDRepository and provides additional JPA-specific methods.

    • CRUDRepository is a generic interface for CRUD operations on a repository.

    • JPARepository is typically used for JPA-based repositories, while CRUDRepository can be used for any type of repository.

    • JPARepository...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Second round is pending

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How google.com works
  • Ans. 

    Google.com is a search engine that uses web crawlers to index websites and algorithms to rank search results.

    • Google uses web crawlers to index websites and store information in its database.

    • Algorithms are used to rank search results based on relevance and popularity.

    • Google also uses personalized search results based on user data and location.

    • Google's homepage is simple and fast-loading to provide a user-friendly experi

  • Answered by AI
  • Q2. How rest works, in array of 500 elements give top 15 elements discussion about complexities

Interview Preparation Tips

Interview preparation tips for other job seekers - try to be clear and correct on every information you provide

Skills evaluated in this interview

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

Medium level question

Round 2 - Technical 

(1 Question)

  • Q1. Coding round related to Data structures
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Hacker rank test. Basic coding questions on arrays, list etc.

Round 2 - Technical 

(1 Question)

  • Q1. Interactive session. Theoritical questions on oops, multithreading, springboot, java8 and few coding questions.
Round 3 - Technical 

(1 Question)

  • Q1. Design round. Questions on system design and best practices to be followed while developing any service. Few managerial questions as well.
Round 4 - HR 

(1 Question)

  • Q1. Profile related questions and salary discussion.

Interview Preparation Tips

Topics to prepare for Bottomline Senior Software Engineer interview:
  • Java8 and above
  • Data structure
  • Springboot
Interview preparation tips for other job seekers - Practice coding questions on java8 functions and few mid level data-structures based questions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. About company values
Round 2 - Technical 

(1 Question)

  • Q1. UML class diagram
  • Ans. 

    UML class diagram is a visual representation of classes, attributes, methods, and relationships in a system.

    • Classes are represented as boxes with three compartments for class name, attributes, and methods.

    • Attributes are listed in the second compartment with their data types.

    • Methods are listed in the third compartment with their parameters and return types.

    • Relationships between classes are shown using lines with arrows ...

  • Answered by AI
Round 3 - Group Discussion 

Competency based questions

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 1. Pattern print code. 2. Types of S3 bucket in AWS. 3. Java basic question. 4. Spring/ Spring boot basic question. 5. Hibernate basic interview question. 6. Some behavioral question.
  • Ans. 

    This is a list of questions asked in an interview for Senior Software Engineer position.

    • 1. Pattern print code: Write a code to print a specific pattern using loops.

    • 2. Types of S3 bucket in AWS: Explain the different types of S3 buckets in Amazon Web Services.

    • 3. Java basic question: Provide a basic question related to Java programming language.

    • 4. Spring/Spring Boot basic question: Give an example of a basic question rel...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basic.

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Basics .net , c#, sql
Round 2 - Technical 

(1 Question)

  • Q1. Current Project Details, Roles and some technical questions too
Round 3 - HR 

(1 Question)

  • Q1. Package Discussion and Other basic details

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure your basics are strong and should be confident to explain about the current project and its technical details.
Round 1 - Coding Test 

Code Test Will be based on your Skill set Like oracle / Java etc --

Round 2 - One-on-one 

(1 Question)

  • Q1. Analytical function and Concepts .. Interview is basically Scenario Based not straight forward. Attitude of the Interviewers are right and seems supportive.

Interview Preparation Tips

Interview preparation tips for other job seekers - They will take lot of round sometime panel wont be available some time they will extend your interview to multiple rounds very slow process .
One Advice to HR build confidence of the Interview stream line interview process .

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.
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 31 salaries
₹6.5 L/yr - ₹22 L/yr
6% more than the average Senior Software Engineer Salary in India
View more details

Forsys Senior Software Engineer Reviews and Ratings

based on 3 reviews

1.0/5

Rating in categories

1.6

Skill development

1.0

Work-life balance

1.4

Salary

1.0

Job security

1.6

Company culture

1.4

Promotions

1.3

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
61 salaries
unlock blur

₹3.2 L/yr - ₹14.4 L/yr

Senior Software Engineer
31 salaries
unlock blur

₹6.5 L/yr - ₹22 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 III
10 salaries
unlock blur

₹5.5 L/yr - ₹15 L/yr

Explore more salaries
Compare Forsys with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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