Upload Button Icon Add office photos
Engaged Employer

i

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

Swabhav Techlabs Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Swabhav Techlabs Interview Questions and Answers

Updated 1 Jul 2024

Swabhav Techlabs Interview Experiences

Popular Designations

3 interviews found

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

I appeared for an interview in Jun 2024.

Round 1 - Coding Test 

Pen Paper test of 3 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Basics OOPs questons
  • Q2. Resume based questions
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude with pseudo codes and concepts of oops

Round 2 - Coding Test 

3 coding questions to be written on paper

Round 3 - Technical 

(2 Questions)

  • Q1. There was discussion based on the logic of the written code and more questions about projects and java oops code was given to write.
  • Q2. Peak element of array
  • Ans. 

    A peak element in an array is an element that is greater than or equal to its neighbors.

    • Iterate through the array and check if the current element is greater than its neighbors.

    • If the current element is a peak, return it.

    • If there are multiple peak elements, return any one of them.

  • Answered by AI

Skills evaluated in this interview

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 (211)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

We were asked aptitude questions along with some pseudocodes too

Round 2 - Coding Test 

Two questions were given to us in an online meet and we were asked to explain the approach of the solution

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare dsa well and also be confident during your interview

Software Developer Trainee Interview Questions asked at other Companies

Q1. 1. Tell me about your self 2. Difference Between c & c++. 3. what is class? 4. what is object? 5. what is polymorphism? types of polymorphism explain real example of polymorphism. 6. what is inheritence? Difference between multiple &amp... read more
View answer (2)

Interview questions from similar companies

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

Interview Questionnaire 

2 Questions

  • Q1. Dimensional modelling, Snowflake model , star transformation model query tuning
  • Q2. Etl

Interview Preparation Tips

Interview preparation tips for other job seekers - They hire for clients ,the interview depends on projects

I applied via Naukri.com and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked about my previous company work experience. There were two rounds both were mostly same.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in what you say. What ever you have written in your Resume be completely prepared with technical questions of those technologies and work experience.

I applied via Job Portal and was interviewed before Jan 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Was an good interview which happened around one and half an hour
Round 2 - Case Study 

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was really good as they have asked about my experience and the work which I had performed... Etc

Interview Questionnaire 

2 Questions

  • Q1. Explain in brief about your past projects, techniques applied, approach to the problem?
  • Q2. Explain in brief all the tasks that were assigned in the previous company?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Sql, python, tableau are important topics
  • Q2. Prepare windows function in sql
  • Ans. 

    Windows function in SQL is used to perform calculations across a set of rows that are related to the current row.

    • Windows functions are used to calculate values based on a group of rows

    • They are used with the OVER clause

    • Examples include ROW_NUMBER(), RANK(), DENSE_RANK(), SUM(), AVG(), MIN(), MAX()

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - have basic understanding of technology on which u have worked

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between functions and stored procedure in SQL.
  • Ans. 

    Functions return a single value while stored procedures can perform multiple operations and return multiple values.

    • Functions return a single value while stored procedures can return multiple values.

    • Functions are used for computations and return values, while stored procedures are used for executing a series of statements.

    • Functions can be called from within SQL statements, while stored procedures are called using the EX...

  • Answered by AI
  • Q2. Difference between abstract class and Interface in C#
  • Ans. 

    Abstract class can have implementation details, while interface only contains method signatures.

    • Abstract class can have constructors, fields, and methods with implementation details, while interface can only have method signatures.

    • A class can inherit from only one abstract class, but can implement multiple interfaces.

    • Abstract classes are used when some common functionality needs to be shared among multiple classes, whi...

  • Answered by AI

Skills evaluated in this interview

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

Money or happiness/ Any current topic

Swabhav Techlabs Interview FAQs

How many rounds are there in Swabhav Techlabs interview?
Swabhav Techlabs interview process usually has 2-3 rounds. The most common rounds in the Swabhav Techlabs interview process are Coding Test, Aptitude Test and Technical.
How to prepare for Swabhav Techlabs 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 Swabhav Techlabs. The most common topics and skills that interviewers at Swabhav Techlabs expect are .Net Core, AWS, Algorithms, Data Structures and Digital Marketing.
What are the top questions asked in Swabhav Techlabs interview?

Some of the top questions asked at the Swabhav Techlabs interview -

  1. Peak element of ar...read more
  2. There was discussion based on the logic of the written code and more questions ...read more
  3. Resume based questi...read more

Tell us how to improve this page.

Swabhav Techlabs Interview Process

based on 3 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 796 Interviews
Right Advisors Interview Questions
4.5
 • 26 Interviews
View all

Swabhav Techlabs Reviews and Ratings

based on 21 reviews

4.7/5

Rating in categories

4.7

Skill development

4.6

Work-life balance

4.2

Salary

4.5

Job security

4.9

Company culture

4.2

Promotions

4.6

Work satisfaction

Explore 21 Reviews and Ratings
Software Engineer
7 salaries
unlock blur

₹2.5 L/yr - ₹13.1 L/yr

Software Developer
7 salaries
unlock blur

₹2.6 L/yr - ₹5 L/yr

Senior Software Developer
4 salaries
unlock blur

₹7 L/yr - ₹18 L/yr

Information Technology Recruiter
4 salaries
unlock blur

₹1.8 L/yr - ₹3.3 L/yr

UI/UX Designer
3 salaries
unlock blur

₹3 L/yr - ₹3.7 L/yr

Explore more salaries
Compare Swabhav Techlabs with

E-Solutions

3.4
Compare

Wintax Solution

4.7
Compare

Anri Solutions HR Services

3.5
Compare

Crescendo Global

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