CoverPhoto
Infosys logo
Premium Employer

Infosys

Verified
3.6
based on 39.5k Reviews
Filter interviews by
Clear (1)

80+ Infosys Business Analyst Interview Questions and Answers

Updated 20 Jan 2025

Q1. What is your strong point in terms of technical knowledge? Like JAVA, C, C++. What is inheritance? What are the different types of inheritance? What are any two the differences between C++ and Java? How modular...

read more
Ans.

My strong point is Java. I have a good understanding of inheritance, modularity, and abstraction. I also have knowledge of C++.

  • Inheritance is a mechanism in OOP where a new class is derived from an existing class. Types of inheritance are single, multiple, multilevel, and hierarchical.

  • C++ is a compiled language while Java is an interpreted language. C++ supports operator overloading while Java does not.

  • Modularity in C++ is achieved through the use of header files and namespac...read more

View 8 more answers
right arrow

Q2. Computer science have how many languages?

Ans.

Computer science has numerous programming languages.

  • There are over 700 programming languages in use today.

  • Some popular languages include Java, Python, C++, and JavaScript.

  • Languages can be categorized as low-level, high-level, or scripting languages.

  • Each language has its own syntax, rules, and purpose.

  • New languages are constantly being developed to meet evolving needs.

View 2 more answers
right arrow
Infosys Business Analyst Interview Questions and Answers for Freshers
illustration image

Q3. Explain differences between the business Requirements,Functional Requirements and tenchnical Requirements documents ?

Ans.

Business requirements define the overall goals and objectives of a project, functional requirements describe the specific features and functionality needed, and technical requirements outline the technical specifications and constraints.

  • Business requirements focus on the high-level goals and objectives of a project, such as increasing revenue or improving customer satisfaction.

  • Functional requirements specify the specific features, functions, and behaviors that the system or p...read more

View 1 answer
right arrow

Q4. How do you make sure that customer gets right solution for his business?

Ans.

I ensure customer gets the right solution by understanding their business needs, analyzing data, and collaborating with stakeholders.

  • Conduct thorough analysis of customer's business needs

  • Gather and analyze relevant data to identify potential solutions

  • Collaborate with stakeholders to ensure solution aligns with business goals

  • Provide recommendations and options for the customer to choose from

  • Continuously monitor and evaluate the solution to ensure it meets customer's needs

Add your answer
right arrow
Discover Infosys interview dos and don'ts from real experiences

Q5. Explain opps concepts

Ans.

OPPS concepts refer to Object-Oriented Programming Principles that guide the design and development of software systems.

  • OPPS emphasizes encapsulation, inheritance, and polymorphism.

  • Encapsulation ensures that data and methods are bundled together in a class.

  • Inheritance allows classes to inherit properties and behaviors from other classes.

  • Polymorphism enables objects to take on different forms and respond differently based on their class.

  • OPPS promotes code reusability, modulari...read more

View 3 more answers
right arrow

Q6. what is Agile methodology

Ans.

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

  • Agile focuses on delivering working software in short iterations

  • It values individuals and interactions over processes and tools

  • It emphasizes collaboration between the development team and the customer

  • It welcomes changes in requirements throughout the project

  • Examples of Agile methodologies include Scrum, Kanban, and Extreme Programming...read more

Add your answer
right arrow
Are these interview questions helpful?

Q7. What are the advantage of spring boot

Ans.

Spring Boot provides rapid application development and easy deployment with minimal configuration.

  • Simplifies the development process by providing a pre-configured environment

  • Reduces boilerplate code and increases productivity

  • Supports a wide range of databases and web servers

  • Enables easy integration with other Spring projects

  • Provides built-in security features

  • Example: A Spring Boot application can be deployed as a standalone JAR file

  • Example: Spring Boot can automatically confi...read more

Add your answer
right arrow

Q8. How would you rate our stand in customer and market capture

Ans.

I would rate your stand in customer and market capture as strong.

  • Your company has a strong presence in the market with a loyal customer base.

  • Your sales figures and market share indicate a successful capture of the market.

  • Your customer feedback and reviews are positive, indicating a satisfied customer base.

  • Your marketing strategies and campaigns have been effective in reaching and attracting customers.

  • Your competitors are not posing a significant threat to your market capture....read more

Add your answer
right arrow
Share interview questions and help millions of jobseekers 🌟
man with laptop

Q9. What do you think are the key Strengths of business Analyst?

Ans.

Business Analyst's key strengths include problem-solving, communication, and analytical skills.

  • Strong problem-solving skills to identify and analyze business problems

  • Excellent communication skills to effectively communicate with stakeholders

  • Ability to gather and analyze data to make informed business decisions

  • Knowledge of industry trends and best practices

  • Experience with various business analysis tools and techniques

  • Flexibility and adaptability to work in a fast-paced and cha...read more

Add your answer
right arrow

Q10. what is P2P cycle? Customizations that you have worked on?

Ans.

P2P cycle is the Procure-to-Pay cycle which involves the process of purchasing goods or services and paying for them.

  • The cycle starts with identifying the need for a product or service

  • Then, a purchase requisition is created and sent for approval

  • Once approved, a purchase order is created and sent to the supplier

  • Goods or services are received and verified against the purchase order

  • An invoice is received from the supplier and matched against the purchase order and goods receipt

  • P...read more

View 1 answer
right arrow

Q11. What is your strong point in terms of technical knowledge?

Ans.

My strong point in technical knowledge is data analysis and visualization.

  • Proficient in SQL and Excel for data manipulation and analysis

  • Skilled in using Tableau and Power BI for data visualization

  • Experience in creating dashboards and reports for stakeholders

  • Knowledge in statistical analysis and predictive modeling

  • Familiarity with programming languages such as Python and R

Add your answer
right arrow

Q12. What is the Stream Api

Ans.

Stream API is a Java 8 feature that allows processing of collections in a functional way.

  • Stream API provides a set of functional interfaces to process collections.

  • It supports parallel processing of collections.

  • It can be used to filter, map, reduce, and sort collections.

  • Example: List numbers = Arrays.asList(1, 2, 3); numbers.stream().map(n -> n * 2).forEach(System.out::println);

  • Example: List names = Arrays.asList("John", "Mary", "Bob"); names.stream().filter(n -> n.startsWith(...read more

View 1 answer
right arrow

Q13. What are types of depriciation and how will you calculate any two of them?

Ans.

Types of depreciation and their calculation methods

  • Straight-line depreciation: allocates equal amounts of depreciation over the useful life of an asset

  • Double-declining balance depreciation: allocates more depreciation in the early years of an asset's life

  • Units of production depreciation: allocates depreciation based on the actual usage of the asset

  • Example: Straight-line depreciation of a $10,000 asset with a useful life of 5 years would be $2,000 per year

  • Example: Double-decli...read more

Add your answer
right arrow

Q14. what's the difference between User Story, Epic, and Feature?

Ans.

User Story, Epic, and Feature are terms used in Agile methodology to describe different levels of requirements.

  • User Story: A brief description of a feature from the perspective of the end-user.

  • Epic: A large body of work that can be broken down into smaller user stories.

  • Feature: A functionality that satisfies a specific requirement or business need.

  • User stories are the smallest unit of work, epics are larger and can be broken down into user stories, and features are the highes...read more

Add your answer
right arrow

Q15. what is pmp and how you will be defining it what BA will do and how they manage project

Ans.

PMP stands for Project Management Professional. It is a certification for project managers.

  • PMP is a globally recognized certification for project managers

  • It is offered by the Project Management Institute (PMI)

  • To become PMP certified, one must pass an exam and meet certain experience and education requirements

  • Business Analysts can work closely with project managers to ensure project success

  • BA's can assist with project planning, requirements gathering, and stakeholder managemen...read more

Add your answer
right arrow

Q16. Explain Spring MVC Flow

Ans.

Spring MVC Flow is a sequence of steps followed by Spring MVC framework to handle a web request.

  • Client sends a request to the server

  • DispatcherServlet receives the request and sends it to HandlerMapping

  • HandlerMapping maps the request to a specific controller

  • Controller processes the request and returns a ModelAndView object

  • DispatcherServlet sends the ModelAndView object to ViewResolver

  • ViewResolver resolves the view and sends it back to DispatcherServlet

  • DispatcherServlet sends t...read more

View 2 more answers
right arrow

Q17. What are your views in epay tax and NSDL payment portal

Ans.

ePay tax and NSDL payment portal are online platforms for tax payment and financial transactions.

  • ePay tax is an online platform that allows individuals and businesses to pay their taxes electronically.

  • NSDL payment portal is a secure online platform for making various financial transactions.

  • Both platforms provide convenience and efficiency in tax payment and financial transactions.

  • They offer multiple payment options, such as net banking, credit/debit cards, and mobile wallets....read more

View 1 answer
right arrow

Q18. OOPs have in which subject?

Ans.

OOPs is a subject in computer science.

  • OOPs stands for Object-Oriented Programming.

  • It is a programming paradigm that focuses on objects and their interactions.

  • It is used in many programming languages such as Java, C++, and Python.

  • OOPs concepts include encapsulation, inheritance, and polymorphism.

Add your answer
right arrow

Q19. Tell me 2 qualities of animals over humans

Ans.

Animals have better senses and instincts than humans.

  • Animals have a stronger sense of smell, hearing, and vision.

  • They have better instincts for survival and can sense danger before humans.

  • For example, dogs can detect certain types of cancer through their sense of smell.

  • Birds can navigate using the Earth's magnetic field.

  • Animals can also adapt to their environment more quickly than humans.

  • For example, chameleons can change their skin color to blend in with their surroundings.

Add your answer
right arrow

Q20. Why use the Microservices

Ans.

Microservices offer flexibility, scalability, and faster time-to-market for software development.

  • Microservices allow for independent deployment and scaling of individual components

  • They enable faster development and deployment cycles

  • They promote flexibility and agility in software development

  • Examples include Netflix, Amazon, and Uber

Add your answer
right arrow

Q21. what are the to business flow steps

Ans.

The business flow steps are the sequential actions taken to achieve a specific business objective.

  • Identify the business objective

  • Gather requirements and analyze the current state

  • Design the future state and create a solution

  • Implement the solution

  • Test and validate the solution

  • Deploy the solution

  • Monitor and evaluate the solution's performance

View 1 answer
right arrow

Q22. What is artificial intelligence?

Ans.

Artificial intelligence is the simulation of human intelligence in machines that are programmed to think and learn like humans.

  • AI involves creating intelligent machines that can perform tasks without human intervention

  • It includes machine learning, natural language processing, and robotics

  • Examples include Siri, Alexa, and self-driving cars

  • AI has applications in various fields such as healthcare, finance, and transportation

View 5 more answers
right arrow

Q23. What are the challenges for sustainable business post COVID

Ans.

Sustainable business post COVID faces challenges such as supply chain disruptions, financial instability, and changing consumer behavior.

  • Supply chain disruptions due to travel restrictions and lockdowns

  • Financial instability due to economic downturn and reduced consumer spending

  • Changing consumer behavior towards more sustainable and ethical products

  • Increased focus on health and safety measures

  • Need for digital transformation and remote work capabilities

  • Uncertainty and unpredict...read more

Add your answer
right arrow

Q24. Name to types of diagram used in business analyst?

Ans.

Two types of diagrams used in business analysis are process flow diagrams and use case diagrams.

  • Process flow diagrams show the flow of activities and decisions in a process.

  • Use case diagrams show the interactions between actors and the system.

  • Both diagrams are used to analyze and improve business processes.

  • Process flow diagrams can be created using tools like Microsoft Visio.

  • Use case diagrams can be created using tools like Rational Rose.

Add your answer
right arrow

Q25. What parameters you judge client requirements

Ans.

Client requirements are judged based on various parameters.

  • Understanding the business objectives

  • Analyzing the current processes and systems

  • Identifying the stakeholders and their needs

  • Defining the scope and constraints

  • Prioritizing the requirements based on their importance

  • Ensuring the requirements are feasible and achievable

  • Validating the requirements with the client

  • Documenting the requirements for future reference

Add your answer
right arrow

Q26. What do you mean by business analyst

Ans.

A business analyst is a professional who analyzes business processes and identifies areas for improvement.

  • Gathers and analyzes data to identify business problems and opportunities

  • Develops and recommends solutions to improve business processes

  • Collaborates with stakeholders to understand business needs and requirements

  • Creates and maintains documentation such as business requirements and process flows

  • May also be involved in project management and testing

  • Example: A business analy...read more

Add your answer
right arrow

Q27. The orbit of a planet is an ellipse with the sun at one of the foci

Ans.

The orbit of a planet is an ellipse with the sun at one of the foci.

  • An ellipse is a closed curve with two foci.

  • The sun is located at one of the foci of a planet's elliptical orbit.

  • The shape of the orbit affects the planet's distance from the sun over time.

  • Kepler's laws of planetary motion describe the elliptical nature of orbits.

Add your answer
right arrow

Q28. Explain your business analytic methods?

Ans.

My business analytic methods involve gathering data, analyzing it, and presenting insights to stakeholders.

  • I start by identifying the problem or question that needs to be answered

  • Then I gather relevant data from various sources

  • I clean and organize the data to prepare it for analysis

  • I use statistical and data visualization tools to analyze the data

  • I present my findings to stakeholders in a clear and concise manner

  • I also make recommendations based on my analysis to help stakeho...read more

Add your answer
right arrow

Q29. What is oops?

Ans.

OOPS stands for Object-Oriented Programming System.

  • OOPS is a programming paradigm that focuses on objects and their interactions.

  • It involves the use of classes, objects, inheritance, encapsulation, and polymorphism.

  • It helps in creating modular, reusable, and maintainable code.

  • Examples of OOPS languages include Java, C++, Python, etc.

View 1 answer
right arrow

Q30. Should audit report be revised while filing revised ITR

Ans.

Yes, audit report should be revised while filing revised ITR.

  • Revising the audit report is necessary to ensure accuracy and compliance with the revised ITR.

  • Any changes made to the financial statements or tax calculations should be reflected in the audit report.

  • Revised audit report provides transparency and clarity to the stakeholders and tax authorities.

  • Failure to revise the audit report may lead to penalties or legal consequences.

  • Examples of situations requiring revised audit...read more

View 1 answer
right arrow

Q31. What's steps to take improve business

Ans.

To improve business, steps such as analyzing data, identifying areas of improvement, implementing changes, and measuring success should be taken.

  • Analyze data to identify areas of improvement

  • Identify key performance indicators (KPIs) to measure success

  • Implement changes based on findings

  • Continuously monitor and adjust strategies as needed

  • Examples: improving customer service, streamlining processes, expanding product offerings

Add your answer
right arrow

Q32. What if a customer disrespects you??

Ans.

Maintain professionalism and try to understand the root cause of the disrespect.

  • Stay calm and composed

  • Do not react impulsively

  • Try to understand the reason behind the disrespect

  • Maintain professionalism and do not engage in disrespectful behavior

  • If necessary, escalate the issue to a higher authority

Add your answer
right arrow

Q33. What is opps concepts in c

Ans.

Oops concepts in C refer to the principles of Object-Oriented Programming in C language.

  • Encapsulation - bundling of data and functions that manipulate the data

  • Inheritance - creating new classes from existing ones

  • Polymorphism - ability of objects to take on multiple forms

  • Abstraction - hiding implementation details from the user

  • Examples: class, object, inheritance, polymorphism, encapsulation

Add your answer
right arrow

Q34. Basic languages in computer science?

Ans.

Basic languages in computer science include Java, Python, C++, and JavaScript.

  • Java is used for building enterprise-level applications

  • Python is popular for data analysis and machine learning

  • C++ is used for system programming and game development

  • JavaScript is used for web development and creating interactive user interfaces

Add your answer
right arrow

Q35. How many spoons are there in India?

Ans.

The question is not relevant to the job role and cannot be answered accurately.

  • The question is not related to the job role of a Business Analyst.

  • It is impossible to accurately determine the number of spoons in India.

  • The question may be a test of the candidate's ability to think on their feet and handle unexpected situations.

Add your answer
right arrow

Q36. C is what language?

Ans.

C is a high-level programming language used for system programming, embedded systems, and game development.

  • Developed by Dennis Ritchie at Bell Labs in 1972

  • Known for its efficiency and low-level memory manipulation capabilities

  • Used in operating systems like Unix and Windows

  • Popular in game development for its speed and control over hardware

  • Syntax influenced many other programming languages like C++, Java, and Python

Add your answer
right arrow

Q37. Drawbacks of microservices

Ans.

Drawbacks of microservices include increased complexity, communication overhead, and potential for service failures.

  • Increased complexity due to the need for multiple services to work together seamlessly

  • Communication overhead as services need to communicate with each other over a network

  • Potential for service failures as each service is responsible for its own functionality and can fail independently

  • Difficulties in testing and debugging as services are often developed and deplo...read more

Add your answer
right arrow

Q38. hown can we increase business for future

Ans.

Increasing business for the future requires a strategic approach.

  • Conduct market research to identify new opportunities and customer needs

  • Develop innovative products or services to meet those needs

  • Invest in marketing and advertising to increase brand awareness

  • Expand into new markets or geographic regions

  • Improve customer experience to increase loyalty and retention

  • Collaborate with other businesses to create mutually beneficial partnerships

  • Embrace technology and digital transfor...read more

Add your answer
right arrow

Q39. how to handle changing requirements

Ans.

Changing requirements can be handled through effective communication, prioritization, and documentation.

  • Regularly communicate with stakeholders to understand their changing needs

  • Prioritize requirements based on their impact on the project goals

  • Document all changes and their impact on the project scope, timeline, and budget

  • Ensure that all team members are aware of the changes and their responsibilities

  • Use agile methodologies to adapt to changing requirements quickly

  • Provide opt...read more

Add your answer
right arrow

Q40. How to debug javascript in dynamics 365

Ans.

Debugging JavaScript in Dynamics 365 involves using browser developer tools and setting breakpoints in code.

  • Use browser developer tools like Chrome DevTools to debug JavaScript in Dynamics 365

  • Set breakpoints in the JavaScript code to pause execution and inspect variables

  • Use console.log() statements to log information to the browser console for debugging purposes

Add your answer
right arrow

Q41. How to create button in dynamics 365

Ans.

To create a button in Dynamics 365, you can use the Ribbon Workbench tool.

  • Install Ribbon Workbench tool in Dynamics 365

  • Open Ribbon Workbench and connect to your Dynamics 365 environment

  • Create a new button on the desired entity form

  • Define the button's properties and actions

  • Publish the changes to make the button visible in Dynamics 365

Add your answer
right arrow

Q42. How can we get the huge benefits for all

Ans.

We can get huge benefits for all by implementing inclusive policies and programs.

  • Develop policies and programs that cater to the needs of all individuals

  • Ensure equal access to resources and opportunities

  • Promote diversity and inclusion in all aspects of society

  • Invest in education and training to empower individuals

  • Collaborate with stakeholders to identify and address gaps in services

  • Examples: Universal healthcare, affordable housing, accessible transportation, inclusive workpl...read more

Add your answer
right arrow

Q43. What does UML stands for?

Ans.

UML stands for Unified Modeling Language.

  • UML is a visual modeling language used in software engineering.

  • It is used to design and document software systems.

  • UML includes various types of diagrams such as use case, class, sequence, and activity diagrams.

  • It is a standardized language used by developers to communicate and understand software designs.

  • UML is supported by various software development tools such as Visual Paradigm and Rational Rose.

Add your answer
right arrow

Q44. Whats about profit and loss

Ans.

Profit and loss refer to the financial gains and losses of a business or individual.

  • Profit is the positive difference between revenue and expenses.

  • Loss is the negative difference between revenue and expenses.

  • Profit and loss are important indicators of financial health and performance.

  • Profit can be reinvested in the business or distributed to shareholders.

  • Losses can be used to offset taxes or carried forward to future years.

  • Examples of profit and loss statements include income...read more

Add your answer
right arrow

Q45. Pl give tips for increase the business

Ans.

Increasing business can be achieved through various strategies and tactics.

  • Identify and target new markets or customer segments

  • Improve product or service offerings to meet customer needs

  • Invest in marketing and advertising to increase brand awareness

  • Establish partnerships or collaborations with other businesses

  • Implement cost-cutting measures to improve profitability

  • Provide excellent customer service to retain existing customers

  • Leverage technology to streamline operations and i...read more

Add your answer
right arrow

Q46. What are scrum ceremonies?

Ans.

Scrum ceremonies are regular meetings held by Scrum teams to plan, review, and adapt their work.

  • Scrum ceremonies include Sprint Planning, Daily Scrum, Sprint Review, and Sprint Retrospective.

  • Sprint Planning is held at the beginning of each sprint to plan the work to be done.

  • Daily Scrum is a daily meeting where team members discuss progress and plan for the day.

  • Sprint Review is held at the end of each sprint to review the work done and get feedback from stakeholders.

  • Sprint Ret...read more

Add your answer
right arrow

Q47. analytical and business development process

Ans.

Analytical and business development process involves gathering data, analyzing it, and using it to make informed decisions for business growth.

  • Identify business goals and objectives

  • Gather relevant data through research and analysis

  • Analyze data to identify trends and patterns

  • Develop strategies and solutions based on findings

  • Implement and monitor solutions for effectiveness

  • Continuously evaluate and adjust strategies as needed

Add your answer
right arrow

Q48. What is ur expected ctc ?

Ans.

My expected CTC is negotiable based on the role, responsibilities, and benefits offered by the company.

  • My expected CTC is based on market research and industry standards.

  • I am open to discussing the salary range during the interview process.

  • I am looking for a competitive salary package that aligns with my skills and experience.

Add your answer
right arrow

Q49. How do you manage client

Ans.

Managing clients involves effective communication, understanding their needs, and building strong relationships.

  • Regular communication to understand their needs and expectations

  • Providing timely updates and progress reports

  • Building trust and rapport through active listening and empathy

  • Managing expectations and addressing any concerns or issues promptly

  • Ensuring client satisfaction through quality deliverables and excellent service

  • Identifying opportunities for upselling or cross-...read more

View 1 answer
right arrow

Q50. What is business analyst

Ans.

A business analyst is a professional who analyzes business processes and identifies areas for improvement.

  • Gathers and analyzes data to identify business problems and opportunities

  • Develops and recommends solutions to improve business processes

  • Works closely with stakeholders to understand their needs and requirements

  • Creates and maintains documentation of business processes and requirements

  • May also be involved in project management and implementation

  • Example: A business analyst m...read more

Add your answer
right arrow

Q51. How to handle user stories?

Ans.

User stories should be handled by prioritizing, breaking down, and refining them.

  • Prioritize user stories based on business value and urgency

  • Break down user stories into smaller, manageable tasks

  • Refine user stories by adding details and acceptance criteria

  • Collaborate with stakeholders to ensure user stories meet their needs

  • Use tools like JIRA or Trello to track user stories and their progress

  • Regularly review and update user stories as needed

Add your answer
right arrow

Q52. Explain "Usability"?

Ans.

Usability refers to the ease of use and learnability of a product or system.

  • Usability is a key factor in user experience and can impact user satisfaction and productivity.

  • It involves designing products or systems that are intuitive, efficient, and effective.

  • Examples of usability considerations include clear navigation, concise instructions, and error prevention.

  • Usability testing is often conducted to evaluate and improve the usability of a product or system.

View 1 answer
right arrow

Q53. Explain Order Provisioning in BSS system

Ans.

Order provisioning in BSS system involves the process of activating services for customers after they place an order.

  • Order provisioning involves validating the order details and ensuring all necessary resources are available.

  • Once validated, the order is processed and services are activated for the customer.

  • Order provisioning may involve tasks such as assigning phone numbers, setting up billing accounts, and configuring network settings.

  • Automated workflows and systems are ofte...read more

Add your answer
right arrow

Q54. what is role business analyst

Ans.

A business analyst is responsible for analyzing business processes, identifying areas for improvement, and recommending solutions.

  • Gathering and analyzing data to identify business problems

  • Developing and implementing solutions to improve business processes

  • Collaborating with stakeholders to understand business needs

  • Creating and maintaining documentation of business processes

  • Facilitating communication between technical and non-technical teams

Add your answer
right arrow

Q55. what is software life cycle

Ans.

Software life cycle refers to the stages involved in the development of software, from conception to retirement.

  • It includes planning, design, development, testing, deployment, and maintenance.

  • Each stage has its own set of activities and deliverables.

  • The life cycle model used can vary depending on the project and organization.

  • Examples of life cycle models include Waterfall, Agile, and DevOps.

Add your answer
right arrow

Q56. How to create user stories

Ans.

User stories can be created by identifying user needs, defining features, and prioritizing tasks.

  • Identify user needs and goals

  • Define features and functionality

  • Prioritize tasks based on user needs

  • Use the format 'As a [user], I want [goal], so that [reason]'

  • Include acceptance criteria for each user story

Add your answer
right arrow

Q57. What are extends?

Ans.

Extends is a keyword in object-oriented programming that allows a class to inherit properties and methods from another class.

  • Extends is used in inheritance to create a subclass that is a modified version of the parent class.

  • The subclass inherits all the properties and methods of the parent class and can also have its own unique properties and methods.

  • For example, a class Animal can be extended by a subclass Dog, which inherits all the properties and methods of Animal and can ...read more

Add your answer
right arrow

Q58. is Infosys listed?

Ans.

Yes, Infosys is listed on the Indian stock exchanges as well as on the NYSE.

  • Infosys is listed on the Bombay Stock Exchange (BSE) and National Stock Exchange of India (NSE)

  • It is also listed on the New York Stock Exchange (NYSE)

  • Infosys has a market capitalization of over $80 billion as of 2021

Add your answer
right arrow

Q59. What is Business?

Ans.

Business is the activity of making, buying, or selling goods or providing services in exchange for money.

  • Business involves creating value for customers through products or services

  • It requires identifying and meeting customer needs and wants

  • It involves managing resources such as finances, employees, and materials

  • Businesses aim to make a profit by generating revenue that exceeds expenses

  • Examples include retail stores, restaurants, and consulting firms

Add your answer
right arrow

Q60. What is multi threading

Ans.

Multi threading is the ability of a program to perform multiple tasks concurrently.

  • It allows for better utilization of CPU resources

  • It can improve the performance of applications that require parallel processing

  • Examples include web servers handling multiple requests simultaneously

  • It requires careful management of shared resources to avoid conflicts

Add your answer
right arrow

Q61. What is profile in Infosys

Ans.

Profile in Infosys refers to the job role and responsibilities assigned to an employee.

  • Profile in Infosys is determined based on the skills and experience of an employee.

  • It includes job title, job description, and responsibilities.

  • For example, a Business Analyst profile in Infosys may involve analyzing business requirements, creating functional specifications, and collaborating with stakeholders.

  • Profiles are reviewed periodically and may be updated based on an employee's perf...read more

Add your answer
right arrow

Q62. What is powerful?

Ans.

Powerful is having the ability to influence or control others or the environment.

  • Powerful can refer to physical strength or force, such as a powerful machine or a powerful athlete.

  • Powerful can also refer to influential or authoritative individuals, such as a powerful CEO or a powerful politician.

  • Powerful can describe something that has a significant impact or effect, such as a powerful speech or a powerful medication.

  • Powerful can also refer to something that is impressive or ...read more

View 1 answer
right arrow

Q63. Types of depriciation?

Ans.

Depreciation can be classified into three types: straight-line, accelerated, and sum-of-the-years' digits.

  • Straight-line depreciation is the simplest method and allocates the same amount of depreciation each year.

  • Accelerated depreciation methods allocate more depreciation in the early years of an asset's life and less in the later years.

  • Sum-of-the-years' digits depreciation allocates more depreciation in the early years of an asset's life and less in the later years, but at a ...read more

Add your answer
right arrow

Q64. What are capital market

Ans.

Capital markets are financial markets where long-term debt or equity-backed securities are bought and sold.

  • Capital markets facilitate the buying and selling of long-term financial instruments such as stocks and bonds.

  • They provide a platform for companies and governments to raise funds for various projects or operations.

  • Investors can buy and sell securities in the capital markets to earn returns on their investments.

  • Examples of capital markets include stock exchanges like NYSE...read more

Add your answer
right arrow

Q65. Give idea for business

Ans.

Online platform for personalized fitness training

  • Develop a mobile app and website for users to sign up and create personalized fitness plans

  • Offer a wide range of workout routines and exercises for different fitness goals

  • Provide access to certified personal trainers for virtual coaching and guidance

  • Include features like progress tracking, nutrition advice, and community support

  • Monetize through subscription plans and partnerships with fitness equipment brands

View 1 answer
right arrow

Q66. How you analyze srs

Ans.

I analyze SRS by breaking it down into smaller components and identifying requirements and constraints.

  • Read the SRS thoroughly and identify the key requirements

  • Break down the SRS into smaller components and analyze each one separately

  • Identify any constraints or limitations mentioned in the SRS

  • Ensure that the SRS is complete and consistent with the project goals

  • Collaborate with stakeholders to clarify any ambiguities or uncertainties

Add your answer
right arrow

Q67. what is management

Ans.

Management is the process of planning, organizing, directing, and controlling resources to achieve organizational goals.

  • It involves setting goals and objectives

  • It includes organizing resources such as people, finances, and materials

  • It requires directing and motivating employees to achieve goals

  • It involves monitoring and controlling progress towards goals

  • Examples include project management, operations management, and strategic management

Add your answer
right arrow

Q68. Oops concepts and implementation

Ans.

Oops concepts refer to Object-Oriented Programming principles and their implementation in software development.

  • Oops concepts include Inheritance, Encapsulation, Polymorphism, and Abstraction.

  • Inheritance allows a class to inherit properties and behavior from another class.

  • Encapsulation involves bundling data and methods that operate on the data into a single unit.

  • Polymorphism allows objects to be treated as instances of their parent class.

  • Abstraction hides the complex implemen...read more

Add your answer
right arrow

Q69. Define the use case model?

Ans.

Use case model is a visual representation of the interactions between users and a system.

  • Describes the steps a user takes to achieve a goal with a system

  • Identifies actors and their roles in the system

  • Shows the flow of events and possible alternate paths

  • Helps to identify requirements and potential issues

  • Example: Use case model for an online shopping system

  • Example: Use case model for a banking system

Add your answer
right arrow

Q70. how to use visio

Ans.

Visio is a diagramming tool used to create flowcharts, diagrams, and other visual representations of data.

  • Start by selecting a template or creating a new document

  • Drag and drop shapes onto the canvas and connect them with lines or arrows

  • Add text, images, and other elements to enhance the diagram

  • Use the formatting tools to customize the appearance of the diagram

  • Save and export the diagram in various formats such as PDF or PNG

Add your answer
right arrow

Q71. Sql query to identify Duplicates

Ans.

Use SQL query with GROUP BY and HAVING clause to identify duplicates.

  • Use GROUP BY to group rows with same values together

  • Use HAVING clause to filter out groups with count greater than 1

  • Example: SELECT column_name, COUNT(*) FROM table_name GROUP BY column_name HAVING COUNT(*) > 1

Add your answer
right arrow

Q72. Explain Telecom domain 5G architechture

Ans.

5G architecture in the Telecom domain involves a network of small cells, massive MIMO, and virtualized network functions.

  • 5G architecture includes small cells to increase network capacity and coverage.

  • Massive MIMO technology is used to improve spectral efficiency and increase data rates.

  • Virtualized network functions enable flexible and efficient network management.

  • Network slicing allows for the creation of multiple virtual networks on a single physical infrastructure.

  • Edge comp...read more

Add your answer
right arrow

Q73. What is mind?

Ans.

Mind is the faculty of consciousness and thought.

  • It is the ability to think, reason, and perceive.

  • It is responsible for emotions, memories, and decision-making.

  • It is influenced by both internal and external factors.

  • Examples include problem-solving, creativity, and critical thinking.

Add your answer
right arrow

Q74. Brief about business informatics

Ans.

Business informatics is the application of information technology to business processes and decision-making.

  • It involves analyzing and designing business processes and systems

  • It uses data analysis and modeling to improve decision-making

  • Examples include enterprise resource planning (ERP) systems and business intelligence (BI) tools

Add your answer
right arrow

Q75. Explain the topic

Ans.

The topic is not specified. Please provide more information.

    Add your answer
    right arrow

    Q76. Tell ur name 😅

    Ans.

    My name is [insert name here].

    • My name is [insert name here].

    • You can call me by my first name, which is [insert first name here].

    • My full name is [insert full name here].

    • I go by the nickname [insert nickname here].

    Add your answer
    right arrow

    Q77. What is java

    Ans.

    Java is a high-level programming language used to develop applications for various platforms.

    • Java is an object-oriented language

    • It is platform-independent

    • Java code is compiled into bytecode

    • Java Virtual Machine (JVM) executes the bytecode

    • Java is used to develop web applications, mobile applications, desktop applications, and more

    Add your answer
    right arrow

    Q78. what is entrepreneur

    Ans.

    An entrepreneur is a person who starts and runs a business venture with the aim of making a profit.

    • Entrepreneurs are risk-takers who identify opportunities and create innovative solutions to meet market needs.

    • They are self-starters who are willing to take on challenges and work hard to achieve their goals.

    • Entrepreneurs often have a strong vision for their business and are able to inspire and lead others to help them achieve success.

    • Examples of successful entrepreneurs include...read more

    Add your answer
    right arrow

    Q79. How to debug plugins

    Ans.

    Debugging plugins involves identifying and fixing issues within the plugin code.

    • Start by checking for any error messages or warnings in the plugin logs.

    • Use debugging tools like console.log statements or a debugger to track the flow of the plugin code.

    • Review the plugin code for any syntax errors, logical errors, or compatibility issues with the platform it is being used on.

    • Test the plugin in a controlled environment to replicate the issue and troubleshoot it effectively.

    • Consul...read more

    Add your answer
    right arrow

    Q80. What is ur name

    Ans.

    My name is [insert name here].

    • My name is [insert name here].

    • You can call me [insert name here].

    • I go by the name of [insert name here].

    Add your answer
    right arrow

    Q81. How to grow business

    Ans.

    To grow business, focus on customer needs, innovate, expand market reach, and optimize operations.

    • Identify customer needs and preferences

    • Innovate and offer unique value propositions

    • Expand market reach through targeted marketing and partnerships

    • Optimize operations to reduce costs and improve efficiency

    • Invest in technology and talent development

    Add your answer
    right arrow

    Q82. What is C#

    Ans.

    C# is a modern, object-oriented programming language developed by Microsoft.

    • C# is used to develop Windows desktop applications, games, and web applications.

    • It is similar to Java in syntax and structure.

    • C# is used in conjunction with the .NET framework.

    • It supports features like garbage collection, type safety, and exception handling.

    • Example: Console.WriteLine("Hello World!");

    Add your answer
    right arrow

    Q83. what is energy

    Ans.

    Energy is the ability to do work or cause change.

    • Energy can exist in different forms such as kinetic, potential, thermal, electrical, chemical, and nuclear.

    • It is measured in joules or calories.

    • Energy cannot be created or destroyed, only transformed from one form to another.

    • Examples of energy include the movement of a car, the heat from a fire, and the electricity powering a light bulb.

    Add your answer
    right arrow

    Q84. Matrix used for creating FRD.

    Ans.

    Matrix is used for organizing and mapping functional requirements in a Functional Requirements Document (FRD).

    • Matrix helps in clearly defining the relationship between different requirements and their corresponding features.

    • It helps in prioritizing requirements based on their importance and impact on the project.

    • Matrix can also be used to track the status of each requirement throughout the project lifecycle.

    • Example: A traceability matrix can be used to link each requirement t...read more

    Add your answer
    right arrow
    Ans.

    Can you explain how you approach problem-solving as a business analyst?

    • I start by understanding the problem and its impact on the business

    • I gather data and analyze it to identify the root cause

    • I collaborate with stakeholders to develop solutions

    • I prioritize solutions based on impact and feasibility

    • I monitor and evaluate the effectiveness of the solution

    • I continuously improve the process

    Add your answer
    right arrow

    Q86. define us

    Ans.

    Business Analyst is responsible for analyzing business processes and identifying areas for improvement.

    • Gathers and analyzes data to identify business problems and opportunities

    • Develops and recommends solutions to improve business processes

    • Collaborates with stakeholders to ensure solutions meet business needs

    • Creates reports and presentations to communicate findings and recommendations

    Add your answer
    right arrow

    Q87. Wht is

    Ans.

    The question is incomplete. Please provide more information.

      Add your answer
      right arrow

      Q88. Pricing procedure

      Ans.

      Pricing procedure refers to the method used to determine the price of a product or service.

      • Pricing procedures can vary based on factors such as cost, competition, and customer demand.

      • Examples of pricing procedures include cost-plus pricing, value-based pricing, and competitive pricing.

      • Business analysts analyze market trends and data to recommend the most effective pricing procedure for a company.

      Add your answer
      right arrow
      Contribute & help others!
      Write a review
      Write a review
      Share interview
      Share interview
      Contribute salary
      Contribute salary
      Add office photos
      Add office photos

      Interview Process at Infosys Business Analyst

      based on 22 interviews
      7 Interview rounds
      Personal Interview1 Round - 1
      HR Round
      Personal Interview1 Round - 2
      Personal Interview1 Round - 3
      Assignment Round
      Case Study Round
      Personal Interview1 Round - 4
      View more
      interview tips and stories logo
      Interview Tips & Stories
      Ace your next interview with expert advice and inspiring stories

      Top Business Analyst Interview Questions from Similar Companies

      Genpact Logo
      3.8
       • 29 Interview Questions
      Paytm Logo
      3.3
       • 12 Interview Questions
      Flipkart Logo
      4.0
       • 10 Interview Questions
      View all
      Recently Viewed
      SALARIES
      American Express
      SALARIES
      Tech Mahindra
      JOBS
      Wipro
      No Jobs
      SALARIES
      Barclays Global Service Centre
      SALARIES
      Cognizant
      JOBS
      Accenture
      No Jobs
      SALARIES
      Evalueserve
      SALARIES
      Deloitte
      JOBS
      Amazon
      No Jobs
      SALARIES
      Virtusa Consulting Services
      Share an Interview
      Stay ahead in your career. Get AmbitionBox app
      play-icon
      play-icon
      qr-code
      Helping over 1 Crore job seekers every month in choosing their right fit company
      75 Lakh+

      Reviews

      5 Lakh+

      Interviews

      4 Crore+

      Salaries

      1 Cr+

      Users/Month

      Contribute to help millions

      Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

      Follow us
      • Youtube
      • Instagram
      • LinkedIn
      • Facebook
      • Twitter