Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Feuji Team. If you also belong to the team, you can get access from here

Feuji Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Feuji Associate Software Engineer Interview Questions and Answers

Updated 23 Jan 2024

Feuji Associate Software Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Normal DSA and sql is more then enough.

Round 2 - Technical 

(1 Question)

  • Q1. Project and subject related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear with basic and some basic interview question.

Interview questions from similar companies

Round 1 - Coding Test 

Java Programing Round

Round 2 - Technical 

(1 Question)

  • Q1. Technical HR. They ask java related questions
Round 3 - Technical 

(1 Question)

  • Q1. Technical HR round, They ask one program

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have strong Java knowledge ..You can clear the all rounds
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It included mcqs and multiple coding questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Yours technical skillls related questions
  • Q2. Managerial questions

Interview Preparation Tips

Topics to prepare for Aptos Software Developer interview:
  • Full Stack
Interview preparation tips for other job seekers - It was an on campus opportunity. Technical and managerial round happened together. The process was very smooth. The interviewers were professional yet friendly and made everything very comfortable. You should know the basics at least.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are React Queries?
  • Ans. 

    React Queries are a library for managing server state in React applications.

    • React Queries provide a way to fetch and cache data from an API in React components.

    • They offer features like caching, background fetching, and automatic refetching.

    • React Queries can handle complex data fetching requirements, such as pagination and infinite scrolling.

  • Answered by AI
  • Q2. Can useEffect() hook run twice?
  • Ans. 

    Yes, useEffect() hook can run twice under certain conditions.

    • useEffect() hook can run twice if the dependencies array changes between renders.

    • This can happen if the dependencies array contains values that change frequently.

    • For example, if a state variable is included in the dependencies array and it is updated in the component, useEffect() will run again.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at CMR Institute of Technology, Ranga Reddy and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Coding Test 

First round is the written test

Round 2 - Group Discussion 

Prepare topics well which they will give

Round 3 - Coding Test 

Prepare classic dsa questions

Round 4 - HR 

(2 Questions)

  • Q1. Explain about company which you known
  • Ans. 

    I know about XYZ Company, a leading software development firm specializing in mobile applications.

    • XYZ Company was founded in 2005 and has since developed numerous successful mobile apps for clients in various industries.

    • The company has a team of experienced software developers, designers, and project managers who work together to deliver high-quality products.

    • Some of the notable apps developed by XYZ Company include a ...

  • Answered by AI
  • Q2. Explain the projects
  • Ans. 

    I have worked on various projects including a web application for inventory management and a mobile app for task tracking.

    • Developed a web application using React for inventory management

    • Created a mobile app using Flutter for task tracking

    • Implemented RESTful APIs for communication between frontend and backend systems

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well while writing the coding test and if don't understand when interviewer is asking. Ask again to clarify
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Problems related to Binary Search
  • Q2. Problem statement on BST

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA basics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Mar 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Starts with an online assessment test on HackerRank. Expect a LeetCode Medium question most of the time, mostly created by HackerRank.

Round 2 - One-on-one 

(2 Questions)

  • Q1. LC medium related to dynamic programming.
  • Q2. LC easy related to heaps.
Round 3 - One-on-one 

(1 Question)

  • Q1. LC medium-hard, don't remember the category.
Round 4 - One-on-one 

(1 Question)

  • Q1. This was a design round. You can expect to be asked to design the DB schema and API endpoints for a well-known use case. Interviewer was super helpful and receptive throughout. While getting to an agreeabl...
Round 5 - One-on-one 

(1 Question)

  • Q1. Hiring manager round. Mostly discussions about your profile, discussion on past projects from your resume. You can do well in this round if you know your basics and can explain your projects to some depth....

Interview Preparation Tips

Interview preparation tips for other job seekers - Apart from DSA (which is very important in the initial rounds, I would say), putting down your understanding of your past projects in a doc and refining it should help in most conversations you have throughout the interview process. Also brush up on schema design, normalisation, and API design.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Reverse a linked list
  • Ans. 

    Reverse a linked list by changing the direction of pointers

    • Start with three pointers: current, previous, and next

    • Iterate through the linked list, updating pointers to reverse the direction

    • Update the head of the linked list to be the last node visited

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Building small UI screen application in 1 hr for frontend developer

Round 2 - One-on-one 

(3 Questions)

  • Q1. Graph traversal question
  • Q2. React js questions
  • Q3. Javascript output guessing question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. DSA Structures and Tests
  • Ans. 

    Understanding of data structures and algorithms is crucial for software engineering roles.

    • Knowledge of common data structures like arrays, linked lists, trees, graphs, etc.

    • Understanding of algorithms like sorting, searching, dynamic programming, etc.

    • Ability to analyze time and space complexity of algorithms.

    • Experience in writing efficient code using data structures and algorithms.

    • Familiarity with common data structure ...

  • Answered by AI
  • Q2. Question on vertx

Feuji Interview FAQs

How many rounds are there in Feuji Associate Software Engineer interview?
Feuji interview process usually has 2 rounds. The most common rounds in the Feuji interview process are Coding Test and Technical.

Tell us how to improve this page.

Feuji Associate Software Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Feuji Associate Software Engineer Salary
based on 25 salaries
₹3.5 L/yr - ₹5.6 L/yr
38% less than the average Associate Software Engineer Salary in India
View more details

Feuji Associate Software Engineer Reviews and Ratings

based on 3 reviews

3.5/5

Rating in categories

4.6

Skill development

3.9

Work-life balance

3.2

Salary

2.5

Job security

3.9

Company culture

2.8

Promotions

3.5

Work satisfaction

Explore 3 Reviews and Ratings
Associate Software Engineer
25 salaries
unlock blur

₹3.5 L/yr - ₹5.6 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹5.2 L/yr - ₹24 L/yr

Software Engineer
5 salaries
unlock blur

₹8.9 L/yr - ₹10.2 L/yr

Graduate Trainee
4 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Technical Lead
4 salaries
unlock blur

₹22 L/yr - ₹42.6 L/yr

Explore more salaries
Compare Feuji with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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