IT Services · Bengaluru
IBM India interviews include aptitude screening, technical rounds covering Cloud and AI topics, and an HR round.
Process: Aptitude → Technical → HR
What is IBM's focus area in India and what roles does it predominantly hire freshers for?
Tip: IBM India primarily hires for Cloud, AI/ML, and enterprise software services. Fresher roles include Application Developer, Data Analyst, and Cloud Associate. IBM's Consulting division hires from top IITs/NITs for strategy roles at higher packages.
What is IBM Cloud and how does it differ from AWS and Azure?
Tip: IBM Cloud (formerly Bluemix): enterprise-focused, strong in hybrid cloud and regulated industries. Differentiators: OpenShift integration, Watson AI services, Financial Services Cloud. Compared to AWS (breadth) and Azure (Microsoft ecosystem), IBM focuses on enterprise compliance needs.
Explain what machine learning is and differentiate supervised, unsupervised, and reinforcement learning.
Tip: Supervised: labelled training data, predicts outputs (classification, regression). Unsupervised: finds patterns without labels (clustering, dimensionality reduction). Reinforcement: agent learns via rewards/penalties in an environment. Use concrete examples — spam detection (supervised), customer segmentation (unsupervised).
What is containerisation and why has Docker become industry standard?
Tip: Containers: isolated processes sharing the OS kernel (lighter than VMs). Docker packages app + dependencies into a portable image. Benefits: consistent environment across dev/staging/production, fast startup, smaller footprint. IBM uses Docker + Kubernetes via Red Hat OpenShift.
What are IBM's core values, and how do they guide employee behaviour?
Tip: IBM's values: Dedication to every client's success, Innovation that matters (for IBM and the world), Trust and personal responsibility in all relationships. The 'Trust and responsibility' value means owning mistakes quickly — mention this in behavioural answers.
Explain the concept of microservices architecture. What problems does it solve over monolithic design?
Tip: Microservices: small, independently deployable services communicating via APIs. Solves: independent scaling, technology heterogeneity, fault isolation, faster deployments. Trade-offs: distributed system complexity, network latency, eventual consistency. IBM Consulting helps enterprises migrate from monolith to microservices.
Write a Python function to count the frequency of each character in a string.
Tip: Use collections.Counter — one liner: Counter(s). Or manual dict: iterate the string, use d.get(char, 0) + 1. IBM Application Developer interviews test Python basics heavily — also know list comprehensions and generators.
What is Agile and how does IBM implement it within large enterprise projects?
Tip: IBM uses SAFe (Scaled Agile Framework) for large multi-team projects. Key ceremonies: PI Planning (every 10 weeks), sprint reviews, team syncs. IBM Garage is their innovation methodology — mention it to show you've researched their delivery model.
Describe a situation where you had to make a decision with incomplete information.
Tip: Structure using STAR. Emphasise: what data you gathered quickly, how you identified the most critical unknowns, the decision framework you used, outcome, and retrospective. IBM interviewers appreciate analytical rigour under uncertainty.
What is SQL indexing and how does it improve query performance?
Tip: Index: B-tree (or hash) data structure on one or more columns. Turns O(n) full table scan into O(log n) lookup. Trade-off: faster reads, slower writes (index must be updated on INSERT/UPDATE). Covering index: includes all query columns — no table lookup needed.
IBM India interviews follow a 3-round process. Here is what to expect and how to prepare for each stage.
Upload your resume and get questions scored across technical depth, communication, structure, confidence, and relevance — the same criteria IBM panels use.