Upload Button Icon Add office photos

Filter interviews by

Quinbay Senior Software Engineer Interview Questions and Answers

Updated 5 May 2024

Quinbay Senior Software Engineer Interview Experiences

1 interview found

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

(1 Question)

  • Q1. Basic Swift UIKIT SwiftUI Multithreading Code Data

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared with dsa and ios concepts.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. 3 sum coding problem
  • Q2. System design and projects
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic to medium questions related to DotNet Core MVC, SQL Server, etc
Round 2 - Technical 

(1 Question)

  • Q1. Completely unprofessional behavior of the interviewer. - No Introduction Direct start asking questions. - Asking too many misleading questions (First ask what you worked on, then ask did you heard about th...
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in May 2024. There were 5 interview rounds.

Round 1 - Coding Test 

2 Coding questions and 15 MCQs

Difficulty - Intermediate

Round 2 - Technical 

(1 Question)

  • Q1. Basic NodeJS related questions
Round 3 - One-on-one 

(1 Question)

  • Q1. System Design questions and coding questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Nodejs fundamental questions and system design
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion and growth expectations
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

Duration was 1 hour, Topics covered were DSA, Concurrency in golang, Databse questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learing DSA everyday and Master tthe most important topics in your programming language
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About the project. and asked what i did in project. how to create schema in pyspark. what is ADE. what are the difficulties i faced in project. what is spark submit command how we write sparksubmit command...
  • Q2. No of occurrences of letter in a string.
  • Ans. 

    Count occurrences of a letter in a string.

    • Iterate through each character in the string and count occurrences of the specified letter.

    • Use a hashmap to store the count of each letter.

    • Handle both uppercase and lowercase letters to ensure accurate counting.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

There was mcq test with 1 sql code based question.

Round 2 - Technical 

(5 Questions)

  • Q1. It was technical interview of around 30 min, questions were direct and short on react lifecycle and basic concepts of js.
  • Q2. What is debounce and throttling?
  • Ans. 

    Debounce and throttling are techniques used in web development to limit the number of times a function is called.

    • Debounce delays the execution of a function until after a specified time period has elapsed without additional calls.

    • Throttling limits the rate at which a function is called, ensuring it is not called more than once within a specified time interval.

    • Debounce is useful for handling events like resizing a windo...

  • Answered by AI
  • Q3. What is diff between git merge and rebase?
  • Ans. 

    Git merge combines changes from different branches, while rebase moves the current branch to the tip of another branch.

    • Merge creates a new commit with combined changes, while rebase rewrites commit history.

    • Merge preserves the commit history of both branches, while rebase creates a linear history.

    • Merge is non-destructive and suitable for public branches, while rebase is destructive and should be used for private branche...

  • Answered by AI
  • Q4. What is diff between git fork and clone?
  • Ans. 

    Git fork creates a copy of a repository under your GitHub account, while git clone creates a local copy of a repository.

    • Fork creates a copy on GitHub, clone creates a local copy on your machine

    • Forking allows you to make changes without affecting the original repository

    • Cloning downloads the entire repository to your local machine

    • Forking is commonly used for contributing to open source projects

  • Answered by AI
  • Q5. What is DOM in react?
  • Ans. 

    DOM in React stands for Document Object Model, representing the structure of a web page as a tree of objects.

    • DOM in React is a virtual representation of the actual HTML elements on a web page.

    • React uses a virtual DOM to improve performance by updating only the necessary components.

    • Changes to the virtual DOM are compared with the real DOM, and only the differences are updated.

    • This helps in minimizing the number of DOM m...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. It was based on round 2 but in detail.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. SQL query to join 3 tables
  • Ans. 

    Use SQL JOIN to combine data from 3 tables based on a common key.

    • Use INNER JOIN, LEFT JOIN, or RIGHT JOIN depending on the desired result

    • Specify the columns to select from each table

    • Use ON clause to specify the join condition

  • Answered by AI
  • Q2. Spring boot annotations
  • Q3. Hibernate annotations
  • Q4. Java 8 Streams + Lambda
Round 2 - One-on-one 

(3 Questions)

  • Q1. Working style: Independent contributor or Team
  • Q2. Are green-field projects alright?
  • Ans. 

    Green-field projects are great opportunities to start fresh and implement new technologies.

    • Green-field projects allow for creative freedom and innovation

    • They provide the opportunity to work with the latest technologies and tools

    • Starting from scratch can lead to cleaner code and better architecture

    • Examples: Developing a new mobile app, creating a new website from scratch

  • Answered by AI
  • Q3. Are you ok with learning new tech stacks?

Interview Preparation Tips

Topics to prepare for Revature Senior Software Engineer interview:
  • Java
  • Spring Framework
  • Hibernate
  • Angular
  • Data Structures

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Sql question, joins , store procedure
  • Q2. Mvc question, mvc frame work

Interview Preparation Tips

Interview preparation tips for other job seekers - Never join this company , that is my experience , they will give you resignation in 10 days without telling the proper reason , in this case it was team lead saurav , he had all planned me not gain entry to office on 10th day . i waited for 2 hours outside office then no one came so i left , also you sign bond for 2 years minimum, in my it was not applicable because i was experience
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Aug 2024.

Round 1 - Coding Test 

It was easy difficulty.

Round 2 - Technical 

(1 Question)

  • Q1. It was Medium difficulty.
Round 3 - Technical 

(1 Question)

  • Q1. It was medium difficulty.
Round 4 - Technical 

(1 Question)

  • Q1. It was managerial Round
Round 5 - HR 

(1 Question)

  • Q1. It was quick offer discussion.

Quinbay Interview FAQs

How many rounds are there in Quinbay Senior Software Engineer interview?
Quinbay interview process usually has 1 rounds. The most common rounds in the Quinbay interview process are Technical.
How to prepare for Quinbay Senior 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 Quinbay. The most common topics and skills that interviewers at Quinbay expect are SQL, Hibernate, Javascript, Open Source and Agile.

Tell us how to improve this page.

Quinbay Senior Software Engineer Salary
based on 90 salaries
₹11.4 L/yr - ₹28 L/yr
16% more than the average Senior Software Engineer Salary in India
View more details

Quinbay Senior Software Engineer Reviews and Ratings

based on 9 reviews

4.0/5

Rating in categories

4.3

Skill development

4.2

Work-life balance

3.7

Salary

4.2

Job security

3.4

Company culture

4.1

Promotions

4.0

Work satisfaction

Explore 9 Reviews and Ratings
Software Engineer
109 salaries
unlock blur

₹7.5 L/yr - ₹21 L/yr

Senior Software Engineer
90 salaries
unlock blur

₹11.4 L/yr - ₹28 L/yr

Software Developer
40 salaries
unlock blur

₹7.5 L/yr - ₹17 L/yr

Sdet Automation Test Engineer
19 salaries
unlock blur

₹7 L/yr - ₹10.1 L/yr

Sdet
18 salaries
unlock blur

₹7 L/yr - ₹11 L/yr

Explore more salaries
Compare Quinbay with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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