Upload Button Icon Add office photos

Filter interviews by

Samson Laboratories Lead Software Engineer Interview Questions and Answers

Updated 29 Jul 2021

Samson Laboratories Lead Software Engineer Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic of C and C++ technology. Like oops concepts, object oriented means, what C++ is not 100 % object oriented
  • Q2. Programming which uses class and object programming rather then function and logic. C uses function programming. In C++ you can run your program without creating any class. It defines C++ is not 100 perce...

Interview Preparation Tips

Interview preparation tips for other job seekers - In interview they always ask basic questions and you have to answer it very correctly by correctly my mean is the answer should be crispy. Don't give big answer. Make it crispy and answer them. If you make your answer more big then another question will be coming from that answer itself. Apart from these learn basic of every language which you have mentioned in resume. If don't know the basics of any technology then don't add that in the resume also. Be confident in the interview, it is not compulsory that you answer every question which they ask, it's not mandatory if you don't know the answer, simply say don't no sir/madam. Because we have storage device and many sites like stack overflows and everyone use them, even our senior so it's not compulsory that you know all answer. Give your best and good outcome will come 😊👍.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

Asked to write a bank application - which includes adding,removing,transferring of money

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

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

Round 1 - Aptitude Test 

The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.

Round 2 - Technical 

(2 Questions)

  • Q1. Was asked to write a code on basic DSA concept
  • Q2. Then was asked basic questions on DSA and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have good understanding of everything you mentioned on your resume
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between an abstract class and an interface in object-oriented programming?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have method implementations, while interface cannot.

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

    • Interfaces are used to define contracts for classes to implement, while abstract classes are used to provide a common base for subclasses.

    • Example: Abstr...

  • Answered by AI
  • Q2. Abstract classes can have implemented methods; interfaces can only have declarations (before JAVA 8).

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay updated with the latest tools and technologies in your field to remain competitive.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the implementation of Merge Sort in Java?
  • Ans. 

    Merge Sort is a divide and conquer algorithm that divides the input array into two halves, recursively sorts them, and then merges the sorted halves.

    • Divide the input array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves back together

  • Answered by AI
  • Q2. What is the implementation of the Quick Sort algorithm in Java?
  • Ans. 

    Quick Sort is a popular sorting algorithm that uses a divide-and-conquer approach to sort elements in an array.

    • Choose a pivot element from the array.

    • Partition the array into two sub-arrays: elements less than the pivot and elements greater than the pivot.

    • Recursively apply the same process to the sub-arrays.

    • Combine the sorted sub-arrays to get the final sorted array.

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Design tinyurl system design
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Details of what we did on college , project and few programs .
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. Basic resume based questions
  • Q2. Explain your internship experience
Round 3 - HR 

(1 Question)

  • Q1. Basic resume based questions
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

String , Array ,Collection framework related questions.

Round 3 - Assignment 

Ecommerce site with Login,Review,AddToCart,Order features,Filter features.

Round 4 - Technical 

(1 Question)

  • Q1. Html,Css,Js. Interviewer don't have knowledge on Java,React js.And if you don't able to answer basic html,css related questions they will disqualify you.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply.Totaly time waste.And even if you apply don't share project with them neither the Github link nor the the files via any medium.You are going to regret if you share the project.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Indeed and was interviewed in Mar 2023. There were 3 interview rounds.

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. Self intro - tell me about yourself
  • Ans. 

    I am a software developer with a passion for creating efficient and user-friendly applications.

    • Proficient in multiple programming languages such as Java, C++, and Python

    • Experience in developing web applications using HTML, CSS, and JavaScript

    • Strong problem-solving and analytical skills

    • Familiarity with agile development methodologies

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. Experience & why do you want to switch
  • Ans. 

    I have 5 years of experience as a Software Developer and I want to switch to explore new technologies and challenges.

    • I have 5 years of experience as a Software Developer.

    • I have gained expertise in various programming languages and frameworks.

    • I have successfully delivered multiple projects and contributed to their success.

    • I want to switch to explore new technologies and challenges.

    • I believe switching will help me enhanc

  • Answered by AI
Round 3 - Coding Test 

Simple basic code for Form data

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of javascript and the framework should be clear

Samson Laboratories Interview FAQs

What are the top questions asked in Samson Laboratories Lead Software Engineer interview?

Some of the top questions asked at the Samson Laboratories Lead Software Engineer interview -

  1. Programming which uses class and object programming rather then function and lo...read more
  2. Basic of C and C++ technology. Like oops concepts, object oriented means, what ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 148 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
Data Entry Interview Questions
4.1
 • 96 Interviews
HyScaler Interview Questions
4.5
 • 90 Interviews
CapitalOne Interview Questions
3.9
 • 78 Interviews
3 Minds Digital Interview Questions
4.4
 • 64 Interviews
View all
Executive
5 salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

QC Officer
5 salaries
unlock blur

₹1.8 L/yr - ₹2.5 L/yr

Logistics Manager
4 salaries
unlock blur

₹6.4 L/yr - ₹7 L/yr

Officer
4 salaries
unlock blur

₹1.8 L/yr - ₹2.6 L/yr

Assistant Manager
3 salaries
unlock blur

₹4.9 L/yr - ₹10.5 L/yr

Explore more salaries
Compare Samson Laboratories with

Huawei Technologies

4.0
Compare

Z X Learning

4.5
Compare

Evision Technoserve

4.8
Compare

Cogoport

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