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 (220)
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 (220)
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 (43)
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 (18)

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 (220)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

General aptitude test with math and logic related questions. there were also coding questions which were given more weightage than the other questions.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Standard linked list questions like finding the middle of a linked list, checking if the linked list is a loop etc
  • Q2. Max heap related questions.
Round 3 - One-on-one 

(1 Question)

  • Q1. This interview was mostly math related questions. for eg: prove if a number is irrational.

Interview Preparation Tips

Topics to prepare for Amagi Media Labs Software Engineer interview:
  • Data Structures
  • Maths
  • puzzles
Interview preparation tips for other job seekers - focus is on checking basic coding and problem solving skills. a separate round for testing mathematical ability was a surprise.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Question on Tree Traversals
  • Q2. Questions of Linked List
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jul 2024.

Round 1 - Coding Test 

Create an API using Notepad to check if a string is a palindrome or not.

Round 2 - One-on-one 

(1 Question)

  • Q1. Solid principal

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join worst company

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 Javascript.
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
Fleetx.io Interview Questions
3.7
 • 28 Interviews
ZIGRAM Interview Questions
3.2
 • 26 Interviews
RGBSI Interview Questions
3.4
 • 24 Interviews
Springworks Interview Questions
4.5
 • 23 Interviews
View all

Reverie Language Technologies Reviews and Ratings

based on 62 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

2.9

Promotions

3.4

Work satisfaction

Explore 62 Reviews and Ratings
Associate Manager - Delivery

Bangalore / Bengaluru

3-7 Yrs

Not Disclosed

Technical Lead - R&D

Bangalore / Bengaluru

5-10 Yrs

₹ 20.36816-20.5 LPA

Explore more jobs
Data Engineer
30 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Senior Software Engineer
25 salaries
unlock blur

₹8 L/yr - ₹21 L/yr

Software Engineer
22 salaries
unlock blur

₹3.1 L/yr - ₹12.6 L/yr

QA Engineer
13 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Senior Translator
11 salaries
unlock blur

₹4.8 L/yr - ₹6.6 L/yr

Explore more salaries
Compare Reverie Language Technologies with

Aurigo

4.7
Compare

Prime Focus Technologies

3.3
Compare

Nowfloats Technologies

3.2
Compare

Peel-works

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