Upload Button Icon Add office photos

Filter interviews by

LaserBeam Software Interview Questions and Answers

Updated 4 Dec 2021

LaserBeam Software Interview Experiences

Popular Designations

3 interviews found

Interview Questions & Answers

user image Anonymous

posted on 13 Jul 2021

I appeared for an interview in Jan 2021.

Interview Questionnaire 

2 Questions

  • Q1. Testing and it's methodologies also Agile
  • Q2. Well versed with Jira, STLC and Bug life cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be cool and speak out boldly and be loyal

Interview Questionnaire 

1 Question

  • Q1. Tools used in python for data science
  • Ans. 

    Python has many tools for data science, including NumPy, Pandas, Matplotlib, and Scikit-learn.

    • NumPy: for numerical computing and array manipulation

    • Pandas: for data manipulation and analysis

    • Matplotlib: for data visualization

    • Scikit-learn: for machine learning and data mining

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer should be straight forward without any blabbering.

Skills evaluated in this interview

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)

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

Interview Questionnaire 

5 Questions

  • Q1. Additional skills during college time
  • Q2. SDLC Process
  • Q3. Tell me about yourself
  • Q4. Presenting any topic
  • Q5. Reason of job change

Interview Preparation Tips

Interview preparation tips for other job seekers - Scrum based projects will be added advantage.

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

Interview questions from similar companies

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1.  What are Option Strict and Option Explicit? What are all the differences between Dispose and Finalize()? What is the difference between System.String and System.StringBuilder classes? What is Delegate? ...
  • Ans. 

    Answers to common interview questions for Software Engineer position

    • Option Strict and Option Explicit are compiler directives in VB.NET

    • Dispose() is used to release unmanaged resources while Finalize() is used for garbage collection

    • System.String is immutable while System.StringBuilder is mutable

    • Delegate is a type that represents a reference to a method

    • Value types store data directly while reference types store a referen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - selection process-
1st round-online test(prpare all kind of logical, verbal, and .net related questions)
2nd round- technical round(prepare all .net interview questions,sql server questions, winforms, web api)
3rd round- hr discussion

Interview Questionnaire 

3 Questions

  • Q1. 1. Assignment
  • Q2. 2. Bunch of python questions.
  • Q3. 3. coding questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with basics.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Technical mcq from basic of dsa

Round 2 - Coding Test 

Question from DSA and time will given to solve it

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical HR and the next is general HR
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy to medium level questions were asked

Round 2 - Coding Test 

Questions were given asked to explain the concept

Round 3 - Technical 

(1 Question)

  • Q1. Basics of c++,java,oops
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Assignment 

DSA MCQ in online platform

Round 2 - Coding Test 

Basic closings like lists/array/string

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 Jan 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Online MCQs - 15 Questions (Aps, DSA, Output Prediction)

Round 2 - Coding Test 

1 Question (with 3 Enhancement)

Round 3 - Technical 

(2 Questions)

  • Q1. Delete Middle Element from a stack of Odd Length
  • Ans. 

    Remove middle element from a stack with odd length

    • Find the middle index of the stack by dividing the length by 2

    • Remove the element at the middle index

    • Adjust the stack by shifting elements if necessary

  • Answered by AI
  • Q2. Resume Based Questions
Round 4 - HR 

(2 Questions)

  • Q1. Self Introduction but without the details in the resume
  • Q2. Asked whether ok with the bond

Skills evaluated in this interview

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

Data structure and aptitude

Round 2 - Coding Test 

10 mins given for prepare for the problem and after completing the problem (program ) they asked to explain and asked to upgrade the program by reduce time complexity

Round 3 - Technical 

(2 Questions)

  • Q1. Topic given and want to explain
  • Q2. Reverse string without buildin funtion and for loop
  • Ans. 

    Reverse a string without using built-in functions or for loops

    • Use recursion to reverse the string

    • Pass the substring excluding the first character to the recursive function

    • Base case: return the character itself if the length of the string is 1

    • Concatenate the last character of the string with the result of the recursive call

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Introduce your self
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java and Python programming languages

    • Skilled in web development technologies like HTML, CSS, and JavaScript

    • Worked on projects involving database management with SQL

  • Answered by AI
  • Q2. Are you ok with agreement
  • Ans. 

    Yes, I am okay with agreement.

    • I am comfortable with signing agreements related to software development projects.

    • I understand the importance of agreements in protecting both parties involved in a project.

    • I am willing to review and negotiate agreements to ensure they are fair and reasonable.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confidence

LaserBeam Software Interview FAQs

How to prepare for LaserBeam Software 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 LaserBeam Software. The most common topics and skills that interviewers at LaserBeam Software expect are Entity Framework, MongoDB, OOPS, Python and SQL Server.
What are the top questions asked in LaserBeam Software interview?

Some of the top questions asked at the LaserBeam Software interview -

  1. Tools used in python for data scie...read more
  2. Testing and it's methodologies also Agi...read more
  3. Well versed with Jira, STLC and Bug life cy...read more

Tell us how to improve this page.

LaserBeam Software Reviews and Ratings

based on 4 reviews

4.5/5

Rating in categories

4.9

Skill development

4.1

Work-life balance

4.1

Salary

4.2

Job security

4.6

Company culture

4.5

Promotions

4.7

Work satisfaction

Explore 4 Reviews and Ratings
Business Analyst
16 salaries
unlock blur

₹2.3 L/yr - ₹10.3 L/yr

Software Developer
5 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Associate Trainee
5 salaries
unlock blur

₹2 L/yr - ₹2.7 L/yr

Associate
4 salaries
unlock blur

₹3.6 L/yr - ₹6.9 L/yr

System Administrator
4 salaries
unlock blur

₹1.2 L/yr - ₹4.1 L/yr

Explore more salaries
Compare LaserBeam Software with

Yalamanchili Software Exports

3.3
Compare

ScoreMe Solutions

4.3
Compare

Xtancia Technosoft

4.0
Compare

Global Edge Software

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