Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by ReachAll Techlabs Private Limited Team. If you also belong to the team, you can get access from here

ReachAll Techlabs Private Limited Verified Tick

Compare button icon Compare button icon Compare
-

No reviews yet

i

This rating is based on a small number of reviews, so it may not fully reflect the overall employee experience.

Filter interviews by

ReachAll Techlabs Private Limited Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(4 Questions)

  • Q1. Create basic react app with dummy data fetched from JSON API
  • Ans. 

    Create a basic React app with dummy data fetched from a JSON API.

    • Set up a new React project using create-react-app

    • Create a component to fetch data from a JSON API using fetch or axios

    • Display the fetched data in the component

  • Answered by AI
  • Q2. Array methods and Flatten array
  • Q3. Event loop
  • Q4. HTML and Javascript basics
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

(2 Questions)

  • Q1. What data structure is used to implement a priority queue?
  • Ans. 

    Binary heap is used to implement a priority queue.

    • Binary heap is a complete binary tree where each node has a value greater than or equal to its children.

    • It can be implemented using arrays, where the parent of node at index i is at index (i-1)/2.

    • Insertion and deletion operations have time complexity of O(log n) in a binary heap.

  • Answered by AI
  • Q2. How many trees will a binary tree have?
  • Ans. 

    A binary tree can have any number of nodes, but the maximum number of trees with n nodes is 2^n.

    • A binary tree can have 0 nodes, 1 node, 2 nodes, or any number of nodes.

    • The maximum number of binary trees with n nodes is 2^n.

    • For example, a binary tree with 3 nodes can have up to 8 different structures.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. SQL Query to return the second highest marks in a student database
  • Ans. 

    Use a SQL query to find the second highest marks in a student database.

    • Use the ORDER BY clause to sort the marks in descending order

    • Use the LIMIT clause to limit the result to the second row

  • Answered by AI
  • Q2. Program to check if two strings are anagrams
  • Ans. 

    Program to check if two strings are anagrams

    • Create a function that takes in two strings as input

    • Remove any spaces and convert both strings to lowercase for consistency

    • Sort the characters in both strings and compare if they are equal to determine if they are anagrams

    • Example: 'listen' and 'silent' are anagrams

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How Performance of application can be improved
  • Ans. 

    Performance of an application can be improved by optimizing code, using efficient algorithms, caching data, and scaling resources.

    • Optimize code by reducing unnecessary loops, improving database queries, and minimizing memory usage

    • Use efficient algorithms like binary search instead of linear search for large datasets

    • Implement caching mechanisms to store frequently accessed data and reduce database calls

    • Scale resources b...

  • Answered by AI
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 Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. SQL Questions - Constraints- how to optimize long SQL query without changing the output

UIUX dseigner Interview Questions & Answers

Knovos user image Akshar Patel

posted on 8 Jun 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce Yourself
  • Q2. What is current designation
Round 2 - One-on-one 

(3 Questions)

  • Q1. What is your design process.
  • Q2. How do you work with developer push-back?
  • Q3. How do you overcome personal bias in user research?
Round 3 - Assignment 

Make a autobiography app

Round 4 - One-on-one 

(3 Questions)

  • Q1. Share your working experience
  • Q2. Why are you leaving current firm?
  • Q3. How do you percieve the design systems

Interview Preparation Tips

Topics to prepare for Knovos UIUX dseigner interview:
  • Product Design
  • Design Patterns

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What you know about serialization
  • Ans. 

    Serialization is the process of converting an object into a format that can be easily stored or transmitted.

    • Serialization is used in programming to save the state of an object so that it can be recreated later.

    • It is commonly used in data storage, network communication, and in the implementation of remote procedure calls.

    • Examples of serialization formats include JSON, XML, and Protocol Buffers.

  • Answered by AI
  • Q2. Where you see yourself in next 5 years
  • Ans. 

    In the next 5 years, I see myself advancing in my career, taking on more responsibilities, and potentially leading a team.

    • Continuing to develop my skills and expertise in my field

    • Seeking opportunities for growth and advancement within the company

    • Possibly pursuing further education or certifications to enhance my knowledge

    • Taking on leadership roles and mentoring junior team members

    • Working towards achieving specific care

  • Answered by AI
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 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

C,c++ questions and two coding questions. basic mcq

Round 2 - Technical 

(3 Questions)

  • Q1. Treeset, hashset difference
  • Ans. 

    TreeSet and HashSet are both implementations of the Set interface in Java, but they have some key differences.

    • TreeSet is a sorted set that maintains elements in ascending order, while HashSet does not guarantee any specific order.

    • TreeSet uses a Red-Black tree data structure for storage, which allows for efficient retrieval of elements in sorted order.

    • HashSet uses a hash table for storage, which provides constant-time p...

  • Answered by AI
  • Q2. Oops concept, dbms, programming questions
  • Q3. Set and treeset and hashset

Interview Preparation Tips

Topics to prepare for ResMed Software Developer interview:
  • DBMS
  • OOPS
Interview preparation tips for other job seekers - none

Skills evaluated in this interview

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

I applied via campus placement at National Institute of Engineering (NIE) and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 questions, Easy and medium based

Round 2 - Technical 

(1 Question)

  • Q1. Stacks queues and array questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical questions on projects
Round 4 - HR 

(1 Question)

  • Q1. How to tackle any uncertain situations? Behavioural questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic Js concepts like debouncing,event loop, and other output-based questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Js concepts in depth
Round 3 - HR 

(2 Questions)

  • Q1. Hiring manager round, questions around my project
  • Q2. Optimization techniques
  • Ans. 

    Optimization techniques are methods used to improve the efficiency and performance of software applications.

    • Use algorithms like greedy, dynamic programming, or divide and conquer to optimize code

    • Minimize time complexity by avoiding nested loops and unnecessary iterations

    • Utilize data structures like hash tables, arrays, and trees for efficient storage and retrieval

    • Profile code to identify bottlenecks and optimize critic...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basics, interviewers were very helpful
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Based on resume
Round 2 - One-on-one 

(1 Question)

  • Q1. Based on resume
Round 3 - HR 

(1 Question)

  • Q1. Basic information
Round 4 - Technical 

(1 Question)

  • Q1. Based on resume
Round 5 - Coding Test 

Scenario questions logical solving

Round 6 - Case Study 

Need to explain about problems solved in previous round

Round 7 - One-on-one 

(1 Question)

  • Q1. Project discussion and basics information

Interview Preparation Tips

Interview preparation tips for other job seekers - One of the worst company no job guarantee. Dont waste your time on attending interview. They will conduct 10 around and reject the candidate easily in last round.

Tell us how to improve this page.

Interview Questions from Similar Companies

ResMed Interview Questions
3.8
 • 15 Interviews
HALODOC Interview Questions
2.8
 • 12 Interviews
Tracelink Interview Questions
3.4
 • 12 Interviews
QAD Interview Questions
4.0
 • 12 Interviews
SurePrep Interview Questions
3.8
 • 11 Interviews
View all
Compare ReachAll Techlabs Private Limited with

Global Edge Software

3.5
Compare

Virtual Galaxy Infotech

4.7
Compare

SurePrep

3.8
Compare

Signzy Technologies

3.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview