Faster and better experience!
i
Finastra
Filter interviews by
I applied via Campus Placement and was interviewed in Mar 2024. There were 4 interview rounds.
The test consisted of 3 coding questions
The round was pretty easy but time was very less
Generative AI and Fintech: Exploring the intersection of artificial intelligence and financial technology.
Generative AI can be used in Fintech for tasks such as fraud detection, risk assessment, and personalized financial recommendations.
Examples of Generative AI in Fintech include chatbots for customer service, algorithmic trading systems, and credit scoring models.
The combination of Generative AI and Fintech has the ...
I appeared for an interview in Aug 2023.
Very similar to leetcode question. Its an online test.
An attribute of a function is a characteristic or property that defines its behavior or functionality.
Attributes can include things like input parameters, return type, visibility, and access modifiers.
Examples of function attributes include public/private access, static/non-static behavior, and return type like int or string.
Using StringBuilder type instead of string builder is incorrect.
StringBuilder is a class in Java used to create mutable strings.
Using 'string builder' instead of 'StringBuilder' will result in a compilation error.
Correct usage: StringBuilder sb = new StringBuilder();
Java basics programming
Finastra interview questions for designations
I applied via Naukri.com and was interviewed before Jan 2023. There were 4 interview rounds.
Used case study related to day-to-day activity at work.
Case study related to colleague behaviour.
I appeared for an interview in May 2021.
SDLC stands for Software Development Life Cycle. It is a process used to design, develop, and maintain software.
SDLC is a systematic approach to software development.
It consists of several phases including requirements gathering, design, coding, testing, deployment, and maintenance.
Each phase has specific activities and deliverables.
SDLC models include Waterfall, Agile, and DevOps.
Example: In the requirements gathering...
Waterfall is a linear approach while Agile is iterative. Agile is more flexible and adaptable to changes.
Waterfall is a sequential process while Agile is iterative
Waterfall is more rigid and less flexible than Agile
Agile is more adaptable to changes and customer feedback
Agile promotes collaboration and teamwork while Waterfall is more individualistic
Examples of Waterfall include construction projects while Agile is com
Top trending discussions
posted on 19 May 2022
I appeared for an interview before May 2021.
Round duration - 60 Minutes
Round difficulty - Easy
Given a binary tree with 'N' nodes, your task is to print the nodes in spiral order traversal.
The binary tree is represented i...
Print nodes of a binary tree in spiral order traversal.
Use a queue to perform level order traversal of the binary tree.
Alternate between printing nodes from left to right and right to left at each level.
Handle null nodes represented by '-1' appropriately.
Example: For input '1 2 3 -1 -1 4 5 -1 -1 -1 -1', the output should be '1 3 2 4 5'.
Round duration - 60 Minutes
Round difficulty - Easy
You are given a list of N
strings called A
. Your task is to determine whether you can form a given target string by combining one or more strings from A
.
The strings from A
c...
Given a list of strings, determine if a target string can be formed by combining one or more strings from the list.
Iterate through all possible combinations of strings from the list to form the target string.
Use recursion to try different combinations of strings.
Check if the current combination forms the target string.
Return true if a valid combination is found, otherwise return false.
Round duration - 60 Minutes
Round difficulty - Easy
Design an elevator system for efficient vertical transportation.
Divide building into zones to optimize elevator usage.
Implement algorithms for efficient elevator scheduling.
Include safety features like emergency stop buttons and overload sensors.
Consider user interface for passengers to select floors and monitor elevator status.
Tip 1 : Never give up
Tip 2 : Practice
Tip 3 : Be positive
Tip 1 : Keep it short
Tip 2 : Highlight skills and achievements
I applied via Naukri.com and was interviewed in Apr 2020. There were 5 interview rounds.
I appeared for an interview before Mar 2021.
Round duration - 45 minutes
Round difficulty - Medium
Technical Interview round with questions on DSA.
You are given a string of length N
. Your task is to reverse the string word by word. The input may contain multiple spaces between words and may have leading o...
Reverse words in a string while handling leading, trailing, and multiple spaces.
Split the input string by spaces to get individual words
Reverse the order of the words
Join the reversed words with a single space in between
Handle leading, trailing, and multiple spaces appropriately
You are given a stack of integers. Your task is to reverse the stack using recursion without using any extra space other than the internal stack space used due to recursion...
Reverse a stack using recursion without using any extra space other than the internal stack space.
Use recursion to pop all elements from the original stack and store them in function call stack.
Once the stack is empty, push the elements back in reverse order.
Base case of recursion should be when the original stack is empty.
Round duration - 45 minutes
Round difficulty - Medium
Technical Interview round with questions on DSA.
Given a binary tree, convert this binary tree into its mirror tree. A binary tree is a tree in which each parent node has at most two children. The mirror of a bin...
Convert a binary tree to its mirror tree by interchanging left and right children of all non-leaf nodes.
Traverse the binary tree in a recursive manner.
Swap the left and right children of each non-leaf node.
Continue this process until all nodes have been processed.
You are given a singly linked list with 'N' nodes, each containing integer data, and an integer 'K'. Your goal is to remove the 'K'th node counting from the end of ...
Remove the Kth node from the end of a singly linked list.
Use two pointers approach to find the Kth node from the end.
Handle edge cases like removing the head node or removing the last node.
Update the pointers to remove the Kth node and reconnect the list.
Round duration - 30 minutes
Round difficulty - Easy
Typical Managerial round.
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.
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.
based on 6 interviews
2 Interview rounds
based on 9 reviews
Rating in categories
Software Engineer
328
salaries
| ₹4.9 L/yr - ₹16.7 L/yr |
Senior Software Engineer
325
salaries
| ₹9 L/yr - ₹30 L/yr |
Associate Software Engineer
165
salaries
| ₹5 L/yr - ₹10 L/yr |
QA Engineer
88
salaries
| ₹5.5 L/yr - ₹11.5 L/yr |
Senior QA Engineer
86
salaries
| ₹7.2 L/yr - ₹24.4 L/yr |
24/7 Customer
Microsoft Corporation
SAP
Thomson Reuters