Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by REDVision Global Technologies Team. If you also belong to the team, you can get access from here

REDVision Global Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

REDVision Global Technologies Interview Questions, Process, and Tips

Updated 15 Jun 2024

Top REDVision Global Technologies Interview Questions and Answers

REDVision Global Technologies Interview Experiences

Popular Designations

4 interviews found

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

I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Mutual fund
  • Ans. 

    Mutual fund is a type of investment vehicle consisting of a pool of funds collected from many investors for the purpose of investing in securities such as stocks, bonds, money market instruments, and other assets.

    • Mutual funds are managed by professional fund managers who allocate the fund's assets and attempt to produce capital gains or income for the fund's investors.

    • Investors in a mutual fund own a share of the fund ...

  • Answered by AI
  • Q2. What is cams karvy?
  • Ans. 

    CAMS Karvy is a financial services company that provides registrar and transfer agent services for mutual funds.

    • CAMS Karvy offers services such as investor services, dividend processing, and account maintenance for mutual funds.

    • They help mutual fund companies manage their investor transactions efficiently.

    • CAMS Karvy ensures compliance with regulatory requirements and provides secure and reliable services.

    • Example: CAMS ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Goo and knowledge yourself about company

After Sales Service Manager Interview Questions asked at other Companies

Q1. What is cams karvy?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Node is single threaded then how to achieve asynchronous behaviour of it?
  • Ans. 

    Node.js achieves asynchronous behavior through event-driven architecture and non-blocking I/O operations.

    • Node.js uses event-driven architecture to handle asynchronous operations.

    • It utilizes non-blocking I/O operations to allow multiple operations to be executed concurrently.

    • Node.js uses callbacks, promises, and async/await to manage asynchronous code execution.

    • Example: Using callbacks in Node.js to handle asynchronous

  • Answered by AI
  • Q2. What is lookup in mongodb?
  • Ans. 

    Lookup in MongoDB is used to perform a left outer join to retrieve documents from another collection.

    • Lookup is used to combine data from two collections based on a common field.

    • It is similar to a SQL join operation.

    • Lookup is used in aggregation pipelines to fetch related documents from another collection.

    • Example: db.collection.aggregate([{ $lookup: { from: 'anotherCollection', localField: 'field', foreignField: 'field'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience, interviewer and HR all are cooperative and helpful. HR gives prompt response.

Skills evaluated in this interview

Mern Full Stack Developer Interview Questions asked at other Companies

Q1. What is the way to save large files (e.g. photos) into MongoDB database.
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. About your self
  • Q2. What is MF ,types of MF ,What is MFDs
  • Ans. 

    MF stands for Mutual Fund. There are different types of MFs such as equity funds, debt funds, and hybrid funds. MFDs are Mutual Fund Distributors.

    • MF stands for Mutual Fund

    • Types of MF include equity funds, debt funds, and hybrid funds

    • MFDs are Mutual Fund Distributors

  • Answered by AI

Software Consultant Interview Questions asked at other Companies

Q1. Palindrome String Validation Determine if a given string 'S' is a palindrome, considering only alphanumeric characters and ignoring spaces and symbols. Note: The string 'S' should be evaluated in a case-insensitive manner. Example: Input: "... read more
View answer (1)

ASM Interview Questions & Answers

user image Anonymous

posted on 15 Mar 2024

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

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is mutual fund
  • Ans. 

    A mutual fund is a type of investment vehicle consisting of a pool of funds collected from many investors to invest in securities like stocks, bonds, and other assets.

    • Mutual funds are managed by professional fund managers who allocate the fund's assets and attempt to produce capital gains or income for the fund's investors.

    • Investors in a mutual fund own shares of the fund, which represent a portion of the holdings of t...

  • Answered by AI
  • Q2. Wealth elite software’s

Interview Preparation Tips

Interview preparation tips for other job seekers - Goo and knowledge yourself for mutual fund

ASM Interview Questions asked at other Companies

Q1. How will you calculate client base in a given state
View answer (3)

REDVision Global Technologies interview questions for popular designations

 Software Consultant

 (1)

 ASM

 (1)

 After Sales Service Manager

 (1)

 Mern Full Stack Developer

 (1)

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Javascript,html, CSS and MySQL

Round 2 - Technical 

(2 Questions)

  • Q1. Basic NodeJs and MySQL questions,scenario-based technical questions and basic interview questions
  • Q2. What is an event loop, The second highest from the table
  • Ans. 

    An event loop is a programming construct that waits for and dispatches events or messages in a program.

    • Event loop is commonly used in asynchronous programming to handle tasks like I/O operations without blocking the main thread.

    • It continuously checks for events in a queue and processes them one by one.

    • Examples of event loops include Node.js event loop for handling asynchronous operations in JavaScript.

    • Event loop helps ...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Basic nodejs and SQL queries question
Round 4 - Behavioral 

(1 Question)

  • Q1. Basic interview question and technology based

Interview Preparation Tips

Topics to prepare for Airpay Payment Services Senior Software Engineer interview:
  • nodejs
  • MySQL
  • restapi

I applied via LinkedIn and was interviewed in Jul 2021. There were 6 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. I've been interviewed for Java profile. Mostly questions are related with data structure and algorithm complexity. Java 8 features, some coding related questions, problem solving etc.
  • Q2. Micro service related questions, designing
  • Q3. Red-black tree, implementation and complexity of the same
  • Ans. 

    Red-black tree is a self-balancing binary search tree with O(log n) complexity for insertion, deletion, and search.

    • Red-black tree is a type of binary search tree with additional properties to ensure balance.

    • It has two types of nodes - red and black - with specific rules for their placement.

    • The tree is balanced by performing rotations and color flips during insertion and deletion.

    • Complexity of insertion, deletion, and s...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare for data structure and algorithm. Problem solving and core java in depth for java developer profile.

Skills evaluated in this interview

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

Coding and aptitude round

Round 2 - Technical 

(1 Question)

  • Q1. Tree dsa questions
Round 3 - Puzzles Interview 

(1 Question)

  • Q1. Horse race question
Round 4 - HR 

(1 Question)

  • Q1. Location specific question

I applied via Naukri.com and was interviewed in Aug 2022. There were 5 interview rounds.

Round 1 - Coding Test 

Hacker earth , Rest api consuming and filtering response . 2 question

Round 2 - Technical 

(2 Questions)

  • Q1. L1 Technical of 1 hour - Java , Spring Boot, OOPs
  • Q2. JAVA 8 Features , OOPs Concept
Round 3 - Technical 

(1 Question)

  • Q1. L2 technical , design , puzzle
Round 4 - Behavioral 

(1 Question)

  • Q1. With CTO , recent projects , puzzle
Round 5 - HR 

(1 Question)

  • Q1. Directly discussion on expected

Interview Preparation Tips

Interview preparation tips for other job seekers - Please confirm before appearing your expected CTC , Management is not good , It is product based but pay scale is very less . I cleared all round & in HR round my current CTC was compared to expected one , even I was holding good offer in hand . After that I haven't received any communication from them yes or no nothing. Giving salary like service based company and less number of people in technical team will only lead to work pressure without pay .
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Dec 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Sql, power Bi basic and Reporting knowledge

Round 3 - Group Discussion 

Sql knowledge , use of power bi

Round 4 - Coding Test 

Salary discussion round

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

(1 Question)

  • Q1. Diff between react and jQuery
  • Ans. 

    React is a modern JavaScript library for building user interfaces, while jQuery is a fast and concise JavaScript library for DOM manipulation.

    • React is component-based, promoting reusability and modularity.

    • React uses a virtual DOM for efficient updates, while jQuery directly manipulates the DOM.

    • React is declarative, making it easier to reason about the UI, while jQuery is imperative.

    • React is typically used for single-pa...

  • Answered by AI

REDVision Global Technologies Interview FAQs

How many rounds are there in REDVision Global Technologies interview?
REDVision Global Technologies interview process usually has 1 rounds. The most common rounds in the REDVision Global Technologies interview process are One-on-one Round and Technical.
What are the top questions asked in REDVision Global Technologies interview?

Some of the top questions asked at the REDVision Global Technologies interview -

  1. Node is single threaded then how to achieve asynchronous behaviour of ...read more
  2. What is MF ,types of MF ,What is M...read more
  3. What is lookup in mongo...read more

Tell us how to improve this page.

REDVision Global Technologies Interview Process

based on 5 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

CapitalOne Interview Questions
3.7
 • 79 Interviews
OneCard Interview Questions
3.5
 • 22 Interviews
PolicyX.com Interview Questions
3.2
 • 10 Interviews
Namaste Credit Interview Questions
3.4
 • 10 Interviews
Global Payments Interview Questions
4.0
 • 10 Interviews
Paytail Interview Questions
3.0
 • 8 Interviews
Instamojo Interview Questions
3.7
 • 7 Interviews
View all

REDVision Global Technologies Reviews and Ratings

based on 69 reviews

4.6/5

Rating in categories

4.0

Skill development

4.1

Work-life balance

4.1

Salary

4.3

Job security

4.4

Company culture

3.9

Promotions

4.2

Work satisfaction

Explore 69 Reviews and Ratings
Compare REDVision Global Technologies with

CapitalOne

3.7
Compare

OneCard

3.5
Compare

Airpay Payment Services

3.0
Compare

PolicyX.com

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