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 Flutter Developer Interview Questions and Answers

Updated 2 Sep 2022

Dhwani Rural Information Systems Flutter Developer Interview Experiences

1 interview found

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

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Dhwani Rural Information Systems?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Sep 2021. There were 2 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 - Coding Test 

Mcqs on javascript,. 1 coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Campus recruitment
1 online coding
2 technical rounds DSA
1 tech managerial
1 hr

Os, DBMS, DSA, stacks, trees,

Flutter Developer Interview Questions Asked at Other Companies

Q1. Write the code to integrate an API in your Flutter app.
Q2. What is Firebase? And How You use it in your App
Q3. What do you use as a backend for Flutter applications?
Q4. What do you know about Flutter packages?
asked in Antino
Q5. Can we send data from a GET request to the server?

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Ans. 

    This question involves creating a specific pattern using loops and conditional statements in programming.

    • Identify the desired pattern (e.g., asterisks, numbers).

    • Use nested loops: outer loop for rows, inner loop for columns.

    • Control the output format with conditional statements.

    • Example: For a pyramid pattern, increase spaces and asterisks in each row.

  • Answered by AI
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find the second most occurrence of string.
  • Ans. 

    Find the second most occurrence of string in an array of strings.

    • Create a dictionary to store the count of each string in the array

    • Sort the dictionary by count in descending order

    • Return the key of the second element in the sorted dictionary

  • Answered by AI
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(12 Questions)

  • Q1. Rate yourself in js, node js, react, MongoDB (separately)
  • Ans. 

    I have a solid understanding of JS, Node.js, React, and MongoDB, with practical experience in building full-stack applications.

    • JavaScript: Proficient in ES6+ features, asynchronous programming, and DOM manipulation. Example: Built a dynamic web app using vanilla JS.

    • Node.js: Experienced in building RESTful APIs and handling server-side logic. Example: Developed a Node.js API for a task management app.

    • React: Skilled in c...

  • Answered by AI
  • Q2. Typeof null, typeof undefined, typeof {}, typeof NaN
  • Q3. What changes came in es6
  • Q4. This keyword, closures, hoisting
  • Q5. Are let and cont variables hoisted?
  • Q6. What is global context
  • Q7. What is temporal deadzone
  • Q8. What is modules? types of modules in nodejs
  • Ans. 

    Modules in Node.js are reusable blocks of code that encapsulate related functionality.

    • Modules in Node.js can be built-in modules like fs (file system) or third-party modules like express.

    • Modules help in organizing code into separate files for better maintainability and reusability.

    • Modules can be imported using the require() function in Node.js.

  • Answered by AI
  • Q9. Index in mongodb, why we need index, is index good or bad?
  • Ans. 

    Indexes in MongoDB improve query performance by allowing the database to quickly locate and retrieve specific documents.

    • Indexes help to speed up query performance by allowing the database to quickly locate specific documents based on the indexed fields.

    • Without indexes, MongoDB would have to perform a collection scan, which can be slow and resource-intensive.

    • Indexes can be created on single fields or compound fields to ...

  • Answered by AI
  • Q10. What are hooks , use of useRef
  • Ans. 

    Hooks are a feature in React that allow you to use state and other React features in functional components. useRef is a hook that allows you to create a mutable object that persists for the lifetime of the component.

    • Hooks are used to add state and lifecycle methods to functional components in React

    • useRef is used to create a mutable reference that persists between renders

    • useRef can be used to access DOM elements directl...

  • Answered by AI
  • Q11. Fs module, http module, worker thread?
  • Q12. Why we use mongoose not mongodb driver?

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

FloBiz user image Vishal Kathpalia

posted on 22 Jan 2024

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

I applied via Referral and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Leetcode Medium Question -- Container most water
  • Ans. 

    Find two lines that, together with the x-axis, form a container that holds the most water.

    • Use two pointers, one at each end of the array.

    • Calculate the area formed by the lines at the two pointers.

    • Move the pointer pointing to the shorter line inward to potentially find a taller line.

    • Repeat until the two pointers meet, keeping track of the maximum area found.

    • Example: For heights [1,8,6,2,5,4,8,3,7], the maximum area is 4...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. LLD, Design patterns, Operating system
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is oops in python
  • Q2. What is ternary operant in python
  • Ans. 

    Ternary operator in Python is a conditional expression that evaluates to a value based on a condition.

    • Ternary operator is written as 'value_if_true if condition else value_if_false'

    • It is a shorthand way of writing an if-else statement in a single line

    • Example: x = 10 if a > b else 20

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. All about core java
  • Q2. Front end and My Sql
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 Oct 2022. There were 5 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 - Coding Test 

Duration is around 1 hour

Round 3 - Technical 

(1 Question)

  • Q1. 1. Basic programming concepts 2. OOP concepts and basic problem solving skills
Round 4 - Technical 

(1 Question)

  • Q1. Programming question
Round 5 - HR 

(1 Question)

  • Q1. 1. Basic questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Second largest number in an array
  • Q2. Pairs with given sum

Skills evaluated in this interview

Dhwani Rural Information Systems Interview FAQs

How many rounds are there in Dhwani Rural Information Systems Flutter Developer interview?
Dhwani Rural Information Systems interview process usually has 2 rounds. The most common rounds in the Dhwani Rural Information Systems interview process are Technical and One-on-one Round.
How to prepare for Dhwani Rural Information Systems Flutter Developer 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 Android, Automation, Backend, CRM and Consulting.
What are the top questions asked in Dhwani Rural Information Systems Flutter Developer interview?

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

  1. Api integration and details regarding api methods , call...read more
  2. Writing algo for complex...read more
  3. Flutter stateful and stateless widg...read more

Tell us how to improve this page.

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.7
 • 19 Interviews
Koantek Interview Questions
3.4
 • 17 Interviews
Xcelore Interview Questions
4.7
 • 17 Interviews
View all
Dhwani Rural Information Systems Flutter Developer Salary
based on 4 salaries
₹2.5 L/yr - ₹9 L/yr
At par with the average Flutter Developer Salary in India
View more details

Dhwani Rural Information Systems Flutter Developer Reviews and Ratings

based on 3 reviews

4.4/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

3.6

Salary

4.2

Job security

4.4

Company culture

4.2

Promotions

4.4

Work satisfaction

Explore 3 Reviews and Ratings
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

₹5.1 L/yr - ₹11 L/yr

Project Manager
21 salaries
unlock blur

₹9.2 L/yr - ₹17.1 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.6
Compare

FloBiz

3.5
Compare
write
Share an Interview