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 at Institute of Technical Education and Research, Bhuvaneshwar 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 (169)
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 (169)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Institute of Technical Education and Research, Bhuvaneshwar 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 SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
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)

 Mern Full Stack Developer

 (1)

 Program Manager

 (1)

 Sales Manager

 (1)

 Software Developer

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

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

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at DMI College of Engineering, Chennai and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Very basic aptitude concepts asked 40 questions 1 hr time

Round 2 - Coding Test 

2 problems to be solved. Myself solved 1 problem but my friends solved 1.5 problem and taken grade is(partially correct) using Google and AI. At last there selected students who are all solved 1 problem also

Round 3 - Technical 

(6 Questions)

  • Q1. Detailed project explanation
  • Q2. Internship experience
  • Q3. OOPS concepts and Resume screening
  • Q4. SQL joins and basics
  • Q5. Favourite programming language asked and said to solve a 2 simple coding problems
  • Q6. The person who solved 1.5 questions out of 2 questions using Google and AI where caught in technical round
Round 4 - HR 

(1 Question)

  • Q1. Beware in HR round Answering to HR questions is seriously hard . Prepare well and be ready to answer question. HR asking questions is about your point of view.

Interview Preparation Tips

Topics to prepare for Infiniti Software Solutions Software Trainee interview:
  • Oops
  • SQL joins
  • Coding
  • Project
Interview preparation tips for other job seekers - Be genuine in coding round. Student who don't use ai only selected. Prepare well for technical specially OOPS concepts, SQL joins and coding

Talent Acquisition (Sales Recruiter) Interview Questions & Answers

BrowserStack user image Anonymous

posted on 27 Jan 2025

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

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Not Applicable in my scenario

Interview Preparation Tips

Interview preparation tips for other job seekers - I applied for the position of Sales Recruiter on December 8 and received the email for the interview on January 22.

The job was advertised as Remote on all job portals, including their own careers site, which is why I applied, Also, my resume clearly states that i am based of Delhi and will be preferring Gurgaon, Noida and Remote jobs. Despite this, the first question in the interview was about relocating to mumbai.

If the job requires candidate to be present in the specific location, then it shouldn’t be posted as remote. This is highly unprofessional which not only lacks clarity but also damages the company reputation. Being a recruiter or TA specialist, it is a responsibility to maintain clear communication and conduct screening call before scheduling interview with candidate directly

Such mismanagement ruins trust and leaves a negative candidate experience. This needs to be improve.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 6 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical and process related
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical and scenario based
Round 3 - One-on-one 

(1 Question)

  • Q1. Project and process related
Round 4 - Technical 

(1 Question)

  • Q1. With Solution architect
Round 5 - One-on-one 

(1 Question)

  • Q1. Manager round with complete SDLC
Round 6 - HR 

(1 Question)

  • Q1. HR round generic questions and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on no code low code. Very unprofessional 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 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.7
 • 47 Interviews
Gupshup Interview Questions
3.7
 • 31 Interviews
MoEngage Interview Questions
3.9
 • 25 Interviews
Jio Haptik Interview Questions
3.4
 • 12 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 56 reviews

3.7/5

Rating in categories

3.3

Skill development

3.8

Work-life balance

3.0

Salary

3.6

Job security

3.7

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 56 Reviews and Ratings
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
21 salaries
unlock blur

₹3.4 L/yr - ₹12.6 L/yr

QA Engineer
10 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Senior Translator
9 salaries
unlock blur

₹3.5 L/yr - ₹6.6 L/yr

Explore more salaries
Compare Reverie Language Technologies with

Indus OS

4.5
Compare

Process Nine Technologies

4.1
Compare

Gupshup

3.7
Compare

Uniphore Software Systems

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