Upload Button Icon Add office photos

BA Continuum

Compare button icon Compare button icon Compare

Filter interviews by

BA Continuum Interview Questions, Process, and Tips

Updated 10 Feb 2025

Top BA Continuum Interview Questions and Answers

View all 63 questions

BA Continuum Interview Experiences

Popular Designations

100 interviews found

I applied via Campus Placement and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Virtual Interview 

(3 Questions)

  • Q1. Print all the numbers from 1 to n which are divisible 2 and 7
  • Ans. 

    Print all numbers from 1 to n that are divisible by 2 and 7.

    • Use a loop to iterate from 1 to n

    • Check if the current number is divisible by 2 and 7 using the modulo operator

    • If the number is divisible by both 2 and 7, print it

  • Answered by AI
  • Q2. Convert the number given in the word to a numeral ex: if three million four hundred fifty six thousand three hundred thirty five is given as input we need to print 3456335
  • Ans. 

    Convert a number in words to its numeral form.

    • Split the input string into words

    • Create a dictionary mapping words to their numerical values

    • Iterate through the words and add up the numerical values

    • Return the final sum as a string

  • Answered by AI
  • Q3. Explain the approach used in the previous problem
  • Ans. 

    I need more context on the previous problem to provide an answer.

    • Please provide more information on the previous problem

    • Without context, I cannot provide an answer

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. Explain different data types in python.
  • Ans. 

    Python supports various data types including numeric, string, boolean, list, tuple, set, and dictionary.

    • Numeric data types include integers, floats, and complex numbers.

    • String data type is used to represent text.

    • Boolean data type has two values: True and False.

    • List is a collection of ordered and changeable elements.

    • Tuple is a collection of ordered and unchangeable elements.

    • Set is a collection of unordered and unindexed...

  • Answered by AI
  • Q2. Explain sequential data types
  • Ans. 

    Sequential data types are data structures where the elements are arranged in a specific order.

    • Elements can be accessed using their position or index

    • Examples include arrays, lists, and tuples

    • They are useful for storing and manipulating data that has a specific order

  • Answered by AI
  • Q3. Explain about agile methodology
  • Ans. 

    Agile methodology is an iterative approach to software development that emphasizes flexibility and customer satisfaction.

    • Agile values individuals and interactions over processes and tools

    • It emphasizes working software over comprehensive documentation

    • Agile teams work in short iterations called sprints

    • Customer feedback is incorporated throughout the development process

    • Examples of agile methodologies include Scrum, Kanban

  • Answered by AI
  • Q4. Explain different types of joins
  • Ans. 

    Different types of joins are used to combine data from two or more tables based on a related column.

    • Inner join returns only the matching rows from both tables

    • Left join returns all rows from the left table and matching rows from the right table

    • Right join returns all rows from the right table and matching rows from the left table

    • Full outer join returns all rows from both tables, with NULL values in non-matching rows

  • Answered by AI
Round 3 - HR 

(5 Questions)

  • Q1. What is your favourite pass time
  • Q2. What are the steps in waterfall model
  • Ans. 

    Waterfall model is a linear sequential approach to software development.

    • Requirements gathering and analysis

    • Design

    • Implementation

    • Testing

    • Deployment

    • Maintenance

  • Answered by AI
  • Q3. How many interviews have you given
  • Q4. Are you okay with any location mentioned in job description.
  • Q5. Plans of higher studies
  • Ans. 

    I am currently not planning for higher studies.

    • I believe that my current skills and experience are sufficient for my career goals.

    • I am focused on gaining more practical experience in my field.

    • I may consider pursuing higher studies in the future if it aligns with my career goals.

    • However, at this time, I am not actively pursuing any further education.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself during the interview
Dont lose confidence
Be strong with your basics

Skills evaluated in this interview

Top BA Continuum Senior Technical Associate Interview Questions and Answers

Q1. Convert the number given in the word to a numeral ex: if three million four hundred fifty six thousand three hundred thirty five is given as input we need to print 3456335
View answer (1)

Senior Technical Associate Interview Questions asked at other Companies

Q1. What about DNS, query, zones, records, stub zone, PTR, Point record, how many record we can create manually in DNS server, File server, Quota Policy, DHCP, Scope, Subnet, Subnetting, IP ranges, Protocol, OSI Model, topology.
View answer (10)

Analyst Interview Questions & Answers

user image Harsh Jain

posted on 11 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me about the projects you have worked on
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do you want to join BofA?

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Basic questions
  • Q2. Why do you want to join Baci
  • Ans. 

    I want to join Baci because of their innovative projects and collaborative team environment.

    • Exciting projects that Baci is working on

    • Opportunity to work in a collaborative team environment

    • Desire to contribute my skills and expertise to Baci's success

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Q2/Q3 financial results of bank of America
  • Ans. 

    Bank of America reported strong Q2/Q3 financial results with increased revenue and profits.

    • Bank of America's revenue increased by X% compared to the previous quarter.

    • Profits for Q2/Q3 exceeded analyst expectations.

    • The bank's stock price saw a significant increase following the release of the financial results.

  • Answered by AI
  • Q2. Core values of bank of America
  • Ans. 

    Bank of America's core values include integrity, teamwork, and excellence.

    • Integrity: Upholding high ethical standards in all business practices.

    • Teamwork: Collaborating effectively with colleagues and clients.

    • Excellence: Striving for excellence in all aspects of the business.

    • Customer focus: Putting the needs of customers first.

    • Diversity and inclusion: Embracing diversity and fostering an inclusive work environment.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Questions related to process
  • Q2. Flexibility for shift timings
  • Ans. 

    I am flexible with shift timings and can accommodate changes as needed.

    • I am open to working different shifts, including nights and weekends

    • I can adjust my schedule to meet the needs of the team or company

    • I have experience working in roles with varying shift timings

  • Answered by AI

Team Developer Interview Questions asked at other Companies

Q1. Explain what is premium in options contract
View answer (1)

Team Developer Interview Questions & Answers

user image Nilesh Verma

posted on 12 Nov 2024

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

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About work experience
  • Q2. About commercial lending

Team Developer Interview Questions asked at other Companies

Q1. Explain what is premium in options contract
View answer (1)

BA Continuum interview questions for popular designations

 Team Member

 (14)

 Team Lead

 (6)

 Analyst

 (5)

 Senior Analyst

 (5)

 Senior Technical Associate

 (5)

 Team Developer

 (4)

 Assistant Manager

 (3)

 Senior Team Member

 (3)

Team Member Interview Questions & Answers

user image Anonymous

posted on 2 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - on call 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a dedicated team member with strong communication skills and a passion for helping others succeed.

    • Experienced in working collaboratively with team members to achieve common goals

    • Strong communication skills, both written and verbal

    • Passionate about providing excellent customer service

    • Proven track record of meeting deadlines and exceeding expectations

  • Answered by AI
  • Q2. Do you have any knowledge about kyc
  • Ans. 

    Yes, KYC stands for Know Your Customer and refers to the process of verifying the identity of customers.

    • KYC is a regulatory requirement in many industries, including banking and finance.

    • It involves collecting personal information from customers to prevent fraud and money laundering.

    • Examples of KYC documents include government-issued IDs, proof of address, and financial statements.

  • Answered by AI

Top BA Continuum Team Member Interview Questions and Answers

Q1. What you understand by investment banking?
View answer (1)

Team Member Interview Questions asked at other Companies

Q1. What is endotoxin.and what is the usp chapter numbers of water monitoring, media ,product. and limits of cleanrooms why we will do four hours monitoring in cleanrooms
View answer (3)

Get interview-ready with Top BA Continuum Interview Questions

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

I was interviewed in Jul 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Normal question
  • Q2. Tell me about your self ? Experience? Bargaining package? Friends
Round 2 - One-on-one 

(1 Question)

  • Q1. Relaxing Friendly Good attitude Easy
Round 3 - HR 

(1 Question)

  • Q1. Normal talks Good environment Skills improvement Communication easy

Interview Preparation Tips

Interview preparation tips for other job seekers - Job security first . No more pressure . Always find the uparleval manager is fair to each and every one

International Marketing Manager Interview Questions asked at other Companies

Q1. What are the top three things to keep in mind while making a ppt?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Why should we hire you
  • Ans. 

    I have the technical skills, experience, and passion to excel in this role.

    • I have a strong background in technical skills relevant to the position

    • I have proven experience in similar roles, showcasing my ability to succeed

    • I am passionate about the work and eager to contribute to the team

  • Answered by AI

Top BA Continuum Senior Technical Associate Interview Questions and Answers

Q1. Convert the number given in the word to a numeral ex: if three million four hundred fifty six thousand three hundred thirty five is given as input we need to print 3456335
View answer (1)

Senior Technical Associate Interview Questions asked at other Companies

Q1. What about DNS, query, zones, records, stub zone, PTR, Point record, how many record we can create manually in DNS server, File server, Quota Policy, DHCP, Scope, Subnet, Subnetting, IP ranges, Protocol, OSI Model, topology.
View answer (10)

Interview Questions & Answers

user image Anonymous

posted on 17 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How you make applications from scratch
  • Q2. Design pattern in c#

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Senior Associate Interview Questions & Answers

user image Nirbhay Singh

posted on 10 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell about your self
  • Q2. What are your weakness and how do you overcome from it

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)

Apprentice Interview Questions & Answers

user image Anonymous

posted on 7 Oct 2023

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

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

Round 1 - Coding Test 

It was video and coding test it was easy question based on strings like beautiful string and valid paranthesis

Round 2 - Technical 

(1 Question)

  • Q1. Question was mostly based on project and core subject
Round 3 - Technical 

(1 Question)

  • Q1. Questions was mainly based on operating system and dbms

Apprentice Interview Questions asked at other Companies

Q1. 3. What do you know about artificial intelligence and Machine learning?
View answer (3)

Fraud Analyst Interview Questions & Answers

user image Nidhi Rane

posted on 12 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy accounting questions

Fraud Analyst Interview Questions asked at other Companies

Q1. What is the difference between customer service and customer Support ?
View answer (3)

BA Continuum Interview FAQs

How many rounds are there in BA Continuum interview?
BA Continuum interview process usually has 2-3 rounds. The most common rounds in the BA Continuum interview process are Technical, One-on-one Round and HR.
How to prepare for BA Continuum 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, Asset Management, Talent Acquisition, SQL and Business Services.
What are the top questions asked in BA Continuum interview?

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

  1. What are the different continuous improvement frameworks which you have deploye...read more
  2. Brief me about the Ticket Management SLAs and OLAs set. How should the metrics ...read more
  3. Convert the number given in the word to a numeral ex: if three million four hun...read more
How long is the BA Continuum interview process?

The duration of BA Continuum interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

BA Continuum Interview Process

based on 68 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all

BA Continuum Reviews and Ratings

based on 1.5k reviews

4.1/5

Rating in categories

3.8

Skill development

4.3

Work-life balance

3.7

Salary

4.5

Job security

4.1

Company culture

3.4

Promotions

3.8

Work satisfaction

Explore 1.5k Reviews and Ratings
Team Developer
806 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
791 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
587 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
501 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
442 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare BA Continuum with

Bank of America

4.2
Compare

Accenture

3.8
Compare

IBM

4.0
Compare

TCS

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