EXL Service
Rohit Surgical Interview Questions and Answers
Q1. What is the process in SAS to find the date difference and remove spaces from a string?
To find date difference in SAS, use INTCK function. To remove spaces from a string, use COMPRESS function.
To find date difference, use INTCK function with appropriate interval (e.g. 'day', 'week', 'month')
Example: date_diff = INTCK('day', start_date, end_date);
To remove spaces from a string, use COMPRESS function with 'k' modifier
Example: clean_string = COMPRESS(original_string, 'k');
Q2. What are the differences between a revolver and a transactor?
Revolver and transactor are terms used in finance to describe different types of credit card users.
Revolver is someone who carries a balance on their credit card and pays interest on it, while a transactor pays off their balance in full each month.
Revolver users typically incur more interest charges over time, while transactors avoid paying interest by paying off their balance.
Revolver users may benefit from rewards programs or cash back offers, while transactors may not maxi...read more
Q3. How to get the last row of any SAS dataset
Use the OBS option in a SET statement to read the last observation of a SAS dataset.
Use the OBS option in a SET statement followed by the keyword 'END' to read the last observation of a SAS dataset.
For example, to read the last observation of a dataset named 'mydata', use the following code: data lastobs; set mydata(obs=last end=last); run;
Q4. Credit score variables and impact on strategy
Credit score variables impact strategy by influencing lending decisions and interest rates.
Credit score variables include payment history, credit utilization, length of credit history, types of credit used, and new credit accounts.
Higher credit scores typically result in lower interest rates and more favorable lending terms.
Lenders use credit scores to assess risk and determine the likelihood of repayment.
Strategies may involve targeting specific credit score ranges for diffe...read more
Q5. Metrics that can be useful in a defined dataset.
Metrics such as mean, median, mode, standard deviation, and range can be useful in analyzing a defined dataset.
Mean: average value of the dataset
Median: middle value of the dataset when arranged in ascending order
Mode: most frequently occurring value in the dataset
Standard deviation: measure of the amount of variation or dispersion of a set of values
Range: the difference between the maximum and minimum values in the dataset
Q6. KPI's for CLI and CLD
Key Performance Indicators (KPIs) for Customer Lifetime Income (CLI) and Customer Lifetime Duration (CLD)
CLI KPIs could include average revenue per customer, customer retention rate, customer lifetime value
CLD KPIs could include average customer lifespan, customer churn rate, customer engagement metrics
Tracking CLI and CLD KPIs can help measure the financial impact and longevity of customer relationships
Q7. Rank vs dense rank
Rank assigns unique ranks to each distinct row, while dense rank assigns consecutive ranks to rows with the same values.
Rank function is used to assign a unique rank to each distinct row based on the specified column(s).
Dense rank function is used to assign consecutive ranks to rows with the same values, without any gaps.
For example, if we have scores of 90, 85, 85, 80, then rank would assign ranks as 1, 2, 2, 4 while dense rank would assign ranks as 1, 2, 2, 3.
Top HR Questions asked in Rohit Surgical
Interview Process at Rohit Surgical
Top Senior Consultant Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month