Upload Button Icon Add office photos

Filter interviews by

REACH Technologies Software Developer Intern Interview Questions and Answers

Updated 16 Sep 2021

REACH Technologies Software Developer Intern Interview Experiences

1 interview found

I appeared for an interview in Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 mintues
Round difficulty - Medium

The round contain 20 medium MCQ question ranging from Mathematics and Data Structure questions And at the last 2 coding questions.

  • Q1. 

    Remove Vowels from a String

    Given a string STR of length N, your task is to remove all the vowels from that string and return the modified string.

    Input:

    The first line of input contains an integer 'T' ...
  • Ans. 

    Remove all vowels from a given string and return the modified string.

    • Iterate through each character in the string and check if it is a vowel (a, e, i, o, u or A, E, I, O, U).

    • If the character is not a vowel, add it to a new string.

    • Return the new string without any vowels.

  • Answered by AI
  • Q2. 

    Number Pattern Program

    Write a program that takes an integer N as input and prints a specific pattern for N lines.

    Example:

    Input:
    N=3
    Output:
    [[1, 2, 3, 10, 11, 12], [4, 5, 8, 9], [6, 7]]
    Explanati...
  • Ans. 

    The program takes an integer N and prints a specific number pattern for N lines.

    • Create a 2D list to store the pattern rows

    • Use loops to generate the numbers in each row based on the pattern

    • Print the 2D list as the final output

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Netaji Subhas University Of Technology. I applied for the job as SDE - Intern in DelhiEligibility criteriaAbove 6 CGPA and Need one good development projects on Resume.REACH Technologies interview preparation:Topics to prepare for the interview - Recursion , Tree , Array , Graph , DP , stack and queue.Time required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Data structure and algorithms 
Tip 2 : Practise Maths 
Tip 3 : Practise English

Application resume tips for other job seekers

Tip 1 : Write only that thing which you can explain there.
Tip 2 : Also Specify Your project and the part of the project you did.

Final outcome of the interviewSelected

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 REACH Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview in Apr 2021.

Round 1 - Video Call 

(3 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

It was basically to check my problem solving and OOPS concepts. Also , concepts related to development were asked

  • Q1. 

    Alpha Pattern Problem Statement

    Ninja wants to create a pattern using characters in a specified number of rows ‘N’. The pattern arranges characters in increasing order, such that the first row has 1 chara...

  • Ans. 

    Generate a pattern of characters in increasing order based on the number of rows specified.

    • Iterate through each row from 1 to N

    • For each row, print the corresponding character repeated row number of times

    • Increment the character for each row

  • Answered by AI
  • Q2. 

    Covid Vaccination Distribution Problem

    As the Government ramps up vaccination drives to combat the second wave of Covid-19, you are tasked with helping plan an effective vaccination schedule. Your goal is...

  • Ans. 

    Maximize vaccines administered on a specific day while following certain rules.

    • Iterate through each test case and calculate the maximum number of vaccines distributed on the specified day.

    • Distribute vaccines in a way that the difference between consecutive days is at most 1 and the total does not exceed the maximum allowed.

    • Ensure to maximize the number of vaccines administered on the specified day.

    • Return the maximum nu...

  • Answered by AI
  • Q3. 

    Treasure Hunt Problem Statement

    Alex and Rome are engaged in a treasure hunt game. Rome has a treasure box that Alex aims to open, using one of the N uniquely numbered keys placed by Rome in boxes numbere...

  • Ans. 

    Given a list of key numbers in sequentially numbered boxes, help Alex determine the box containing the correct key.

    • Iterate through the list of key numbers and compare each with the target key number.

    • Use binary search for efficient search in the sorted list of key numbers.

    • Return the box number if the correct key is found, otherwise indicate that it is not present.

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Easy

It was an HR cum Technical round taken by a senior member of the technical team

  • Q1. 

    Party Over: Sorting Strings Problem

    Help Ninja sort the provided list of strings according to a specific condition given by a monster. The condition is to sort the strings based on the last letter. If two...

  • Ans. 

    Sort the list of strings based on the last character, then second last character, and so on.

    • Iterate through each string in the list

    • Sort the strings based on the last character first, then second last character, and so on

    • Use a custom sorting function to achieve the required sorting order

  • Answered by AI
  • Q2. 

    Mirror Diagonals Problem Statement

    Ninja has a square 2D array arr of size N x N. Your task is to determine if the numbers on the left diagonal are the same as those on the right diagonal of the matrix.

    ...

  • Ans. 

    Check if the numbers on the left diagonal are the same as those on the right diagonal of a square matrix.

    • Iterate through the matrix to compare the numbers on the left and right diagonals.

    • Keep track of the numbers on both diagonals and check for equality.

    • Return 'true' if the diagonals are equal, otherwise return 'false'.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Chitkara University. Eligibility criteriaCGPA no less than 8 in all the semsWatchGuard Technologies interview preparation:Topics to prepare for the interview - Dynamic Programming, Data Structures, OOPS, DBMS, Operating SystemTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Stay Calm & Composed during the Interview
Tip 2 : Prepare for OOPS & DSA well
Tip 3 : Make at least 2 to 3 projects

Application resume tips for other job seekers

Tip 1 : Make a concise & precise resume.
Tip 2 : Do not add too many projects. Add only 2-3 good projects

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Intern Interview Questions Asked at Other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an ar ... read more
asked in Amazon
Q2. Fish Eater Problem Statement In a river where water flows from le ... read more
asked in Apple
Q3. Kevin and his Fruits Problem Statement Kevin has 'N' buckets, eac ... read more
asked in CommVault
Q4. Sliding Maximum Problem Statement Given an array of integers ARR ... read more
Q5. Reverse Words in a String: Problem Statement You are given a stri ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

First round was aptitude + coding. 60 questions in 60 mi , 30 about aptitude (mostly quants) , 30 about coding mcqs related to dsa ,oops. There was negative marking also.

Round 2 - Technical 

(2 Questions)

  • Q1. 3 dsa question and 1 pattern question. Interviewer give me choice to select 3 data structures and asked about them with optimal solution and time complexity for each.
  • Q2. Oops questions, oops is very important for this company in cs fundamental subject
Round 3 - HR 

(1 Question)

  • Q1. There were basic questions, but it depends on their mood. Tell they all true and what inside your mind spontaneous. Do not take time to think.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare dsa and cs fundamental. Write in resume only those things for which you are confident about.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Merge Two Sorted Arrays
  • Q2. Find the number of Pairs whose sum is K in the given Array
  • Q3. Some basic question about Python
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is polymorphism
  • Q2. Find missing number from nth number array.
  • Q3. Explain inheritance and it types
  • Q4. Find 2nd max elements from aaray

Skills evaluated in this interview

I appeared for an interview in Apr 2021.

Round 1 - Video Call 

(3 Questions)

Round duration - 45 minutes
Round difficulty - Medium

Timing was 12 PM. Interviewer was nice.

  • Q1. 

    Reverse the String Problem Statement

    You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string.

    Example:

    Input:
    STR = "abcde"
    Output:
    "e...
  • Ans. 

    Reverse a given string containing alphabets, numbers, and special characters.

    • Iterate through the string from end to start and append each character to a new string.

    • Alternatively, use built-in functions like reverse() or slicing to reverse the string.

    • Handle special characters and numbers while reversing the string.

    • Ensure to consider the constraints on the length of the string and number of test cases.

  • Answered by AI
  • Q2. 

    Move Zeros to Left Problem Statement

    Your task is to rearrange a given array ARR such that all zero elements appear at the beginning, followed by non-zero elements, while maintaining the relative order of...

  • Ans. 

    Rearrange an array such that all zero elements appear at the beginning, followed by non-zero elements, maintaining relative order of non-zero elements.

    • Iterate through the array and maintain two pointers - one for the next position to place a zero and one for the next non-zero element.

    • Swap the elements at these pointers until all zeros are moved to the left and non-zero elements are in their relative order.

    • Time complexi...

  • Answered by AI
  • Q3. Write an SQL query to find the second highest salary from a table.
  • Ans. 

    SQL query to find the second highest salary from a table

    • Use the MAX() function to find the highest salary

    • Use the NOT IN operator to exclude the highest salary from the results

    • Order the salaries in descending order and limit the result to 1

  • 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 NoidaEligibility criteriaAbove 8 CGPAWatchGuard Technologies 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 : Do some projects.
Tip 2 : Practice problem solving questions.
 

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

I appeared for an interview in Jan 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Online test

  • Q1. MCQ Questions

    Based on c++,c and java basics

  • Ans. 

    MCQ questions based on C++, C, and Java basics.

    • Understand the differences between C++, C, and Java syntax and features.

    • Be familiar with basic concepts like data types, control structures, and functions.

    • Practice solving MCQs to improve your understanding of the languages.

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 150 Minutes
Round difficulty - Medium

Technical interview

  • Q1. 

    Distinct Elements in K-Sized Windows

    The task is to determine the number of distinct elements in every sliding window of size 'K' across an array 'ARR' of size 'N'. A 'K' sized window is a contiguous sequ...

  • Ans. 

    Calculate the count of distinct elements in each sliding window of size 'K' across an array 'ARR'.

    • Use a sliding window approach to iterate through the array and keep track of distinct elements using a hashmap or set.

    • Update the count of distinct elements in each window as it slides across the array.

    • Return the array detailing the count of distinct elements in each 'K' sized window for each test case.

  • Answered by AI
  • Q2. 

    MergeSort Linked List Problem Statement

    You are given a Singly Linked List of integers. Your task is to sort the list using the 'Merge Sort' algorithm.

    Input:

    The input consists of a single line contain...
  • Ans. 

    Sort a Singly Linked List using Merge Sort algorithm.

    • Implement the Merge Sort algorithm for linked lists.

    • Divide the list into two halves, sort each half recursively, and then merge them.

    • Use a fast and slow pointer to find the middle of the list for splitting.

    • Handle the base cases of empty list or single node list.

    • Example: Input: 4 3 2 1 -1, Output: 1 2 3 4

  • Answered by AI
Round 3 - Coding Test 

Round duration - 20 minutes
Round difficulty - Hard

Hr interview

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in NoidaEligibility criteria80% and above in 10th,12th and ugWatchGuard Technologies interview preparation:Topics to prepare for the interview - Stack Implementation, DBMS, SQL QUERIES, Data structure and ADATime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Go through oosp concept properly
Tip 2 : Good knowledge on coding
Tip 3 : intermediate knowledge on database and data structures

Application resume tips for other job seekers

Tip 1 : A project based on database
Tip 2 : Mention all the fields properly and have a prior knowledge on your project

Final outcome of the interviewRejected

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
No response

I applied via Job Fair and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 data struture question advancevds i cpp

Round 2 - Technical 

(2 Questions)

  • Q1. 5 dsa array string
  • Ans. 

    Implement a data structure for storing and manipulating an array of strings.

    • Use a dynamic array to store the strings.

    • Implement functions for adding, removing, and accessing strings in the array.

    • Consider memory management and resizing the array as needed.

  • Answered by AI
  • Q2. Data sturucture
Round 3 - HR 

(1 Question)

  • Q1. Resume based question

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Skills evaluated in this interview

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

(1 Question)

  • Q1. DSA - One problem on shopping cart
  • Ans. 

    Implement a shopping cart system using data structures and algorithms.

    • Use a data structure like a hash map to store items and their quantities in the cart.

    • Implement functions to add, remove, and update items in the cart.

    • Consider implementing functions to calculate total price, apply discounts, and handle checkout process.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
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 - Coding Test 

Normal dsa Basics and aptitude.

Round 3 - Technical 

(2 Questions)

  • Q1. Give the elements of an array that sum up to given number.
  • Q2. Binary search using recursion.
Round 4 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Why are you interested to join juniper?

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Cisco Interview Questions
4.2
 • 386 Interviews
Nvidia Interview Questions
3.6
 • 112 Interviews
BT Business Interview Questions
4.0
 • 86 Interviews
Arista Networks Interview Questions
4.0
 • 48 Interviews
Seagate Interview Questions
3.4
 • 18 Interviews
View all
Compare REACH Technologies with

Sterlite Technologies

3.8
Compare

Cisco

4.2
Compare

BT Business

4.0
Compare

Lumen Technologies

4.0
Compare
write
Share an Interview