Upload Button Icon Add office photos

Forsys

Compare button icon Compare button icon Compare

Filter interviews by

Forsys Senior Technical Architect Interview Questions and Answers

Updated 20 Jul 2024

Forsys Senior Technical Architect Interview Experiences

1 interview found

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

Top trending discussions

View All
Office Jokes
2w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about Forsys?
Ask anonymously on communities.

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: A coding test (Students were asked to bring Laptops)
Tips: Be thorough with C/C++, networking, OS, Data structures and architecture
Duration: 90 minutes

Round: Interview
Experience: 3 rounds of interview, one hour each, all technical 
Interview Process:All the three rounds are oriented around programming. A lot of focus was given to Data structures, C/C++, OS and algorithmsThe code from previous test is shown and they expect you to fix any bugs if thereThe interviewers are quietly friendly and help if you get stuck at any pointIf you do have any related projects, anticipate some thorough questions on that
Tips: Though the interviewers are helpful, get your basics clear early on. Don't rely on them.Practice coding sessions, a lot of companies have them as a shortlisting criteria.

College Name: IIT Madras

Senior Technical Architect Interview Questions Asked at Other Companies

asked in Coforge
Q1. How is error handling done in your project?
asked in Coforge
Q2. Where is the Observer pattern used in Spring Boot?
asked in Coforge
Q3. Explain the Liskov Substitution Principle (L) and Dependency Inve ... read more
asked in HCLTech
Q4. How do you debug crash dumps?
asked in HCLTech
Q5. What is a dangling pointer?

Interview Preparation Tips

Round: Test
Experience: PAPER DURATION: 3 hours
NO. OF QUESTIONS: 2 (20 marks each)
MAXIMUM MARKS: 20*2 = 40 marksQUESTION 1:
JSON Prettier:-Write a program which takes JSON as input and gives prettified JSONYou need to read JSON from STDIN. Input gives one line of uglified JSON.Output should be formatted JSON. Check the standard output link.Use 2 white spaces (not‘\t’) for one indentation.SAMPLE INPUT:{“group” : {list : [1,2,3]}, “list” : [“a”,”b”,”c”]}SAMPLE OUTPUT:{“group” : {List : [1,2,3]},“list” : [“a”,”b”,”c”]}EXPLANATION: Input will be uglifiedjson in one line and output will be prettified format of that. QUESTION 2:XML parse plus series computationEvaluate an expression given in XML format. Keys will be Expr- contains the entire expression. Elem – contains the digit, sum, Prod- contains two or more keys whose evaluation needs to be summed or multiplied respectively. Sub will contain 2 keys or more, where the second key onwards will have to be subtracted from the first one. Div- will contain 2 keys in which first key will need to be divided by second. SAMPLE INPUT:4673 SAMPLE OUTPUT:
20EXPLANATION:Input will be xml file through standard input. End of xml file marked by .
Duration: 180 minutes
Total Questions: 2

College Name: NA

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Core concepts of javascript.
  • Q2. Defining the high-level component structure of a page.
  • Ans. 

    High-level component structure of a page refers to the organization of the main elements on a webpage.

    • Identify the main content area of the page

    • Determine the navigation menu and its placement

    • Decide on the placement of secondary content such as ads or related articles

    • Consider the footer and its contents

    • Ensure the page is responsive and adaptable to different screen sizes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the core concepts and be ready to solve problems given at random. Knowing which concept to use would be very much helpful in getting the solutions to the questions.

Skills evaluated in this interview

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

(1 Question)

  • Q1. More about API automation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Nov 2023. There were 4 interview rounds.

Round 1 - Coding Test 

More on Docker & Kubernetes based on a usecase

Round 2 - Case Study 

Your solution in existing companies

Round 3 - Culture Fit Round 

(2 Questions)

  • Q1. RVP discusses with you expectations
  • Q2. Open Platform for any questions for you
Round 4 - HR 

(1 Question)

  • Q1. Salary Negotiations
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

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. To create CI/CD pipeline
  • Ans. 

    A CI/CD pipeline automates code integration, testing, and deployment for efficient software delivery.

    • Define the stages: Build, Test, Deploy, Monitor.

    • Use tools like Jenkins, GitLab CI, or CircleCI for automation.

    • Implement version control with Git for source code management.

    • Automate testing with frameworks like JUnit or Selenium.

    • Deploy using containerization tools like Docker or orchestration with Kubernetes.

  • Answered by AI
  • Q2. Questions related to cloud
  • Q3. Programs like Fibonacci,factorial for Devops engineer
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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sorting of an array
  • Q2. Bubble sorting algorithm
Round 2 - Technical 

(1 Question)

  • Q1. Java oops question
  • Ans. 

    Java OOPs (Object-Oriented Programming) principles include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data within one unit (class). Example: private variables with public getters/setters.

    • Inheritance: Mechanism where one class inherits properties and behavior from another. Example: class Dog extends Animal.

    • Polymorphism: Ability to present the sa...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. API questions related to put and patch api

Forsys Interview FAQs

How many rounds are there in Forsys Senior Technical Architect interview?
Forsys interview process usually has 3 rounds. The most common rounds in the Forsys interview process are Technical and Resume Shortlist.

Tell us how to improve this page.

Overall Interview Experience Rating

2/5

based on 1 interview experience

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.6
 • 50 Interviews
Fingent Interview Questions
4.2
 • 25 Interviews
Backbase Interview Questions
3.7
 • 23 Interviews
Khoros Interview Questions
3.7
 • 20 Interviews
3Pillar Global Interview Questions
3.2
 • 20 Interviews
Bottomline Interview Questions
3.4
 • 20 Interviews
Saviynt Interview Questions
2.5
 • 19 Interviews
Fourkites Interview Questions
3.7
 • 18 Interviews
View all
Forsys Senior Technical Architect Salary
based on 4 salaries
₹27 L/yr - ₹53 L/yr
40% more than the average Senior Technical Architect Salary in India
View more details

Forsys Senior Technical Architect Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
95 salaries
unlock blur

₹6 L/yr - ₹13.6 L/yr

Senior Software Engineer
49 salaries
unlock blur

₹8.3 L/yr - ₹29.5 L/yr

Business Analyst
19 salaries
unlock blur

₹6 L/yr - ₹18.2 L/yr

System Analyst
18 salaries
unlock blur

₹3.3 L/yr - ₹10 L/yr

Software Developer
12 salaries
unlock blur

₹4.5 L/yr - ₹12.5 L/yr

Explore more salaries
Compare Forsys with

Yodlee

3.8
Compare

Fingent

4.2
Compare

Bravura Solutions

3.9
Compare

CloudMoyo

4.1
Compare
write
Share an Interview