InCred Finance
Interview Questions and Answers
Q1. How loan process works and what all Documents required?
The loan process involves submitting an application, providing necessary documents, undergoing credit checks, and receiving approval or denial.
Submit loan application with personal and financial information
Provide documents such as ID, proof of income, bank statements, and credit history
Undergo credit checks to assess creditworthiness
Receive approval or denial based on the lender's evaluation
Q2. Software Test Life Cycle
Software Test Life Cycle is a process of testing software from planning to deployment.
STLC includes planning, designing, executing, and reporting.
It ensures that the software meets the requirements and is of high quality.
STLC involves functional, non-functional, and regression testing.
It also includes test environment setup and test data creation.
STLC ends with the release of the software.
STLC can be iterative or sequential.
Q3. Highly available LB with ec2
Use an Application Load Balancer (ALB) with Auto Scaling group of EC2 instances for high availability.
Create an Application Load Balancer (ALB) in front of EC2 instances for distributing traffic.
Set up Auto Scaling group to automatically adjust the number of EC2 instances based on traffic.
Configure health checks on ALB to monitor the health of EC2 instances and route traffic accordingly.
Q4. write a shell script
A shell script to display current date and time
Use the date command to get the current date and time
Store the output in a variable
Print the variable to display the date and time
Q5. Find the length of array with unique items
Count the number of unique items in an array of strings
Create a Set to store unique items
Iterate through the array and add each item to the Set
Return the size of the Set as the length of the array with unique items
Q6. Find the anagram of small string into large string
Check if an anagram of a small string exists in a large string
Create a frequency map of characters in the small string
Iterate through the large string and check if a substring of the same length has the same frequency map
Return true if an anagram is found, false otherwise
Q7. Locators in selenium
Locators in Selenium are used to identify web elements on a web page for automation testing purposes.
Locators include ID, Name, Class Name, Tag Name, Link Text, Partial Link Text, CSS Selector, and XPath.
ID is the most efficient locator as it is unique for each element.
XPath is powerful but slower as it traverses the entire DOM.
CSS Selector is faster than XPath and can be used for complex selections.
Example: driver.findElement(By.id("username")).sendKeys("testuser");
Q8. What is your CTC
My current CTC is $120,000 per year.
My current CTC is $120,000 per year
I am open to discussing salary expectations during the interview process
I have experience negotiating compensation packages based on performance and market trends
More about working at InCred Finance
Top HR Questions asked in null
Interview Process at null
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month