Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by IBM Team. If you also belong to the team, you can get access from here

IBM Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

IBM Advisory System Analyst Interview Questions, Process, and Tips

Updated 28 Oct 2024

Top IBM Advisory System Analyst Interview Questions and Answers

  • Q1. What you will do if you got to know there is a performance issue in code change which you developed before 1 day of production deployment
  • Q2. How to check whether a file in empty or not using JCL.
  • Q3. Which server and version is being used and how to configure the data source in WebLogic server
View all 20 questions

IBM Advisory System Analyst Interview Experiences

46 interviews found

I applied via Company Website

Round 1 - Technical 

(1 Question)

  • Q1. About your technology..resume and projects
Round 2 - Technical 

(1 Question)

  • Q1. About your technology stack, Complex logic
Round 3 - Manegerial 

(1 Question)

  • Q1. Working env, JIRA, Security of apps

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and prepare with the basecs
Round 1 - Technical 

(2 Questions)

  • Q1. Whats was your last project
  • Q2. What challenge you face and how you have resolved
Round 2 - HR 

(2 Questions)

  • Q1. What was your last salary
  • Q2. What is your expected salary

Interview Preparation Tips

Interview preparation tips for other job seekers - interview is depends on the project or accounts. you basic concept should be clear on your key skills

Advisory System Analyst Interview Questions Asked at Other Companies

asked in IBM
Q1. What you will do if you got to know there is a performance issue ... read more
asked in IBM
Q2. How to check whether a file in empty or not using JCL.
asked in IBM
Q3. Which server and version is being used and how to configure the d ... read more
asked in IBM
Q4. How Apache Kafka can be used to across multiple producers and con ... read more
asked in IBM
Q5. CI-CD Flow and how we have implemented in our project
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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Microservice, spring boot architecture
Round 3 - Coding Test 

Sort number without using temp

Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and reason for change of job

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go by name, check for project and it's technologies
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. OOPS concepts , angular concepts etc.

IBM interview questions for designations

 Advisory Consultant

 (13)

 System Analyst

 (2)

 Senior Advisory Consultant

 (18)

 Advisory IT Architect

 (1)

 Advisory Architect

 (1)

 Senior System Analyst

 (12)

 Financial Accounting and Advisory Analyst

 (1)

 Advisory Technical Specialist

 (1)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 4 interview rounds.

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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Mostly it was scenario based question on microservices and app development.
  • Q2. They will also ask you to write a small code snippet to explain a logic.
Round 3 - Behavioral 

(1 Question)

  • Q1. Mostly will check your previous roles and responsibility , your future job expectation, followed by some question to check knowledge on Agile.
Round 4 - HR 

(1 Question)

  • Q1. They will say that this is the best they can offer. HR are very hard to negotiate as the salary is set by PM and cannot match any counter offer.

Get interview-ready with Top IBM Interview Questions

Interview Questionnaire 

9 Questions

  • Q1. Why Spring Boot
  • Ans. 

    Spring Boot is a popular Java framework for building microservices and web applications.

    • Provides a quick and easy way to set up a new project with minimal configuration

    • Offers a wide range of pre-built features and integrations

    • Supports multiple data sources and web protocols

    • Enables easy deployment and scaling of applications

    • Example: Spring Boot can be used to build a RESTful API for a web application

    • Example: Spring Boot...

  • Answered by AI
  • Q2. Spring Security & How Security has been achieved in my application
  • Ans. 

    Spring Security is used for authentication and authorization in the application.

    • Spring Security provides a framework for securing web applications.

    • It uses various authentication and authorization mechanisms such as form-based, basic, and OAuth2.

    • In our application, we have used form-based authentication with user credentials stored in a database.

    • We have also implemented role-based authorization to restrict access to cer...

  • Answered by AI
  • Q3. Application Architecture
  • Q4. Global Exception Handling using Spring Framework
  • Ans. 

    Global exception handling in Spring Framework allows for centralized error handling and logging.

    • Spring provides a @ControllerAdvice annotation to define global exception handling

    • Exception handling can be customized based on the type of exception thrown

    • Logging can be implemented using AOP and Spring's @Around advice

    • Example: @ControllerAdvice class with @ExceptionHandler methods for specific exceptions

    • Example: AOP loggin

  • Answered by AI
  • Q5. CI-CD Flow and how we have implemented in our project
  • Ans. 

    CI-CD flow is implemented in our project for continuous integration and delivery of software.

    • We use Jenkins as our CI/CD tool.

    • Our code is stored in Git repository and is automatically built and tested on every commit.

    • We have multiple environments for testing and deployment, including staging and production.

    • We use Docker containers for easy deployment and scalability.

    • Our CI/CD pipeline includes automated testing, code a...

  • Answered by AI
  • Q6. Basic annotations like @SpringBootApplication etc
  • Q7. Which server and version is being used and how to configure the data source in WebLogic server
  • Ans. 

    The server being used is WebLogic and the version is not specified. Data source can be configured through the console or configuration files.

    • WebLogic server is being used

    • Version is not specified

    • Data source can be configured through console or configuration files

  • Answered by AI
  • Q8. Profiling in Spring
  • Ans. 

    Profiling in Spring is a technique to analyze and optimize the performance of an application.

    • Profiling helps identify performance bottlenecks in the application.

    • Spring provides support for profiling through its integration with popular profiling tools like JProfiler and YourKit.

    • Profiling can be done on various components of the Spring application, including controllers, services, and repositories.

    • Profiling can also hel...

  • Answered by AI
  • Q9. Whether using microservice or not. Why microservice
  • Ans. 

    Microservices offer scalability, flexibility, and faster deployment.

    • 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

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions were related to Java 1.8, Spring Boot and basic questions from Microservices. Couple of SQL questions related to select queries, indexing etc.
Round 2 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why should we hire you?
  • Q4. What are your strengths and weaknesses?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare for your basic questions and related to above topics
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Javascript, Angular
Round 2 - One-on-one 

(1 Question)

  • Q1. Project, nodejs
Round 3 - HR 

(1 Question)

  • Q1. Work culture, salary benefits

I applied via Approached by Company

Round 1 - Technical 

(1 Question)

  • Q1. Ask me to write some angular basics syntax + how you call api service complete flow Asked some javascript questions output. ES6 features Total 9-10 questions. In PDM round asked work process,git rally , ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Average weight interview
HRs are very responsive
Interviewer are good .

I applied via Recruitment Consultant and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic JavaScript questions.
  • Q2. Hoisting, closure
  • Q3. Difference between var, let and const
  • Ans. 

    Var is function scoped, let and const are block scoped. Const cannot be reassigned.

    • Var can be redeclared and updated within its scope

    • Let can be updated but not redeclared within its scope

    • Const cannot be updated or redeclared within its scope

    • Example: var x = 10; let y = 5; const z = 2;

    • Example: function example() { var x = 1; if (true) { var x = 2; } console.log(x); }

    • Example: function example() { let x = 1; if (true) { l...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was technical then last was managerial.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

IBM Interview FAQs

How many rounds are there in IBM Advisory System Analyst interview?
IBM interview process usually has 2-3 rounds. The most common rounds in the IBM interview process are Technical, HR and One-on-one Round.
What are the top questions asked in IBM Advisory System Analyst interview?

Some of the top questions asked at the IBM Advisory System Analyst interview -

  1. What you will do if you got to know there is a performance issue in code change...read more
  2. How to check whether a file in empty or not using JC...read more
  3. Which server and version is being used and how to configure the data source in ...read more

Recently Viewed

SALARIES

Hexaware Technologies

INTERVIEWS

Fujitsu

No Interviews

SALARIES

Sify Technologies

INTERVIEWS

Wipro

No Interviews

SALARIES

KPIT Technologies

SALARIES

HCLTech

SALARIES

Sonata Software

INTERVIEWS

IBM

No Interviews

INTERVIEWS

Incedo

No Interviews

COMPANY BENEFITS

CMS IT Services

No Benefits

Tell us how to improve this page.

IBM Advisory System Analyst Interview Process

based on 16 interviews

4 Interview rounds

  • Technical Round
  • HR Round
  • Personal Interview1 Round - 1
  • Personal Interview1 Round - 2
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
View all
IBM Advisory System Analyst Salary
based on 5.2k salaries
₹9.4 L/yr - ₹26 L/yr
At par with the average Advisory System Analyst Salary in India
View more details

IBM Advisory System Analyst Reviews and Ratings

based on 383 reviews

4.0/5

Rating in categories

4.0

Skill development

4.2

Work-life balance

3.3

Salary

4.0

Job security

3.9

Company culture

2.9

Promotions

3.6

Work satisfaction

Explore 383 Reviews and Ratings
Application Developer
11.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
5.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Advisory System Analyst
5.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
4.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare IBM with

Oracle

3.7
Compare

TCS

3.7
Compare

Cognizant

3.7
Compare

Accenture

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