i
Finforz
Technologies
Filter interviews by
Top trending discussions
I applied via Referral and was interviewed before Apr 2021. There were 4 interview rounds.
Practice medium leetcode questions
I am open to discussing salary based on the responsibilities and opportunities offered by the position.
I am flexible and open to negotiation.
I am looking for a fair and competitive salary.
I value the opportunity to grow and develop in my career.
I am willing to consider other benefits and perks in addition to salary.
My family background is diverse and includes individuals from various professions and cultural backgrounds.
My father is a doctor and my mother is a teacher.
I have an older brother who is an engineer.
My grandparents were farmers and owned a small business.
We have relatives living in different countries, which has exposed me to different cultures and traditions.
I worked as a Software Developer at XYZ Company.
Developed and maintained software applications using Java and Python.
Collaborated with cross-functional teams to gather requirements and design solutions.
Implemented new features and fixed bugs in existing software.
Performed code reviews and provided feedback to improve code quality.
Participated in Agile development processes and attended daily stand-up meetings.
Worked on...
I have a strong technical background and a passion for software development.
I have a solid understanding of programming languages and software development principles.
I have experience working on various software projects and have a track record of delivering high-quality code.
I am a quick learner and adapt easily to new technologies and frameworks.
I am a team player and enjoy collaborating with others to solve complex ...
Seeking new opportunities for professional growth and challenges.
Looking for a more challenging role
Want to expand my skill set
Seeking better career prospects
Interested in working with new technologies
Want to work in a more collaborative environment
In 5 years, I see myself as a senior software developer leading a team and working on complex projects.
Leading a team of developers
Working on complex projects
Continuously learning and staying updated with new technologies
Contributing to the growth and success of the company
My strengths include problem-solving, attention to detail, and teamwork. My weaknesses include time management and public speaking.
Strengths: problem-solving, attention to detail, teamwork
Weaknesses: time management, public speaking
I am a software developer with experience in various programming languages and a passion for creating innovative solutions.
Experienced in Java, C++, and Python
Developed a web application using React and Node.js
Worked on a team to create a mobile app for iOS and Android
Strong problem-solving and analytical skills
Coding and aptitude round
I appeared for an interview before Mar 2024.
Questions on SQL and Problem solving
I appeared for an interview in Jan 2025.
Test was based on arrays and some dsa concepts.
Yes
Java uses pass by value for all variables, including object references.
When an object reference is passed as an argument, a copy of the reference is passed, not the actual object.
Modifying the reference inside the method will not affect the original reference outside the method.
However, modifications to the object's state inside the method will be visible outside the method.
Singleton pattern restricts the instantiation of a class to a single object.
Singleton pattern ensures that only one instance of a class exists throughout the application.
It provides a global point of access to the instance.
Commonly used in scenarios where a single instance needs to coordinate actions across the system.
Example: Database connection manager, logger, configuration manager.
posted on 15 May 2024
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
posted on 11 Oct 2021
I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.
Create a Rest API for coding assessment
Choose a programming language and framework
Define endpoints and HTTP methods
Implement CRUD operations
Use authentication and authorization
Test API using tools like Postman
Pagination can be achieved by limiting the number of records displayed per page and using page numbers.
Limit the number of records displayed per page to improve performance
Use page numbers to navigate through the records
Implement caching to reduce database queries
Consider using lazy loading to improve performance
Use a server-side framework that supports pagination
Consider using a search feature to filter records
HAVING is used to filter results after grouping, WHERE is used to filter results before grouping.
HAVING is used with GROUP BY clause, WHERE is used with SELECT clause
HAVING filters groups based on aggregate functions, WHERE filters rows based on column values
HAVING is slower than WHERE as it operates on grouped data
Example: SELECT department, COUNT(*) FROM employees GROUP BY department HAVING COUNT(*) > 5;
Example: SELE...
Creating an index in MySQL improves query performance by allowing faster data retrieval.
Use the CREATE INDEX statement to create an index. Example: CREATE INDEX idx_name ON table_name(column_name);
Indexes can be unique, ensuring no duplicate values. Example: CREATE UNIQUE INDEX idx_unique ON table_name(column_name);
Composite indexes can be created on multiple columns. Example: CREATE INDEX idx_composite ON table_name(c...
Polymorphism in interfaces allows objects to be treated as instances of their parent type, enhancing flexibility and code reusability.
Polymorphism enables methods to do different things based on the object it is acting upon.
Example: An interface 'Animal' with a method 'makeSound()'. Classes 'Dog' and 'Cat' implement this interface with different sounds.
It promotes code reusability and cleaner code by allowing the same ...
posted on 23 Mar 2024
I applied via LinkedIn and was interviewed before Mar 2023. There were 4 interview rounds.
Javascript,html, CSS and MySQL
An event loop is a programming construct that waits for and dispatches events or messages in a program.
Event loop is commonly used in asynchronous programming to handle tasks like I/O operations without blocking the main thread.
It continuously checks for events in a queue and processes them one by one.
Examples of event loops include Node.js event loop for handling asynchronous operations in JavaScript.
Event loop helps ...
posted on 14 Apr 2024
I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.
Technical Aptitude on singalton pattern
A man-in-the-middle attack is a cyber security attack where the attacker secretly intercepts and possibly alters the communication between two parties.
Attacker intercepts communication between two parties
Attacker may alter the communication
Commonly occurs in public Wi-Fi networks
Can lead to data theft or unauthorized access
Protecting API involves using authentication, authorization, encryption, rate limiting, and monitoring.
Implement authentication mechanisms such as OAuth, JWT, or API keys
Use authorization to control access to different parts of the API
Encrypt sensitive data using SSL/TLS
Implement rate limiting to prevent abuse and protect against DDoS attacks
Monitor API traffic for unusual activity and potential security threats
CSRF stands for Cross-Site Request Forgery, a type of attack where a malicious website tricks a user into performing actions on another website without their knowledge.
CSRF attacks exploit the trust that a site has in a user's browser, by sending unauthorized requests using the user's session.
Prevent CSRF attacks by using tokens in forms, checking the origin of requests, and implementing proper authentication and autho...
based on 1 interview experience
Associate Software Developer
17
salaries
| ₹3 L/yr - ₹6 L/yr |
Software Developer
12
salaries
| ₹4 L/yr - ₹8.3 L/yr |
Associate Test Engineer
10
salaries
| ₹2.5 L/yr - ₹3.4 L/yr |
Senior Software Developer
6
salaries
| ₹10.3 L/yr - ₹15 L/yr |
Software Engineer
4
salaries
| ₹7.5 L/yr - ₹8.3 L/yr |
OneCard
Credgenics
PolicyX.com
Jodo