Upload Button Icon Add office photos

Filter interviews by

BA Continuum Software Engineer Interview Questions and Answers

Updated 29 Sep 2023

BA Continuum Software Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Veermata Jijabai Technological Institute (VJTI), Mumbai and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

2 medium level programming questions and 3 hr type questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Oops,dbms, and os concepts , also project related
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Apr 2022.

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 - Coding Test 

Coding in Any language we flexible

Round 3 - Technical 

(1 Question)

  • Q1. Gone through resume and projects
Round 4 - HR 

(1 Question)

  • Q1. Usual HR round formalities

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident in what you say about your Answers. keep your resume clean and concise.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed in Nov 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test is one of the memory test so iam selecting that one

Round 2 - Coding Test 

When ever you finish the apptitude test after iam selecting coding test because you develop the software must have a coding skill so iam selecting code test

Round 3 - HR 

(3 Questions)

  • Q1. What is the strength and weakness
  • Ans. 

    Strength: Strong problem-solving skills. Weakness: Lack of experience in a specific technology.

    • Strength: Excellent problem-solving skills, able to analyze complex issues and find efficient solutions.

    • Weakness: Limited experience in a specific technology or programming language.

    • Strength: Strong understanding of algorithms and data structures.

    • Weakness: Difficulty in working under tight deadlines.

    • Strength: Good communicati...

  • Answered by AI
  • Q2. What is interest about this opportunity
  • Ans. 

    I am interested in this opportunity because it offers a challenging and dynamic work environment.

    • The opportunity allows me to work on cutting-edge technologies and solve complex problems.

    • I am excited about the chance to collaborate with a talented team and learn from their expertise.

    • The company's focus on innovation and continuous improvement aligns with my career goals.

    • The opportunity to make a meaningful impact and c...

  • Answered by AI
  • Q3. What are goals and motivation
  • Ans. 

    Goals and motivation are the driving forces that push individuals to achieve their desired outcomes.

    • Goals provide a clear direction and purpose for individuals.

    • Motivation is the internal drive that fuels individuals to take action towards their goals.

    • Goals and motivation are closely linked, as goals provide the motivation to overcome challenges and achieve success.

    • Examples of goals can include career advancement, perso...

  • Answered by AI

I applied via Recruitment Consultant and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Being electrical Engineer , why IT?
  • Ans. 

    I chose IT because of my passion for problem-solving and my interest in software development.

    • I have always been fascinated by technology and computers.

    • During my electrical engineering studies, I realized that I enjoyed programming and software development more than other aspects of the field.

    • I took additional courses in computer science to enhance my skills and knowledge in software engineering.

    • I have successfully comp...

  • Answered by AI
  • Q2. Why programming
  • Ans. 

    Programming is a way to solve problems and create innovative solutions using logic and creativity.

    • Programming allows me to create something from scratch and see it come to life.

    • It challenges me to think critically and find efficient solutions to complex problems.

    • It offers endless opportunities for learning and growth, as technology is constantly evolving.

    • Programming is a versatile skill that can be applied to various i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good an best and forward
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Basic introduction
  • Q2. Are you comfortable with Jalandhar location
  • Ans. 

    Yes, I am comfortable with Jalandhar location.

    • I have no issues with relocating to Jalandhar for the job.

    • I am familiar with the area and have visited Jalandhar before.

    • I have researched the location and am comfortable with the amenities and facilities available.

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Genral Introduction
  • Q2. Do you know about procedure in SQL
  • Ans. 

    Yes, procedures in SQL are used to group a set of SQL statements into a single unit of work.

    • Procedures can be used to improve code reusability and maintainability.

    • They can accept input parameters and return output parameters.

    • Procedures can be called from other SQL statements or applications.

    • Example: CREATE PROCEDURE GetEmployeeDetails AS SELECT * FROM Employees;

    • Example: EXEC GetEmployeeDetails;

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Family Background
  • Q2. Salary Negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview level is too low no one is having technical knowledge their.
In first round their HR will call you and just asking for genral Introduction and asking if you are comfortable for Jalandhar location as Jalandhar is their head office, and they are setting up their IT team in that location only.
In second round they just connected me with their CTO(Gagandeep Sharma) who doesn't have any proper technical knowledge, i don't know who the hell give him a CTO post 😅😅, in this round he just asked me do you know about procedure in SQL I said yes then this interview is also over.
In third round I am having an interview with their COO he also ask for genral Introduction and expected salary package.
In fourth and final their HR connected with me for salary negotiation and after 2 day long salary negotiation he give me offer.

Skills evaluated in this interview

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

Maximize the coin profit by iterating though a list

Round 2 - Technical 

(1 Question)

  • Q1. LLD for creating few java classes for a news channel
  • Ans. 

    Designing Java classes for a news channel

    • Create a NewsChannel class with attributes like name, location, and list of news articles

    • Create a NewsArticle class with attributes like title, author, content, and publish date

    • Implement methods in NewsChannel class to add, remove, and display news articles

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed in Nov 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test is one of the memory test so iam selecting that one

Round 2 - Coding Test 

When ever you finish the apptitude test after iam selecting coding test because you develop the software must have a coding skill so iam selecting code test

Round 3 - HR 

(3 Questions)

  • Q1. What is the strength and weakness
  • Ans. 

    Strength: Strong problem-solving skills. Weakness: Lack of experience in a specific technology.

    • Strength: Excellent problem-solving skills, able to analyze complex issues and find efficient solutions.

    • Weakness: Limited experience in a specific technology or programming language.

    • Strength: Strong understanding of algorithms and data structures.

    • Weakness: Difficulty in working under tight deadlines.

    • Strength: Good communicati...

  • Answered by AI
  • Q2. What is interest about this opportunity
  • Ans. 

    I am interested in this opportunity because it offers a challenging and dynamic work environment.

    • The opportunity allows me to work on cutting-edge technologies and solve complex problems.

    • I am excited about the chance to collaborate with a talented team and learn from their expertise.

    • The company's focus on innovation and continuous improvement aligns with my career goals.

    • The opportunity to make a meaningful impact and c...

  • Answered by AI
  • Q3. What are goals and motivation
  • Ans. 

    Goals and motivation are the driving forces that push individuals to achieve their desired outcomes.

    • Goals provide a clear direction and purpose for individuals.

    • Motivation is the internal drive that fuels individuals to take action towards their goals.

    • Goals and motivation are closely linked, as goals provide the motivation to overcome challenges and achieve success.

    • Examples of goals can include career advancement, perso...

  • Answered by AI

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

Interview Questionnaire 

1 Question

  • Q1. What is sap?
  • Ans. 

    SAP is a software company that provides enterprise resource planning (ERP) software to manage business operations.

    • SAP stands for Systems, Applications, and Products in Data Processing.

    • It offers a range of software solutions for various industries such as finance, logistics, and manufacturing.

    • SAP ERP software helps businesses to streamline their operations and improve efficiency.

    • SAP also offers cloud-based solutions and...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Challenging interview... Be very prepare don't take it lightly

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

They have given a medium array-based leet code problem.

Round 2 - One-on-one 

(1 Question)

  • Q1. Again got binary search based leet code problem.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

Simple question and very easy

Round 2 - Coding Test 

Data structures, algorithms

BA Continuum Interview FAQs

How many rounds are there in BA Continuum Software Engineer interview?
BA Continuum interview process usually has 3-4 rounds. The most common rounds in the BA Continuum interview process are Resume Shortlist, Coding Test and Technical.
How to prepare for BA Continuum Software Engineer 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 BA Continuum. The most common topics and skills that interviewers at BA Continuum expect are Risk Management, SQL, Agile, Asset Management and Python.
What are the top questions asked in BA Continuum Software Engineer interview?

Some of the top questions asked at the BA Continuum Software Engineer interview -

  1. oops,dbms, and os concepts , also project rela...read more
  2. usual HR round formalit...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 BA Continuum interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
BA Continuum Software Engineer Salary
based on 341 salaries
₹6.8 L/yr - ₹26.1 L/yr
96% more than the average Software Engineer Salary in India
View more details

BA Continuum Software Engineer Reviews and Ratings

based on 42 reviews

4.4/5

Rating in categories

3.9

Skill development

4.6

Work-Life balance

4.0

Salary & Benefits

4.5

Job Security

4.3

Company culture

3.7

Promotions/Appraisal

4.0

Work Satisfaction

Explore 42 Reviews and Ratings
Team Developer
821 salaries
unlock blur

₹2.1 L/yr - ₹12 L/yr

Team Lead
806 salaries
unlock blur

₹4.3 L/yr - ₹14.7 L/yr

Assistant Manager
588 salaries
unlock blur

₹7.2 L/yr - ₹23.1 L/yr

Senior Analyst
503 salaries
unlock blur

₹11.2 L/yr - ₹31 L/yr

Senior Software Engineer
482 salaries
unlock blur

₹8.2 L/yr - ₹32 L/yr

Explore more salaries
Compare BA Continuum with

Bank of America

4.3
Compare

Accenture

3.9
Compare

IBM

4.1
Compare

TCS

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview