Upload Button Icon Add office photos

Filter interviews by

Reverie Language Technologies Software Engineer Interview Questions and Answers

Updated 20 Sep 2024

Reverie Language Technologies Software Engineer Interview Experiences

3 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

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

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview Questionnaire 

1 Question

  • Q1. Ds and algo questions.

Interview Preparation Tips

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

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Machine coding round

Round 2 - Technical 

(2 Questions)

  • Q1. TCP/IP related questions, what happens when you search a webpage?
  • Q2. Past projects discussions
Round 3 - HR 

(1 Question)

  • Q1. Behavioural questions on how would you tackle a particular scenario
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was a Basic Aptitude Test

Round 2 - Coding Test 

We were asked to do Sorting, SQL queries (join)

Round 3 - HR 

(1 Question)

  • Q1. Can you tell me about yourself?
  • Ans. 

    I am a passionate software engineer with 5 years of experience in developing web applications using various technologies.

    • 5 years of experience in software development

    • Proficient in developing web applications

    • Skilled in using various technologies such as Java, JavaScript, and SQL

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed 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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 questions on hakerrank
1) dp question to calculate the frequency of the elements of a tree
2) graph problem to calculate the cost to buy at one city and sell at another

Round 2 - One-on-one 

(1 Question)

  • Q1. Create a family tree where a node has at most 2 parents and n children. Create 2 functions to find all the nodes preceding the given node and all the nodes following.
  • Ans. 

    Create a family tree with nodes having at most 2 parents and n children. Implement functions to find preceding and following nodes.

    • Create a tree structure where each node has references to its parents and children

    • Implement a function to find all nodes preceding a given node by traversing up the tree

    • Implement a function to find all nodes following a given node by traversing down the tree

    • Consider using depth-first search

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude was conducted through online, it was not tough.

Round 2 - Coding Test 

Offline round where they contain basic program, sql, and frontend questions

Round 3 - Technical 

(1 Question)

  • Q1. They asked about program that we have written.
Round 4 - HR 

(1 Question)

  • Q1. HR was friendly
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via campus placement at JSS Science College, Gokak

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Question on Tree Traversals
  • Q2. Questions of Linked List
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 Software Engineer interview?
Reverie Language Technologies interview process usually has 3-4 rounds. The most common rounds in the Reverie Language Technologies interview process are Coding Test, Technical and Aptitude Test.
How to prepare for Reverie Language Technologies Software Engineer 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 Software Engineering, Linux, Debugging, Github and JIRA.
What are the top questions asked in Reverie Language Technologies Software Engineer interview?

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

  1. List duplicate elements from the ar...read more
  2. Remove duplicate words from str...read more
  3. Longest comman subseque...read more

Tell us how to improve this page.

Reverie Language Technologies Software Engineer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
Reverie Language Technologies Software Engineer Salary
based on 21 salaries
₹3.4 L/yr - ₹12.7 L/yr
At par with the average Software Engineer Salary in India
View more details

Reverie Language Technologies Software Engineer Reviews and Ratings

based on 8 reviews

4.2/5

Rating in categories

3.8

Skill development

4.5

Work-life balance

3.2

Salary

3.7

Job security

4.1

Company culture

3.3

Promotions

3.9

Work satisfaction

Explore 8 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