Finzly Interview Experience for Java Developer Last Updated : 08 May, 2024 Summarize Comments Improve Suggest changes Share Like Article Like Report Interview Experience at Finzly: I recently attended an interview at Finzly, a leading company in the financial technology sector. The interview process consisted of four rounds, each designed to assess different aspects of my skills and knowledge. Round 1:-The first round was a coding test, which included 20 multiple-choice questions and two coding problems focusing on data structures such as arrays, linked lists, bit manipulation, stacks, and queues. These questions ranged from basic to medium difficulty level. Round 2:- Moving on to the second round, which was conducted virtually, the interviewer delved into topics such as strings, databases, arrays, sorting, and searching algorithms. I was asked to solve problems related to these topics, showcasing my problem-solving skills and understanding of fundamental concepts. Round 3 :- In the third round, the interviewer showed keen interest in my academic projects and the technologies I had utilized. After discussing my projects, the conversation shifted to object-oriented programming principles. The interviewer presented real-world scenarios and asked how I would handle them, testing my ability to apply theoretical knowledge to practical situations. HR Round / Final Round :- The final round, conducted by the HR team, aimed to assess my overall fit for the role and the company culture. Despite performing well in the technical rounds, I unfortunately did not receive an offer for the role. It was communicated to me that although my Python background was strong, they decided to proceed with a candidate who had a stronger foundation in Java. The majority of the interviews took place at Finzly's office located at Teerth Technospace, Office Suite #401 - A wing, Pune, Maharashtra 411045. Overall, the interview experience provided valuable insights into my strengths and areas for improvement, and I remain optimistic about future opportunities in the industry. Comment More infoAdvertise with us Next Article Finzly Interview Experience for Java Developer Anonymous Improve Article Tags : Interview Experiences Experiences Write It Up 2024 Finzly Java Developer +1 More Similar Reads Window Functions in SQL SQL window functions are essential for advanced data analysis and database management. It is a type of function that allows us to perform calculations across a specific set of rows related to the current row. These calculations happen within a defined window of data and they are particularly useful 6 min read Top HR Interview Questions and Answers (2025) HR interviews can be daunting but they donât have to be. The bottom line in most hiring processes entails testing the personality of a candidate for their communication traits and company culture fit. Being at the initial or experienced levels of your career being prepared for commonly asked fresher 15+ min read Top 30 Java 8 Interview Questions and Answers for 2025 Java 8 introduced a host of powerful features that have significantly enhanced the Java programming language. Introducing new features such as Lambda Expressions, Stream API, Functional Interfaces, the new Date and Time API, and more. As a result, Java 8 skills are highly sought after by employers i 15+ min read What is Array? Array is a linear data structure where all elements are arranged sequentially. It is a collection of elements of same data type stored at contiguous memory locations. For simplicity, we can think of an array as a flight of stairs where on each step is placed a value (let's say one of your friends). 2 min read Topic wise multiple choice questions in computer science We have covered multiple choice questions on several computer science topics like C programming, algorithms, data structures, computer networks, aptitude mock tests, etc. Practice for computer science topics by solving these practice mcq questions.This page specifically covers a lot of questions and 2 min read 50+ Common Interview Questions and Answers Common Interview Questions: Preparing for a job interview can be daunting, but being well-prepared can significantly boost your confidence and chances of success. To help you ace your next interview, here is a list of the Top 50 common interview questions for freshers/college students or experienced 15+ min read Infosys Interview Experience | SP I have applied on off-campus in June month of 2024. After 3-4 weeks, I get emails of the Shortlisted for the online test under the Infosys Campus Recruitment Program. The test date is 6 July 2024. so Infosys SP hiring asks for 3 Problems related to Data Structure and Algorithms (DSA). Problem Levels 4 min read Interview Corner: All Resources To Crack Any Tech Interview This article serves as your one-stop guide to interview preparation, designed to help you succeed across different experience levels and company expectations. Here is what you should expect in a Tech Interview, please remember the following points:Tech Interview Preparation does not have any fixed s 4 min read SQL | DESCRIBE Statement Prerequisite: SQL Create Clause As the name suggests, DESCRIBE is used to describe something. Since in a database, we have tables, that's why do we use DESCRIBE or DESC(both are the same) commands to describe the structure of a table. Syntax: DESCRIBE one; OR DESC one; Note: We can use either DESCRI 2 min read Difference between Shallow and Deep copy of a class Shallow Copy: Shallow repetition is quicker. However, it's "lazy" it handles pointers and references. Rather than creating a contemporary copy of the particular knowledge the pointer points to, it simply copies over the pointer price. So, each of the first and therefore the copy can have pointers th 5 min read Like