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

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 (203)
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 (42)
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 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 (42)

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

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

Interview questions from similar companies

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

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

TCS Interview Questions
3.7
 • 10.4k 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
 • 792 Interviews
HCL Infosystems Interview Questions
3.9
 • 140 Interviews
View all

BOSLEO TECHNOLOGY Reviews and Ratings

based on 14 reviews

3.8/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

4.0

Salary

3.8

Job security

3.6

Company culture

3.8

Promotions

3.8

Work satisfaction

Explore 14 Reviews and Ratings
Software Engineer
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Angular Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare BOSLEO TECHNOLOGY with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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