Upload Button Icon Add office photos

Facilio

Compare button icon Compare button icon Compare

Filter interviews by

Facilio Software Developer Interview Questions and Answers

Updated 7 Nov 2024

Facilio Software Developer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Permutations and combinations, time and work

Round 2 - Coding Test 

Baesd on leetcode question varies from easy to difficult

I applied via Walk-in and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Tell Me About urself
  • Q2. Why should we Hire you?
  • Ans. I Hope I'm suitable for this Role
  • Answered Anonymously
  • Q3. Some Words About ur project
  • Ans. I Did My Major project on e billing
  • Answered Anonymously
  • Q4. What is ur strength ?
  • Q5. What is ur weakness?

Interview Preparation Tips

Interview preparation tips for other job seekers - Go Without Fear Believe in yourself

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Rakuten
Q2. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Amazon
Q3. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Facilio?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Indeed and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Core HTML, CSS and JS

Round 2 - Coding Test 

JS deep dive and react

Round 3 - Behavioral 

(1 Question)

  • Q1. Mimic Promise.all, Array.flat, OTP Component etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Study core JS concepts and be strong in react fundamentals
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. How to centre a div container
  • Ans. 

    Centering a div container can be achieved using CSS techniques like flexbox, grid, or margin auto for block elements.

    • Using Flexbox: Set the parent container to display: flex; and justify-content: center; align-items: center; to center the child div.

    • Example: .parent { display: flex; justify-content: center; align-items: center; height: 100vh; } .child { width: 50%; }

    • Using Grid: Set the parent to display: grid; and use p...

  • Answered by AI
  • Q2. What is a command to run a react project
  • Ans. 

    To run a React project, use the command 'npm start' in the project directory to start the development server.

    • Navigate to the project directory: Use 'cd your-project-name' to go to your React project folder.

    • Install dependencies: Run 'npm install' to install all required packages listed in package.json before starting the project.

    • Start the development server: Execute 'npm start' to launch the React application in your de...

  • Answered by AI
  • Q3. What is the Full Form of nmp
  • Ans. 

    NPM stands for Node Package Manager, a tool for managing JavaScript packages and dependencies in Node.js applications.

    • Package Management: NPM allows developers to install, update, and manage libraries and tools needed for their projects, such as Express or React.

    • Dependency Management: It helps in managing project dependencies, ensuring that the correct versions of libraries are used, which is crucial for compatibility.

    • ...

  • Answered by AI
  • Q4. What is the difference between framework or Library
  • Ans. 

    A framework provides a structure for building applications, while a library offers reusable code for specific tasks.

    • Inversion of Control: Frameworks dictate the flow of control, while libraries allow developers to call them as needed. Example: Angular (framework) vs. jQuery (library).

    • Purpose: Frameworks are designed for building entire applications, whereas libraries focus on specific functionalities. Example: Django (...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make an effort every day to improve yourself.

I applied via Referral and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. About the oops concepts
Round 2 - HR 

(1 Question)

  • Q1. How you would like to join a company who is working with different technologies at a time?

Interview Preparation Tips

Interview preparation tips for other job seekers - basic questions about java and algorithms as a fresher

I applied via Naukri.com and was interviewed in Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical Questions about java and mysql

Interview Preparation Tips

Interview preparation tips for other job seekers - BE CONFIDENT 😎

I applied via Naukri.com and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic questions of c# and web app and SQL Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview, there is no challenging questions asked, web api and SQL demanding, be confident
Are these interview questions helpful?

I applied via Referral and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic Data Structure and JSON handling

Interview Preparation Tips

Interview preparation tips for other job seekers - basics of ds/algo and nodejs/javascript is sufficient

I applied via Referral and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is app config, web config and package.json
  • Ans. 

    App config, web config and package.json are configuration files used in software development.

    • App config is used in .NET applications to store application settings.

    • Web config is used in ASP.NET applications to store web application settings.

    • Package.json is used in Node.js applications to manage dependencies and scripts.

    • All three files are used to configure and customize software applications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be normal and answer only what asked. Answering in your own language

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Dec 2019. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Basic questions about .Net MVC(Routing,Life Cycle, Model,Controller,View,Sessions,Cookies,View Bag,ViewData,View Engines)
  • Q2. SQL Server:- Stored Procedures, CRUD Operations, Diffrence between Procedure and function, Diff b/w (Char,Varchar,Nchar,Nvarchar), Projects you have done, JavaScript basics and Also asked about jQuery just...
  • Q3. Also polish your OOP concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - I was interviewed at Okhla office and interviewer was nice. As a fresher they will ask you only basic questions.
Interview lasted about 20-25 min
Prepare well.
Good luck.

Facilio Interview FAQs

How many rounds are there in Facilio Software Developer interview?
Facilio interview process usually has 2 rounds. The most common rounds in the Facilio interview process are Aptitude Test and Coding Test.
How to prepare for Facilio Software Developer 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 Facilio. The most common topics and skills that interviewers at Facilio expect are CSS, Front End, HTML, IOS and Java.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Interview Questions from Similar Companies

InsanelyGood Interview Questions
4.1
 • 19 Interviews
Vegrow Interview Questions
3.9
 • 17 Interviews
FarMart Interview Questions
4.0
 • 16 Interviews
STARZ Ventures Interview Questions
4.8
 • 16 Interviews
Pepper Content Interview Questions
2.5
 • 13 Interviews
Mylo Interview Questions
2.9
 • 12 Interviews
NirogStreet Interview Questions
2.9
 • 11 Interviews
View all
Facilio Software Developer Salary
based on 7 salaries
₹5 L/yr - ₹7 L/yr
42% less than the average Software Developer Salary in India
View more details

Facilio Software Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

4.0

Salary

3.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Member Technical Staff
21 salaries
unlock blur

₹5 L/yr - ₹11.4 L/yr

Full Stack Developer
10 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Full Stack Software Developer
9 salaries
unlock blur

₹5.8 L/yr - ₹8.8 L/yr

Software Developer
7 salaries
unlock blur

₹5 L/yr - ₹7 L/yr

Business Analyst
6 salaries
unlock blur

₹8.6 L/yr - ₹11 L/yr

Explore more salaries
Compare Facilio with

InsanelyGood

4.1
Compare

Vegrow

3.9
Compare

Vilcart

3.7
Compare

Garuda Aerospace

3.4
Compare
write
Share an Interview