Upload Button Icon Add office photos
Engaged Employer

i

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

Furlenco Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Furlenco Software Engineer Interview Questions and Answers

Updated 10 Jul 2024

Furlenco Software Engineer Interview Experiences

1 interview found

Software Engineer Interview Questions & Answers

user image Kreeti Singh

posted on 10 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Design Questions to build a scalable micro service
  • Ans. 

    Design a scalable microservice architecture for handling high traffic and data efficiently.

    • Use stateless services to allow easy scaling; e.g., RESTful APIs that don't store session data.

    • Implement load balancing to distribute traffic evenly across instances; e.g., using Nginx or AWS ELB.

    • Utilize containerization (Docker) for consistent environments and easy deployment.

    • Incorporate a service registry (like Consul) for serv...

  • Answered by AI
  • Q2. Salary Discussion

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Furlenco?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Aug 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic Questions only, Oops concept, Android basic questions, work manager related, MVVM pattern, why kotlin?

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a well-motivated place in terms of work, they are really making the best use of technology that they can. The interview can be clarified by someone who has clear basics of technology, how things are really moving in technology. They are only examining the basics of technology.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before May 2023.

Round 1 - Technical 

(1 Question)

  • Q1. DSA - level order traversal, sliding window.
Round 2 - One-on-one 

(1 Question)

  • Q1. Atomic transaction in distributed system
  • Ans. 

    Atomic transactions ensure that all operations in a transaction are completed successfully or none at all in a distributed system.

    • Atomic transactions guarantee that all operations within a transaction are either all successful or all rolled back.

    • In distributed systems, atomic transactions are crucial for maintaining data consistency across multiple nodes.

    • ACID properties (Atomicity, Consistency, Isolation, Durability) a...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
Not Selected

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

Round 1 - Coding Test 

It was a 1 hour Technical screening round, coding question in java (you cna choose your own language). They asked a difficult version of regex matching question (Leetcode medium-hard).

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Techical questions and coding questions related profile.
  • Q2. Basic concepts about your programming skills.
  • Ans. 

    I possess strong programming skills in various languages, focusing on problem-solving and software design principles.

    • Proficient in languages like Java, Python, and JavaScript, enabling versatile application development.

    • Experience with object-oriented programming (OOP) principles, such as encapsulation and inheritance, to create modular code.

    • Familiar with data structures and algorithms, optimizing performance; for examp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice company and positive interview response and smooth interview process and recommend to join .
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 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 - Technical 

(2 Questions)

  • Q1. How can we improve the performance of a Front End System
  • Q2. What is Event Loop and give an example on how it works.
  • Ans. 

    Event Loop is a mechanism that allows JavaScript to handle multiple tasks simultaneously.

    • Event Loop is a part of JavaScript runtime that continuously checks the call stack and the task queue.

    • It prioritizes the tasks in the queue and pushes them to the call stack when it's empty.

    • This allows JavaScript to handle I/O operations and other asynchronous tasks without blocking the main thread.

    • Example: setTimeout() function ad...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep focusing on basics, JavaScript is a must, no matter what framework you use.

Skills evaluated in this interview

Furlenco HR Interview Questions

5 questions and answers

Q. How will your overall experience help if you are selected at Furlenco?
Q. Describe the architecture of your project.
Q. Tell me about your past experience.

I appeared for an interview in Sep 2021.

Interview Questionnaire 

2 Questions

  • Q1. Logical with array arrangements
  • Q2. OPPS, Abstraction, interface, traits...

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be logically strong.
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Time Window Map
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

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

Round 1 - Coding Test 

1 hour duration. Sliding window problem. On hacker rank platform. Expected to write a working code and solve it optimally/scalable solution.

Round 2 - Technical 

(1 Question)

  • Q1. Again a coding test. LLD + hash map. 1 hour on hacker rank.
  • Ans. 

    Design a system to manage user sessions using a hash map for efficient access and storage.

    • Use a hash map to store user sessions with session ID as the key and user data as the value.

    • Implement methods to create, retrieve, and delete sessions efficiently.

    • Consider session expiration and implement a cleanup mechanism.

    • Example: For a session ID 'abc123', store user data like { 'userId': 1, 'lastAccess': '2023-10-01T12:00:00Z...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Question on dsa and string theory along with oops concepts

Round 2 - Technical 

(1 Question)

  • Q1. Question on java strings and arrays

Furlenco Interview FAQs

How many rounds are there in Furlenco Software Engineer interview?
Furlenco interview process usually has 1 rounds. The most common rounds in the Furlenco interview process are One-on-one Round.
How to prepare for Furlenco Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Furlenco. The most common topics and skills that interviewers at Furlenco expect are Apache, Billing, Coding, Data Structures and Logistics Management.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Furlenco Software Engineer Salary
based on 18 salaries
₹13.8 L/yr - ₹24 L/yr
103% more than the average Software Engineer Salary in India
View more details

Furlenco Software Engineer Reviews and Ratings

based on 9 reviews

2.5/5

Rating in categories

2.8

Skill development

2.4

Work-life balance

2.7

Salary

1.6

Job security

2.4

Company culture

2.5

Promotions

2.5

Work satisfaction

Explore 9 Reviews and Ratings
Assistant Manager
49 salaries
unlock blur

₹5 L/yr - ₹9.5 L/yr

Senior Executive
42 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Senior Software Engineer
25 salaries
unlock blur

₹18 L/yr - ₹30 L/yr

Warehouse Executive
20 salaries
unlock blur

₹3.7 L/yr - ₹5.2 L/yr

Software Engineer
18 salaries
unlock blur

₹13.8 L/yr - ₹24 L/yr

Explore more salaries
Compare Furlenco with

MagicPin

2.6
Compare

Awign Enterprises

3.7
Compare

Nestaway

3.7
Compare

Ketto

4.0
Compare
write
Share an Interview