Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Myrsa Technology Solutions Team. If you also belong to the team, you can get access from here

Myrsa Technology Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Myrsa Technology Solutions Node JS Developer Interview Questions and Answers

Updated 3 Oct 2023

Myrsa Technology Solutions Node JS Developer Interview Experiences

1 interview found

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

I applied via Internshala and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Assignment 

Assignment was based on basic crud operations using nodejs angular and mysql. have to create the API and UI based on it to perform the crud operations through UI. as a fresher i think everyone should perform this kind of assignments.

Round 3 - One-on-one 

(1 Question)

  • Q1. It was basic freshers like interview questions based on OOPS concepts, OSI layer, abstract and interface.

Interview Preparation Tips

Topics to prepare for Myrsa Technology Solutions Node JS Developer interview:
  • nodejs
  • Angular
  • expressjs
  • MySQL
  • Java
  • Javascript
  • typescript
Interview preparation tips for other job seekers - clear your basics before moving and exploring other things. don't think what others say just focus on one thing at a time and keep coding everyday. A an intern i think a fresher needs to code atleast 10 hrs a day.

Node JS Developer Jobs at Myrsa Technology Solutions

View all

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Assignment 

Hospital management syatem

Round 2 - Coding Test 

Check the coding and databases connection and validations

Interview Preparation Tips

Interview preparation tips for other job seekers - They should be learn many languages for best create coding in projects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Assignment 

30 Mcq questions for 60 minutes

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is routing in asp.net mvc
  • Ans. 

    Routing in ASP.NET MVC is the process of mapping URLs to controller actions.

    • Routing determines which controller and action method should handle a request based on the URL

    • Routes are defined in the RouteConfig.cs file in the App_Start folder

    • Routes can include parameters that are passed to the controller action method

    • Default route in ASP.NET MVC is {controller}/{action}/{id}

    • Routes can be customized using attributes like [

  • Answered by AI
  • Q2. How oops concepts are working
  • Ans. 

    OOPs concepts are working by allowing developers to create classes, objects, inheritance, polymorphism, and encapsulation.

    • OOPs concepts include classes, which are blueprints for objects

    • Objects are instances of classes with their own state and behavior

    • Inheritance allows classes to inherit properties and methods from other classes

    • Polymorphism enables objects to be treated as instances of their parent class

    • Encapsulation r...

  • Answered by AI
Round 3 - Coding Test 

Need to do system task with with project manager

Round 4 - HR 

(1 Question)

  • Q1. Salary expectation per month

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed in Aug 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Section 1. 10 questions aptitude
section 2. 10 oops questions based on c++
section 3. comprehension
section 4. 10 questions English grammar

Round 3 - Coding Test 

One coding question. it's like two lines of question, understand the question and write the code using any programming language.

Round 4 - One-on-one 

(1 Question)

  • Q1. General technical questions
Round 5 - One-on-one 

(1 Question)

  • Q1. General resume based questions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Assignment 

Create a hero section for website

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

(1 Question)

  • Q1. Asked about the previous job experience and area of interest like frontend or backend
Round 2 - Coding Test 

Coding test was on reactjs and html

Round 3 - One-on-one 

(1 Question)

  • Q1. Asked about all the react concepts in detail
Round 4 - Technical 

(1 Question)

  • Q1. Javascript basics were asked
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

It have oops, basic java in the question paper

Round 3 - Coding Test 

I was rejected in previous round so prepared well and try

Interview Preparation Tips

Interview preparation tips for other job seekers - Opps, basics of Java need,Prepare well and try your best

I applied via Walk-in

Interview Questionnaire 

4 Questions

  • Q1. Explain spring MVC
  • Ans. 

    Spring MVC is a framework for building web applications using the Model-View-Controller architecture.

    • Spring MVC separates the application into three components: Model, View, and Controller.

    • The Model represents the data and business logic, the View is responsible for rendering the UI, and the Controller handles user input and manages the flow of data between the Model and View.

    • Spring MVC provides a variety of features s...

  • Answered by AI
  • Q2.  Explain object oriented concept
  • Ans. 

    Object-oriented programming is a programming paradigm based on the concept of objects.

    • Objects are instances of classes that encapsulate data and behavior

    • Inheritance allows classes to inherit properties and methods from parent classes

    • Polymorphism allows objects to take on multiple forms and behave differently based on context

  • Answered by AI
  • Q3.  Lifecycle or IOC container
  • Q4. What is exceptional handling
  • Ans. 

    Exception handling is the process of handling runtime errors in a program.

    • It is used to prevent the program from crashing due to unexpected errors.

    • It involves catching and handling exceptions using try-catch blocks.

    • The catch block contains code to handle the exception and prevent the program from terminating.

    • Examples of exceptions include null pointer exceptions, arithmetic exceptions, and array index out of bounds exc

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have good knowledge of core java.
And spring MVC ,JDBC, REST API

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What are the hooks available in WordPress
  • Ans. 

    Hooks in WordPress are actions and filters that allow developers to modify or add functionality to WordPress.

    • Actions are hooks triggered at specific points in WordPress, such as when a post is published or a user logs in.

    • Filters allow developers to modify data before it is displayed, such as changing the content of a post or the title of a page.

    • Examples of hooks include 'wp_head', 'wp_footer', 'the_content', and 'the_t

  • Answered by AI
  • Q2. How to customize child theme
  • Ans. 

    Customizing a child theme involves modifying its CSS and PHP files to override the parent theme's styles and functionality.

    • Create a new directory for the child theme in the wp-content/themes/ directory

    • Create a style.css file in the child theme directory and add the necessary header information

    • Enqueue the parent theme's stylesheet in the child theme's functions.php file

    • Override parent theme's styles and functionality by...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview experience

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2023. 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 

Leetcode question sum of 3

Round 3 - Technical 

(2 Questions)

  • Q1. Theoretical questions based on SQL, WPF
  • Q2. They will ask about your leet code. Answer

Interview Preparation Tips

Topics to prepare for EffiaSoft Software Engineer interview:
  • Leetcode
Interview preparation tips for other job seekers - Go thorough JD and prepare well!

Myrsa Technology Solutions Interview FAQs

How many rounds are there in Myrsa Technology Solutions Node JS Developer interview?
Myrsa Technology Solutions interview process usually has 3 rounds. The most common rounds in the Myrsa Technology Solutions interview process are Resume Shortlist, Assignment and One-on-one Round.
How to prepare for Myrsa Technology Solutions Node JS Developer 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 Myrsa Technology Solutions. The most common topics and skills that interviewers at Myrsa Technology Solutions expect are DHTML, HTML, JMS, Linux Administration and Solaris.

Tell us how to improve this page.

Myrsa Technology Solutions Node JS Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

GrapplTech Interview Questions
4.8
 • 9 Interviews
Socure India Interview Questions
3.5
 • 6 Interviews
Techwaukee Interview Questions
4.4
 • 5 Interviews
Wilco Source Interview Questions
3.6
 • 4 Interviews
EffiaSoft Interview Questions
3.9
 • 4 Interviews
INZINT Interview Questions
4.4
 • 4 Interviews
View all
Web Developer
10 salaries
unlock blur

₹2 L/yr - ₹3.9 L/yr

Senior Business Analyst
6 salaries
unlock blur

₹7 L/yr - ₹7.2 L/yr

Business Analyst
5 salaries
unlock blur

₹0.6 L/yr - ₹1.8 L/yr

Software Developer
4 salaries
unlock blur

₹2.6 L/yr - ₹6 L/yr

Quality Analyst
4 salaries
unlock blur

₹2.5 L/yr - ₹3 L/yr

Explore more salaries
Compare Myrsa Technology Solutions with

Wilco Source

3.6
Compare

EffiaSoft

3.9
Compare

Provakil Technologies

3.1
Compare

Mobilution It Systems

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