Filter interviews by
I applied via Naukri.com and was interviewed in Aug 2023. There were 3 interview rounds.
CIBIL check point is a credit score used by lenders to evaluate a borrower's creditworthiness.
CIBIL check point is a numerical representation of an individual's creditworthiness.
It ranges from 300 to 900, with higher scores indicating better creditworthiness.
Lenders use CIBIL scores to determine the risk of lending money to an individual.
A good CIBIL score can help in getting better loan terms and interest rates.
I believe my extensive experience in leadership roles, proven track record of driving results, and strategic vision make me a strong candidate for this Senior Executive position.
Highlight your leadership experience and accomplishments
Discuss your track record of driving results and achieving goals
Explain your strategic vision for the company and how you plan to implement it
Provide specific examples of successful projec
posted on 2 Jul 2024
I applied via Referral and was interviewed before Jul 2023. There were 2 interview rounds.
I evaluate my previous organization as a dynamic and growth-oriented environment.
The organization provided ample opportunities for professional development and growth.
The work culture was collaborative and supportive, fostering a sense of teamwork.
The management encouraged innovation and creativity in problem-solving.
The organization had a strong focus on customer satisfaction and quality of service.
There was a clear c...
NBFCs are non-banking financial institutions that provide banking services without meeting the legal definition of a bank.
NBFCs provide various financial services like loans, credit facilities, retirement planning, and investment services.
They do not hold a banking license but operate similarly to traditional banks.
NBFCs are regulated by the Reserve Bank of India (RBI) in India.
They play a crucial role in providing cre...
The collection process in a Fintech organization involves systematic procedures to recover outstanding payments from customers.
Fintech organizations use automated systems to track and manage outstanding payments.
They may send reminders and notifications to customers regarding overdue payments.
Fintech companies may also employ debt collection agencies to recover unpaid debts.
Some organizations offer flexible payment opt...
I applied via Job Portal and was interviewed in Jan 2023. There were 3 interview rounds.
I applied via Referral and was interviewed before Dec 2021. There were 2 interview rounds.
Upwards Fintech interview questions for popular designations
I applied via Naukri.com
Use JavaScript to reverse a given string.
Create a function that takes a string as input
Use the split(), reverse(), and join() methods to reverse the string
Return the reversed string
FizzBuzz is a common coding challenge where numbers divisible by 3 are replaced with 'Fizz', numbers divisible by 5 are replaced with 'Buzz', and numbers divisible by both are replaced with 'FizzBuzz'.
Create a loop to iterate through numbers 1 to 100
Use if statements to check if the number is divisible by 3, 5, or both
Replace the number with 'Fizz', 'Buzz', or 'FizzBuzz' accordingly
Dependency Injection is a design pattern in which a class receives its dependencies from an external source rather than creating them itself.
In Angular, Dependency Injection is used to provide instances of services to components.
It helps in creating loosely coupled components, making the code more maintainable and testable.
Example: In Angular, you can inject services like HttpClient, Router, etc. into components using
Directives in Angular are markers on a DOM element that tell Angular to attach a specified behavior to that DOM element or transform the DOM element and its children.
Directives are used to extend HTML with new attributes or elements.
There are three types of directives in Angular: Component, Structural, and Attribute directives.
Examples of built-in directives in Angular include ngIf, ngFor, and ngStyle.
I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.
I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 4 interview rounds.
Verification and validation are two important processes in software testing. Test cases are specific conditions or scenarios to test the functionality of a system. Exploratory testing involves simultaneous learning, test design, and execution.
Verification ensures that the software meets the specifications and requirements, while validation ensures that the software meets the customer's needs.
A test case is a set of con...
Ensuring tester reports good quality defects by implementing thorough testing processes and clear communication.
Implementing comprehensive test cases to cover all possible scenarios
Utilizing automation tools to increase efficiency and accuracy
Regularly reviewing and verifying reported defects
Providing clear and detailed descriptions of defects found
Communicating effectively with developers to ensure understanding and r
Negative testing is a type of testing where the system is tested with invalid inputs to ensure it handles errors properly.
Testing the system with incorrect data or unexpected inputs
Checking how the system responds to invalid user actions
Verifying error messages and handling
Ensuring the system does not crash or behave unexpectedly
I have experience in conducting load testing, stress testing, and scalability testing.
Load testing to assess the system's ability to handle a specific load
Stress testing to evaluate the system's behavior under extreme conditions
Scalability testing to determine the system's ability to scale up or down based on demand
TestNG is a testing framework for Java that supports various types of testing like unit, functional, end-to-end, etc.
TestNG is an open-source testing framework for Java
It supports different types of testing such as unit, functional, end-to-end, etc.
TestNG provides features like annotations, grouping, parameterization, and reporting
It allows parallel execution of test cases and easy configuration through XML files
The command to invoke a browser using Selenium is driver.get("url");
Use the WebDriver object to open a browser window
Use the get() method to navigate to a specific URL
Example: WebDriver driver = new ChromeDriver(); driver.get("https://www.google.com");
To target an element on a website for automation, use unique identifiers like IDs, classes, XPath, or CSS selectors.
Use IDs for unique identification
Use classes for grouping similar elements
Use XPath for complex element targeting
Use CSS selectors for styling-based targeting
Targeting the dynamic element involves identifying and testing components of the software that are subject to change.
Identify areas of the software that are likely to change frequently
Use automation tools to target and test dynamic elements
Implement robust test strategies to handle dynamic changes
Regularly update test cases to accommodate dynamic elements
Utilize data-driven testing to handle variations in dynamic eleme
Yes, it is possible to automate flash items using automation tools and scripts.
Automation tools like Selenium can be used to automate flash items on web applications.
Flash automation can be achieved by interacting with the flash object using JavaScript.
Automated testing frameworks like TestComplete also support automation of flash elements.
Absolute xpath starts from the root element while relative xpath starts from any element in the DOM.
Absolute xpath starts with a single forward slash (/) and always starts from the root element of the page.
Relative xpath does not start with a forward slash and can start from any element in the DOM.
Absolute xpath is more brittle and prone to breaking if the structure of the page changes.
Relative xpath is more flexible a...
In API testing, we test the functionality, performance, security, and reliability of the API.
Functionality testing to ensure the API works as expected
Performance testing to check the response time and throughput
Security testing to identify vulnerabilities and ensure data protection
Reliability testing to verify the API's stability under different conditions
Payload is the data transmitted in an API request, while request body is a part of the payload containing the actual data being sent.
Payload includes all data sent in an API request, such as headers, parameters, and request body
Request body specifically refers to the part of the payload that contains the actual data being sent
In API testing, it is important to validate both the payload and request body for accuracy
Test case for integration scenario of API testing with main status codes in responses
Test case: Verify that the API response includes the expected data fields and values after integrating with another API
Main status codes: 200 (OK), 201 (Created), 400 (Bad Request), 401 (Unauthorized), 404 (Not Found), 500 (Internal Server Error)
Java program to reverse a string
Create a char array from the input string
Use two pointers to swap characters from start and end of the array
Continue swapping until the pointers meet in the middle
Java program to segregate values from given array of strings
Iterate through each string in the array
Check each character in the string and segregate based on type (alphabet, digit, special character)
Store segregated values in separate arrays or data structures
CAPTCHA works by presenting challenges that are easy for humans to solve but difficult for bots.
CAPTCHA stands for Completely Automated Public Turing test to tell Computers and Humans Apart.
It typically involves distorted text, images, or puzzles that users must solve to prove they are human.
CAPTCHA helps prevent automated bots from accessing websites or creating accounts.
Examples of CAPTCHA include reCAPTCHA, image re
A search engine works by crawling web pages, indexing content, and ranking results based on relevance.
Crawling: Search engine bots visit web pages and follow links to discover content.
Indexing: The search engine stores information about web pages in a database for quick retrieval.
Ranking: Algorithms analyze the indexed content to determine the relevance of each page to a user's query.
Results: The search engine displays...
Mobile app architecture refers to the structure and design of the app, including components like UI, data storage, networking, and security.
Mobile app architecture typically consists of presentation layer (UI), business logic layer, and data layer.
UI layer handles user interaction and presentation of data, often using frameworks like React Native or Flutter.
Business logic layer contains the core functionality of the ap...
Revenue from OTT apps is generated through various sources such as subscription fees, advertising, in-app purchases, and partnerships.
Subscription fees: Users pay a recurring fee to access premium content or features.
Advertising: OTT apps display ads to generate revenue from advertisers.
In-app purchases: Users can buy virtual goods or upgrades within the app.
Partnerships: OTT apps may partner with other companies for c
I applied via Campus Placement
I applied via Approached by Company and was interviewed in Feb 2024. There were 2 interview rounds.
To research and find out companies relevant to there IT services offerings.
Qualifying meetings are generated through a strategic process involving research, outreach, and effective communication.
Research potential leads to understand their needs and pain points
Tailor your outreach message to address the specific challenges of the prospect
Utilize multiple communication channels such as phone calls, emails, and social media to engage with prospects
Schedule meetings based on the prospect's level...
based on 3 interviews
Interview experience
based on 18 reviews
Rating in categories
Area Sales Manager
22
salaries
| ₹2.1 L/yr - ₹3.6 L/yr |
Operations Executive
15
salaries
| ₹2 L/yr - ₹2.8 L/yr |
Collections Executive
9
salaries
| ₹2.2 L/yr - ₹3.6 L/yr |
Assistant Credit Manager
8
salaries
| ₹3.6 L/yr - ₹4.7 L/yr |
Collections Manager
5
salaries
| ₹4.8 L/yr - ₹6 L/yr |
MoneyTap
EarlySalary Services
LendingKart
Axio