Upload Button Icon Add office photos

Filter interviews by

Reverie Language Technologies Mern Full Stack Developer Interview Questions and Answers

Updated 3 Jul 2024

Reverie Language Technologies Mern Full Stack Developer Interview Experiences

1 interview found

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

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Online apitude containing 10 question without camera

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

I appeared for an interview in Sep 2024.

Round 1 - Aptitude Test 

Logical reasoning ,verbal aptitude , two java program and html
duration 1hr

Round 2 - Coding Test 

Hand written java coding 5 problem statement oops, String, Arrays and others

Round 3 - HR 

(2 Questions)

  • Q1. About infiniti software solution
  • Q2. Questions in java
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025.

Round 1 - Aptitude Test 

It was simple and easily solvable.

Round 2 - Coding Test 

There was 2 programs must pass the testcases.

Round 3 - Coding Test 

There was written test of programming.

Round 4 - HR 

(2 Questions)

  • Q1. Why you choose infiniti
  • Ans. 

    I chose Infiniti for its innovative culture, commitment to excellence, and opportunities for professional growth in software development.

    • Innovative Culture: Infiniti fosters creativity, allowing developers to work on cutting-edge technologies like AI and machine learning.

    • Commitment to Excellence: The company's focus on high-quality software aligns with my personal values of delivering robust and reliable solutions.

    • Prof...

  • Answered by AI
  • Q2. Share about your self
  • Ans. 

    I am a passionate software developer with a strong background in full-stack development and a love for problem-solving.

    • Education: Bachelor's degree in Computer Science from XYZ University.

    • Experience: 3 years of experience in developing web applications using React and Node.js.

    • Projects: Developed an e-commerce platform that increased sales by 30% within the first quarter.

    • Skills: Proficient in JavaScript, Python, and SQL...

  • Answered by AI
Round 5 - Technical 

(2 Questions)

  • Q1. Oops concepts in java
  • Ans. 

    OOP concepts in Java include encapsulation, inheritance, polymorphism, and abstraction, enabling modular and reusable code.

    • Encapsulation: Bundling data and methods that operate on the data within a single unit (class). Example: private variables with public getters/setters.

    • Inheritance: Mechanism where one class inherits properties and behaviors from another. Example: class Dog extends Animal.

    • Polymorphism: Ability to pr...

  • Answered by AI
  • Q2. Features

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Implement tail -f command

Round 2 - Technical 

(2 Questions)

  • Q1. Kafka partitions
  • Q2. Elasticsearch queries
Round 3 - HR 

(2 Questions)

  • Q1. Why Browserstack?
  • Ans. 

    Browserstack is a popular cloud-based cross-browser testing tool used by developers worldwide.

    • Provides access to a wide range of browsers and devices for testing

    • Allows for parallel testing to save time and increase efficiency

    • Integrates with popular testing frameworks like Selenium and Appium

    • Offers features like screenshots, video recordings, and debugging tools

    • Used by companies like Microsoft, Twitter, and Airbnb for t

  • Answered by AI
  • Q2. Any challenge you faced at current company?
  • Ans. 

    Yes, I faced a challenge in integrating a new third-party API with our existing system.

    • Had to understand the documentation of the API thoroughly

    • Encountered compatibility issues with our system

    • Worked closely with the API provider to troubleshoot and resolve issues

  • Answered by AI

I applied via Campus Placement and was interviewed in Sep 2021. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with DSA and low level design. Also have a good idea about Computer science fundamentals .
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude questions with 2-3 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Input-wwwrrrrttttuu Output - w3r4t4u2
  • Q2. Interpreter vs compiler
  • Ans. 

    Interpreter executes code line by line, compiler translates code into machine code before execution.

    • Interpreter translates code into machine code line by line during runtime

    • Compiler translates code into machine code before execution

    • Interpreted languages include Python, JavaScript

    • Compiled languages include C, C++

  • Answered by AI
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Aptitude test was of 1 hr

Round 2 - Coding Test 

It was about 1 hr duration

Round 3 - Technical 

(2 Questions)

  • Q1. What do you know about oops
  • Ans. 

    Object-oriented programming paradigm focusing on objects and classes

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object)

    • Inheritance: Ability of a class to inherit properties and behavior from another class

    • Polymorphism: Ability to present the same interface for different data types

    • Abstraction: Hiding the complex implementation details and showing only the necessary features

  • Answered by AI
  • Q2. Tell me about encapsulation
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

    • It allows for better control over the data by preventing outside interference.

    • Encapsulation also promotes code reusability and modularity.

    • Example: In object-oriented programming, classes encapsulate data fields and methods to ope

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. How do you manage your team
  • Q2. Why should I hire you

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 Query question and 3 coding questions

Round 2 - Technical 

(4 Questions)

  • Q1. Basic oops , Java script and Networking questions.
  • Q2. What is object orienteered programming.
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • Objects are instances of classes, which define the structure and behavior of the objects.

    • Encapsulation, inheritance, and polymorphism are key principles of object oriented programming.

    • Example: Java, C++, Python are popular languages that support object oriented programming.

  • Answered by AI
  • Q3. Different Events in java script
  • Ans. 

    Events in JavaScript are actions or occurrences that happen in the browser that the code can respond to.

    • Events can be triggered by user actions (like clicking a button), browser actions (like page load), or system events (like a timer expiring)

    • Event listeners are used to listen for and respond to events

    • Common events include click, mouseover, keydown, submit, etc.

  • Answered by AI
  • Q4. Event listeners
Round 3 - Coding Test 

Project , coding question, DBMS

Round 4 - HR 

(1 Question)

  • Q1. Basic personal details

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was an easy online test

Round 2 - Coding Test 

Question relates to graph like minimum spanning tree,hashing questiond

Round 3 - HR 

(1 Question)

  • Q1. Projects related to questions

Reverie Language Technologies Interview FAQs

How many rounds are there in Reverie Language Technologies Mern Full Stack Developer interview?
Reverie Language Technologies interview process usually has 1 rounds. The most common rounds in the Reverie Language Technologies interview process are Technical.

Tell us how to improve this page.

Reverie Language Technologies Mern Full Stack Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.6
 • 49 Interviews
Fleetx.io Interview Questions
3.7
 • 28 Interviews
ZIGRAM Interview Questions
3.2
 • 26 Interviews
RGBSI Interview Questions
3.4
 • 24 Interviews
Ginesys Interview Questions
3.7
 • 24 Interviews
View all
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.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview