Upload Button Icon Add office photos
Engaged Employer

i

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

BOSLEO TECHNOLOGY Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

BOSLEO TECHNOLOGY Interview Questions and Answers

Updated 13 Nov 2024

BOSLEO TECHNOLOGY Interview Experiences

Popular Designations

8 interviews found

Software Developer Interview Questions & Answers

user image Gauri Zarekar

posted on 15 Oct 2023

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

I applied via Campus Placement and was interviewed in Apr 2023. There were 3 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 - Aptitude Test 

Aptitude on mathematics some c coding questions guess the output or some data structures

Round 3 - One-on-one 

(2 Questions)

  • Q1. They theory questions on your specified language
  • Q2. Depends which technology you select

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Normal aptitude questions and technical questions were asked

Round 2 - HR 

(2 Questions)

  • Q1. Oops concepts : They asked the four pillars
  • Q2. Based on the technology you used in your project

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
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Round 01 is oriented towards judging the basic aptitude and knowledge

Round 3 - Technical 

(1 Question)

  • Q1. Round 02 is to understand the area of interest and our knowledge into the same. Best part they don't impose but ask you for your interest in technological domain
Round 4 - HR 

(1 Question)

  • Q1. This round involved a very friendly conversation and discussion upon future goals... Past achievements and present expectations.

Software Trainee Interview Questions asked at other Companies

Q1. 1. What is java and it's features ? 2. Why it is called platform independent language? 3. What is static memory allocation, dynamic memory allocation? 4. types of variable 5. Type casting 4. what is oops ? Is java contains a 100% opp's conc... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Sep 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. What is the difference between component and directive?
  • Ans. 

    Components are used to create reusable UI elements with a template, while directives are used to add behavior to existing elements.

    • Components have a template, while directives do not.

    • Components are used to create reusable UI elements, while directives are used to add behavior to existing elements.

    • Components have their own view encapsulation, while directives do not.

    • Components can have their own styles, while directives...

  • Answered by AI
  • Q2. Which are different ways to pass data from one component to other components?
  • Ans. 

    Different ways to pass data from one component to other components in Angular.

    • Input bindings

    • Output bindings

    • ViewChild

    • Services

    • Event emitters

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of JavaScript and Angular

Skills evaluated in this interview

Angular Developer Interview Questions asked at other Companies

Q1. How can you pass data between parent and child components?, what is component interaction
View answer (5)

BOSLEO TECHNOLOGY interview questions for popular designations

 Software Developer

 (3)

 Software Engineer

 (2)

 Angular Developer

 (1)

 Senior Software Engineer

 (1)

 Software Trainee

 (1)

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Network API implementation

Round 2 - Technical 

(1 Question)

  • Q1. They ask you questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply they have a hire-and-fire policy

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Software Engineer Interview Questions & Answers

user image Prashant Surti

posted on 25 Feb 2024

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

They ask you to implement an Api

Round 2 - HR 

(1 Question)

  • Q1. Will you sign one year contract?

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not Join They have a hire and fire policy

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

Software Developer Interview Questions & Answers

user image Shuchi Saraiya

posted on 23 Jul 2023

Interview experience
3
Average
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 - Aptitude Test 

Easy aptitude round asked cpp dbms java coding quetions

Round 3 - Technical 

(2 Questions)

  • Q1. Mostly asked about java script
  • Q2. Closure promises pure function array methods
  • Ans. 

    Closure promises pure function array methods ensure data immutability and avoid side effects.

    • Closure promises ensure that functions have access to variables from their parent scope even after the parent function has finished executing.

    • Pure function array methods do not modify the original array but return a new array with the desired changes.

    • This combination helps in maintaining data immutability and avoiding side effe...

  • Answered by AI

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 Questionnaire 

2 Questions

  • Q1. Basic of js and php
  • Q2. Mysql query and eloquent base questions

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

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

I appeared for an interview before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM

BOSLEO TECHNOLOGY Interview FAQs

How many rounds are there in BOSLEO TECHNOLOGY interview?
BOSLEO TECHNOLOGY interview process usually has 2-3 rounds. The most common rounds in the BOSLEO TECHNOLOGY interview process are Resume Shortlist, Aptitude Test and Technical.
How to prepare for BOSLEO TECHNOLOGY 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 BOSLEO TECHNOLOGY. The most common topics and skills that interviewers at BOSLEO TECHNOLOGY expect are Angularjs, HTML, HTML and CSS, Javascript and TypeScript.
What are the top questions asked in BOSLEO TECHNOLOGY interview?

Some of the top questions asked at the BOSLEO TECHNOLOGY interview -

  1. Which are different ways to pass data from one component to other componen...read more
  2. What is the difference between component and directi...read more
  3. Closure promises pure function array meth...read more

Tell us how to improve this page.

BOSLEO TECHNOLOGY Interview Process

based on 8 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 31 Interviews
View all

BOSLEO TECHNOLOGY Reviews and Ratings

based on 15 reviews

3.5/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

3.9

Salary

3.7

Job security

3.1

Company culture

3.9

Promotions

3.5

Work satisfaction

Explore 15 Reviews and Ratings
Software Engineer
16 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Senior Software Engineer
6 salaries
unlock blur

₹5.2 L/yr - ₹12 L/yr

Angular Developer
5 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Android Developer
5 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Software Engineer Trainee
5 salaries
unlock blur

₹2 L/yr - ₹2.2 L/yr

Explore more salaries
Compare BOSLEO TECHNOLOGY with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Diverse Lynx

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