Infosys Fresher Salary 2026 — Complete Breakdown
Infosys is known for having the best training programme among Indian IT companies. The Mysuru training campus is legendary. Infosys offers three main fresher tracks in 2026: Systems Engineer (SE), Digital Specialist Engineer (DSE), and Power Programmer.
Infosys Salary Tracks 2026
| Role | CTC (LPA) | Fixed Component | Monthly In-Hand | Training Duration |
|---|---|---|---|---|
| Systems Engineer (SE) | ₹3.6 LPA | ₹3 LPA | ~₹22,500 | 12 weeks (Mysuru) |
| DSE | ₹4.5-6.5 LPA | ₹3.8-5.4 LPA | ~₹28,000-40,000 | 8-12 weeks |
| Power Programmer | ₹8-9 LPA | ₹6.7-7.5 LPA | ~₹50,000-55,000 | 6 weeks (fast-track) |
Infosys SE — Standard Fresher Role (₹3.6 LPA)
The Systems Engineer is the standard entry-level position at Infosys:
- CTC: ₹3.6 LPA (slightly higher base than TCS Ninja at ₹3.36 LPA)
- Training: 12-week residential training at Mysuru campus (world-class facility)
- In-hand salary: ~₹22,500/month after deductions
- Eligibility: BE/B.Tech/MCA with 60%+ throughout
Infosys DSE — Mid-Tier Package (₹4.5-6.5 LPA)
The Digital Specialist Engineer role targets candidates with stronger academic and technical profiles:
- Higher coding test score in InfyTQ assessment
- Better project allocations — digital and cloud technologies
- Faster career progression compared to standard SE
Infosys Power Programmer — Premium Package (₹8-9 LPA)
Infosys Power Programmer is the company's premium fresher hiring programme:
- Targeted at candidates from top colleges (NITs, IITs, top state colleges)
- Rigorous selection: advanced DSA, system design basics, competitive coding
- Direct placement into high-impact engineering teams
Infosys Selection Process (InfyTQ) 2026
- InfyTQ Certification: Online learning platform + assessment
- Aptitude Test: Quantitative, logical, and verbal
- Coding Assessment: 2-3 DSA problems (language of choice)
- Technical Interview: CS fundamentals + project discussion
- HR Interview: Communication and motivation
FAQ
What is Infosys fresher salary in 2026?
Infosys fresher salary starts at ₹3.6 LPA for Systems Engineer and goes up to ₹9 LPA for Power Programmer. The standard SE role offers a slightly higher base than TCS Ninja.
What is Infosys DSE package in 2026?
Infosys DSE (Digital Specialist Engineer) package ranges from ₹4.5-6.5 LPA based on assessment performance and college tier.
Is Infosys training the best among IT companies?
Yes, Infosys Mysuru training is widely considered the best fresher training programme in the Indian IT industry. The 12-week residential programme covers both technical and soft skills with world-class infrastructure.
Infosys Fresher Selection Process (Step-by-Step)
- Online Application: Apply via Infosys careers or campus placement. CGPA filter ≥ 6.0 (60%+).
- Online Assessment (InfyTQ): Aptitude + 2-3 coding problems (Java/Python). 90 minutes.
- Technical Interview: Programming fundamentals, OOP, DBMS, OS, project deep-dive. 30-45 minutes.
- HR Interview: Communication, motivation, salary expectations, relocation.
- Offer: Track determined by assessment performance — SE, DSE, or Power Programmer.
Infosys Career Path for Freshers (5-Year Roadmap)
- Year 0-1: Systems Engineer (₹3.6 LPA) — Mysuru training + first project assignment.
- Year 1-3: Senior Systems Engineer / Technology Lead (₹6-12 LPA) — deeper ownership + certifications.
- Year 3-5: Technology Lead / Project Manager (₹12-22 LPA) — team leadership + client interaction.
- Year 5-8: Senior Technology Lead / Senior Manager (₹22-40 LPA) — practice leadership.
- Year 8+: Principal Architect / Practice Head (₹40-80 LPA+) — large engagement ownership.
Infosys DSE — Digital Specialist Engineer Track
DSE is the mid-tier track between standard SE and Power Programmer. Best for candidates with strong coding skills but who didn't quite make Power.
- Salary: ₹4.5-6.5 LPA (vs ₹3.6 LPA SE).
- Eligibility: Top 30-40% of InfyTQ coders + strong technical interview.
- Training: 8-12 weeks (vs 12 weeks SE) — slightly compressed.
- Projects: Modern digital projects (cloud, AI/ML, data engineering) — faster promotion.
- Promotion: Reaches Senior SE within 2-2.5 years (vs 3-4 for standard SE).
Infosys Power Programmer — Elite Fresher Track
Power Programmer is Infosys's most prestigious fresher track. Top 1-3% of campus hires.
- Salary: ₹8-9 LPA — nearly 2.5x the standard SE package.
- Eligibility: Competitive programming rank (CodeChef/Codeforces), top college tier, exceptional InfyTQ score.
- Training: 6-week fast-track (vs 12 weeks SE) — assumes strong fundamentals.
- Projects: Cutting-edge — AI, blockchain, cloud-native, distributed systems.
- Career: Fast-track to Senior SE by Year 2, Tech Lead by Year 4-5.
Infosys Skills Checklist for Freshers (2026)
- Programming: Java or Python — Infosys uses Java heavily in service projects, Python in newer digital work.
- Data structures & algorithms: Critical for InfyTQ assessment and Power Programmer selection.
- DBMS: SQL (joins, subqueries, transactions). MySQL or Oracle for service work.
- Web fundamentals: HTML, CSS, JavaScript, REST APIs.
- Operating systems: Linux basics, process management, networking.
- Cloud basics: AWS or Azure fundamentals (Infosys partners with both).
- Soft skills: Communication (Mysuru training emphasises this), teamwork, problem-solving.
Top Infosys Hiring Cities in India (2026)
- Bangalore: Largest Infosys hub — 40,000+ employees. Most freshers placed here after Mysuru training.
- Hyderabad: Second largest. Tech: digital, cloud, AI/ML.
- Pune: Strong in BFSI and consulting.
- Mysuru: The training campus — all freshers start here for 12 weeks.
- Chennai: Smaller but stable; manufacturing and automotive clients.
- NCR/Gurgaon: Telecom, government, and consulting.
Infosys Fresher Interview Questions and Answers (2026)
- Q: What is the difference between Java and Python? Java is statically typed, compiled, verbose. Python is dynamically typed, interpreted, concise. Java is faster for CPU work; Python is faster to develop.
- Q: Explain OOP pillars. Encapsulation (data + methods), Abstraction (hide complexity), Inheritance (reuse parent), Polymorphism (one interface, many forms).
- Q: What is the difference between abstract class and interface? Abstract class can have implemented methods and state. Interface (pre-Java 8) had only abstract methods; Java 8+ allows default/static.
- Q: What is normalisation? Database design to reduce redundancy. 1NF, 2NF, 3NF remove repeating groups, partial dependencies, transitive dependencies.
- Q: What is the difference between INNER JOIN and LEFT JOIN? INNER JOIN returns only matching rows. LEFT JOIN returns all rows from left + matching from right.
- Q: What is the difference between process and thread? Process has its own memory; thread shares memory with other threads.
- Q: What is a deadlock? Threads waiting for each other to release locks. Prevent with lock ordering, timeouts, detection.
- Q: What is REST API? Architectural style using HTTP methods on resources. Stateless, returns JSON or XML.
- Q: What is Big-O notation? Asymptotic complexity. O(1), O(log n), O(n), O(n²), O(2ⁿ).
- Q: What is the difference between HTTP and HTTPS? HTTP plain text; HTTPS uses TLS. Port 80 vs 443.
- Q: What is version control / Git? System to track file changes. Git is the standard.
- Q: What is CI/CD? Continuous Integration: automated builds + tests. Continuous Delivery/Deployment: automated release.
- Q: What is Docker? Platform to package apps into containers. Each container has app + dependencies + runtime.
- Q: What is the difference between SQL and NoSQL? SQL relational with ACID. NoSQL non-relational, flexible schema, horizontally scalable.
- Q: How do you reverse a string in Java? new StringBuilder(str).reverse().toString();
Infosys vs TCS/Wipro/Accenture for Freshers (2026)
- Salary: Infosys SE (₹3.6 LPA) is ₹25K higher than TCS Ninja. Power Programmer (₹8-9 LPA) competes with TCS Digital.
- Training quality: Infosys Mysuru training is the gold standard in Indian IT — 12-week residential program with world-class facilities.
- Work-life balance: Better than TCS/Wipro. Project-dependent but average 9-6:30.
- Tech exposure: Strong in digital (cloud, AI/ML, data). Comparable to TCS.
- Career growth: Faster promotion than TCS/Wipro. Top performers (Power Programmer) get fast track.
- Brand value: Globally recognised; stronger than Wipro, comparable to TCS.
- Trade-offs: Mysuru relocation for 12 weeks can be challenging for some; rigid training schedule.
How to Land Your First Infosys Fresher Job
- Step 1: Maintain CGPA ≥ 6.0 (60%+ throughout). Infosys's first filter is academics.
- Step 2: Practice for InfyTQ — Infosys's assessment. Use HackerRank Easy/Medium + Java/Python DSA.
- Step 3: Build 2 portfolio projects: one Java/Python with DB, one web project.
- Step 4: Apply via Infosys careers or campus placement. Prepare for aptitude + coding rounds.
- Step 5: In interviews, emphasise willingness to relocate to Mysuru for 12-week training.






