Upload Button Icon Add office photos

Filter interviews by

Kudumbashree Interview Questions, Process, and Tips

Updated 5 Jun 2020

Top Kudumbashree Interview Questions and Answers

Kudumbashree Interview Experiences

Popular Designations

2 interviews found

I applied via Other and was interviewed before May 2017. There were 5 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Tell us about the functions of the State Poverty Eradication Mission under Kerala Government.
  • Ans. 

    The State Poverty Eradication Mission under Kerala Government aims to alleviate poverty through various functions.

    • Implementing poverty alleviation programs and schemes

    • Identifying and targeting vulnerable sections of society

    • Providing financial assistance and support to the poor

    • Promoting self-employment and entrepreneurship opportunities

    • Facilitating skill development and training programs

    • Ensuring access to basic amenitie...

  • Answered by AI
  • Q2. What do you mean by Women Empowerment?
  • Ans. 

    Women empowerment refers to the process of enabling women to have control over their lives and make decisions that affect them.

    • Women empowerment involves providing women with equal opportunities and resources to participate fully in social, economic, and political spheres.

    • It includes promoting gender equality, challenging gender stereotypes, and addressing discrimination and violence against women.

    • Empowering women can ...

  • Answered by AI
  • Q3. How will you fit into the role of Social Development?
  • Ans. 

    I have a strong background in social development with experience in community engagement and capacity building.

    • I have a degree in Social Work and have worked in various community development projects.

    • I have experience in conducting needs assessments and developing social programs to address those needs.

    • I have strong communication and interpersonal skills, which are essential for building relationships with stakeholders...

  • Answered by AI
  • Q4. How does the Kudumbashree (The implementing agency) function in Kerala?
  • Ans. 

    Kudumbashree is a women-oriented poverty eradication program in Kerala, functioning through community-based organizations.

    • Kudumbashree operates through a three-tier structure: Neighbourhood Groups (NHGs), Area Development Societies (ADS), and Community Development Societies (CDS).

    • NHGs are the basic units consisting of 10-20 women who come together for collective action and economic empowerment.

    • ADS are formed by federat...

  • Answered by AI
  • Q5. What can you do to alleviate poverty in our country?
  • Ans. 

    To alleviate poverty in our country, I would focus on implementing comprehensive social development programs.

    • Implementing job creation initiatives to provide employment opportunities

    • Improving access to quality education and vocational training

    • Enhancing social protection programs to support vulnerable populations

    • Promoting inclusive economic growth and reducing income inequality

    • Investing in infrastructure development to ...

  • Answered by AI
  • Q6. What are the essential skills required for a Social Worker?
  • Ans. 

    Essential skills for a Social Worker include empathy, communication, problem-solving, and cultural competence.

    • Empathy: Ability to understand and connect with clients' emotions and experiences.

    • Communication: Effective verbal and written communication skills to interact with clients, colleagues, and other professionals.

    • Problem-solving: Critical thinking skills to assess situations, identify issues, and develop solutions.

    • ...

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Candidates were shortlisted based on the academic credentials possessing Post Graduation in Social Sciences, preferably in Social Work or Sociology and five years of work experience.

Round: Test
Experience: Three hours of objective test which includes: Reasoning and Aptitude, General Knowledge, Awareness about the social schemes in the county, Indian Constitution and Numerical ability.

General Tips: I was interviewed by an experienced panel of three members. After a formal round of introduction, they started off by asking about the distinction between Sociology and Social work. As I was engaged with the Social Justice Department at the time of the interview, my next round of questions related to empowerment of women and how creatively can we address the problem. They also asked in particular my experiences in the Social Justice Department with regard to alleviation of poverty. The final round of questions related with my overall attitude as a Social Worker and theoretical questions were also asked about the implementing agency to whom I may work if selected.

My word of advice to the people who are pursuing a role in Social Work should exhibit a positive attitude in understanding the problems faced by ordinary people. In plain words, we should feel disturbed by the worries of the public. The next step is to address the issue. Imagine the role played by Social Workers in refugee camps as there will be a lot of people thronging them. On this occasion, our problem solving and analytical skills are essential to deliver the goods required for the betterment of the group. In the actual field, strong people centric approach is required to understand the public and same is the case in interview as well. Be an active listener with empathy while facing questions. I remember the interview panel even testing me on difficult questions as they need further explanation and description. Don't worry, they are checking on your attitude and never let your cool down in such situations.

All the best folks!
Skills: Communication, Body Language, Problem Solving, Leadership, Presentation Skills
Duration: >3 Months

Social Development Specialist Interview Questions asked at other Companies

Q1. Tell us about the functions of the State Poverty Eradication Mission under Kerala Government.
View answer (1)

Accountant Interview Questions & Answers

user image Anonymous

posted on 31 May 2020

I applied via Walk-in and was interviewed in Dec 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. That was a 3 phase interview. Written direct interview and computer skill checking
  • Q2. Some Questions about kudumbasree

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident always

Accountant Interview Questions asked at other Companies

Q1. What journal is made when purchase requisition is created
View answer (26)

Interview questions from similar companies

I applied via Company Website and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Conflict management
  • Q2. Financial forecasting and vendor management
  • Q3. Alteryx, SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - - Be prepared.
- Read the JD to understand the probable questions.
- Ask your queries and understanding about the requirements.
- Smile
- Be yourself
- Prepare introduction in line with the job

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Check palindrome , anagram of string with O(n)
  • Ans. 

    To check palindrome and anagram of a string with O(n), use a hash table to store character frequencies.

    • Create a hash table to store the frequency of each character in the string.

    • For palindrome, check that no more than one character has an odd frequency.

    • For anagram, compare the hash tables of the two strings.

    • If the hash tables are equal, the strings are anagrams.

    • If the hash tables differ by only one character, the strin...

  • Answered by AI
  • Q2. Optimized solutions and core principles applied in OOPS
  • Ans. 

    Optimized solutions and core principles applied in OOPS

    • Encapsulation, Inheritance, Polymorphism, Abstraction are core principles of OOPS

    • Optimized solutions can be achieved through efficient algorithms and data structures

    • Design patterns like Singleton, Factory, Observer can also be used for optimized solutions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They are looking for best possible solutions. and they are not using that in project then also they ask

Skills evaluated in this interview

I appeared for an interview before May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Hard

  • Q1. 

    Find the Duplicate Number Problem Statement

    Given an integer array 'ARR' of size 'N' containing numbers from 0 to (N - 2). Each number appears at least once, and there is one number that appears twice. Yo...

  • Ans. 

    Find the duplicate number in an integer array containing numbers from 0 to (N - 2).

    • Iterate through the array and keep track of the frequency of each number using a hashmap.

    • Return the number that appears twice in the array.

    • The duplicate number is always present in the given array.

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 50 Minutes
Round difficulty - Easy

  • Q1. 

    Bubble Sort Problem Statement

    Sort an unsorted array of non-negative integers using the Bubble Sort algorithm, which swaps adjacent elements if they are not in the correct order to sort the array in non-d...

  • Ans. 

    Bubble Sort is used to sort an array of non-negative integers in non-decreasing order by swapping adjacent elements if they are not in the correct order.

    • Iterate through the array and compare adjacent elements, swapping them if they are in the wrong order.

    • Repeat this process until the array is sorted in non-decreasing order.

    • Time complexity of Bubble Sort is O(n^2) in worst case.

    • Example: For input [6, 2, 8, 4, 10], the o

  • Answered by AI
Round 3 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. 

    Unweighted Graph Shortest Path Problem

    You are tasked with finding the shortest path between two houses in the city of Ninjaland, represented as an unweighted graph. The city has N houses numbered from 1 ...

  • Ans. 

    Find the shortest path between two houses in a city represented as an unweighted graph.

    • Use breadth-first search (BFS) algorithm to find the shortest path in an unweighted graph.

    • Start BFS from the source house and keep track of the shortest path to each house.

    • Once the destination house is reached, backtrack to find the shortest path.

    • Consider using a queue data structure to implement BFS efficiently.

  • Answered by AI
Round 4 - HR 

Round duration - 60 Minutes
Round difficulty - Easy

Interview Preparation Tips

Eligibility criteria7Morgan Stanley interview preparation:Topics to prepare for the interview - Java , spring, aws,azure, Algorithm, computer Architecture, compiler designTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : online resources
Tip 2 : cracking the coding interview by Gayle laykemann this is one of the best book for learning the concept at the initial level. Start practicing the approaches mention in the book once done apply the same to similar level pattern questions.
Tip 3 : geeks for geeks start from school level and then move towards easy medium and hard once done practice the previous year questions

Application resume tips for other job seekers

Tip 1 : precise clear concise and well written 
Tip 2 : mentions the skills sets along with the projects

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Company Website and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Reason for job switch. Reason for role switch. Technical role related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and go with a smile. Do try to connect with the interviewer on a personal level. Know everything about your CV perfectly because they won’t go much beyond that. Be prepared for your new role related questions about how your current skills are transferable to your new job.

Analyst Interview Questions & Answers

UBS user image Anonymous

posted on 17 Oct 2021

I applied via Company Website and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. I was asked mostly about my profile and there expectations.

Interview Preparation Tips

Interview preparation tips for other job seekers - There were two technical rounds and it was of 30 - 40 mins long and interviewer was friendly and made me confortable with them.

Analyst Interview Questions & Answers

UBS user image Anonymous

posted on 22 Sep 2021

I applied via Referral and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Do you know about hedge funds?
  • Ans. 

    Hedge funds are investment funds that use various strategies to generate high returns for their investors.

    • Hedge funds are typically only available to accredited investors due to their high-risk nature.

    • They often use leverage and derivatives to amplify returns.

    • Hedge funds can invest in a wide range of assets, including stocks, bonds, commodities, and currencies.

    • Some famous hedge funds include Bridgewater Associates, Ren...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Show good interest in learning new things

Interview Questionnaire 

1 Question

  • Q1. Different types of risk in finance
  • Ans. 

    Different types of risk in finance include market risk, credit risk, liquidity risk, operational risk, and legal risk.

    • Market risk refers to the potential for losses due to changes in market conditions, such as fluctuations in interest rates, exchange rates, or stock prices.

    • Credit risk is the risk of default by borrowers or counterparties, leading to potential losses for lenders or investors.

    • Liquidity risk is the risk o...

  • Answered by AI

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Cognos deployment process and upgrade
  • Ans. 

    Cognos deployment process involves planning, testing, and executing the deployment of Cognos software to production environment.

    • The deployment process should be planned carefully to avoid any issues during the deployment.

    • Testing should be done in a non-production environment to ensure that the deployment is successful.

    • The deployment should be executed in a phased manner to minimize downtime and ensure that the system i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good technical skill required

Skills evaluated in this interview

Kudumbashree Interview FAQs

How to prepare for Kudumbashree interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Kudumbashree. The most common topics and skills that interviewers at Kudumbashree expect are Computer Operating, Data Entry, Laptop, offline and online.
What are the top questions asked in Kudumbashree interview?

Some of the top questions asked at the Kudumbashree interview -

  1. Tell us about the functions of the State Poverty Eradication Mission under Kera...read more
  2. How does the Kudumbashree (The implementing agency) function in Kera...read more
  3. What can you do to alleviate poverty in our count...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 580 Interviews
Citicorp Interview Questions
3.7
 • 573 Interviews
Bajaj Finserv Interview Questions
4.0
 • 538 Interviews
HSBC Group Interview Questions
3.9
 • 489 Interviews
Xyz Company Interview Questions
3.8
 • 464 Interviews
American Express Interview Questions
4.1
 • 366 Interviews
BNY Interview Questions
3.8
 • 351 Interviews
UBS Interview Questions
3.9
 • 339 Interviews
Morgan Stanley Interview Questions
3.6
 • 293 Interviews
View all

Kudumbashree Reviews and Ratings

based on 22 reviews

4.2/5

Rating in categories

4.8

Skill development

4.3

Work-life balance

4.2

Salary

4.4

Job security

4.5

Company culture

4.2

Promotions

4.4

Work satisfaction

Explore 22 Reviews and Ratings
Accountant
6 salaries
unlock blur

₹1.5 L/yr - ₹3 L/yr

District Programme Manager
6 salaries
unlock blur

₹4 L/yr - ₹5 L/yr

Block Coordinator
5 salaries
unlock blur

₹2.4 L/yr - ₹2.4 L/yr

Field Coordinator
4 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

State Project Coordinator
4 salaries
unlock blur

₹6 L/yr - ₹8 L/yr

Explore more salaries
Compare Kudumbashree with

Bajaj Finserv

4.0
Compare

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

HSBC Group

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview