AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

IEO Makers Fablab

Compare button icon Compare button icon Compare
-

No reviews yet

i

This rating is based on a small number of reviews, so it may not fully reflect the overall employee experience.
  • About
  • Reviews
    -
  • Salaries
    1
  • Interviews
    3
  • Jobs
    -
  • Benefits
    -
  • Photos
    -

Filter interviews by

IEO Makers Fablab Interview Questions and Answers

Updated 16 Nov 2021
Popular Designations

IEO Makers Fablab Interview Experiences

3 interviews found

Web Developer Interview Questions & Answers

user image Anonymous

posted on 16 Nov 2021

I appeared for an interview in Nov 2021.

Round 1 - Coding Test 

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.

Round 2 - Coding Test 

(1 Question)

Round duration - 50 Minutes
Round difficulty - Easy

Tech + HR round

  • Q1. 

    Check Indices With Given Difference Problem Statement

    You are provided with an integer array ARR of size N along with two integers A and B. Your task is to determine if there exist two distinct indices in...

  • Ans. 

    The task is to determine if there exist two distinct indices in the array such that the absolute difference of the values at those indices is less than or equal to B and the absolute difference of the indices is less than or equal to A.

    • Iterate through the array and keep track of the indices and values encountered so far

    • Use a hashmap to store the values and their indices

    • Check if the absolute difference of values is less...

  • Answered by AI
    View 1 more answer

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

Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 27 Oct 2021

I appeared for an interview in Oct 2021.

Round 1 - Video Call 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

  • Q1. 

    Cycle Detection in a Singly Linked List

    Determine if a given singly linked list of integers forms a cycle or not.

    A cycle in a linked list occurs when a node's next points back to a previous node in the ...

  • Ans. 

    Detect if a singly linked list forms a cycle by checking if a node's next pointer points back to a previous node.

    • Use Floyd's Tortoise and Hare algorithm to detect a cycle in O(N) time complexity and O(1) space complexity.

    • Initialize two pointers, slow and fast, and move them at different speeds through the list.

    • If there is a cycle, the fast pointer will eventually meet the slow pointer.

    • If the fast pointer reaches the en...

  • Answered by AI
    Add your answer
Round 2 - Video Call 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Easy

Tech +HR round

  • Q1. 

    BST Construction from Level Order Traversal

    Given an array called levelOrder consisting of 'N' elements, this array represents the level order traversal of a Binary Search Tree (BST). Your task is to cons...

  • Ans. 

    Construct a Binary Search Tree (BST) from its level order traversal and print the inorder traversal.

    • Create a BST from the given level order traversal array by inserting elements in the correct order.

    • Use a queue to keep track of nodes while constructing the BST.

    • Traverse the constructed BST in inorder to get the desired output.

    • Example: For level order traversal [5, 3, 6, 2, 4, 7], the inorder traversal of the constructed...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in HyderabadEligibility criteriaNOIEO MAKERS FABLAB (OPC) PRIVATE LIMITED interview preparation:Topics to prepare for the interview - HTML, CSS, Java Script, data structures, algorithm.Time required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Revise data structures and algorithm.
Tip 2 : Revise HTML, CSS, JS and show your projects.
Tip 3 : Be confident.

Application resume tips for other job seekers

Tip 1 : Mention your projects
Tip 2 : Put things in chronological order.

Final outcome of the interviewSelected

Skills evaluated in this interview

Anonymous

Web Developer Interview Questions & Answers

user image Anonymous

posted on 16 Nov 2021

I appeared for an interview before Nov 2020.

Round 1 - Telephonic Call 

(1 Question)

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. 

    Last Index of Element

    The task is to determine the index of the last occurrence of a specified element x within an array that may contain duplicate elements. If the element is not present, return -1.

    Inp...

  • Ans. 

    Find the index of the last occurrence of a specified element in an array.

    • Iterate through the array from right to left to find the last occurrence of the element.

    • Return the index if found, otherwise return -1.

    • Consider 0-based indexing for the array.

  • Answered by AI
    View 1 more answer

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

Anonymous

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about IEO Makers Fablab?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Web Developer Interview Questions & Answers

Accenture user image Anonymous

posted on 9 Dec 2017

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.
  • Add your answer
  • 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
    Add your answer

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.
Anonymous
company Logo

Web Developer Interview Questions & Answers

Wipro user image Anonymous

posted on 14 Jan 2020

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?
  • Add your answer
  • Q2. What are your hobbies?
  • Add your answer

Interview Preparation Tips

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

Web Developer Interview Questions & Answers

Accenture user image Anonymous

posted on 4 Apr 2021

I applied via Recruitment Consultant and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Just basic html,css and js
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join as a third party employee and even if you do make 110% sure that the job profile is what you want if you don't do that then you might regret after few years because these huge corporation really have lot of silly jobs that revolves around your profile but are far from your skills so confirm that before joining.
Anonymous
company Logo

Web Developer Interview Questions & Answers

Wipro user image Anonymous

posted on 18 Sep 2021

I applied via Referral and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about event loop in javascript and asynchronous programming?
  • View 1 more answer

Interview Preparation Tips

Interview preparation tips for other job seekers - strong javascript knowledge

Skills evaluated in this interview

Anonymous
Are these interview questions helpful?
company Logo

Web Developer Interview Questions & Answers

Capgemini user image Anonymous

posted on 6 Oct 2020

Interview Questionnaire 

1 Question

  • Q1. Now which programming language most used by programmers? And why they use that language?
  • Ans. 

    The most used programming language is currently JavaScript due to its versatility and popularity.

    • JavaScript is used for both front-end and back-end development

    • It is the language of the web and is supported by all major browsers

    • It has a large and active community with many resources available

    • Other popular languages include Python, Java, and C++

  • Answered by AI
    Add your answer
Anonymous
company Logo

Web Developer Interview Questions & Answers

Infosys user image Anonymous

posted on 19 Mar 2021

I applied via Recruitment Consultant and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Why are you hired to this role?
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't see outside nature see inside .don't compare to others of person
Anonymous
company Logo

Web Developer Interview Questions & Answers

Accenture user image Anonymous

posted on 14 Apr 2021

Interview Questionnaire 

1 Question

  • Q1. Event loop in NodeJS
  • Ans. 

    Event loop is a mechanism in NodeJS that allows non-blocking I/O operations to be performed asynchronously.

    • Event loop is responsible for handling all I/O operations in NodeJS

    • It allows NodeJS to perform non-blocking I/O operations asynchronously

    • Event loop continuously checks the event queue for new events to process

    • Callbacks are used to handle events in NodeJS

  • Answered by AI
    View 1 more answer

Skills evaluated in this interview

Anonymous

Tell us how to improve this page.

Interview Questions for Popular Designations

  • Associate Interview Questions
  • Executive Interview Questions
  • Software Engineer Interview Questions
  • Business Analyst Interview Questions
  • Consultant Interview Questions
  • Graduate Engineer Trainee (Get) Interview Questions
  • Accountant Interview Questions
  • Java Developer Interview Questions
  • Show more
  • System Engineer Interview Questions
  • HR Executive Interview Questions

Interview Questions from Similar Companies

TCS
TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture
Accenture Interview Questions
3.8
 • 8.6k Interviews
Infosys
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro
Wipro Interview Questions
3.7
 • 6k Interviews
Cognizant
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon
Amazon Interview Questions
4.0
 • 5.3k Interviews
Capgemini
Capgemini Interview Questions
3.7
 • 5k Interviews
Tech Mahindra
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact
Genpact Interview Questions
3.8
 • 3.4k Interviews
View all
Compare IEO Makers Fablab with
TCS

TCS

3.6
Compare
Accenture

Accenture

3.8
Compare
Wipro

Wipro

3.7
Compare
Cognizant

Cognizant

3.7
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • IEO Makers Fablab Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter