Add office photos
Reverie Language Technologies logo
Employer?
Claim Account for FREE

Reverie Language Technologies

3.7
based on 58 Reviews

Reverie Language Technologies Interview Questions and Answers

Updated 22 Jul 2024

Q1. List duplicate elements from the array

Ans.

Find duplicate elements in an array of strings

  • Iterate through the array and use a HashMap to store elements and their frequencies

  • Identify elements with frequency greater than 1 as duplicates

  • Return the list of duplicate elements

Add your answer
right arrow

Q2. Remove duplicate words from string

Ans.

Remove duplicate words from a string

  • Split the string into an array of words

  • Create a new array to store unique words

  • Iterate through the original array and add words to the new array if they are not already present

  • Join the unique words array back into a string

Add your answer
right arrow

Q3. Longest comman subsequence

Ans.

Longest common subsequence is the longest sequence of characters that appear in the same order in both strings.

  • Use dynamic programming to solve this problem efficiently.

  • Create a 2D array to store the lengths of longest common subsequences.

  • Iterate through the strings and fill the array based on the characters' matches.

  • Trace back the array to find the actual longest common subsequence.

Add your answer
right arrow

Q4. what is inheritance in java

Ans.

Inheritance in Java allows a class to inherit properties and behavior from another class.

  • Inheritance enables code reusability and promotes the concept of hierarchical classification.

  • Subclasses inherit attributes and methods from their superclass.

  • Example: class Animal { } class Dog extends Animal { }

  • Superclass is also known as base class, and subclass is also known as derived class.

Add your answer
right arrow
Discover Reverie Language Technologies interview dos and don'ts from real experiences

Q5. what is oops in java

Ans.

OOPs in Java stands for Object-Oriented Programming concepts which include inheritance, encapsulation, polymorphism, and abstraction.

  • OOPs in Java is a programming paradigm that uses objects to design applications.

  • It includes four main concepts: inheritance, encapsulation, polymorphism, and abstraction.

  • Inheritance allows a class to inherit properties and behavior from another class.

  • Encapsulation refers to the bundling of data and methods that operate on the data into a single ...read more

Add your answer
right arrow

Q6. create prototype in js

Ans.

Creating a prototype in JavaScript

  • Use the Object.create() method to create a prototype object

  • Add properties and methods to the prototype object

  • Use the prototype object to create new instances of an object

Add your answer
right arrow
Contribute & help others!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos

Interview Process at Reverie Language Technologies

based on 9 interviews
Interview experience
3.2
Average
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

Mphasis Logo
3.4
 • 520 Interview Questions
Axis Bank Logo
3.8
 • 488 Interview Questions
Eviden Logo
3.6
 • 168 Interview Questions
Myntra Logo
4.0
 • 158 Interview Questions
Xyz Company Logo
3.8
 • 137 Interview Questions
Zoho Logo
4.3
 • 135 Interview Questions
View all
Recently Viewed
INTERVIEWS
Digit Insurance
No Interviews
INTERVIEWS
Ameriprise Financial
No Interviews
INTERVIEWS
Morningstar
No Interviews
INTERVIEWS
Infinite Computer Solutions
80 top interview questions
INTERVIEWS
Daimler Truck
No Interviews
INTERVIEWS
Marathon Electric India
No Interviews
INTERVIEWS
Tricolite Electrical Industries
No Interviews
INTERVIEWS
Infinite Computer Solutions
No Interviews
INTERVIEWS
Amphenol Interconnect
No Interviews
SALARIES
Hyundai Motor India Engineering
Top Reverie Language Technologies Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter