Upload Button Icon Add office 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

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

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

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

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

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

Top trending discussions

View All
Interview Tips & Stories
2w
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

Interview Questionnaire 

2 Questions

  • Q1. What are the language study now?
  • Q2. How to speak a self intro

I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is ambition box
  • Q2. Why do not company hire freshers employee?

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview time is best knowledge of watch HR. Interview time no hesitation. Because confidence is most important of the life experience and further job experience.

I applied via Referral

Interview Questionnaire 

1 Question

  • Q1. Python related

Interview Preparation Tips

Interview preparation tips for other job seekers - Like coading basic questions and related to python and its framework

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
Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. They ask about working experience and nature of work done. Also, they focus on Projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was quiet technically sound. Be genuine with your answers.

I applied via Company Website

Interview Questionnaire 

2 Questions

  • Q1. Why do you want this to job?
  • Q2. Out of all candidates, why we hire you?"

Interview Preparation Tips

Interview preparation tips for other job seekers - practice (out loud!) mirror the interview's style

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
View all
Compare IEO Makers Fablab with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview