Upload Button Icon Add office photos

Filter interviews by

IEO Makers Fablab Web Developer Interview Questions, Process, and Tips

Updated 16 Nov 2021

Top IEO Makers Fablab Web Developer Interview Questions and Answers

  • Q1. Check Indices With Given Difference You are given an integer array 'ARR' of size ‘N’ and two integers ‘A’ and ‘B’. You need to find if there are two distinct indices in t ...read more
  • Q2. Last index of element Take an array with N elements with possibly duplicate elements as the input. The task is to find the index of the last occurrences of the element x ...read more
  • Q3. Technical Questions Give examples of webkit features. What are media queries in CSS3 and why do you use them?

IEO Makers Fablab Web Developer Interview Experiences

3 interviews found

Web Developer Interview Questions & Answers

user image CodingNinjas

posted on 16 Nov 2021

I was interviewed in Nov 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 25 Minutes
Round difficulty - Medium

The round was very good i performed really very well. The interviewer was quite polite. He asked me many questions and i almost gave all the answers.

  • Q1. Technical Questions

    Give examples of webkit features.

    What are media queries in CSS3 and why do you use them?

Round 2 - Coding Test 

(2 Questions)

Round duration - 50 Minutes
Round difficulty - Easy

Tech + HR round

  • Q1. Basic HR Questions

    Why should we hire you?

    What technologies you re familiar with?

    Who is your role model?

  • Q2. Check Indices With Given Difference

    You are given an integer array 'ARR' of size ‘N’ and two integers ‘A’ and ‘B’. You need to find if there are two distinct indices in the array, such that the abs...

  • Ans. Brute Force

    Approach: The basic approach to this question will be to simply use two loops and check for each possible pair of indices if it follows the given rule or not. 

     

    Algorithm:

    1. Outer loop: 0 to N - 1, and inner loop: outer + 1 to N - 1
      • Check if abs(arr[outer] - arr[inner]) <= B, and abs(outer - inner) <= A. If the above conditions hold, then we will return True.
    2. If we have not returned True till now, ...
  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from KIET Group of Institutions. I applied for the job as Web Developer in GhaziabadEligibility criteriaAbove 8 CGPAIEO MAKERS FABLAB (OPC) PRIVATE LIMITED interview preparation:Topics to prepare for the interview - HTML, CSS, data structures, algorithms, javascript, OOPs.Time required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Do not rush into things. Learning takes time. Focus should be on the concepts and not just on leaving topics half-prepared. Devote 70% of both time and effort to DSA. I solved a total of around 500 questions on sites like GFG and Leetcode. Do not repeat similar questions just to increase the count of the number of questions
Tip 2 : Revise data structures and algorithms.
Tip 3 : Revise HTML,CSS,JS.
Tip 4 : Be confident.

Application resume tips for other job seekers

Tip 1 : Don't make it too lengthy.
Tip 2 : Mention all your skills.
Tip 3 : Mention all your projects. 
Tip 4 : Don't put false things in your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

Web Developer Interview Questions & Answers

user image CodingNinjas

posted on 16 Nov 2021

I was interviewed before Nov 2020.

Round 1 - Telephonic Call 

(2 Questions)

Round duration - 30 Minutes
Round difficulty - Medium

The interview and the interviewer were pretty good. The time was about 4pm. The environment was very good and the interviewer was very calm and humble. He asked me a question in which I was stucked but he gave me a small hint and then i gave the answer of that question.

  • Q1. Technical Questions

    You are given two websites A and B and you have to convert A into B. How can you do it and is there any thing that you need from us for this.

  • Q2. Last index of element

    Take an array with N elements with possibly duplicate elements as the input. The task is to find the index of the last occurrences of the element x in the array and, if it is not pres...

  • Ans. Brute Force approach
    • We create a variable last with value -1 to store the answer.
    • We iterate the array backwards and update the value of last if an occurrence of x is found. We break out of this loop.
    • Finally, print the value of last.
    Space Complexity: O(1)Explanation: Time Complexity: O(1)Explanation:
  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from KIET Group of Institutions. I applied for the job as Web Developer in GhaziabadEligibility criteriaNoIEO MAKERS FABLAB pvt ltd interview preparation:Topics to prepare for the interview - HTML, CSS, Java Script, Data Structure, Python and OOPs.Time required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Prepare HTML, CSS, and JS thoroughly.
Tip 2 : Revise Data Structures.
Tip 3 : Revise your project if any.

Application resume tips for other job seekers

Tip 1 : Mention all your great achievements.
Tip 2 : Mention your projects.
Tip 3 : Mention if you have previously did any internship.

Final outcome of the interviewRejected

Skills evaluated in this interview

Web Developer Interview Questions Asked at Other Companies

Q1. Check Indices With Given DifferenceYou are given an integer array ... read more
asked in Evalueserve
Q2. Reverse Linked ListGiven a singly linked list of integers. Your t ... read more
Q3. Intersection of Linked ListYou are given two Singly Linked List o ... read more
Q4. Last index of elementTake an array with N elements with possibly ... read more
Q5. Most Frequent WordYou are given a paragraph that may have letters ... read more

Web Developer Interview Questions & Answers

user image CodingNinjas

posted on 14 Sep 2021

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

The interview started at about 1pm and i remember the day, it was thursday. I joined the meeting on time. The environment was great and the interviewer was very calm and humble. First of all he asked me to introduce yourself. He asked me some subjective questions and some mcq. One thing that i would like to tell is that he asked me a question and unfortunately i was stucked in it but he helped me in a different way he asked me to take a deep breath and then actually i gave the right answer. I found it to be the great moment of the entire round.

  • Q1. Technical Questions

    How can you reduce page loading time.

    How will you enable pagination in CSS3 ?

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from KIET Group of Institutions. I applied for the job as Web Developer in GhaziabadEligibility criteriaAbove 8 CGPAIEO MAKERS FABLAB pvt ltd interview preparation:Topics to prepare for the interview - HTML, CSS, Java Script, OOPs, Data Structure and Algorithms.Time required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Practice atleast 300 questions. 
Tip 2 : Revise your project if any. 
Tip 3 : Revise Data Structures and Algorithms.

Application resume tips for other job seekers

Tip 1 : Adding points in the resume that are related to the job description is really beneficial.
Tip 2 : Mention your experience and previous projects. 
Tip 3 : Don't put false things in the resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - HR 

(1 Question)

  • Q1. Basic html css questions
Round 2 - Aptitude Test 

Logical reasoning, quantitative analysis and computer test

Round 3 - Technical 

(1 Question)

  • Q1. Basic html, css, javascript questions
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

What is an aptitude test?
An aptitude test is a standardized test designed to assess a person's ability, skill, or knowledge in a specific area. (aptitude tests):-
1. Verbal Ability: Tests reading comprehension, grammar, and vocabulary skills.
2. Quantitative Ability: Tests mathematical skills, problem-solving, and data analysis.
3. Logical Reasoning: Tests ability to reason, think critically, and solve problems.
4. Technical Skills: Tests knowledge of specific technical skills, such as programming or coding.

Round 2 - Case Study 

Case study:-
I. Introduction:
- Brief overview of the company/organization
- Background information on the industry/market
- Purpose of the case study

II. Problem Statement:-
- Description of the problem or challenge faced by the company
- Key issues and constraints

III. Analysis:-
- SWOT analysis (Strengths, Weaknesses, Opportunities, Threats)
- Market analysis (competitor, customer, market trends)
- Financial analysis (revenue, costs, profitability)

IV. Alternatives and Options:-
- Potential solutions or strategies
- Evaluation of pros and cons

V. Recommendations:-
- Proposed solution or course of action
- Justification and rationale

VI. Implementation:-
- Action plan and timeline
- Resources and budget required

VII. Conclusion:
- Summary of key findings
- Lessons learned and takeaways.

Interview Preparation Tips

Interview preparation tips for other job seekers - Here are some advice for job seekers:

1. Define your goals: Clearly identify the type of job you're looking for and your long-term career aspirations.

2. Update your resume and online profiles: Ensure your resume, LinkedIn profile, and other social media profiles are current and showcase your skills and experience.
3. Networking: Attend industry events, join professional organizations, and connect with people in your field.
4. Practice interviewing: Prepare answers to common interview questions and practice your responses with a friend or mentor.
5. Expand your skills: Continuously update your skills and knowledge to stay competitive in the job market.
6. Stay positive and persistent: Job hunting can be challenging, so it's essential to stay positive and keep applying.

7. Tailor your application: Customize your resume and cover letter for each job application.

8. Follow up: After applying, follow up with the employer to express your interest and inquire about the status of your application.

9. Be open-minded: Consider different types of jobs and industries to find the best fit for your skills and interests.

10. Seek support: Reach out to career counselors, mentors, or job support groups for guidance and encouragement.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Newspaper Ad and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

HTML CSS bootstrap javascript

Round 2 - Technical 

(3 Questions)

  • Q1. What is HTML important of html
  • Ans. 

    HTML is important for creating the structure of web pages and displaying content on the internet.

    • HTML is the standard markup language used to create web pages.

    • It provides the structure for content on the internet, including text, images, links, and more.

    • HTML elements are used to define the different parts of a web page, such as headings, paragraphs, lists, and tables.

    • It works in conjunction with CSS for styling and Jav...

  • Answered by AI
  • Q2. What is CSS why are you using a CSS
  • Ans. 

    CSS stands for Cascading Style Sheets and is used to style the appearance of web pages.

    • CSS is used to control the layout, colors, fonts, and other visual aspects of a website.

    • It helps in separating the content of a website from its design, making it easier to update and maintain.

    • CSS can be applied inline, internally within the HTML document, or externally in a separate CSS file.

    • Selectors in CSS allow targeting specific...

  • Answered by AI
  • Q3. Why are you using a bootstrap
  • Ans. 

    Bootstrap is a popular front-end framework for building responsive and mobile-first websites.

    • Bootstrap provides a grid system for easy layout design

    • It includes pre-designed components like buttons, forms, and navigation bars

    • Bootstrap's responsive utilities make it easy to create mobile-friendly websites

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Self intro technical basic salary
  • Q2. Salary expectation understand the situation

Interview Preparation Tips

Interview preparation tips for other job seekers - Quickly get a job

Skills evaluated in this interview

Web Developer Interview Questions & Answers

Infosys user image Nandhini S 027

posted on 14 Aug 2024

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

I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java interview question
  • Q2. Group discussion
Round 2 - HR 

(2 Questions)

  • Q1. Tell about my self, general topic
  • Q2. Working roll instructions to me discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Pimpri Chinchwad College of Engineering, Pimpri and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Time and distance , ratio and proportion

Round 2 - Technical 

(2 Questions)

  • Q1. Write logic for deletion of link list
  • Ans. 

    Deletion logic for a linked list

    • Traverse the linked list to find the node to be deleted

    • Update the pointers of the previous and next nodes to skip the node to be deleted

    • Free the memory of the node to be deleted

  • Answered by AI
  • Q2. Explain logic for fibonacci series output
  • Ans. 

    Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • Start with 0 and 1 as the first two numbers in the series

    • Add the previous two numbers to get the next number in the series

    • Repeat this process to generate the Fibonacci series

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

First test is aptitude test

Round 2 - One-on-one 

(5 Questions)

  • Q1. Project releted inteview question
  • Q2. Question bank of book
  • Q3. What is html and tag
  • Ans. 

    HTML is a markup language used for creating web pages. Tags are used to define the structure and content of the page.

    • HTML stands for HyperText Markup Language.

    • It is the standard language for creating web pages.

    • Tags are used to define elements and their properties.

    • Examples of tags include

      for heading,

      for paragraph, for image, etc.

Answered by AI
  • Q4. What is Css and style
  • Ans. 

    CSS is a styling language used to describe the look and formatting of a document written in HTML.

    • CSS stands for Cascading Style Sheets.

    • It is used to control the layout and appearance of web pages.

    • CSS separates the content of a webpage from its presentation.

    • It allows developers to apply styles to HTML elements, such as changing colors, fonts, sizes, and positioning.

    • CSS can be written inline, embedded within HTML, or in ...

  • Answered by AI
  • Q5. What is the php and simple program
  • Ans. 

    PHP is a server-side scripting language used for web development. A simple program in PHP is a basic script that performs a specific task.

    • PHP is widely used for creating dynamic web pages and applications.

    • A simple PHP program can be used to display the current date and time on a webpage.

    • PHP programs are written within tags and can be embedded within HTML code.

    • PHP supports various data types, control structures...

  • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prioritize Your Tasks. .

    Skills evaluated in this interview

    Interview experience
    3
    Average
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Aptitude Test 

    30 questions in aptitude .

    Round 2 - Coding Test 

    Sql and Python given

    Tell us how to improve this page.

    Compare IEO Makers Fablab with

    TCS

    3.7
    Compare

    Accenture

    3.9
    Compare

    Cognizant

    3.8
    Compare

    Infosys

    3.7
    Compare

    Calculate your in-hand salary

    Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
    Did you find this page helpful?
    Yes No
    write
    Share an Interview