Upload Button Icon Add office photos

Filter interviews by

BSOL Systems ASE Interview Questions and Answers

Updated 17 Jul 2024

BSOL Systems ASE Interview Experiences

1 interview found

ASE Interview Questions & Answers

user image Lolitha M

posted on 17 Jul 2024

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

It was easy basic math, oops , sql networking

Round 2 - Technical 

(1 Question)

  • Q1. Java related html css javascript and react

Interview questions from similar companies

ASE Interview Questions & Answers

TCS user image charulveer@gmail.com

posted on 27 Sep 2015

Interview Preparation Tips

College Name: Vidyalankar Institute Of Technology

ASE Interview Questions & Answers

TCS user image charulveer@gmail.com

posted on 24 Sep 2015

Interview Questionnaire 

1 Question

  • Q1. Tell me abt last year project
  • Ans. 

    Developed a mobile app for tracking daily water intake

    • Used React Native for cross-platform development

    • Integrated with Apple HealthKit and Google Fit APIs

    • Implemented push notifications to remind users to drink water

    • Incorporated gamification elements to encourage consistent usage

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: i told about my previous website
Tips: make sure ull say things which you have done they will precisely ask you qts around it

General Tips: be calm even if you dont kw dont bluff tell him you havent brushed up with that
Skills:
College Name: Vidyalankar Institute Of Technology

ASE Interview Questions & Answers

Accenture user image Anonymous

posted on 11 May 2018

Interview Preparation Tips

Round: Resume Shortlist
Experience: 60% or 6 cgpa
No gaps

Round: Test
Experience: Reasoning &Aptitude & General English

ASE Interview Questions & Answers

Accenture user image Anonymous

posted on 24 Sep 2017

I appeared for an interview before Sep 2016.

Interview Questionnaire 

2 Questions

  • Q1. Being an EC student why do you want to join an IT company?
  • Ans. 

    As an EC student, I want to join an IT company to apply my technical skills in a practical setting and contribute to innovative projects.

    • Opportunity to work on cutting-edge technologies

    • Chance to apply my knowledge of programming and data analysis

    • Desire to be part of a dynamic and fast-paced industry

    • Potential for career growth and development

    • Interest in exploring the intersection of electronics and information technolog

  • Answered by AI
  • Q2. What will be your response to the project that is not located to a place within your comfort zone?
  • Ans. 

    I would embrace the opportunity and adapt to the new environment.

    • Express enthusiasm and willingness to step out of comfort zone

    • Highlight adaptability and ability to learn new things

    • Provide examples of previous experiences where you successfully tackled unfamiliar projects

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The questions were really good, they required only your focus and practice.
Tips: This round required practices and proper focus.
Duration: 1 hour
Total Questions: 30

Round: Technical + HR Interview
Experience: I was very much worried about the interview as it was my first one. When I entered the interviewers were really nice and made me feel comfortable. After 5 mins there was no stress left, it was a healthy conversation that left me with a great experience.
Tips: For this round, you really need to be chilled out because the more stress free you will be, the more comfortably you will answer the questions and the interviewers will be able to see the real you in the conversation.

Skills: Communication And Confidence, Knowledge About The Company
College Name: Mody University Of Science And Technology, Sikar

ASE Interview Questions & Answers

Mphasis user image Anonymous

posted on 1 Sep 2021

I applied via Campus Placement and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is polymorphism? Difference between union and structure
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • It is achieved through method overloading and method overriding.

    • Example: A parent class Animal can have child classes like Dog, Cat, and Bird. Each child class can have its own implementation of the method 'makeSound', but they can all be called using the same me...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study C and Java. Maximum questions asked from Java Basics and C data structures

Skills evaluated in this interview

ASE Interview Questions & Answers

TCS user image PrepInsta

posted on 17 Dec 2021

I applied via Campus Placement and was interviewed in Sep 2021. There were 2 interview rounds.

Round 1 - Nqt 

(1 Question)

I had opted for incenter options, where there were 4 sections: aptitude, logical reasoning, English, and coding round. Each question had time allocation . Aptitude mere of moderate level( follow prepinsta apti section for practice) ,English and logical were easy to moderate level, next comes the coding part
It comprises of 2 codes , first one was easy 2 and one was of moderate level

  • Q1. Given N gold wires, each wire has a length associated with it. At a time, only two adjacent small wires are assembled at the end of a large wire and the cost of forming is the sum of their length. Find the...
  • Ans. 

    Given N gold wires with lengths, find minimum cost to assemble all wires into a single wire.

    • Only two adjacent small wires can be assembled at a time

    • Cost of forming is the sum of their length

    • Use dynamic programming to find minimum cost

    • Example: N=4, lengths=[2,3,4,5], minimum cost=29

  • Answered by AI
Round 2 - Interview 

(3 Questions)

My interview was scheduled on the 26th of September on ms teams. I was asked to join at 10 am in the lobby , I had to wait for 2 hours in the lobby after that they allowed me to join and thus my interview began. In The end they asked for document verification

  • Q1. What is inheritance?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows for code reuse and promotes a hierarchical organization of classes.

    • The existing class is called the superclass or parent class, while the new class is called the subclass or child class.

    • The subclass inherits all the properties and methods of the superclass, and can also...

  • Answered by AI
  • Q2. What are exceptions?
  • Ans. 

    Exceptions are unexpected events that occur during program execution.

    • Exceptions are used to handle errors and prevent program crashes.

    • They can be caused by a variety of factors, such as invalid input or resource exhaustion.

    • Examples of exceptions include NullPointerException, ArrayIndexOutOfBoundsException, and IOException.

    • Exception handling involves catching and handling exceptions using try-catch blocks.

    • Unchecked exce...

  • Answered by AI
  • Q3. Define finally keyword.
  • Ans. 

    finally keyword is used in try-catch block to execute a block of code regardless of the exception thrown or not.

    • finally block is optional and can be used after catch block

    • It is used to release resources like database connections, file handles, etc.

    • It is executed even if there is a return statement in try or catch block

    • Example: try { //code } catch(Exception e) { //code } finally { //code }

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundAt the time of the interview, I had 0 Years (fresher) of experience. My academic qualification is B.Tech from Hooghly Engineering and technology College.Tcs interview preparation:Tips for other job seekers - The best advice I can give to a job seeker is to build a good resume because it really matters a lot. If you have a good resume then your chances of getting selected and shortlisted increases a lot.Final outcome of the interviewSelected

Skills evaluated in this interview

ASE Interview Questions & Answers

Accenture user image Anonymous

posted on 13 Mar 2024

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

Easy level questions

Round 2 - Coding Test 

2 coding qns, 1 easy 1 DP

Round 3 - HR 

(3 Questions)

  • Q1. Where do u see yourself in next 5 years
  • Q2. Why should we select you
  • Q3. Are you planing for higher education

ASE Interview Questions & Answers

TCS user image Anonymous

posted on 5 May 2021

Interview Questionnaire 

3 Questions

  • Q1. Questions on Software development, personal skills and mental ability
  • Q2. Questions on C language, pointers, Mental aptitude questions
  • Q3. Difference between modular programming languages and Object oriented programming languages has to be explained keeping in view C, C++ and Java programming languages.

Interview Preparation Tips

Interview preparation tips for other job seekers - One can prepare for programming questions by going through standard books on specific topics, but mental aptitude or psychological aptitude requires careful and long term preparation.

ASE Interview Questions & Answers

TCS user image Anonymous

posted on 19 Aug 2021

Interview Questionnaire 

1 Question

  • Q1. Domain specific questions and basic programming

BSOL Systems Interview FAQs

How many rounds are there in BSOL Systems ASE interview?
BSOL Systems interview process usually has 2 rounds. The most common rounds in the BSOL Systems interview process are Aptitude Test and Technical.

Tell us how to improve this page.

BSOL Systems ASE Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

ASE Interview Questions from Similar Companies

Accenture ASE Interview Questions
3.8
 • 40 Interviews
TCS ASE Interview Questions
3.7
 • 10 Interviews
IBM ASE Interview Questions
4.0
 • 2 Interviews
Mphasis ASE Interview Questions
3.4
 • 1 Interview
View all
Software Engineer
41 salaries
unlock blur

₹2.5 L/yr - ₹6.8 L/yr

Senior Software Engineer
16 salaries
unlock blur

₹6 L/yr - ₹10 L/yr

QA Engineer
15 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Technical Lead
8 salaries
unlock blur

₹10 L/yr - ₹14 L/yr

Programmer
8 salaries
unlock blur

₹2.5 L/yr - ₹4 L/yr

Explore more salaries
Compare BSOL Systems 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