Upload Button Icon Add office photos

Filter interviews by

Eccentric Engine Front end Developer Interview Questions and Answers

Updated 9 Dec 2023

Eccentric Engine Front end Developer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed before Dec 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 - Assignment 

Start preparing for three.js and webgl assignments

Round 3 - One-on-one 

(1 Question)

  • Q1. All the questions related to three.js Javascript webgl

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 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 - Aptitude Test 

Interview Preparation Tips

Topics to prepare for Busibud Front end Developer interview:
  • Html
  • JavaScript
  • CSS
Interview preparation tips for other job seekers - Everyone should do their honesty with their own hard work, then only you can become successful in life.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic react and javascipt
  • Q2. Detail leaning about the current project
  • Ans. 

    The current project involves developing a React JS frontend for a web application.

    • The project focuses on creating a user-friendly interface using React components.

    • Implementing state management with tools like Redux or Context API.

    • Integrating with backend APIs to fetch and display data on the frontend.

    • Optimizing performance by lazy loading components and using memoization techniques.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Culture fit and proformace enchancement in current project
  • Ans. 

    Culture fit and performance enhancement are crucial for success in the current project.

    • Creating a positive and inclusive work environment can improve culture fit.

    • Encouraging open communication and collaboration among team members.

    • Providing opportunities for professional development and growth.

    • Recognizing and rewarding individual and team achievements.

    • Regularly seeking feedback from team members to identify areas for im

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Debouncing code ,
  • Q2. Loops, arrays, objects, data types
  • Q3. JS inbuilt methods like split reverse join etc
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Ask question about js and react js

Round 2 - Technical 

(1 Question)

  • Q1. Feature has to implement

I was interviewed in Jun 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Easy

It was in in the evening at 5pm, it was simple with 20 mcqs on java,dbms,os.sql. And 2 coding questions.

  • Q1. 

    Find Duplicates in an Array

    Given an array ARR of size 'N', where each integer is in the range from 0 to N - 1, identify all elements that appear more than once.

    Return the duplicate elements in any orde...

  • Ans. Sorting
    1. The most trivial approach would be to sort the array/list ‘ARR’ and then return the duplicates.
    2. After sorting the array in non-decreasing order, do the following for all the elements from i = 0 to i = n - 2:
      • If ARR[i] == ARR[i + 1], then add ARR[i] to the the output list.
      • While ARR[i] == ARR[i + 1], do i = i + 1, since we don’t want to add the same duplicate elements again and again.
      • Else continue.
    3. After this loop, w...
  • Answered Anonymously
Round 2 - Video Call 

(2 Questions)

Round duration - 45 Minutes
Round difficulty - Medium

It was afternoon.2 interviewers are present. What are forms and how to create forms in HTML? What are Entities and Relationships? What is an Alias in SQL?

  • Q1. 

    Reverse the String Problem Statement

    You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string.

    Example:

    Input:
    STR = "abcde"
    Output:
    "e...
  • Ans. Optimal Solution
    • Traverse the string and swap the first character with the last character, the second character with the second last character and so on.
    • Basically, you need to swap the i-th character with the (N-i-1)-th character where N is the length of the string and 0-based indexing is considered.
    Space Complexity: O(1)Explanation:

    O(1).

     

    In the worst case, only constant extra space is required.

    Time Complexity: O(...
  • Answered Anonymously
  • Q2. 

    Implement Stack with Linked List

    Your task is to implement a Stack data structure using a Singly Linked List.

    Explanation:

    Create a class named Stack which supports the following operations, each in O(1...

  • Ans. Best Approach
    1. Maintain a linked list. Keep track of its head, and size at all times, and update them accordingly whenever a new operation is performed.
    2. Following is the way we can implement all functions of the stack using linked list:
      1. First, initialize a head node, and the size of the list as NULL and 0 respectively.
      2. Then for push function, insert new elements at the head of the list, i.e. the new element will become the ...
  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from GITAM Institute of Science. I applied for the job as Frontend Developer Intern in DelhiEligibility criteria7 CGPAHughes Systique Corporation (HSC) interview preparation:Topics to prepare for the interview - Java, Data Structures, Algorithms, DBMS, OS, MYSQL, NodeJsTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : cover all concepts to basic level first,rather than going deep in one concept
Tip 2 : practice everyday for DSA
Tip 3 : keep notes for web dev imp concepts because we will forget.

Application resume tips for other job seekers

Tip 1 : be honest
Tip 2 : do not add too many projects, add 2 or 3 worth mentioning.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 interview rounds.

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 

Interview Preparation Tips

Topics to prepare for Busibud Front end Developer interview:
  • Html
  • JavaScript
  • CSS
Interview preparation tips for other job seekers - Everyone should do their honesty with their own hard work, then only you can become successful in life.

Eccentric Engine Interview FAQs

How many rounds are there in Eccentric Engine Front end Developer interview?
Eccentric Engine interview process usually has 3 rounds. The most common rounds in the Eccentric Engine interview process are Resume Shortlist, Assignment and One-on-one Round.

Tell us how to improve this page.

Eccentric Engine Front end Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Node JS Developer
8 salaries
unlock blur

₹7.2 L/yr - ₹7.5 L/yr

Project Manager
6 salaries
unlock blur

₹4 L/yr - ₹8.5 L/yr

Associate Project Manager
6 salaries
unlock blur

₹3.5 L/yr - ₹7.8 L/yr

Backend Developer
4 salaries
unlock blur

₹6 L/yr - ₹11 L/yr

Data Analyst
4 salaries
unlock blur

₹3.2 L/yr - ₹6.1 L/yr

Explore more salaries
Compare Eccentric Engine with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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