Upload Button Icon Add office photos
Engaged Employer

i

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

Firminiq Verified Tick

Compare button icon Compare button icon Compare
4.4

based on 58 Reviews

Filter interviews by

Firminiq Backend Developer Interview Questions and Answers

Updated 27 Aug 2024

Firminiq Backend Developer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Promises, async/await
  • Q2. Middleware, in-build and thirdparty

Interview questions from similar companies

I applied via Approached by Company and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About the project and basic things on which technology you getting hired
  • Q2. Ask about the basic database questions and scalability related question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepare you basics on which platform you getting hired.

I applied via Company Website and was interviewed in Jun 2022. There were 4 interview rounds.

Round 1 - Coding Test 

HackerRank Test
1 hour test
Leetcode easy - medium questions

Round 2 - Technical 

(1 Question)

  • Q1. Q1 - Leetcode : 1577. Number of ways where the square of numbers is equal to the product of 2 numbers Q2- Leetcode medium-level question based on arrays
  • Ans. 

    Backend Developer interview question on Leetcode problems related to arrays and number manipulation.

    • Q1: Find number of ways where the square of numbers is equal to the product of 2 numbers

    • Q2: Solve a medium-level Leetcode problem based on arrays

    • Use appropriate data structures and algorithms to optimize solutions

    • Practice problem-solving skills regularly to improve efficiency

  • Answered by AI
Round 3 - Low level design 

(1 Question)

  • Q1. Design Inventory management system
  • Ans. 

    An inventory management system is designed to track and manage inventory levels, orders, sales, and deliveries.

    • Identify inventory items and categorize them

    • Track inventory levels and set reorder points

    • Manage orders and sales

    • Monitor deliveries and returns

    • Integrate with accounting and ERP systems

  • Answered by AI
Round 4 - Cultural fitment round 

(1 Question)

  • Q1. Questions about last project and resume based

Interview Preparation Tips

Topics to prepare for Spinny Backend Developer interview:
  • low level design
  • DSA
  • REST API
  • Java
Interview preparation tips for other job seekers - Interviewers are very helpful , just stay calm and prepare well

Skills evaluated in this interview

I applied via Referral and was interviewed in Jun 2022. There were 5 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 

Aptitude contain maths, logical reasoning, unseen passage of English and technical test. Almost 20 questions there. Each section contains 5 questions. Question level was easy to difficult.

Round 3 - Technical 

(1 Question)

  • Q1. What is oops? pillar of oops. Details explanation with proper example. Collection framework questions . Difference between collection and collections. Why collection used when there is array is available i...
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm based on the concept of objects.

    • OOP is based on the four pillars: encapsulation, inheritance, abstraction, and polymorphism.

    • Encapsulation is the practice of hiding data and methods within a class.

    • Inheritance allows a class to inherit properties and methods from a parent class.

    • Abstraction is the process of hiding implementation details while showing only the ne...

  • Answered by AI
Round 4 - Coding Test 

Basic pattern and some other programs like reverse of string,replace Vivek with their next letter, Armstrong, palindrome,reverse of no.etc

Round 5 - HR 

(1 Question)

  • Q1. Tell me about yourself. Why you choose these job. Background and other things Tells company policy and other things

Interview Preparation Tips

Topics to prepare for Tekno Point Multimedia Backend Developer interview:
  • Oops concepts
  • Collection framework
  • Multithreading
  • String
  • Features of java
  • Servlets
  • MySQL
  • JDBC
  • JSP
  • Hibernate
Interview preparation tips for other job seekers - More focus on practical knowledge and communication is must important so try to improve it as much you can do

I applied via Recruitment Consulltant and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test is basic maths

Round 2 - Coding Test 

Questions level is medium one question from string and one question from graphs.

Round 3 - Technical 

(1 Question)

  • Q1. 1. What is thread ? 2. What is finally keywords? 3. When finally keywords is not executed ? 4.what is api ? 5.What is case in DBMS ?
  • Ans. 

    Backend Developer interview questions on threads, finally keywords, APIs, and DBMS cases.

    • Thread is a lightweight process that can run concurrently with other threads.

    • Finally keyword is used in try-catch block to execute code after try and catch blocks.

    • Finally block is not executed when the program terminates abnormally, such as with System.exit() or an uncaught exception.

    • API stands for Application Programming Interface...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For the technical round you focus on core java?

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Basics of Java, Spring boot and microservices
Round 2 - Technical 

(1 Question)

  • Q1. Java8, spring boot, microservices question at medium level tuff.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview level is moderate and easy to crack. You can demand for hign salary for backend developer.

I applied via Instahyre and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Coding Round on HackerEarth, 3 coding questions, Duration - 75 mins

Round 2 - One-on-one 

(2 Questions)

  • Q1. Question on Resume, about projects and frameworks
  • Q2. Number of SubArrays with odd sum
  • Ans. 

    Count the number of subarrays in an array with odd sum.

    • Loop through the array and calculate the prefix sum at each index.

    • For each prefix sum, count the number of previous prefix sums that have the same parity.

    • Add the count to the total number of subarrays with odd sum.

    • Return the total count.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Spinny Backend Developer interview:
  • DSA
Interview preparation tips for other job seekers - Spinny mostly focusses on coding skills, so practice a lot of DSA.

Skills evaluated in this interview

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

Round 1 - Technical 

(1 Question)

  • Q1. Features of python Difference between list and tuple explain inheritance with an example types of inheritance what is self keyword find the average of numbers in a list explain memory management in python ...
  • Ans. 

    Interview questions for Backend Developer role covering Python and Django

    • Python features: dynamic typing, garbage collection, high-level data structures, etc.

    • List vs Tuple: List is mutable, Tuple is immutable

    • Inheritance: a way to create a new class from an existing one, inheriting its attributes and methods

    • Types of inheritance: single, multiple, multilevel, hierarchical

    • Self keyword: refers to the instance of the class,...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Why did you leave your previous job explain how you are a problem solver I was given a brief of celebrity commerce website and asked to design backend pattern what are drawbacks of django

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have left your previous job, always answer with a genuine reason that you did you leave your job. Don't say google answers like I want to learn more. If you say so, the HR or the owner of the company would say learning and working in a company is different.
Be confident and revise all the basics of technologies you have mentioned in your resume.

Skills evaluated in this interview

I applied via AmbitionBox and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Apne phlw khi job ki hai
  • Q2. Fresher hai ya experience
  • Q3. Itni Jagah interview Diya Hai
  • Q4. Aap Yahan job karna chahte hain

Interview Preparation Tips

Interview preparation tips for other job seekers - Mujhe is company mein job karni hai Kyunki Mujhe yah company acchi lagi

I applied via Company Website and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Coding Test 

2 DSA question, difficulty leetcode medium, questions were on searching and sorting

Round 2 - Coding Test 

1 DSA question, defficulty leetcode hard with extra little twist based on dp.

Round 3 - One-on-one 

(1 Question)

  • Q1. It was with co-founder

Interview Preparation Tips

Interview preparation tips for other job seekers - Searching &sorting and dp question are mandatory, if you know the solution don't directly jump to best solution, explain from worst to best solution.

Firminiq Interview FAQs

How many rounds are there in Firminiq Backend Developer interview?
Firminiq interview process usually has 1 rounds. The most common rounds in the Firminiq interview process are Technical.
How to prepare for Firminiq Backend 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 Firminiq. The most common topics and skills that interviewers at Firminiq expect are Full Stack, Javascript and Node.Js.
What are the top questions asked in Firminiq Backend Developer interview?

Some of the top questions asked at the Firminiq Backend Developer interview -

  1. Middleware, in-build and thirdpa...read more
  2. promises, async/aw...read more

Tell us how to improve this page.

Firminiq Backend Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Technology Analyst
36 salaries
unlock blur

₹6.2 L/yr - ₹16.2 L/yr

Software Engineer
21 salaries
unlock blur

₹4 L/yr - ₹7.7 L/yr

Senior Software Engineer
19 salaries
unlock blur

₹6 L/yr - ₹16 L/yr

Technical Lead
8 salaries
unlock blur

₹13 L/yr - ₹23.9 L/yr

Technical Analyst
7 salaries
unlock blur

₹8.6 L/yr - ₹11.9 L/yr

Explore more salaries
Compare Firminiq 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