Upload Button Icon Add office photos

Filter interviews by

Riser Techub Interview Questions, Process, and Tips

Updated 8 Aug 2024

Top Riser Techub Interview Questions and Answers

View all 8 questions

Riser Techub Interview Experiences

Popular Designations

3 interviews found

react js intern Interview Questions & Answers

user image Ruturaj Waychal

posted on 8 Aug 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about your technical experience
  • Ans. 

    I have experience working with React JS for building interactive web applications.

    • Developed multiple React JS applications from scratch

    • Implemented state management using Redux

    • Utilized React Router for navigation

    • Worked with RESTful APIs to fetch and display data

    • Used React Hooks for functional components

  • Answered by AI

I applied via Approached by Company and was interviewed in Oct 2022. 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 - HR 

(1 Question)

  • Q1. Are you ok with international Business development
Round 3 - Technical 

(1 Question)

  • Q1. Asked about previous job role

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very pleasant interview experience. They just checked the communication skills and if I was well versed with ms office.

Business Development Executive Interview Questions asked at other Companies

Q1. scenario based: if I am a teacher in a government school and my child is getting +90% marks, then why should i buy byjus course
View answer (14)

I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

8 Questions

  • Q1. 1. What is React Native bridge?
  • Ans. 

    React Native bridge is a communication layer between JavaScript code and native code.

    • It allows React Native to interact with native modules written in Objective-C, Java, or Swift.

    • The bridge sends messages between the two environments, allowing for seamless integration.

    • The bridge can also be used to pass data between the two environments.

    • For example, a React Native app might use the bridge to access the device's camera ...

  • Answered by AI
  • Q2. 2. What is HOC (Higher order components)?
  • Ans. 

    HOC is a function that takes a component and returns a new component with additional functionality.

    • HOC is a design pattern in React.

    • It allows reusing component logic.

    • HOC can be used for cross-cutting concerns like authentication, logging, etc.

    • HOC can be created using a function that takes a component and returns a new component.

    • The new component can render the original component with additional props or wrap it with ot...

  • Answered by AI
  • Q3. 3. What is the use useEffect Hook in react native? and how you relate it with lifecycle method which is class components?
  • Ans. 

    The useEffect Hook in React Native is used to perform side effects in functional components. It is similar to lifecycle methods in class components.

    • useEffect Hook is used to handle side effects in functional components.

    • It is called after the component has rendered and can be used to fetch data, subscribe to events, or update the DOM.

    • It takes two arguments: a function that contains the side effect logic, and an optional...

  • Answered by AI
  • Q4. 4. What is Redux?
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Redux is a state management library for JavaScript applications.

    • It provides a centralized store to manage the state of an application.

    • Redux follows a unidirectional data flow pattern.

    • Actions are dispatched to update the state in the store.

    • Reducers are pure functions that update the state based on the dispatched actions.

    • Selectors are used to retrieve data from t...

  • Answered by AI
  • Q5. 5. Have you ever used or know about Redux Thunk or Redux Saga and what is it, How it works?
  • Ans. 

    Redux Thunk and Redux Saga are middleware libraries for Redux that allow for asynchronous actions.

    • Redux Thunk is a simple middleware that allows for asynchronous actions by returning a function instead of an action object.

    • Redux Saga is a more powerful middleware that uses generator functions to handle asynchronous actions and allows for more complex control flow.

    • Both libraries are commonly used in React Native applicat...

  • Answered by AI
  • Q6. 6. Which is your highest priority HOC Components?
  • Ans. 

    My highest priority HOC components are those that handle authentication and authorization.

    • Authentication HOCs like withAuthenticator and withAuthContext

    • Authorization HOCs like withAuthorization and withRoleBasedAccessControl

    • HOCs that handle user sessions and persistent login state

  • Answered by AI
  • Q7. 7. What is the best practice for calling API's?
  • Ans. 

    The best practice for calling APIs is to use asynchronous requests and handle errors properly.

    • Use asynchronous requests to prevent blocking the UI thread.

    • Handle errors properly by checking for response status codes and handling network failures.

    • Implement caching mechanisms to improve performance and reduce unnecessary API calls.

    • Consider using libraries or frameworks like Axios or Fetch for making API requests.

    • Follow RE...

  • Answered by AI
  • Q8. 8. What are props and how it works?
  • Ans. 

    Props are short for properties and are used to pass data from one component to another in React Native.

    • Props are read-only and cannot be modified by the child component.

    • Props are passed down from parent to child component.

    • Props can be any data type, including strings, numbers, objects, and functions.

    • Props are accessed using the 'this.props' syntax in class components and 'props' in functional components.

    • Props can have

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I suggest everyone to go through some basics questions first, If the basics were strong then you can easily give the answers without any hesitation. The recruiter will ask you basics first if you were not strong enough in that then he might surely understand that you don't even know the basics also. So start making basics strong first then comes to logic building part i.e: Redux and back-end etc. Don't get panic at the time of interview be patient be calm then surely you will get the job into your hand. Thank you.

Skills evaluated in this interview

Top Riser Techub React Native Developer Interview Questions and Answers

Q1. 3. What is the use useEffect Hook in react native? and how you relate it with lifecycle method which is class components?
View answer (3)

React Native Developer Interview Questions asked at other Companies

Q1. 3. What is the use useEffect Hook in react native? and how you relate it with lifecycle method which is class components?
View answer (3)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was a MCQ test on CS Fundamentals. We have to answer 50 questions in 40 minutes. Accuracy is must. Company have its own cutoff and it's usually high. So try to gain maximum marks as possible. The results were announced in 1.5 hrs. The selected candidates will be appearing for the coding challenge.

Round 2 - Coding Test 

There are 5 questions. 1 easy , 3 medium, 1 hard. You should solve atleast 4 questions to get shortlisted for the interview. Results are announced in 2-3 hours. Take a look at these questions. One of the questions from the coding challenge will be asked in the interview.

Round 3 - Technical 

(5 Questions)

  • Q1. Email validation question from coding challenge
  • Q2. Binary Search on rotated arrays
  • Q3. About projects (reason behind using the mentioned database)
  • Q4. Use of package.json file
  • Q5. What are scripts in package.json file

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain your approach clearly while solving DSA questions. Revise your understanding on the projects before the interview. Also revise oops, cn, os and some basic understanding of Low level design i.e. designing of classes for music player.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

General basic assessment.

Round 2 - MCQ 

(1 Question)

  • Q1. They will give you few PDFs to read and then MCQ from that.

Interview Preparation Tips

Interview preparation tips for other job seekers - So the job application process will start from emailing them to the MCQ. Then if selected you'll receive email with next steps which involves Skype chat(no involvement of voice call or video, only chat). Then after the technical setup you need to email them again that you're done with that, after that you'll get another mail with a link to choose a starting date.
On the starting date you'll again message one person(Yashima Kamra) on Skype, they'll give you 'Zulip'(it's an open source chat system, interface is kind of like Discord but too basic) access. Now you need to message in an assigned group in Zulip. The Zulip part is 'Training' in real but good luck getting any support from the other person. He/she will just give you commands, and if you ask any questions or ask for assistance to understand the new process they'll simply ignore that.
Then if you're lucky like me one day they'll report that you're ate fault, you haven't reported so they've revoked your Zulip access.

I have joined there or you can say hoped to work atleast(as it was 4 hours/day job) but that's not possible it seems.

If you're looking for jobs here I'd suggest to give it a try ofcourse so that people can actually know about this company's rubbish people.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. How to work in Amazon
  • Q2. What the salary
  • Q3. How to work in e-commerce
Round 2 - Technical 

(2 Questions)

  • Q1. How to work in Amazon
  • Q2. What the salary

Interview Preparation Tips

Interview preparation tips for other job seekers - E-COMMERCE jobs work in Amazon
Interview experience
3
Average
Difficulty level
-
Process Duration
More than 8 weeks
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. I have around 9 rounds interview in span of 2 months
Round 2 - One-on-one 

(1 Question)

  • Q1. Everyday one round interview
Round 3 - One-on-one 

(1 Question)

  • Q1. Same as above .it is too much
Round 4 - One-on-one 

(1 Question)

  • Q1. Same as above .it is too much
Round 5 - One-on-one 

(1 Question)

  • Q1. Same only .it is too much
Round 6 - Case Study 

4 member team interview

Round 7 - One on one interview 

(1 Question)

  • Q1. One on one interview
Round 8 - One on one interview 

(1 Question)

  • Q1. Reference . through referral I sent my resume
Round 9 - HR 

(1 Question)

  • Q1. Salary discussion
Round 10 - No 

(1 Question)

  • Q1. It is too much
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Graph theory questions related
  • Q2. Programming,data structure and algo
Round 2 - One-on-one 

(2 Questions)

  • Q1. Intro about your self
  • Q2. Mostly focused on CSE fundamentals
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. SQL question ( window functions) dense_rank
  • Q2. SQL question(window function) aggregation, there were 5 tables and you had to do some joins
  • Q3. Some question on spark optimisations

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for sql(advanced), and spark and some coding
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Salary why not time being paid ?
  • Q2. Without any evidence how blaming staff ??
  • Ans. 

    Blaming staff without evidence is unprofessional and can damage morale and trust within the team.

    • Avoid jumping to conclusions without concrete evidence

    • Encourage open communication and transparency

    • Focus on problem-solving rather than assigning blame

    • Provide constructive feedback and support to help staff improve

    • Lead by example and take responsibility for mistakes

  • Answered by AI
  • Q3. Company always carried out theft staff ?
  • Q4. No one professional staff in office and overall company ??
  • Q5. Why directors board unseen to thefts??
  • Ans. 

    Directors may not always be aware of thefts due to lack of oversight, trust in employees, or focus on other priorities.

    • Directors may not be directly involved in day-to-day operations where thefts occur

    • There may be a lack of proper oversight or monitoring mechanisms in place

    • Directors may trust their employees and not suspect them of theft

    • Directors may be focused on other strategic priorities and not pay attention to pot

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No body goes to the join these lack group
Hr team non capable and non educated people

Riser Techub Interview FAQs

How many rounds are there in Riser Techub interview?
Riser Techub interview process usually has 2 rounds. The most common rounds in the Riser Techub interview process are Technical, Resume Shortlist and HR.
How to prepare for Riser Techub 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 Riser Techub. The most common topics and skills that interviewers at Riser Techub expect are Javascript, PHP, Communication Skills, CSS and HTML.
What are the top questions asked in Riser Techub interview?

Some of the top questions asked at the Riser Techub interview -

  1. 3. What is the use useEffect Hook in react native? and how you relate it with l...read more
  2. 7. What is the best practice for calling API...read more
  3. 5. Have you ever used or know about Redux Thunk or Redux Saga and what is it, H...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Riser Techub interviews
Job Portal
50%
50% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Exl India Interview Questions
3.5
 • 99 Interviews
Deltax Interview Questions
2.8
 • 85 Interviews
Wayfair Interview Questions
3.7
 • 53 Interviews
Busibud Interview Questions
4.0
 • 42 Interviews
GAMMON INDIA Interview Questions
3.9
 • 29 Interviews
CGS Interview Questions
3.5
 • 26 Interviews
KHY ELECTRONIC Interview Questions
3.8
 • 26 Interviews
View all

Riser Techub Reviews and Ratings

based on 47 reviews

2.2/5

Rating in categories

2.4

Skill development

2.3

Work-Life balance

2.1

Salary & Benefits

2.2

Job Security

2.2

Company culture

2.3

Promotions/Appraisal

2.2

Work Satisfaction

Explore 47 Reviews and Ratings
Desktop Support Engineer
16 salaries
unlock blur

₹1.5 L/yr - ₹1.7 L/yr

Service Desk Engineer
14 salaries
unlock blur

₹1.5 L/yr - ₹1.6 L/yr

Software Developer
10 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

PHP Developer
10 salaries
unlock blur

₹2 L/yr - ₹6.5 L/yr

Web Designer
8 salaries
unlock blur

₹2.7 L/yr - ₹6 L/yr

Explore more salaries
Compare Riser Techub with

Exl India

3.5
Compare

Amazon Sellers Services

4.1
Compare

Primus Global Technologies

4.0
Compare

GAMMON INDIA

3.9
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