Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Quadlabs Technologies Senior Software Engineer Interview Questions and Answers

Updated 8 Dec 2021

Quadlabs Technologies Senior Software Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows for code reuse and promotes modularity.

    • The existing class is called the parent or base class, while the new class is called the child or derived class.

    • The child class inherits all the properties and methods of the parent class, and can also add new properties and method...

  • Answered by AI
  • Q2. Inheritance is process through which child class inherits properties of base class
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a subclass acquires the properties and behaviors of its parent class.

    • Inheritance allows for code reuse and promotes a hierarchical organization of code.

    • The child class can override or extend the properties and behaviors inherited from the parent class.

    • Inheritance can be single, multiple, or multilevel depending on the number of parent classes involved.

    • Exam...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing as such , give your best

Senior Software Engineer Jobs at Quadlabs Technologies

View all

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Dec 2021. There were 2 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Mostly Tech related questions asked in first round
  • Q2. Managerial round is the final one

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process was quite quick and there was only one technical round. Most of the questions were technical in nature with focus on basics. Although the experience may differ from one panelist to another.
Round 1 - One-on-one 

(1 Question)

  • Q1. Simple question not very hard related to java

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident n do not over sell your
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. General Technical Discussion based on previous experience
Round 2 - Coding Test 

Low-level design primarily Design patterns focused.

Round 3 - Technical 

(1 Question)

  • Q1. High Level Design focusing on distributed systems and 1 Coding Question

Interview Preparation Tips

Topics to prepare for Tavisca Solutions Senior Software Engineer interview:
  • Design Patterns
  • C#
  • Distributed Systems
  • System Design
Round 1 - Technical 

(1 Question)

  • Q1. Basics of android and java
Round 2 - Coding Test 

Ds related questions

Round 3 - Technical 

(1 Question)

  • Q1. All Android (Java and kotlin)
Round 4 - Behavioral 

(1 Question)

  • Q1. Past projects,android,kotlin
Round 5 - HR 

(1 Question)

  • Q1. About Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared if you want to join in yatra
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

45 MCQ Which includes below topics
Basic core Java
Database
Spring
Hibernate
Angular
One program based on core Java logic

Interview Preparation Tips

Round: Test
Experience: 1. Rotate a matrix by 90 degrees clockwise.( He asked me have you heard of question.I said Yes.Then he asked me to code)2. Find vertical sum of nodes present in same vertical line in binary tree. ( He again asked me have you heard of question. I have heard it but didn’t remember the approach. It took some time and then I started telling my approach.He aasked me to write code and question regarding get sums from left to right , for which I made use of linked hashmap)
Overall It was very cool for me
Total Questions: 2

Round: Test
Experience: 1.Reverse K blocks of nodes in linked list.There are two interviewers this time, probably, guy was senior he was asking me question.He was very particular in coding. Checked every edge case.and asked me evrything.Initially I told the approach and then started coding.2.Find min in stack in O(1)Pretty straightforward written code.Again he checked all edge cases with my code.3. Then asked about counting sort and its code.4. And a simple question on array sorting.

Round: HR Interview
Experience: I thought this was last round as they have said like.She asked me about my strengths and challenges I faced.How I overcame through it1.Basic question on oops concepts.(runtime polymorphism).
2.Design tables for getting all employees under manager. I screwed it little bit.But some how I got answer which I was not satisfied as well.I was expecting result either yes/no.But they called me for another round of interview may be because of my expected salary which was high compared to my previous.

Round: Technical Interview
Experience: 1.Given “aaabbbccc” it should return “a3b3c3″ in place. Initially I explained brute force approach then he said array has 2n space.I was able to remember approach for quicksort and started explaining after which I grew confident on it.He was satisfied.Questions on time complexity of algo and space complexity discussions.2.Again a question on OOPs.This time I was completely wrong in answering it.I thought interview with yatra was closing for me.He was not satisified much with this.Luckily, there was another round with manager.

Round: Other Interview
Experience: 1.He asked me to find words which are having particular pattern.Then I said it was KMP algo. Can I explain it ?? I started explaining approach, may be he was busy with something, he asked me to write pseudo code.He left the room for 15 mins then he came back I had almost completed the code, which he was satisified.Some basic questions on spring ( my previous work was related to it). Then my expected salary and my position If I got selected in yatra were discussed.

College Name: NA
Round 1 - One-on-one 

(2 Questions)

  • Q1. Internal Working Of Hashmap, Java 8 features and two DSA questions one was based on the array and the second one was based on LinkedList. The first interview round was very excellent that's why they conduc...
  • Q2. Detect loop in a LinkedList,
  • Ans. 

    Detect loop in a LinkedList

    • Use two pointers, one moving at twice the speed of the other

    • If there is a loop, the faster pointer will eventually catch up to the slower one

    • If there is no loop, the faster pointer will reach the end of the list

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

(2 Questions)

  • Q1. System Design HLD and LLD round which was the final round.
  • Q2. HLD and LLD Designing round: Desing Architecture for ChatBot and Company Employee Data Management System.

Interview Preparation Tips

Interview preparation tips for other job seekers - Have Good Practice in DSA and System Desing, Basic and OOPS concept of any One Programming Language should be very clear

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic js question closure, async defer and all
  • Q2. Create autosuggest debounce, pollyfill
  • Ans. 

    Autosuggest debounce is a feature that delays the search suggestions until the user stops typing, and a polyfill is a piece of code that provides functionality that is not natively supported by the browser.

    • Implement a debounce function to delay the autosuggest feature until the user stops typing.

    • Use a polyfill to provide support for the autosuggest feature in browsers that do not natively support it.

    • Example: Implement ...

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. A programming question
  • Q2. React-native architecture and flatlist
  • Q3. Kadanes algorithm
  • Ans. 

    Kadane's algorithm is used to find the maximum subarray sum in an array of integers.

    • Iterate through the array and keep track of the maximum sum ending at each index.

    • At each index, choose between extending the previous subarray or starting a new subarray.

    • Example: For array [-2, 1, -3, 4, -1, 2, 1, -5, 4], the maximum subarray sum is 6 (from index 3 to 6).

  • Answered by AI
  • Q4. Scalablity, performance

Interview Preparation Tips

Interview preparation tips for other job seekers - Advance js topics and programming questions, scalablity and performance optimization

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Android activity lifecycle
  • Q2. Android MVVM architecture
Contribute & help others!
anonymous
You can choose to be anonymous

Quadlabs Technologies Interview FAQs

How to prepare for Quadlabs Technologies 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 Quadlabs Technologies. The most common topics and skills that interviewers at Quadlabs Technologies expect are .NET, ASP.NET, Angularjs, C# and Javascript.
What are the top questions asked in Quadlabs Technologies Senior Software Engineer interview?

Some of the top questions asked at the Quadlabs Technologies Senior Software Engineer interview -

  1. inheritance is process through which child class inherits properties of base cl...read more
  2. What is inherita...read more

Recently Viewed

INTERVIEWS

MindSquare Technologies

No Interviews

REVIEWS

Infosearch BPO Services

No Reviews

LIST OF COMPANIES

Infosearch BPO Services

Locations

INTERVIEWS

Infosearch BPO Services

No Interviews

INTERVIEWS

MindSquare Technologies

No Interviews

SALARIES

MindSquare Technologies

INTERVIEWS

Quadlabs Technologies

No Interviews

REVIEWS

Genpact

No Reviews

SALARIES

Infosearch BPO Services

SALARIES

MindSquare Technologies

Tell us how to improve this page.

Saint-Gobain

We thank our employees for rating us 4/5 on AmbitionBox

Quadlabs Technologies Senior Software Engineer Salary
based on 9 salaries
₹5.5 L/yr - ₹7.7 L/yr
57% less than the average Senior Software Engineer Salary in India
View more details

Quadlabs Technologies Senior Software Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

2.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Software Developer
64 salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

Senior Software Developer
20 salaries
unlock blur

₹4.2 L/yr - ₹12 L/yr

Softwaretest Engineer
18 salaries
unlock blur

₹3.7 L/yr - ₹7.8 L/yr

Application Support Engineer
15 salaries
unlock blur

₹4.3 L/yr - ₹6.3 L/yr

Senior Software Engineer
9 salaries
unlock blur

₹5.5 L/yr - ₹7.7 L/yr

Explore more salaries
Compare Quadlabs Technologies with

Tavisca Solutions

3.2
Compare

Travelex

3.6
Compare

Riya Travel

3.6
Compare

Travel Boutique Online

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