Upload Button Icon Add office photos

Learnyst

Compare button icon Compare button icon Compare

Filter interviews by

Learnyst Interview Questions and Answers

Updated 17 Feb 2025
Popular Designations

Learnyst Interview Experiences

6 interviews found

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

I applied via AngelList

Round 1 - Coding Test 

Basic coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Database queries
  • Q2. Design and implement MCQ questions in JavaScript
  • Ans. 

    Implementing a multiple-choice question (MCQ) system in JavaScript for quizzes or assessments.

    • Define a Question class to encapsulate question data.

    • Use an array to store multiple questions.

    • Implement a function to display questions and handle user input.

    • Example: const questions = [new Question('What is 2+2?', ['3', '4', '5'], '4')];

    • Use event listeners to capture answers and provide feedback.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on your basics

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Feb 2025

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I appeared for an interview in Jan 2025.

Round 1 - Coding Test 

The fundamentals of Java programming.

Round 2 - Technical 

(1 Question)

  • Q1. Questions on previous projects

Interview Preparation Tips

Interview preparation tips for other job seekers - I personally believe that many of the job openings posted by Learnyst are ghost jobs; candidates are often left without any explanation after a few rounds of interviews.


If the company feels the candidate is not fit for the role after many rounds of interview the interviewer could just leave a rejection mail without ghosting canditates
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Basics of DSA 1)Map 2)Arrays
Round 2 - Technical 

(1 Question)

  • Q1. About React optimization technique
Round 3 - Coding Test 

(1 Question)

  • Q1. Implement Nested Comments
  • Ans. 

    Implement nested comments in software development.

    • Use a recursive data structure to represent nested comments.

    • Implement functions to add, delete, and display nested comments.

    • Consider using a tree data structure to organize nested comments.

  • Answered by AI

Skills evaluated in this interview

Front end Developer Interview Questions & Answers

user image Aravinthan R.S.

posted on 21 Aug 2024

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

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Project experience?
  • Q2. Question about DSA?

Interview Preparation Tips

Topics to prepare for Learnyst Front end Developer interview:
  • DSA
Interview preparation tips for other job seekers - learnt DSA
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via AngelList and was interviewed in Dec 2022. There were 3 interview rounds.

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 - Coding Test 

Coding assessment to check your skills in related techstack

Round 3 - One-on-one 

(2 Questions)

  • Q1. Js questions on map, filter and reduce
  • Q2. Basic HTML and css questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about the answers and be prepared for the techstack that is mentioned in the job description.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via AngelList and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Basic college coding question

Round 2 - Technical 

(2 Questions)

  • Q1. Database queries
  • Q2. Design and implement MCQ platform using JavaScript
  • Ans. 

    Create a multiple choice question platform using JavaScript

    • Use HTML for the structure of the MCQ platform

    • Use CSS for styling the platform

    • Use JavaScript for functionality like selecting answers and displaying results

    • Store questions and answers in an array or object

    • Implement a scoring system to track user performance

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basic questions

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
4d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Learnyst?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Sep 2022. There were 3 interview rounds.

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 - Aptitude Test 

25 questions of quants and logical and 10 questions of coding, some were debugging some were coding

Round 3 - Technical 

(4 Questions)

  • Q1. Discussion about my resume projects
  • Q2. Return addition and subtraction of two numbers from the same function
  • Ans. 

    A function that returns the addition and subtraction of two numbers.

    • Create a function that takes two numbers as input parameters.

    • Inside the function, calculate the sum of the two numbers and store it in a variable.

    • Calculate the difference of the two numbers and store it in another variable.

    • Return an array of strings containing the sum and difference.

  • Answered by AI
  • Q3. Print leaf nodes of binary tree
  • Ans. 

    Print leaf nodes of binary tree

    • Traverse the tree recursively

    • If node is null, return

    • If node is leaf node, print it

    • Else, recursively traverse left and right subtrees

  • Answered by AI
  • Q4. What is the protocol used for communication over web pages
  • Ans. 

    HTTP is the protocol used for communication over web pages.

    • HTTP stands for Hypertext Transfer Protocol

    • It is the foundation of data communication on the World Wide Web

    • HTTP uses a client-server model where the web browser acts as the client and sends requests to the web server

    • The web server responds with the requested data in the form of HTML, images, videos, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at coding for the aptitude test.
The interview was fairly simple they just want to know how good you are at thinking about solutions of a problem.

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Walk-in and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

So prepare good amout of aptitude , and try to solve at least 15 Questions

Round 2 - Coding Test 

It was an Online coding test 2 questions were there. difficulty (Easy and Medium).

Round 3 - Coding Test 

The third round was again an coding round but it was a pen and paper test , it was in offline mode they will tell you the center after you will complete 2nd round.
In pen and paper test there are 10 coding questions and from topics array , string , recursion , Bit manipulation , BST , Linked List. so you have to solve at least 6-7 questions.

Round 4 - Technical 

(3 Questions)

  • Q1. Questions on HTML, CSS
  • Q2. Permutations in string (Can you Backtracking approach). Always try to explain your approach
  • Ans. 

    Generate all permutations of a string using a backtracking approach.

    • Backtracking involves exploring all possible configurations and abandoning those that don't meet criteria.

    • Start with an empty string and build permutations by adding one character at a time.

    • Use a boolean array to track which characters are already included in the current permutation.

    • Example: For the string 'abc', the permutations are 'abc', 'acb', 'bac...

  • Answered by AI
  • Q3. Explain your Project?
  • Ans. 

    Developed a web application for managing inventory and sales for a retail store.

    • Used HTML, CSS, and JavaScript for front-end development.

    • Implemented backend functionality using Node.js and MongoDB for database management.

    • Incorporated user authentication and authorization features for secure access.

    • Integrated payment gateway for online transactions.

    • Utilized responsive design for mobile compatibility.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. What is event loop in JS?
  • Ans. 

    The event loop in JavaScript manages asynchronous operations, allowing non-blocking execution of code.

    • JavaScript is single-threaded, meaning it can only execute one task at a time.

    • The event loop continuously checks the call stack and the message queue.

    • When the call stack is empty, the event loop pushes the first message from the queue to the stack for execution.

    • Example: setTimeout(() => console.log('Hello'), 1000) a...

  • Answered by AI
  • Q2. What is virtual DOM in react
  • Ans. 

    The virtual DOM is a lightweight representation of the actual DOM used by React to optimize rendering and improve performance.

    • The virtual DOM is a JavaScript object that mirrors the structure of the real DOM.

    • React uses the virtual DOM to determine what changes need to be made to the actual DOM.

    • When a component's state changes, React updates the virtual DOM first, then compares it with the real DOM (a process called rec...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Given a 2-D matrix, write a function to perform a spiral traversal of the matrix elements.
  • Ans. 

    A spiral traversal of a 2-D matrix involves visiting elements in a spiral order, starting from the top-left corner.

    • Initialization: Define boundaries for the top, bottom, left, and right of the matrix.

    • Traversal Order: Move right across the top row, then down the right column, then left across the bottom row, and finally up the left column.

    • Boundary Adjustment: After each direction, adjust the boundaries to move inward fo...

  • Answered by AI
  • Q2. Questions based on sql

Learnyst Interview FAQs

How many rounds are there in Learnyst interview?
Learnyst interview process usually has 2-3 rounds. The most common rounds in the Learnyst interview process are Coding Test, Technical and One-on-one Round.
What are the top questions asked in Learnyst interview?

Some of the top questions asked at the Learnyst interview -

  1. Design and implement MCQ questions in JavaScr...read more
  2. Design and implement MCQ platform using JavaScr...read more
  3. Implement Nested Comme...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 6 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 80%
2-4 weeks 20%
View more

Interview Questions from Similar Companies

AccioJob Interview Questions
3.7
 • 51 Interviews
Z X Learning Interview Questions
4.4
 • 44 Interviews
Prepca Eduserv Interview Questions
4.0
 • 44 Interviews
Adda 247 Interview Questions
3.1
 • 37 Interviews
Zeus Learning Interview Questions
3.1
 • 36 Interviews
AI CERTs Interview Questions
4.5
 • 22 Interviews
Schoolnet India Interview Questions
3.9
 • 19 Interviews
View all

Learnyst Reviews and Ratings

based on 11 reviews

3.8/5

Rating in categories

3.7

Skill development

3.5

Work-life balance

4.0

Salary

3.3

Job security

3.6

Company culture

3.7

Promotions

3.7

Work satisfaction

Explore 11 Reviews and Ratings
Software Developer
7 salaries
unlock blur

₹6 L/yr - ₹12 L/yr

Software Engineer
4 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Front end Developer
4 salaries
unlock blur

₹6 L/yr - ₹13.3 L/yr

Data Engineer
3 salaries
unlock blur

₹6 L/yr - ₹7 L/yr

Explore more salaries
Compare Learnyst with

Z X Learning

4.4
Compare

Schoolnet India

4.0
Compare

Adda 247

3.2
Compare

Trivium Education Services

3.8
Compare
write
Share an Interview