Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Dhwani Rural Information Systems Team. If you also belong to the team, you can get access from here

Dhwani Rural Information Systems Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Dhwani Rural Information Systems Interview Questions and Answers

Updated 4 May 2025
Popular Designations

8 Interview questions

An Angular Frontend Developer was asked 10mo ago
Q. What are Pipes?
Ans. 

Pipes in Angular are used to transform data before displaying it in the view.

  • Pipes are used to format data in templates.

  • They can be used to filter, order, or transform data.

  • Examples include currency, date, and uppercase pipes.

View all Angular Frontend Developer interview questions
An Angular Frontend Developer was asked 10mo ago
Q. Given an array of integers, sort the array using the merge sort algorithm.
Ans. 

Merge Sort is a divide and conquer algorithm that divides the input array into two halves, sorts them recursively, and then merges them back together in sorted order.

  • Divide the input array into two halves

  • Sort each half recursively

  • Merge the sorted halves back together in sorted order

  • Time complexity of O(n log n)

  • Example: [38, 27, 43, 3, 9, 82, 10] -> [3, 9, 10, 27, 38, 43, 82]

View all Angular Frontend Developer interview questions
An Angular Frontend Developer was asked 10mo ago
Q. What are directives?
Ans. 

Directives in Angular are markers on a DOM element that tell Angular to attach a specified behavior to that DOM element or transform the DOM element and its children.

  • Directives are used to extend the functionality of HTML elements.

  • There are three types of directives in Angular: Component, Structural, and Attribute directives.

  • Examples of directives include ngIf, ngFor, ngStyle, and ngClass.

View all Angular Frontend Developer interview questions
An Angular Frontend Developer was asked 10mo ago
Q. What is a Linked List?
Ans. 

A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.

  • Consists of nodes connected by pointers

  • Does not have a fixed size like arrays

  • Can be singly linked or doubly linked

  • Example: Singly linked list: 1 -> 2 -> 3 -> null

View all Angular Frontend Developer interview questions
A Flutter Developer was asked
Q. How do you approach writing algorithms for complex UIs?
Ans. 

Algo for complex UI involves breaking down the UI into smaller components and designing a logical flow.

  • Identify the main components of the UI

  • Break down each component into smaller parts

  • Design a logical flow for the components

  • Consider user experience and ease of use

  • Test and iterate on the design

View all Flutter Developer interview questions
A Flutter Developer was asked
Q. Describe your experience with API integration, including details regarding API methods and calling conventions.
Ans. 

API integration in Flutter involves using HTTP methods to communicate with web services for data exchange.

  • Use the 'http' package for making API calls: 'import 'package:http/http.dart' as http;'

  • GET method example: 'final response = await http.get(Uri.parse('https://api.example.com/data'));'

  • POST method example: 'final response = await http.post(Uri.parse('https://api.example.com/data'), body: jsonEncode(data));'

  • Hand...

View all Flutter Developer interview questions
A Senior Accountant was asked
Q. If stock increases by 10,000, what is the effect on the income statement?
Ans. 

Stock up by 10000 will increase the income statement.

  • Increase in revenue by 10000

  • Increase in cost of goods sold by 10000 if the stock was purchased

  • Increase in net income by 10000

View all Senior Accountant interview questions
Are these interview questions helpful?
A Senior Accountant was asked
Q. What are the current income tax slabs?
Ans. 

The current income tax slab in India varies based on the income level of the individual.

  • The income tax slab for individuals below 60 years of age is as follows: up to Rs. 2.5 lakhs - no tax, Rs. 2.5 lakhs to Rs. 5 lakhs - 5%, Rs. 5 lakhs to Rs. 10 lakhs - 20%, above Rs. 10 lakhs - 30%

  • For individuals between 60 and 80 years of age, the tax exemption limit is Rs. 3 lakhs, and for those above 80 years of age, it is R...

View all Senior Accountant interview questions

Dhwani Rural Information Systems Interview Experiences

11 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Assignment 

U need to create a assignment like star war web

Round 2 - Technical 

(2 Questions)

  • Q1. Whats is Pipes?
  • Ans. 

    Pipes in Angular are used to transform data before displaying it in the view.

    • Pipes are used to format data in templates.

    • They can be used to filter, order, or transform data.

    • Examples include currency, date, and uppercase pipes.

  • Answered by AI
  • Q2. What is directives?
  • Ans. 

    Directives in Angular are markers on a DOM element that tell Angular to attach a specified behavior to that DOM element or transform the DOM element and its children.

    • Directives are used to extend the functionality of HTML elements.

    • There are three types of directives in Angular: Component, Structural, and Attribute directives.

    • Examples of directives include ngIf, ngFor, ngStyle, and ngClass.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is Linked List?
  • Ans. 

    A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.

    • Consists of nodes connected by pointers

    • Does not have a fixed size like arrays

    • Can be singly linked or doubly linked

    • Example: Singly linked list: 1 -> 2 -> 3 -> null

  • Answered by AI
  • Q2. What is Merge Sort?
  • Ans. 

    Merge Sort is a divide and conquer algorithm that divides the input array into two halves, sorts them recursively, and then merges them back together in sorted order.

    • Divide the input array into two halves

    • Sort each half recursively

    • Merge the sorted halves back together in sorted order

    • Time complexity of O(n log n)

    • Example: [38, 27, 43, 3, 9, 82, 10] -> [3, 9, 10, 27, 38, 43, 82]

  • Answered by AI

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 9 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic questions from JS, Angular, Html, CSS
  • Q2. Basics of data structures and algorithm
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Case Scenarios Based questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Project Management Tools Related

Interview Questions & Answers

user image Anonymous

posted on 7 Oct 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Basically around work experience
  • Q2. NA nothing specific..

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on describing your work with clarity.. Nothing else.

I applied via LinkedIn and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Beginner level questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. Intermediate level questions
  • Q2. You can find on Google

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not go there if you want growth .false promises by hr

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 4 May 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. API Testing Manaul Testing
  • Q2. Automation, Java

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're a fresher then go ahead otherwise no
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic dsa questions and javascript basics
Round 2 - One-on-one 

(1 Question)

  • Q1. DSA level 2 and nodejs questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Communicate Clearly and ask questions when required

I applied via hirect and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Flutter stateful and stateless widgets
  • Q2. Writing algo for complex ui
  • Ans. 

    Algo for complex UI involves breaking down the UI into smaller components and designing a logical flow.

    • Identify the main components of the UI

    • Break down each component into smaller parts

    • Design a logical flow for the components

    • Consider user experience and ease of use

    • Test and iterate on the design

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Api integration and details regarding api methods , calling
  • Ans. 

    API integration in Flutter involves using HTTP methods to communicate with web services for data exchange.

    • Use the 'http' package for making API calls: 'import 'package:http/http.dart' as http;'

    • GET method example: 'final response = await http.get(Uri.parse('https://api.example.com/data'));'

    • POST method example: 'final response = await http.post(Uri.parse('https://api.example.com/data'), body: jsonEncode(data));'

    • Handle re...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest with the interviewer and do your best

Skills evaluated in this interview

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 21 Jun 2021

I applied via Naukri.com and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. - experience
  • Q2. -Excel (Vlookup, index, pivot, data cleaning functions) questions based on excel case study
  • Q3. - Google form questions like validation, number validation, conditions, looping, multi select questions

Interview Preparation Tips

Interview preparation tips for other job seekers - - be confident

I applied via Walk-in and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Programming logics, Css properties

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go & you will get hired

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Dhwani Rural Information Systems?
Ask anonymously on communities.

Dhwani Rural Information Systems Interview FAQs

How many rounds are there in Dhwani Rural Information Systems interview?
Dhwani Rural Information Systems interview process usually has 2-3 rounds. The most common rounds in the Dhwani Rural Information Systems interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for Dhwani Rural Information Systems 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 Dhwani Rural Information Systems. The most common topics and skills that interviewers at Dhwani Rural Information Systems expect are PHP, Javascript, CRM, Consulting and MySQL.
What are the top questions asked in Dhwani Rural Information Systems interview?

Some of the top questions asked at the Dhwani Rural Information Systems interview -

  1. What is current income tax s...read more
  2. Stock up by 10000 then effect on income statem...read more
  3. Api integration and details regarding api methods , call...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 5 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 33%
2-4 weeks 67%
View more

Interview Questions from Similar Companies

NexTurn Interview Questions
4.1
 • 34 Interviews
GoComet Interview Questions
4.6
 • 24 Interviews
Bonami Software Interview Questions
4.1
 • 23 Interviews
FloBiz Interview Questions
3.5
 • 23 Interviews
Ivanti Interview Questions
3.6
 • 19 Interviews
Koantek Interview Questions
3.4
 • 17 Interviews
SentientGeeks Interview Questions
4.4
 • 16 Interviews
View all

Dhwani Rural Information Systems Reviews and Ratings

based on 63 reviews

3.6/5

Rating in categories

3.3

Skill development

3.5

Work-life balance

2.7

Salary

3.2

Job security

3.4

Company culture

2.7

Promotions

3.2

Work satisfaction

Explore 63 Reviews and Ratings
Dhwani RIS DevOps Engineer

Gurgaon / Gurugram

3-6 Yrs

Not Disclosed

Technical Associate Project Manager

Gurgaon / Gurugram

5-8 Yrs

Not Disclosed

DevOps Engineer

Gurgaon / Gurugram

8-10 Yrs

Not Disclosed

Explore more jobs
QA Engineer
24 salaries
unlock blur

₹2.4 L/yr - ₹7.5 L/yr

Front end Developer
23 salaries
unlock blur

₹3.9 L/yr - ₹9.4 L/yr

Associate Project Manager
23 salaries
unlock blur

₹3.6 L/yr - ₹13 L/yr

Project Manager
21 salaries
unlock blur

₹6 L/yr - ₹19.5 L/yr

Data Analyst
15 salaries
unlock blur

₹2.2 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Dhwani Rural Information Systems with

Zidio Development

4.5
Compare

NexTurn

4.1
Compare

Springbord Systems

3.5
Compare

FloBiz

3.5
Compare
write
Share an Interview