Upload Button Icon Add office photos

Filter interviews by

Revivo Technologies Interview Questions and Answers

Updated 23 Dec 2024
Popular Designations

6 Interview questions

A National Account Manager was asked 6mo ago
Q. Why are you a good fit for this role?
Ans. 

I possess the skills, experience, and passion to drive national accounts and foster strong client relationships effectively.

  • Proven track record in managing national accounts, increasing revenue by 30% in my previous role.

  • Strong relationship-building skills, demonstrated by maintaining a 95% client retention rate.

  • Expertise in strategic planning and execution, successfully launching a new product line that captured ...

View all National Account Manager interview questions
A Backend Developer was asked 7mo ago
Q. What are the differences between arrays and linked lists?
Ans. 

Arrays store elements in contiguous memory locations, while linked lists store elements in nodes with pointers to the next node.

  • Arrays have constant time access to elements using index, while linked lists have linear time access.

  • Arrays have fixed size, while linked lists can dynamically grow and shrink.

  • Insertions and deletions are faster in linked lists as compared to arrays.

  • Example: Array - ['apple', 'banana', 'c...

View all Backend Developer interview questions
A Backend Developer was asked 7mo ago
Q. How do you construct basic JPA entities?
Ans. 

Basic JPA construction involves creating entity classes, defining relationships, and configuring persistence settings.

  • Create entity classes with @Entity annotation

  • Define relationships between entities using @OneToOne, @OneToMany, @ManyToOne, @ManyToMany annotations

  • Configure persistence settings in persistence.xml file

  • Use EntityManager to interact with the database

View all Backend Developer interview questions
A Software Engineer was asked 8mo ago
Q. How do you fetch data from services and repositories?
Ans. 

Fetching from services and repositories involves making API calls to retrieve data.

  • Use HTTP requests to communicate with services and repositories

  • Utilize libraries like Axios or Fetch for making API calls

  • Handle responses asynchronously to retrieve data

  • Parse and process the data received from services and repositories

  • Implement error handling for failed requests

View all Software Engineer interview questions
A Software Engineer was asked 8mo ago
Q. What is http protocol, request param etc.?
Ans. 

HTTP protocol is a set of rules for transferring data over the internet. Request parameters are data sent with an HTTP request.

  • HTTP protocol stands for Hypertext Transfer Protocol and is used for communication between web servers and clients.

  • Request parameters are key-value pairs sent in the URL or body of an HTTP request to provide additional information to the server.

  • Example: In a GET request, parameters can be ...

View all Software Engineer interview questions
A Java Developer was asked 6mo ago
Q. Merge Sort Algorithm Describe the Merge Sort algorithm, including its basic steps and time complexity.
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.

  • Divide the array into two halves

  • Recursively sort each half

  • Merge the sorted halves back together

  • Time complexity is O(n log n)

  • Example: [38, 27, 43, 3, 9, 82, 10] -> [38, 27, 43] [3, 9, 82, 10] -> [38, 27] [43] [3, 9] [82, 10] -> [27, 38] [43] [3, 9] [10, 82] -...

View all Java Developer interview questions

Revivo Technologies Interview Experiences

4 interviews found

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

(2 Questions)

  • Q1. How to construct basic JPA
  • Ans. 

    Basic JPA construction involves creating entity classes, defining relationships, and configuring persistence settings.

    • Create entity classes with @Entity annotation

    • Define relationships between entities using @OneToOne, @OneToMany, @ManyToOne, @ManyToMany annotations

    • Configure persistence settings in persistence.xml file

    • Use EntityManager to interact with the database

  • Answered by AI
  • Q2. Difference between arrays and linked list
  • Ans. 

    Arrays store elements in contiguous memory locations, while linked lists store elements in nodes with pointers to the next node.

    • Arrays have constant time access to elements using index, while linked lists have linear time access.

    • Arrays have fixed size, while linked lists can dynamically grow and shrink.

    • Insertions and deletions are faster in linked lists as compared to arrays.

    • Example: Array - ['apple', 'banana', 'cherry...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Why are you fit for this role.
  • Ans. 

    I possess the skills, experience, and passion to drive national accounts and foster strong client relationships effectively.

    • Proven track record in managing national accounts, increasing revenue by 30% in my previous role.

    • Strong relationship-building skills, demonstrated by maintaining a 95% client retention rate.

    • Expertise in strategic planning and execution, successfully launching a new product line that captured 20% m...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is http protocol, request param etc.?
  • Ans. 

    HTTP protocol is a set of rules for transferring data over the internet. Request parameters are data sent with an HTTP request.

    • HTTP protocol stands for Hypertext Transfer Protocol and is used for communication between web servers and clients.

    • Request parameters are key-value pairs sent in the URL or body of an HTTP request to provide additional information to the server.

    • Example: In a GET request, parameters can be inclu...

  • Answered by AI
  • Q2. How do we fetch from services and repositories?
  • Ans. 

    Fetching from services and repositories involves making API calls to retrieve data.

    • Use HTTP requests to communicate with services and repositories

    • Utilize libraries like Axios or Fetch for making API calls

    • Handle responses asynchronously to retrieve data

    • Parse and process the data received from services and repositories

    • Implement error handling for failed requests

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Interview with Founder 

(3 Questions)

  • Q1. Basic Details based on the resume. Background, skills etc.
  • Q2. Some questions about Projects and Technologies involved
  • Q3. Merge Sort Algorithm
  • 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.

    • Divide the array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

    • Time complexity is O(n log n)

    • Example: [38, 27, 43, 3, 9, 82, 10] -> [38, 27, 43] [3, 9, 82, 10] -> [38, 27] [43] [3, 9] [82, 10] -> [27, 38] [43] [3, 9] [10, 82] -> ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Revivo Technologies Java Developer interview:
  • Java
  • DSA
  • Spring Framework
  • SQL
  • Web Technologies

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w
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 Revivo Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.

Round 2 - Technical 

(1 Question)

  • Q1. 2nd round included tr and mr round went quite enegritic

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume skills matters a lot don't fill resume the technologies you don't even aware of

I applied via Naukri.com

Interview Questionnaire 

2 Questions

  • Q1. Why Amazon?
  • Ans. 

    Amazon's innovation, customer focus, and diverse opportunities align with my career goals and values.

    • Customer Obsession: Amazon prioritizes customer satisfaction, evident in initiatives like Prime and personalized recommendations.

    • Innovation: The company is a leader in technology and logistics, constantly pushing boundaries with services like AWS and drone delivery.

    • Diversity of Roles: Amazon offers a wide range of caree...

  • Answered by AI
  • Q2. What do you expect from Amazon?
  • Ans. 

    I expect Amazon to foster innovation, provide growth opportunities, and maintain a customer-centric culture.

    • Opportunities for professional development, such as training programs and mentorship.

    • A collaborative work environment that encourages teamwork and idea sharing.

    • Access to cutting-edge technology and resources to drive innovation.

    • A strong focus on customer satisfaction, ensuring that every decision prioritizes the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be open to anything, and keep your expectations low as your expectations might kill you. Just relax and take everything in a healthy way

Interview Questionnaire 

2 Questions

  • Q1. Technical
  • Q2. Be yourself
Are these interview questions helpful?

I applied via Recruitment Consulltant and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. *Introduce yourself *Purpose of working in the Company *Educational Background *Family Background *Goals and Ambition
  • Ans. 

    Experienced professional with a strong educational background and clear career ambitions, eager to contribute to the company's success.

    • I have over 5 years of experience in project management, leading teams to successfully deliver complex projects on time.

    • I hold a Master's degree in Business Administration from XYZ University, where I specialized in strategic management.

    • My family has always emphasized the importance of ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident about what you speak.

I applied via Naukri.com and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What are different types of cloud?
  • Q2. What is workflow,trigger, different types of reports, roles, profiles, permission set, sharing rules etc?
  • Ans. 

    Workflow, trigger, reports, roles, profiles, permission set, and sharing rules are all important features in Salesforce.

    • Workflow is a series of automated steps that can be used to streamline business processes.

    • Triggers are used to execute code before or after a record is inserted, updated, or deleted.

    • Reports are used to display data in a visual format, such as a table or chart.

    • Roles are used to define the hierarchy of ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Google the question related to your topic and also become 100% prepared with your resume.

Skills evaluated in this interview

I appeared for an interview before Jul 2020.

Interview Questionnaire 

1 Question

  • Q1. Is Infosys listed?
  • Ans. 

    Yes, Infosys is listed on the Indian stock exchanges as well as on the NYSE.

    • Infosys is listed on the Bombay Stock Exchange (BSE) and National Stock Exchange of India (NSE)

    • It is also listed on the New York Stock Exchange (NYSE)

    • Infosys has a market capitalization of over $80 billion as of 2021

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in advance

Revivo Technologies Interview FAQs

How many rounds are there in Revivo Technologies interview?
Revivo Technologies interview process usually has 1 rounds. The most common rounds in the Revivo Technologies interview process are Technical and One-on-one Round.
How to prepare for Revivo Technologies 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 Revivo Technologies. The most common topics and skills that interviewers at Revivo Technologies expect are Communication Skills, Convincing Power, Negotiation, Pressure Handling and Sales Ability.
What are the top questions asked in Revivo Technologies interview?

Some of the top questions asked at the Revivo Technologies interview -

  1. What is http protocol, request param et...read more
  2. How do we fetch from services and repositori...read more
  3. Difference between arrays and linked l...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.2/5

based on 5 interview experiences

Difficulty level

Easy 33%
Moderate 67%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.8
 • 8.6k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
View all

Revivo Technologies Reviews and Ratings

based on 4 reviews

2.1/5

Rating in categories

2.4

Skill development

2.2

Work-life balance

2.3

Salary

1.8

Job security

1.8

Company culture

1.8

Promotions

2.0

Work satisfaction

Explore 4 Reviews and Ratings
Compare Revivo Technologies with

TCS

3.6
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview