Upload Button Icon Add office photos

Facilio

Compare button icon Compare button icon Compare

Filter interviews by

Facilio Full Stack Developer Interview Questions and Answers

Updated 9 Mar 2024

Facilio Full Stack Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Duration is 90 minutes and the topics is they ask logical questions

Round 2 - Coding Test 

2 hours and have 5 questions

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
4-6 weeks
Result
Selected Selected

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

  • Q1. How to center a div?
  • Ans. 

    Centering a div can be achieved using various CSS techniques, including flexbox, grid, and margin auto.

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

    • Using Grid: Set the parent container to display: grid; and use place-items: center; to center the div in both directions.

    • Using Margin Auto: For a block-level di...

  • Answered by AI
  • Q2. How to install NPM?
  • Ans. 

    NPM is a package manager for JavaScript, essential for managing libraries and dependencies in Node.js applications.

    • Install Node.js: NPM comes bundled with Node.js, so first, download and install Node.js from the official website (https://nodejs.org).

    • Verify Installation: After installation, open your terminal or command prompt and run 'npm -v' to check if NPM is installed correctly.

    • Update NPM: You can update NPM to the ...

  • Answered by AI
  • Q3. What does Switch Branch Does in GITHUB
  • Ans. 

    Switching branches in GitHub allows developers to navigate between different lines of development in a repository.

    • Branching: Each branch represents an independent line of development, allowing multiple features or fixes to be worked on simultaneously.

    • Switch Command: The command 'git checkout <branch-name>' is used to switch to a different branch in your local repository.

    • Isolation: Changes made in one branch do no...

  • Answered by AI
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 Recruitment Consultant and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Realted to my previous job

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in answering to the interviewer
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2023.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is sql, what is key word, tell me something about pandas and numpy, hangman puzzle
  • Ans. 

    SQL is a programming language used for managing and manipulating relational databases. Keywords are reserved words in SQL.

    • SQL is used to retrieve, insert, update, and delete data from databases

    • Keywords in SQL are reserved words that have a specific meaning and cannot be used as identifiers

    • Pandas is a Python library used for data manipulation and analysis

    • NumPy is a Python library used for numerical computing and array o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - clear your basic everything is easy

Skills evaluated in this interview

Data Analyst Interview Questions & Answers

Mylo user image Shreya Mittal

posted on 16 May 2024

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

I applied via Campus Placement and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was good. 1 hr duration

Round 2 - One-on-one 

(1 Question)

  • Q1. The questions were asked one on one
Round 3 - HR 

(1 Question)

  • Q1. Normal hr questions were asked

Data Analyst Interview Questions & Answers

Mylo user image Mrinal Tiwari

posted on 11 Jun 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Joins and Basic aggregate questions
  • Q2. Python pandas realted
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic GFG questions and basic logiccal reasoning

Round 2 - HR 

(1 Question)

  • Q1. Why are you swithcing
  • Ans. 

    Seeking new challenges and growth opportunities in a different industry.

    • Looking for a new challenge to expand my skills and knowledge

    • Interested in exploring different industries and gaining diverse experience

    • Seeking growth opportunities that align with my career goals

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. General Discussion + 1 coding question

Intern Interview Questions & Answers

Vegrow user image Shaik Roshini

posted on 16 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Languages known
  • Ans. 

    I am fluent in English, Spanish, and French.

    • English

    • Spanish

    • French

  • Answered by AI

Facilio Interview FAQs

How many rounds are there in Facilio Full Stack Developer interview?
Facilio interview process usually has 2 rounds. The most common rounds in the Facilio interview process are Aptitude Test and Coding Test.

Tell us how to improve this page.

Overall Interview Experience Rating

4/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 Full Stack Developer Salary
based on 10 salaries
₹5 L/yr - ₹10 L/yr
27% less than the average Full Stack Developer Salary in India
View more details
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