Filter interviews by
I applied via Approached by Company and was interviewed before May 2021. There was 1 interview round.
Digital recruitment techniques include social media recruiting, job boards, applicant tracking systems, and video interviewing.
Social media recruiting through platforms like LinkedIn, Facebook, and Twitter
Job boards such as Indeed, Glassdoor, and Monster
Applicant tracking systems to manage resumes and applications
Video interviewing using platforms like Zoom and Skype
AI-powered chatbots for initial screening and schedul
Data Analytics is the process of examining and interpreting data to make informed decisions and predictions.
It involves collecting, cleaning, and organizing data
Using statistical and mathematical models to analyze data
Identifying patterns and trends in data
Making data-driven decisions based on insights gained from analysis
Examples include predicting customer behavior, optimizing business operations, and improving healt
The International Monetary Fund (IMF) is an international organization that promotes international monetary cooperation and exchange rate stability.
IMF was established in 1944 to promote international economic cooperation and exchange rate stability
It provides financial assistance to member countries facing economic difficulties
IMF also conducts research and analysis on global economic trends and provides policy advice...
I appeared for an interview in Mar 2025, where I was asked the following questions.
I applied via Naukri.com and was interviewed in Mar 2024. There were 9 interview rounds.
Aptitude test assume that individuals have inherent strength and weakness is used to determine an individual's skill or propensity to success in a given activities
Coding test are typically programming challenges that help technical recruiter test programming skills and competencies of a developer or programmer
A group discussion is an interview is a hiring technique employer uses to evaluate a group of participants on a subject
An assignment in a task or piece of work that you are given to do especially as part of you job or studies
A case study in a reasearch approach that is used to generate an in depth multi faced understanding of a complex issue in its real life context
Human resource hr is the division of a. Business responsibility for finding recruiting screening and training job applicants Hr department also handle employee compensation benefits and termination
Recruitment is a process which entails searching for candidates Staffing is selection process of picking the candidate from the shortlisted ones
Recruitment let's you carefully select talented team members and retention enables you to keep them Good recruitment and retention strategies boost business
The technique is a method of doing some task or performance something Technical interview are also designed to assess your problem solving skills your communication skill and your ability to think under pressure
The one on one interview is face to face interview and job seekers This type of interviewing allows for personal connections creating an opportunity to get to know more about the candidate that resume or application can provide
Hr round are done to gauge the personality strength and weakness of a candidate to handle the role and then understand whether the candidate is suitable to do the job
A property valuation report is a document that provides an estimate of the value of a property.
Gather information about the property, including its location, size, and condition.
Research comparable properties in the area to determine market value.
Use a standardized form or template to organize the report.
Include photographs and detailed descriptions of the property.
Provide an analysis of the market and economic conditi...
To prepare customer needs in documents submission, follow these steps:
Understand the specific requirements of the customer
Gather all necessary documents and information
Organize the documents in a logical and easy-to-follow manner
Ensure all documents are complete and accurate
Provide clear instructions and guidelines for document submission
Communicate with the customer to clarify any doubts or missing information
Review a
To make an action for the customer, identify their needs and provide a solution that meets or exceeds their expectations.
Listen actively to the customer's concerns and needs
Offer personalized solutions based on their specific situation
Provide clear and concise instructions on how to implement the solution
Follow up with the customer to ensure their satisfaction
Offer additional support or resources if needed
Documentation is crucial for record-keeping and communication. It should be accurate, organized, and easily accessible.
Ensure accuracy and completeness of information
Organize documents in a logical and consistent manner
Use clear and concise language
Ensure documents are easily accessible and secure
Regularly review and update documentation
Train staff on proper documentation procedures
Shriramchits is a financial institution that provides chit fund services to its customers.
Shriramchits is a registered chit fund company.
It offers various chit schemes to its customers.
The intention of Shriramchits is to provide financial assistance to its customers through chit funds.
It aims to help customers save money and meet their financial goals.
Shriramchits has a strong customer base and is known for its reliabl
Shriram Chits interview questions for popular designations
I applied via Walk-in and was interviewed in Jan 2022. There were 3 interview rounds.
I applied via Referral and was interviewed in Jan 2022. There was 1 interview round.
I applied via Walk-in and was interviewed before Oct 2022. There were 3 interview rounds.
Genuine things about myself include my passion for customer service, strong communication skills, and ability to multitask effectively.
Passion for customer service
Strong communication skills
Effective multitasking abilities
Top trending discussions
I appeared for an interview before Dec 2020.
Round duration - 90 minutes
Round difficulty - Medium
The round consisted of 3 coding Questions and 20 Technical MCQs.
Given a number of ropes denoted as 'N' and an array containing the lengths of these ropes, your task is to connect the ropes into one single rope. The cost to connect two r...
The task is to find the minimum cost required to connect all the ropes by summing their lengths.
Iterate through the ropes and connect the two shortest ropes at each step to minimize cost
Use a priority queue to efficiently find the shortest ropes
Keep track of the total cost as you connect the ropes
Example: For input [4, 3, 2, 6], connect 2 and 3 (cost 5), then connect 4 and 5 (cost 9), then connect 9 and 6 (cost 15) for
Determine if a given N * N matrix is an idempotent matrix. A matrix is considered idempotent if it satisfies the following condition:
M * M = M
The first line cont...
Check if a given matrix is idempotent by verifying if M * M = M.
Iterate through the matrix and multiply it with itself to check if it equals the original matrix.
If the condition M * M = M is satisfied, then the matrix is idempotent.
If the condition is not satisfied, then the matrix is not idempotent.
Given an integer 'N', calculate and print the sum of the least common multiples (LCM) for each integer from 1 to N with N.
The sum is represented as:LCM(1, N) + LCM(2, N) + ....
Calculate and print the sum of least common multiples (LCM) for each integer from 1 to N with N.
Iterate from 1 to N and calculate LCM of each number with N
Add all the calculated LCM values to get the final sum
Return the sum for each test case
Round duration - 120 minutes
Round difficulty - Medium
This round is a Long Coding Round. Every Candidate was assigned with a mentor who guides them, We were given a real-life scenario for which we have to construct a database with required tables. We should draw an ER Diagram to demonstrate the Database. After the Database Completion, We have to Start Coding the Application. The Design(like Placing the button or background colour) is not given much importance. They mainly test the practical knowledge of candidates in OOPS and expertise in a C, C++, Java, Android or any other language were OOPS Concepts can be applied.
Round duration - 180 Minutes
Round difficulty - Medium
This Round is a technical Interview. I was asked Questions to test my Technical Knowledge.
Given an integer array arr
of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.
The first line contains an integer 'T' representing the n...
Sort an array of 0s, 1s, and 2s in linear time complexity.
Use three pointers to keep track of 0s, 1s, and 2s while iterating through the array.
Swap elements based on the values encountered to sort the array in-place.
Time complexity of the algorithm should be O(N) where N is the size of the array.
Round duration - 20 Minutes
Round difficulty - Easy
Tip 1 : Do Atleast 2 Projects
Tip 2 : Be Strong in what you have in your resume
Tip 3 : Be Confident and Polite
Tip 1 : Keep it Short to one or two pages
Tip 2 : Keep it standout..as it is what projects you uniquely.
I applied via Referral and was interviewed before Dec 2021. There were 2 interview rounds.
I applied via Referral and was interviewed before Jun 2020. There was 1 interview round.
based on 7 interviews
Interview experience
based on 253 reviews
Rating in categories
Office Assistant
25
salaries
| ₹0.9 L/yr - ₹2.5 L/yr |
Accountant
20
salaries
| ₹2 L/yr - ₹5 L/yr |
Marketing Officer
17
salaries
| ₹1 L/yr - ₹2.4 L/yr |
Assistant Manager
14
salaries
| ₹2.5 L/yr - ₹4.2 L/yr |
Executive Accountant
14
salaries
| ₹1.2 L/yr - ₹2.5 L/yr |
Morningstar
SBI Cards & Payment Services
Kotak Securities
TresVista