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 Data Analyst Interview Questions and Answers for Experienced

Updated 21 Jun 2021

Dhwani Rural Information Systems Data Analyst Interview Experiences for Experienced

1 interview found

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

Interview questions from similar companies

I applied via Campus Placement

Interview Questionnaire 

3 Questions

  • Q1. Which sector do you prefer for a job - core or non core and why?
  • Ans. 

    I prefer non-core sector for a job as it offers more diverse opportunities and challenges.

    • Non-core sectors offer more diverse opportunities and challenges

    • Core sectors may have limited growth prospects

    • Non-core sectors may offer better work-life balance

    • Examples of non-core sectors include IT, consulting, and marketing

    • Examples of core sectors include manufacturing, construction, and energy

  • Answered by AI
  • Q2. Previous internship experiences?
  • Q3. Tell me about yourself
  • Ans. 

    I am a highly motivated individual with a passion for problem-solving and a strong work ethic.

    • I have a degree in computer science and have worked as a software engineer for the past 5 years.

    • I am skilled in programming languages such as Java, Python, and C++.

    • I have experience working on large-scale projects and collaborating with cross-functional teams.

    • In my free time, I enjoy hiking and playing guitar.

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Since this is an analytics-cum-market research profile, they asked about how to gather data for an sector like agriculture, and how to use the data and where to implement the stats and so on. On the market research front, they asked about market entry strategies to a state, say Tamil Nadu and questions along the lines were asked. It took place for about 40 mins. Telephonic.
Tips: Just read up about the company thoroughly, and do some home work on what they're working on.

Round: HR Interview
Experience: It was basic HR interview and it was pretty chilled out.
Tips: Just be yourself.

Skills: Ability To Cope Up With Stress, Market Research, Critical Thinking, Ability To Analyse
Duration: 2
College Name: IIT Madras

Analyst Interview Questions & Answers

Agrostar user image Parikshit Goenka

posted on 18 Apr 2016

I applied via Campus Placement

Interview Questionnaire 

1 Question

  • Q1. Analyzing a data set
  • Ans. 

    Analyzing a data set

    • Identify the objective of the analysis

    • Clean and preprocess the data

    • Perform exploratory data analysis

    • Apply appropriate statistical techniques

    • Interpret and communicate the findings

  • Answered by AI

Interview Preparation Tips

Round: Case Study Interview
Experience: The data set provided had information about their sales. I was told to give some insights on the data in about 2 hours of time. Basic knowledge of R was helpful.

Skills: Ability To Analyse
Duration: 2
College Name: IIT Madras

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. How many swift cars in mumbai?
  • Ans. 

    The exact number of Swift cars in Mumbai is not available, but it is a popular choice among car owners in the city.

    • Swift cars are a common sight on the roads of Mumbai.

    • Maruti Suzuki, the manufacturer of Swift cars, has a strong presence in the city.

    • The number of Swift cars in Mumbai is constantly changing due to sales and purchases.

    • One can see multiple Swift cars in popular areas like Bandra, Andheri, and South Mumbai.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy and moderate level question

Round 2 - Group Discussion 

Given a relevant topic and discussion on it

Round 3 - HR 

(2 Questions)

  • Q1. Introducd yourself
  • Q2. Why do you want to join us
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 - Aptitude Test 

Reasoning and aptitude questions were asked

Round 3 - One-on-one 

(1 Question)

  • Q1. Interview was around python programming and team fitment
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Aptitude Test 

Easy aptitude test containing mathematics and logical questions

Round 2 - Coding Test 

4 leetcode easy to medium level

Round 3 - One-on-one 

(1 Question)

  • Q1. Questions on project and tech stack.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2023. 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 - Coding Test 

4 Coding Questions Were Given.
Check Palindrome String
Longest Increasing Subsequence
Group Anagrams
Add Two Numbers(Linked List)

Questions were picked from leetcode but the restriction of not using any inbuild function made them difficult to solve in the given time frame.

Round 3 - Technical 

(5 Questions)

  • Q1. Basic Java Technical Questions
  • Q2. Throws Vs Throw
  • Ans. 

    Throws is used for checked exceptions in Java, while throw is used to explicitly throw an exception.

    • Throws is used in method signature to declare that the method may throw a checked exception.

    • Throw is used to actually throw an exception in the code.

    • Example: public void method() throws IOException { //code }

    • Example: throw new IOException();

  • Answered by AI
  • Q3. Method Overriding Basics and Output-Based Questions
  • Q4. Springboot annotations
  • Q5. Inheritance and Concept of Abstract Classes and Interfaces
  • Ans. 

    Inheritance allows a class to inherit properties and behaviors from another class. Abstract classes cannot be instantiated and can have abstract methods. Interfaces define a contract for classes to implement.

    • Inheritance allows a class to inherit properties and behaviors from another class

    • Abstract classes cannot be instantiated and can have abstract methods

    • Interfaces define a contract for classes to implement

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find the second most occurrence if string in JavaScript
  • Ans. 

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

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

    • Sort the map by values in descending order to find the most occurrence

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

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Jan 2023. 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 - Telephonic Call 

(3 Questions)

  • Q1. Introduction and technical questions.
  • Q2. What is the use of JAVA API?
  • Ans. 

    The JAVA API is a collection of pre-written classes and interfaces that provide ready-to-use functionality for Java developers.

    • The JAVA API allows developers to save time and effort by using pre-built code for common tasks.

    • It provides a wide range of classes and interfaces for various purposes such as file handling, networking, database connectivity, GUI development, etc.

    • Developers can leverage the API to access system...

  • Answered by AI
  • Q3. Questions are picked from Leetcode.
Round 3 - Coding Test 

The duration of the test is one hour and four coding questions are asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - I am not able to qualify for the coding round so I have no idea of further process.

Skills evaluated in this interview

Dhwani Rural Information Systems Interview FAQs

What are the top questions asked in Dhwani Rural Information Systems Data Analyst interview for experienced candidates?

Some of the top questions asked at the Dhwani Rural Information Systems Data Analyst interview for experienced candidates -

  1. - Google form questions like validation, number validation, conditions, looping...read more
  2. -Excel (Vlookup, index, pivot, data cleaning functions) questions based on exce...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Agrostar Interview Questions
3.8
 • 56 Interviews
NexTurn Interview Questions
4.1
 • 26 Interviews
GoComet Interview Questions
4.5
 • 23 Interviews
FloBiz Interview Questions
3.6
 • 23 Interviews
Bonami Software Interview Questions
4.1
 • 22 Interviews
Koantek Interview Questions
3.4
 • 17 Interviews
Ivanti Interview Questions
3.6
 • 14 Interviews
WinZO Interview Questions
4.7
 • 14 Interviews
View all
Dhwani Rural Information Systems Data Analyst Salary
based on 14 salaries
₹2.2 L/yr - ₹5.3 L/yr
38% less than the average Data Analyst Salary in India
View more details

Dhwani Rural Information Systems Data Analyst Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

3.0

Salary

3.0

Job security

5.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
QA Engineer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Front end Developer
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Project Manager
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Manager
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Dhwani Rural Information Systems with

Digital Green

3.8
Compare

Gram Vaani

2.7
Compare

Agrostar

3.8
Compare

CropIn Technology Solutions

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