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

IBM Associate IT Software Engineer Interview Questions, Process, and Tips

Updated 7 Feb 2024

IBM Associate IT Software Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

C language and Python

Round 2 - Technical 

(5 Questions)

  • Q1. What are the 7 phases of SDLC
  • Ans. 

    The 7 phases of SDLC are planning, requirements gathering, design, development, testing, deployment, and maintenance.

    • Planning: Defining project goals, scope, and resources.

    • Requirements gathering: Collecting and documenting user needs and system requirements.

    • Design: Creating a detailed blueprint of the system architecture and components.

    • Development: Writing and coding the software application.

    • Testing: Conducting various...

  • Answered by AI
  • Q2. Features of c programming
  • Ans. 

    C programming is a procedural programming language known for its efficiency and low-level control over computer hardware.

    • C is a compiled language

    • It supports low-level memory manipulation

    • C has a rich set of built-in functions and operators

    • It allows direct access to hardware

    • C is widely used for system programming and embedded systems

  • Answered by AI
  • Q3. What are pointers in C
  • Ans. 

    Pointers in C are variables that store memory addresses. They are used to manipulate data and create dynamic data structures.

    • Pointers are variables that store memory addresses

    • They are used to manipulate data directly in memory

    • Pointers can be used to create dynamic data structures

    • They allow passing addresses of variables to functions

    • Pointers can be used to access and modify array elements

  • Answered by AI
  • Q4. What are Arrays in C
  • Ans. 

    Arrays in C are a collection of elements of the same data type, stored in contiguous memory locations.

    • Arrays are declared using square brackets [] and can store multiple values of the same type.

    • Elements in an array can be accessed using their index, starting from 0.

    • Arrays in C are fixed in size and cannot be resized once declared.

    • Arrays can be used to store integers, characters, floats, or even user-defined data types.

  • Answered by AI
  • Q5. What Are tokens in c
  • Ans. 

    Tokens in C are the smallest individual units of a program, such as keywords, identifiers, operators, and constants.

    • Tokens are used to build the syntax of a C program.

    • Keywords like 'if', 'for', and 'while' are tokens.

    • Identifiers like variable names are tokens.

    • Operators like '+', '-', and '=' are tokens.

    • Constants like numbers and strings are tokens.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

Round 1 - Aptitude Test 

Generally the aptitude maintain quick calculations and time reduce.

Round 2 - Coding Test 

Coding built over technical skills

Round 3 - HR 

(1 Question)

  • Q1. General knowledge and some technical questions been asked

Interview Preparation Tips

Topics to prepare for DXC Technology Software Engineer interview:
  • Python
Interview preparation tips for other job seekers - Create an position which you want to reach and move towards an other opportunity will be waiting for our future.

I applied via Job Portal and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basics of C++ and C
  • Q2. Related to project

Interview Preparation Tips

Interview preparation tips for other job seekers - It was 30 min interview of both tech+hr.

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Just simple HR Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

I appeared for an interview in Aug 2020.

Interview Questionnaire 

1 Question

  • Q1. What is the complicated issue that you have solved and what is the solution you have provided
  • Ans. 

    Developed a real-time data processing system for a financial institution

    • Implemented a distributed system using Apache Kafka and Apache Storm

    • Designed a fault-tolerant architecture with multiple redundancy layers

    • Optimized the system for high throughput and low latency

    • Provided real-time monitoring and alerting using Grafana and Prometheus

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the basics and aware of all the process.

I applied via Walk-in and was interviewed before Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1.OOP concepts
  • Q2. SQL Queries
  • Q3. Tell me about your self
  • Q4. My background

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical interview level will be moderate to high.Be firm on your answers.You should know how to make your interview in a way you want it to go! For example even if the interviewer diverts from one concept to another, I know how to bring him back to the concept am confident on!
HR interview was quite easy.
HR interview is for just checking your confidence, willingness to ajdust to Corparate world.

I applied via Recruitment Consultant and was interviewed in Jun 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What are the addon that can be added with spring boot ? What is the spring boot ? What are the ways of configuring a bean in spring? And core java realted stuff.
  • Ans. 

    Answering questions related to Spring Boot and core Java

    • Spring Boot addons include Spring Security, Spring Data, and Spring Cloud

    • Spring Boot is a framework for building standalone, production-grade Spring-based applications

    • Ways of configuring a bean in Spring include XML configuration, Java-based configuration, and annotation-based configuration

    • Core Java topics include OOP concepts, collections, multithreading, and exc

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared for your interview with hackerrank problem solving and good analytical skills.
According to my experience i would not sugget to join HCL .

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic questions of Python and pytest framework
  • Q2. Questions will be based on the resume in hand

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine with your resume. Understand the project, that you handle. Be aware of the software market and be bold to open up with your views. It is not always true, that when new technologies come up, the old goes down. It is the less adaptability of the technology, that pulls it back.

I applied via Campus Placement and was interviewed in May 2021. There were 3 interview rounds.

Round 1 - Assignment 

Mcq and 2 coding(basic)

Round 2 - Technical 

(1 Question)

  • Q1. Explain about oops concept
  • Ans. 

    OOPs is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs stands for Object-Oriented Programming.

    • It focuses on creating objects that interact with each other to solve a problem.

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four main pillars of OOPs.

    • Encapsulation is the process of hiding the implementation details of an object from the outside world.

    • Inherita...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. About myself, my family and goal

Interview Preparation Tips

Interview preparation tips for other job seekers - Be polite if you have basic knowledge you will select here

I applied via Monster and was interviewed in Aug 2019. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. What is your Experience in current company?
  • Q2. What is the importance of job in your daily life?
  • Q3. What is you technical knowledge?
  • Q4. What is your highest strengths?
  • Q5. How long have you been working this company?

Interview Preparation Tips

Interview preparation tips for other job seekers - that is good dressing and confidence is the first key where we go for interview. and good knowledge in their domain that what we experienced.

IBM Interview FAQs

How many rounds are there in IBM Associate IT Software Engineer interview?
IBM interview process usually has 2 rounds. The most common rounds in the IBM interview process are Coding Test and Technical.
What are the top questions asked in IBM Associate IT Software Engineer interview?

Some of the top questions asked at the IBM Associate IT Software Engineer interview -

  1. What are the 7 phases of S...read more
  2. What are pointers i...read more
  3. What are Arrays i...read more

Tell us how to improve this page.

IBM Associate IT Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 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.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
DXC Technology Interview Questions
3.7
 • 802 Interviews
View all

IBM Associate IT Software Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

3.0

Salary

4.0

Job security

5.0

Company culture

3.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Application Developer
11.9k salaries
unlock blur

₹5.8 L/yr - ₹26.2 L/yr

Software Engineer
5.6k salaries
unlock blur

₹6.7 L/yr - ₹22.2 L/yr

Advisory System Analyst
5.4k salaries
unlock blur

₹9.5 L/yr - ₹25.5 L/yr

Senior Software Engineer
4.9k salaries
unlock blur

₹8 L/yr - ₹32 L/yr

Software Developer
4.7k salaries
unlock blur

₹10 L/yr - ₹32.8 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