Upload Button Icon Add office photos

Filter interviews by

Margadarsi Computers Front end Web Developer Interview Questions and Answers

Updated 19 Aug 2022

Margadarsi Computers Front end Web Developer Interview Experiences

1 interview found

I applied via Approached by Company and was interviewed before Aug 2021. 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 - Technical 

(1 Question)

  • Q1. Asked Questions on Bootstrap and Javascript
Round 3 - Coding Test 

Task has been given to make a basic Responsive website

Interview Preparation Tips

Topics to prepare for Margadarsi Computers Front end Web Developer interview:
  • Html5
  • CSS3
  • Bootstrap
  • Javascript
Interview preparation tips for other job seekers - Best for freshers to start there careers and good learning platform for new technologies and also good hike for every 6 months

Interview questions from similar companies

Front end Web Developer Interview Questions & Answers

TCS user image Vemagiri Nagamuneeswari

posted on 24 Dec 2023

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

I applied via Referral and was interviewed in Nov 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 - Group Discussion 

The disscus is some problems slove software coading and front end development

Round 3 - Coding Test 

Use coading of software coading and web developer

Interview Preparation Tips

Interview preparation tips for other job seekers - This job is very important in my life because so many problems
And my work is the good affort for 24/7
Thank you 😊
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

HTML CSS bootstrap Javascript language questions

Round 3 - One-on-one 

(2 Questions)

  • Q1. Self introduction,basic questions for front end languages
  • Q2. Question for languages skill and communication skills

Interview Preparation Tips

Interview preparation tips for other job seekers - No
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 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 - One-on-one 

(2 Questions)

  • Q1. 1. What is redux? 2. What are useRefs
  • Ans. 

    Redux is a predictable state container for JavaScript apps. useRef is a hook in React for accessing DOM nodes.

    • Redux is a state management library for JavaScript applications

    • It helps in managing the state of an application in a predictable way

    • Redux follows a unidirectional data flow pattern

    • useRef is a hook in React that allows accessing DOM nodes or any other mutable value

    • It returns a mutable ref object that persists ac

  • Answered by AI
  • Q2. What is destructuring
  • Ans. 

    Destructuring is a way to extract values from arrays or objects and assign them to variables.

    • Destructuring can be used with arrays and objects

    • It allows you to extract values and assign them to variables in a single line of code

    • You can also use default values and rename variables during destructuring

    • Example: const [a, b] = [1, 2]; // a = 1, b = 2

    • Example: const {name, age: years} = {name: 'John', age: 30}; // name = 'Joh

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. What is store in react
  • Ans. 

    Store in React is a centralized state management system.

    • Store holds the state of the application.

    • It allows components to access and update the state.

    • Redux is a popular store implementation for React.

    • Context API is another built-in store in React.

    • Store helps in managing complex state and makes debugging easier.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare redux questions properly and have good understanding of javascript basics

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Aug 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 

HTML5
CSS
javascript
All projects

Round 3 - HR 

(5 Questions)

  • Q1. Html all CSS all Javascript all Projects
  • Q2. Create a landing page that is animated
  • Ans. 

    Create a visually appealing landing page with animations to engage users.

    • Use CSS animations to create movement and transitions

    • Incorporate interactive elements like hover effects or scrolling animations

    • Consider using JavaScript libraries like GSAP or Anime.js for more complex animations

  • Answered by AI
  • Q3. Create a page that changes color when clicked
  • Ans. 

    Create a page that changes color when clicked

    • Create a basic HTML page with a button or div element

    • Use JavaScript to add an event listener for the click event

    • Inside the event listener function, change the background color of the page

  • Answered by AI
  • Q4. Create a page that moves
  • Ans. 

    Create a page that moves

    • Use CSS animations or transitions to create movement

    • Consider using JavaScript for more complex animations

    • Experiment with different types of movement such as sliding, fading, or rotating

  • Answered by AI
  • Q5. Create a home page that looks like a real website
  • Ans. 

    I will create a visually appealing home page with a professional design and user-friendly layout.

    • Use a clean and modern design with a consistent color scheme

    • Include a navigation menu for easy access to different sections

    • Add engaging visuals such as images or videos to capture user attention

    • Incorporate responsive design to ensure compatibility with various devices

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

Html,css,javascript,reactjs,php,laravel.bootstrap

Round 3 - Technical 

(2 Questions)

  • Q1. Why we use reactjs? and javascript
  • Ans. 

    ReactJS is used for building interactive user interfaces, while JavaScript is the programming language that powers web development.

    • ReactJS allows for component-based architecture, making it easier to manage and update UI elements.

    • ReactJS uses a virtual DOM for efficient rendering, improving performance.

    • JavaScript is the language used to add interactivity and dynamic behavior to web pages.

    • JavaScript is essential for cli...

  • Answered by AI
  • Q2. This is use fro single page web aplication or real time.

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. Self introduction & Resume based questions.
  • Q2. What will you do if you get a Super power ?
  • Ans. 

    If I had a super power, I would use it to help others and make the world a better place.

    • I would use my super power to solve global issues such as poverty, hunger, and climate change.

    • I would also use it to help individuals in need, such as curing diseases or preventing disasters.

    • Additionally, I would work towards promoting peace and harmony among nations.

    • Overall, my goal would be to make a positive impact on the world a

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: First Round consists of 60 questions with three Sections having equal distribution of 20 in each section .Three sections were Logical Reasoning , Verbal & Aptitude.

General Tips: By luck I was selected . My advise is just watch through your preparation for first round and please do work on your communication & keen observance for the second round.
Skills: Communication, Body Language, Problem Solving, Analytical Skills, Presentation Skills
Duration: <1 week
College Name: sri venkateswara college of engineering.

I applied via Campus Placement and was interviewed in Jul 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell me something about you?
  • Q2. What are your hobbies?

Interview Preparation Tips

Interview preparation tips for other job seekers - Please ask me a simple questions because I'm a Fresher.Thanks

I applied via Referral and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What you have prepared for interview?

Interview Preparation Tips

Interview preparation tips for other job seekers - Carefully examine the job description.
Share your story.
Provide evidence and data.
Say thanks.

Interview Questionnaire 

1 Question

  • Q1. Just intro

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Margadarsi Computers Interview FAQs

How many rounds are there in Margadarsi Computers Front end Web Developer interview?
Margadarsi Computers interview process usually has 3 rounds. The most common rounds in the Margadarsi Computers interview process are Resume Shortlist, Technical and Coding Test.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Web Developer
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Programmer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Programmer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

PHP Web Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Margadarsi Computers with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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