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 Angular Frontend Developer Interview Questions, Process, and Tips for Freshers

Updated 13 Aug 2024

Dhwani Rural Information Systems Angular Frontend Developer Interview Experiences for Freshers

1 interview 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 from similar companies

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. Earlier work experiences
  • Q2. Design Patterns
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

I was interviewed in Mar 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Easy

Timing was 10:00 AM. Platform was good.

  • Q1. 

    Subarray With Given Sum Problem Statement

    Given an array ARR of N integers and an integer S, determine if there exists a contiguous subarray within the array with a sum equal to S. If such a subarray exis...

  • Ans. 

    Given an array of integers, find a subarray with a given sum S.

    • Iterate through the array while keeping track of the current sum and start index.

    • Use a hashmap to store the sum and its corresponding index.

    • If the current sum - S is found in the hashmap, a subarray with sum S exists.

    • Return the start index and current index as the end index.

  • Answered by AI
  • Q2. 

    Remove Consecutive Duplicates Problem Statement

    Given a string S, your task is to recursively remove all consecutive duplicate characters from the string.

    Input:

    String S

    Output:

    Output string

    Constr...

  • Ans. 

    Recursively remove consecutive duplicate characters from a string.

    • Use recursion to check if the current character is the same as the next character, if so skip the next character

    • Base case: if string length is 1, return the string

    • Example: Input: 'aabbc' Output: 'abc'

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Chitkara University. I applied for the job as SDE - 1 in MumbaiEligibility criteriaAbove 8 CGPAGoComet interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Practice Data structure questions.
Tip 2 : Do some projects.
Tip 3 : Have knowledge of DBMS.

Application resume tips for other job seekers

Tip 1 : Keep it short.
Tip 2 : Do not put false things on resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

There was an OA on hackerearth of an hour. In that there were 20 MCQs and two DSA questions easy to medium on Heap, Hashmap and Subarray

Round 2 - Technical 

(3 Questions)

  • Q1. Asked about previous worked project in last company
  • Q2. Asked one medium DSA question (DNA sequencing) and asked to design some schema
  • Q3. Asked one puzzle If there are 1000 bottles and one is poisonous, a rat will diw after one hour of drinking and you have only one hour to find out which bottle is poisonous, How many minimum rats you need ?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions with some basic coding questions

Round 2 - Coding Test 

They have given 3 coding questions and some pseudo codings

Round 3 - Technical 

(2 Questions)

  • Q1. Tell about your self
  • Q2. Some coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. One Puzzle to detect Defective Box
  • Q2. Previous Work Experience
  • Ans. 

    I have 3 years of experience as a Software Developer at XYZ company.

    • Developed web applications using Java and Spring framework

    • Collaborated with cross-functional teams to deliver projects on time

    • Implemented new features and enhancements based on client requirements

  • Answered by AI
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Aug 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Before Aptitude Test, There was a telephonic interview round in which they test your communication and ask questions about your education and projects. You just have to show your confidence to pass this round. After that, the aptitude test was quite easy. There are 15 questions all are doable in just 15 to 20 minutes of time span.

Round 2 - Coding Test 

After that, The coding round takes place in which they provide you with a device with an online compiler of your preferred programming language and ask you to solve 4 questions without using any built-in function. The questions are based on Linked Lists, Stacks, Arrays, etc. You have to do it all manually. This round lasts up to 1 hour.

Round 3 - Technical 

(1 Question)

  • Q1. The technical round takes place in which they ask different questions from your coding round, a few concept-based ones, and also a few questions to test your thinking and problem-solving abilities like the...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared very well. Also, do not lose hope if not get selected.
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
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

Dhwani Rural Information Systems Interview FAQs

How many rounds are there in Dhwani Rural Information Systems Angular Frontend Developer interview for freshers?
Dhwani Rural Information Systems interview process for freshers usually has 3 rounds. The most common rounds in the Dhwani Rural Information Systems interview process for freshers are Technical and Assignment.
What are the top questions asked in Dhwani Rural Information Systems Angular Frontend Developer interview for freshers?

Some of the top questions asked at the Dhwani Rural Information Systems Angular Frontend Developer interview for freshers -

  1. Whats is Pip...read more
  2. What is directiv...read more
  3. What is Linked Li...read more

Tell us how to improve this page.

Dhwani Rural Information Systems Angular Frontend Developer Interview Process for Freshers

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Agrostar Interview Questions
3.8
 • 56 Interviews
NexTurn Interview Questions
4.1
 • 27 Interviews
FloBiz Interview Questions
3.6
 • 23 Interviews
GoComet Interview Questions
4.5
 • 23 Interviews
Bonami Software Interview Questions
4.0
 • 22 Interviews
Koantek Interview Questions
3.4
 • 17 Interviews
WinZO Interview Questions
4.1
 • 14 Interviews
Ivanti Interview Questions
3.5
 • 14 Interviews
View all
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
12 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