Upload Button Icon Add office photos
Engaged Employer

i

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

Spinebiz Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Spinebiz Interview Questions and Answers

Updated 17 Dec 2024

Spinebiz Interview Experiences

Popular Designations

7 interviews found

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

(1 Question)

  • Q1. Java OOPS concepts, Project Experience

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 10 Jun 2024

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

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is active directory
  • Ans. 

    Active Directory is a directory service developed by Microsoft for Windows domain networks.

    • Centralized database for managing network resources

    • Stores information about users, computers, and other network objects

    • Allows for authentication and authorization of users

    • Enables administrators to manage and secure network resources

    • Supports group policies for controlling user access and settings

  • Answered by AI
  • Q2. What is your role in previous company
  • Q3. What are your daily routine activities

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare interview on basics and prepare based on your roles

Skills evaluated in this interview

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

I applied via Naukri.com and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Gave me a small coding task to complete in a day's time.

Round 2 - One-on-one 

(1 Question)

  • Q1. A general discussion based on your resume. Going into how would you handle different situations in coding,
Round 3 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. They are not looking for theoretical knowledge. What they want is practical capabilities.

Mobile Developer Interview Questions asked at other Companies

Q1. 1. What is Virtual DOM in react?
View answer (2)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jul 2022. There were 4 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 

Questions will be divided into 4 categories
1) Logical & Reasoning
2) Aptitude
3) English grammar
4) Coding

Questions will be on basic level

Round 3 - Group Discussion 

Gives a topic to group of people and tests their communication skills and active participation

Round 4 - Technical 

(2 Questions)

  • Q1. Questions will be on skills that are mentioned in resume, Starts with project explanation and then technology we are interested on and reason for that
  • Q2. What you are expecting for our company How many years you would like to work in our company

Interview Preparation Tips

Topics to prepare for Spinebiz Software Engineer interview:
  • Java
  • Javascript
  • Node.Js
  • Angular
  • Typescript
  • HTML
  • CSS
  • Database
  • Spring
  • Springboot

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (213)

Spinebiz interview questions for popular designations

 Software Engineer

 (1)

 Test Engineer

 (1)

 Senior Java Developer

 (1)

 Java Developer

 (1)

 Mobile Developer

 (1)

 Team Lead

 (1)

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

Round 1 - Technical 

(1 Question)

  • Q1. 1) Tell about yourself 2) Day to day activities in previous organization 3) About your project 4) Defect life cycle 5) Smoke and sanity testing 6) Mobile testing 7) Test case 8) Test scenario 9) Selenium u...
Round 2 - HR 

(1 Question)

  • Q1. Tell about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover all manual testing topics.
Explain about your project properly.

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

Interview Questions & Answers

user image Anonymous

posted on 29 Oct 2021

Interview Questionnaire 

1 Question

  • Q1. More of technical discussion than definitions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Hiring process is good and the interviewers are very polite.

Senior Java Developer Interview Questions & Answers

user image Geetha Lavanya

posted on 31 Oct 2021

Interview Questionnaire 

1 Question

  • Q1. Project based

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was easy and more of technical discussion.

Senior Java Developer Interview Questions asked at other Companies

Q1. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked List. Input: The first line of ... read more
View answer (1)

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. API testing methods
  • Ans. 

    API testing methods involve functional, performance, security, and exploratory testing.

    • Functional testing ensures that the API meets the requirements and specifications.

    • Performance testing checks the API's response time, throughput, and resource utilization.

    • Security testing verifies the API's authentication, authorization, and encryption mechanisms.

    • Exploratory testing involves ad-hoc testing to discover defects and usa...

  • Answered by AI
  • Q2. Difference between sanity and smoke
  • Ans. 

    Sanity and Smoke are types of software testing. Sanity tests a specific functionality while Smoke tests the entire system.

    • Sanity testing is a narrow and deep testing approach while Smoke testing is a broad and shallow testing approach.

    • Sanity testing is performed after a small change in code while Smoke testing is performed after a major change in code.

    • Sanity testing is used to check if the critical functionalities are ...

  • Answered by AI
  • Q3. Difference between retesting and regression
  • Ans. 

    Retesting is testing the same functionality again after fixing the defects. Regression is testing the unchanged functionality after making changes.

    • Retesting is done to ensure that the defects have been fixed and the functionality is working as expected.

    • Regression is done to ensure that the changes made to the software have not affected the existing functionality.

    • Retesting is a subset of regression testing.

    • Retesting is ...

  • Answered by AI
  • Q4. Bug life cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - It was technical based interview round.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. SOLID principles examples in depth,given to design user management database in sql(just flow diagram,and in which table which value is used),some basic c# questions related to how you log in c#

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. SQL window functions
  • Q2. Basic SQL queries
  • Q3. Basic Power BI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be kind and humble and don't cheat. The interview will be a cup of cake if you even have some decent experience. Just get your basic right. There won't be much scenarios and coding questions

Spinebiz Interview FAQs

How many rounds are there in Spinebiz interview?
Spinebiz interview process usually has 2-3 rounds. The most common rounds in the Spinebiz interview process are Technical, HR and One-on-one Round.
How to prepare for Spinebiz 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 Spinebiz. The most common topics and skills that interviewers at Spinebiz expect are Javascript, Web Technologies, HTML, Java and Hibernate.
What are the top questions asked in Spinebiz interview?

Some of the top questions asked at the Spinebiz interview -

  1. What is active direct...read more
  2. Questions will be on skills that are mentioned in resume, Starts with project e...read more
  3. More of technical discussion than definitio...read more

Tell us how to improve this page.

Spinebiz Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.6
 • 40 Interviews
Argusoft Interview Questions
4.6
 • 38 Interviews
DotPe Interview Questions
3.2
 • 37 Interviews
View all

Spinebiz Reviews and Ratings

based on 57 reviews

2.9/5

Rating in categories

2.9

Skill development

3.1

Work-life balance

2.8

Salary

2.8

Job security

2.9

Company culture

2.7

Promotions

2.9

Work satisfaction

Explore 57 Reviews and Ratings
Software Engineer
50 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Senior Software Engineer
18 salaries
unlock blur

₹6 L/yr - ₹13 L/yr

Process Associate
14 salaries
unlock blur

₹2.3 L/yr - ₹4 L/yr

System Administrator
14 salaries
unlock blur

₹2.6 L/yr - ₹5 L/yr

Senior Process Associate
12 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Spinebiz with

Maxgen Technologies

4.5
Compare

Value Point Systems

3.7
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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