Upload Button Icon Add office photos

Filter interviews by

Reverie Language Technologies Interview Questions, Process, and Tips

Updated 20 Sep 2024

Top Reverie Language Technologies Interview Questions and Answers

View all 6 questions

Reverie Language Technologies Interview Experiences

Popular Designations

7 interviews found

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

I applied via Campus Placement and was interviewed in May 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

25 mcq from general aptitude, cn.

Round 2 - Coding Test 

2 qns, one from graph and other string

Round 3 - Technical 

(2 Questions)

  • 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

  • Answered by AI
  • 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

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Reverse the given linked list
  • Q2. 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.

  • Answered by AI
Round 5 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Define yourself in three words

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic projects from webdev will work fine here, just clear your basics in js, mern. Donot over prepare for dsa as questions will be easy

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Simple DSA question of string manipulation

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions about past Experiences

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple question from number system

Round 2 - Technical 

(2 Questions)

  • Q1. 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 o...

  • Answered by AI
  • Q2. 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.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 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

  • Answered by AI

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)

Reverie Language Technologies interview questions for popular designations

 Software Engineer

 (3)

 Software Developer

 (1)

 Sales Manager

 (1)

 Mern Full Stack Developer

 (1)

 Program Manager

 (1)

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 - Technical 

(1 Question)

  • Q1. More on prev experience
Round 3 - Technical 

(1 Question)

  • Q1. More on my prev experience
Round 4 - Aptitude Test 

Psychometry test includes, analytical, Reasoning, Mathematical calculations,Personality assessment test

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cool, Know about the background of the company, Be confident and be honest you will crack any interview. All the best

Program Manager Interview Questions asked at other Companies

Q1. Use case scenario - in case a new engagement is awarded to Infosys, share how do you manage that Project/Program?
View answer (9)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Sales process, situation based questions,
  • Q2. Overall journey of yourself and how to deal with problems.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and composed and reply with honesty.

Sales Manager Interview Questions asked at other Companies

Q1. If you're in Cold areas like Kashmir or Himachal Pradesh. & You have to sell an AC which is having only Cold option. How would you do that?
View answer (17)

Jobs at Reverie Language Technologies

View all

Interview Questionnaire 

1 Question

  • Q1. Ds and algo questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Varies from Role to role

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: PAPER DURATION: 3 hours
NO. OF QUESTIONS: 2 (20 marks each)
MAXIMUM MARKS: 20*2 = 40 marksQUESTION 1:
JSON Prettier:-Write a program which takes JSON as input and gives prettified JSONYou need to read JSON from STDIN. Input gives one line of uglified JSON.Output should be formatted JSON. Check the standard output link.Use 2 white spaces (not‘\t’) for one indentation.SAMPLE INPUT:{“group” : {list : [1,2,3]}, “list” : [“a”,”b”,”c”]}SAMPLE OUTPUT:{“group” : {List : [1,2,3]},“list” : [“a”,”b”,”c”]}EXPLANATION: Input will be uglifiedjson in one line and output will be prettified format of that. QUESTION 2:XML parse plus series computationEvaluate an expression given in XML format. Keys will be Expr- contains the entire expression. Elem – contains the digit, sum, Prod- contains two or more keys whose evaluation needs to be summed or multiplied respectively. Sub will contain 2 keys or more, where the second key onwards will have to be subtracted from the first one. Div- will contain 2 keys in which first key will need to be divided by second. SAMPLE INPUT:4673 SAMPLE OUTPUT:
20EXPLANATION:Input will be xml file through standard input. End of xml file marked by .
Duration: 180 minutes
Total Questions: 2

College Name: NA
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Carbon footprint and ways to achieve

Round 2 - Coding Test 

1. which data structure is used to create an editor?

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Telegram and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What is the job culture of zopsmart
  • Ans. 

    The job culture at Zopsmart is collaborative, innovative, and fast-paced.

    • Collaborative work environment where team members support and help each other

    • Emphasis on innovation and creativity in problem-solving

    • Fast-paced atmosphere with opportunities for growth and learning

    • Open communication and feedback encouraged

    • Diverse and inclusive workplace culture

  • Answered by AI
Round 2 - Coding Test 

Medium level leetcode problem

Reverie Language Technologies Interview FAQs

How many rounds are there in Reverie Language Technologies interview?
Reverie Language Technologies interview process usually has 2-3 rounds. The most common rounds in the Reverie Language Technologies interview process are Technical, Aptitude Test and One-on-one Round.
How to prepare for Reverie Language 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 Reverie Language Technologies. The most common topics and skills that interviewers at Reverie Language Technologies expect are Python, Translation, Communication Skills, Content Writing and Fact.
What are the top questions asked in Reverie Language Technologies interview?

Some of the top questions asked at the Reverie Language Technologies interview -

  1. List duplicate elements from the ar...read more
  2. Remove duplicate words from str...read more
  3. what is inheritance in j...read more

Tell us how to improve this page.

Reverie Language Technologies Interview Process

based on 9 interviews

Interview experience

3.2
  
Average
View more

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.6
 • 48 Interviews
Gupshup Interview Questions
3.5
 • 31 Interviews
MoEngage Interview Questions
4.0
 • 24 Interviews
Jio Haptik Interview Questions
3.4
 • 14 Interviews
Inscripts Interview Questions
4.4
 • 2 Interviews
Kaleyra Interview Questions
4.2
 • 2 Interviews
Indus OS Interview Questions
4.5
 • 1 Interview
View all

Reverie Language Technologies Reviews and Ratings

based on 58 reviews

3.7/5

Rating in categories

3.2

Skill development

3.8

Work-life balance

3.1

Salary

3.6

Job security

3.7

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 58 Reviews and Ratings
Senior Executive - Delivery

Bangalore / Bengaluru,

New Delhi

3-6 Yrs

Not Disclosed

Technical Lead

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Senior MERN Stack developer

Bangalore / Bengaluru

3-7 Yrs

Not Disclosed

Explore more jobs
Data Engineer
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Reverie Language Technologies with

Indus OS

4.5
Compare

Process Nine Technologies

4.1
Compare

Gupshup

3.5
Compare

Uniphore Software Systems

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