Filter interviews by
Be the first one to contribute and help others!
I applied via Naukri.com and was interviewed in Nov 2024. There were 9 interview rounds.
I am a highly experienced professional with a strong background in leadership and management.
Over 10 years of experience in leadership roles
Proven track record of successfully managing teams and achieving targets
Strong communication and interpersonal skills
Expertise in strategic planning and decision-making
MBA in Business Administration from a reputable university
The candidate exhibited professional behavior and had a neat appearance during the interview.
The candidate arrived on time for the interview
They maintained good eye contact and actively listened
Their attire was appropriate for the position they were applying for
They spoke clearly and confidently
Overall, the candidate presented themselves well
Why do you work for our company, and how do you assess personality?
Initiate a group discussion and evaluate listening skills.
Begin the coding test and assess your mental strength.
Begin the assignment and provide details about your experience with Staranth.
Start the aptitude test and check the language.
I am a dedicated and experienced professional with a strong background in leadership and management.
Over 10 years of experience in leadership roles
Proven track record of successfully managing teams and achieving targets
Strong communication and interpersonal skills
Passionate about driving growth and development
Essential skills and behaviors for success in the role of Center Head include leadership, communication, problem-solving, and strategic planning.
Strong leadership skills to effectively manage and motivate a team
Excellent communication skills to interact with staff, clients, and stakeholders
Effective problem-solving abilities to address challenges and make decisions
Strategic planning skills to set goals and drive the ce
I think your company is a leader in the industry with a strong reputation for innovation and quality.
Your company has a proven track record of success in the market.
I admire the company's commitment to excellence and customer satisfaction.
The company's culture of collaboration and teamwork is impressive.
I appreciate the company's focus on continuous improvement and growth.
The company's values align with my own professi
The goals of our company are to provide high-quality services, exceed customer expectations, and maintain a strong market presence.
Deliver high-quality services to customers
Exceed customer expectations through exceptional service
Maintain a strong market presence through innovation and competitive pricing
I think your company is a leader in the industry with a strong reputation for innovation and quality.
Your company has a proven track record of success in the market.
I admire the company's commitment to excellence and customer satisfaction.
The company's values align with my own professional beliefs and goals.
I promote company growth through strategic planning, employee development, and fostering a positive work culture.
Developing and implementing strategic plans to expand market reach
Investing in employee training and development to enhance skills and productivity
Creating a positive work environment to boost employee morale and retention
Collaborating with other departments to identify growth opportunities
Utilizing data ana
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 4 interview rounds.
I am currently responsible for leading a team of data scientists, developing and implementing data-driven strategies, and ensuring the quality and accuracy of data analysis.
Leading a team of data scientists
Developing and implementing data-driven strategies
Ensuring quality and accuracy of data analysis
Developed a predictive model for customer churn using machine learning algorithms.
Used Python for data preprocessing and model building
Applied techniques like feature engineering and hyperparameter tuning
Evaluated model performance using metrics like accuracy, precision, and recall
The loss function used in XGBoost is typically the gradient boosting algorithm.
XGBoost uses the gradient boosting algorithm to minimize the loss function
Common loss functions include regression loss functions like squared error and logistic loss for classification
Users can also define custom loss functions in XGBoost
My professional aspiration is to lead a team of data scientists to drive impactful insights and innovations.
Lead a team of data scientists to tackle complex problems
Drive impactful insights and innovations through data analysis
Continuously learn and stay updated on the latest trends in data science
Collaborate with cross-functional teams to implement data-driven solutions
Seeking new challenges and growth opportunities in a more innovative environment.
Desire for new challenges and growth opportunities
Seeking a more innovative work environment
Looking to expand skill set and knowledge in data science
I am excited about the opportunity to contribute my data science skills to IDFC's innovative projects and make a meaningful impact.
Excited about contributing data science skills to innovative projects at IDFC
Opportunity to make a meaningful impact through data-driven solutions
Interested in working with a reputable organization like IDFC
My strengths include strong analytical skills and attention to detail. My weaknesses include a tendency to overthink and difficulty delegating tasks.
Strengths: strong analytical skills
Strengths: attention to detail
Weaknesses: tendency to overthink
Weaknesses: difficulty delegating tasks
posted on 16 Nov 2024
I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.
I currently manage a portfolio of 50 products across various buckets, handling 30 products alone and 20 with the help of Agencies.
Portfolio size: 50 products
Products handled alone: 30
Products handled with Agencies: 20
There are X number of Agencies working. To manage agency FOS and high poss cases, establish clear communication channels, provide regular training and support, set performance targets, and monitor progress.
Identify the number of Agencies currently working
Establish clear communication channels with the Agencies to ensure smooth coordination
Provide regular training and support to the agency Field Officers (FOS) to enhanc...
I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.
posted on 11 Jan 2025
I applied via Walk-in and was interviewed in Dec 2024. There were 2 interview rounds.
posted on 4 Nov 2024
I delivered projects using agile delivery by following Scrum framework, conducting daily stand-ups, sprint planning, and retrospectives.
Utilized Scrum framework to break down projects into manageable tasks
Conducted daily stand-up meetings to track progress and address any blockers
Facilitated sprint planning sessions to prioritize tasks and set goals for each sprint
Organized retrospectives to reflect on what went well a...
posted on 2 Dec 2024
I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.
Group id is a unique identifier for a group of consumers in Kafka consumer configuration.
Group id helps in coordinating the consumption of messages among multiple consumers in a consumer group.
Each consumer group should have a unique group id to ensure proper message distribution.
Changing the group id will result in the consumer group starting consumption from the beginning of the topic.
Group id is specified in the con...
Recursive algorithm for multiplying 2 numbers
Define a base case for when one of the numbers is 0
Use recursion to repeatedly add the second number to the result until the first number reaches 0
Consider handling negative numbers and optimizing for efficiency
Spring filters are used to intercept HTTP requests and responses in a Spring application.
Spring filters can be used for logging, authentication, authorization, etc.
They are implemented using the javax.servlet.Filter interface.
Filters can be configured in the web.xml file or using annotations like @WebFilter.
Example: Implementing a logging filter to log incoming requests and outgoing responses.
SQL query to retrieve the first 5 biggest salaries from a table
Use the ORDER BY clause to sort salaries in descending order
Use the LIMIT clause to limit the results to the first 5 rows
I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.
To build a high performing REST service for Notification API calls, use asynchronous service calls.
Use asynchronous programming techniques like CompletableFuture or reactive programming to make non-blocking service calls.
Implement circuit breakers and timeouts to handle potential failures and prevent cascading failures.
Optimize the service by tuning thread pools, connection pools, and caching mechanisms.
Consider using ...
Use Mockito to create mock objects for downstream API testing.
Create a mock object using Mockito for the downstream API
Define the behavior of the mock object to simulate responses
Inject the mock object into the test environment to simulate the downstream API calls
Write test cases to verify the functionality of the REST API using the mock object
I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.
I usually use the MVC (Model-View-Controller) design pattern in my projects.
Separates the application into three main components: Model (data), View (UI), and Controller (logic)
Promotes code reusability, modularity, and maintainability
Examples: Laravel framework in PHP, Spring framework in Java
Array is a fixed-size data structure while ArrayList is a dynamic-size data structure in Java.
Array is a fixed-size collection of elements of the same data type, while ArrayList is a dynamic-size collection that can grow or shrink.
Arrays can store primitive data types and objects, while ArrayList can only store objects.
Arrays require a specified size during initialization, while ArrayList can dynamically resize itself.
...
based on 3 reviews
Rating in categories
Clerk
5
salaries
| ₹1.6 L/yr - ₹3.4 L/yr |
Assistant Brand Manager
4
salaries
| ₹4 L/yr - ₹5.3 L/yr |
Junior Manager
3
salaries
| ₹3 L/yr - ₹9.5 L/yr |
HDFC Bank
ICICI Bank
Axis Bank
Kotak Mahindra Bank