Upload Button Icon Add office photos
Engaged Employer

i

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

SBL Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

SBL Interview Questions and Answers

Updated 25 Oct 2023

SBL Interview Experiences

Popular Designations

3 interviews found

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022. There were 3 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 

A question paper made with tricky b.pharm syllabus questions

Round 3 - One-on-one 

(3 Questions)

  • Q1. Asked about HPLC process
  • Q2. Asked about pharmacognosy
  • Q3. Asked about salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not go to the company. Worst company every. Not at all employe centric. No growth. You will be treated like a labour and sometimes you have to do a job that labour does

Trainee Production Supervisor Interview Questions asked at other Companies

Q1. Do you perform the setup on the machine according to the control plan?
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Apr 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 

Aptitude was bit easy which was on percentage, time and work, profit and loss

Round 3 - Coding Test 

The wholesome questions from java which was in basic 2marks with one programming

Round 4 - HR 

(1 Question)

  • Q1. This round was quite easy asked simple questions like Tell me about yourself? what are your strength and weakness? short description of your project?

Interview Preparation Tips

Interview preparation tips for other job seekers - the process was simple but i not done well in coding round but promoted to hr round and they asked me to join their training to get well versed in coding. but I was not accepted that offer

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 (220)

I applied via Approached by Company and was interviewed before Apr 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 tips
Round 2 - HR 

(7 Questions)

  • Q1. What is your family background?
  • Q2. Share details of your previous job.
  • Q3. Why should we hire you?
  • Q4. Why are you looking for a change?
  • Q5. Where do you see yourself in 5 years?
  • Q6. What are your strengths and weaknesses?
  • Q7. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't work With this company. Salary is about 8000 only which is like a labror

Medical Representative Interview Questions asked at other Companies

Q1. Explain Mechanism of action of certain drug's? Check out which Drug's are related Example Cardiac drug or Diabetes
View answer (17)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Group Discussion 

Usually a group of 8 will be there for GD and very common topics will be given.

Round 2 - Technical 

(1 Question)

  • Q1. Technical skills will be checked and aptitude will also be checked.
Round 3 - HR 

(1 Question)

  • Q1. Usually this is will be salary discussion round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence is the key to land your job at Evosys.

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

Interview Questionnaire 

2 Questions

  • Q1. Basics of Android, Java, Kotlin.
  • Q2. Mvvm architecture, RxJava, jetpack components

Interview Preparation Tips

Interview preparation tips for other job seekers - Had 3 technical round and one HR Round.

I applied via Campus Placement and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. OOPs concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself.

Interview Questionnaire 

1 Question

  • Q1. What are different programming languages, you worked previously... ???
  • Ans. 

    I have worked with Java, Python, and SQL.

    • Proficient in Java for developing enterprise applications

    • Experience in Python for data analysis and automation

    • Skilled in SQL for database management and querying

  • Answered by AI

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

Interview Questionnaire 

2 Questions

  • Q1. More questions on which topic
  • Q2. Focus on c#, MVC and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well technically and scenario based questions also prepared.

I applied via Naukri.com and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. OOPS, collection, database
  • Q2. Method overload and overrding, interface, abstract class, one small program on string manipulation,database queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Have your core java basics revised and keep sound knowledge of your project

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Online test of 90 minutes at 5:30 pm

  • Q1. What are the basic concepts of Object-Oriented Programming, and how do they relate to data structures and algorithms?
  • Ans. 

    Object-Oriented Programming concepts include encapsulation, inheritance, and polymorphism, which are used to organize and manipulate data in data structures and algorithms.

    • Encapsulation: Bundling data and methods that operate on the data together in a single unit (object). Example: a class representing a car with properties like color and methods like drive().

    • Inheritance: Allowing a class to inherit properties and meth...

  • Answered by AI
Round 2 - Coding Test 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

Online coding interview of 45 minutes at 6:10PM.

  • Q1. 

    String Compression Problem Statement

    Implement a program that performs basic string compression. When a character is consecutively repeated more than once, replace the consecutive duplicates with the coun...

  • Ans. 

    Implement a program to compress a string by replacing consecutive duplicates with the count of repetitions.

    • Iterate through the string and keep track of consecutive characters and their counts.

    • Replace consecutive duplicates with the count of repetitions.

    • Handle the case where the count of repetitions is greater than 1 and less than or equal to 9.

  • Answered by AI
  • Q2. Can you explain queries related to insert, selection, and joins in a database management system?
  • Ans. 

    Explanation of insert, select, and join queries in a database management system.

    • Insert query is used to add new records to a table.

    • Select query is used to retrieve data from a table based on specified criteria.

    • Join query is used to combine rows from two or more tables based on a related column between them.

    • Examples: INSERT INTO table_name (column1, column2) VALUES (value1, value2); SELECT * FROM table_name WHERE condit...

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR round of 30 minutes at 6pm

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in NoidaEligibility criteriaAbove 7 cgpaNewgen Software interview preparation:Topics to prepare for the interview - Data Structures and algorithms(arrays,strings,linked list,graphs,trees,recursion,backtrack),OOPS,Relational Database Management System, Operating SystemTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Be accurate in one language rather than doing more languages but not perfect in anyone
Tip 2 : Revise your concepts regularly and try to attempt 3-4 times a question which you cannot do in first time so that after that if u see question of that type u know how to approach 
Tip 3 : Do practice of quality questions not only quantity.

Application resume tips for other job seekers

Tip 1 : One page resume 
Tip 2 : Only mentioned that projects and skills in which you are really good don't write anything just to fulfill the space

Final outcome of the interviewSelected

Skills evaluated in this interview

SBL Interview FAQs

How many rounds are there in SBL interview?
SBL interview process usually has 3 rounds. The most common rounds in the SBL interview process are Resume Shortlist, HR and Aptitude Test.
How to prepare for SBL 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 SBL. The most common topics and skills that interviewers at SBL expect are SAP, IT Sales, Accounting, B2B Sales and Excel.
What are the top questions asked in SBL interview?

Some of the top questions asked at the SBL interview -

  1. Asked about HPLC proc...read more
  2. Asked about pharmacogn...read more

Tell us how to improve this page.

SBL Interview Process

based on 10 interviews

Interview experience

3.4
  
Average
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 337 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
3i Infotech Interview Questions
3.5
 • 144 Interviews
Microland Interview Questions
3.4
 • 129 Interviews
Sify Technologies Interview Questions
3.8
 • 123 Interviews
Mastek Interview Questions
3.5
 • 120 Interviews
Maveric Systems Interview Questions
3.5
 • 118 Interviews
View all

SBL Reviews and Ratings

based on 176 reviews

3.8/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

3.2

Salary

3.5

Job security

3.5

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 176 Reviews and Ratings
Data Entry Operator
12 salaries
unlock blur

₹0.5 L/yr - ₹3 L/yr

Medical Representative
11 salaries
unlock blur

₹0.9 L/yr - ₹4.3 L/yr

QC Chemist
10 salaries
unlock blur

₹1 L/yr - ₹2.5 L/yr

Image Auditor
10 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Software Engineer
9 salaries
unlock blur

₹2.2 L/yr - ₹5.5 L/yr

Explore more salaries
Compare SBL with

ITC Infotech

3.6
Compare

3i Infotech

3.5
Compare

Sify Technologies

3.8
Compare

Microland

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