Premium Employer

i

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

Infosys Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Infosys fresher Interview Questions and Answers for Experienced

Updated 14 Jul 2024

Infosys fresher Interview Experiences for Experienced

3 interviews found

fresher Interview Questions & Answers

user image Anonymous

posted on 14 Jul 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Why do yo want to work at infosys?
  • Q2. What are your weaknesses?

fresher Interview Questions & Answers

user image James Priskilla

posted on 22 Feb 2023

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Jan 2023. There were 8 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Group Discussion 

Every sucess story is also a story of great failures.
Failure is the highway to sucess.
If you study history you will find that all stories of sucess are also stories of great failures.
The motivation to succeed comes from the burning desire to achieve a purpose.
Napoleon hill wrote.
More examples of the failurevof successful people.
Example Thomas Edison failed 10000 times while he was working on the light bulb .
Henry Ford was broke at the age of 40

Round 3 - Group Discussion 

I want tell about Sudha Murthy .she is the chair person of the insfosy foundation .she has founded several orphanage participate in rural development efforts and she established the Murthy classical library of India at Harvard University . Murthy also teaches computer science one of her most successful stories how I taught my grandmother to read and other stories

Round 4 - Case Study 

My case study is about Nick vujicic .
Recently he visit our India .but he went to andha Pradesh how students are talking pure English like foreign . And he meet cheif ministry jagan Mohan reddy. Ok let us discuss about Nick vujicic was born with no arms and legs but today he is a football and golf swims and surfs despite having no limbs.in 1990 Nick won the Australian young citizen of the year award for his bravery and perseverance.
Her sucessful is what I do have not get angry about what I dont

Round 5 - Case Study 

My case study is Abraham Lincoln he failed in business at the age 21.
He defeated in legislative race at age 22
Again he failed in business at age 22
Overcame the death of the sweetheart at age 26.had a nerve breakdown at age 27
He failed became a vice president at age 47.
But finally was elected president of the United State at age 52

Round 6 - Case Study 

In these case study i choose Stephen Hawking. He research on black holes.
He discovered Hawking radiation.
But he suffered from amyotropic lateral sclerosis his award is fellow of the royal society at age of 32

Round 7 - Case Study 

My case study is not helping recent I see a video . Dog street killed 4 years boy in hyderabad when I see that incident. In what world we leaving .
Think coming we are in land not space.
We are not a robot we fill singals of nervous system . But no use when go they that side one life is gone .
So everyone be active to save other.
We don't front put brain how to save that person

Round 8 - Case Study 

You give more round .atleast five rounds is enough to know knoweledge of interview.

Interview Preparation Tips

Interview preparation tips for other job seekers - What iam saying every one is knowledge person try it every one get a good job

fresher Interview Questions Asked at Other Companies for Experienced

asked in ICICI Bank
Q1. what is the tagline of ICICI bank?
Q2. Talk 2 mint chosen any topic in English
asked in HDFC Bank
Q3. What is Bank
asked in Everi India
Q4. DSA - Retrieve duplicate character from given string
asked in HDFC Bank
Q5. What is credit

fresher Interview Questions & Answers

user image Anonymous

posted on 20 Dec 2022

I applied via Job Fair and was interviewed before Dec 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Aptitude questions all kinds of questions

Round 3 - Technical 

(2 Questions)

  • Q1. Technical questions and Hr questions
  • Q2. Write a code in reverse of the string
  • Ans. 

    Code to reverse a string

    • Use a loop to iterate through the string

    • Create a new string and add characters from original string in reverse order

    • Return the reversed string

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys fresher interview:
  • Java
  • C
Interview preparation tips for other job seekers - Be confident , Smile on your face from starting to end of the interview, answer the questions perfectly without hesitating be accessed

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Best sorting although and its working they asked
  • Q2. Write a program to replace the character with another character in java.
  • Ans. 

    A program to replace a character with another character in Java.

    • Create a string variable with the original text

    • Use the replace() method to replace the character with another character

    • Print the new string with the replaced character

  • Answered by AI
  • Q3. SQL queries on order by, group by, and it's difference they asked.
  • Q4. Project management experience they asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare on the basis concepts and be perfect on your resume they are not expecting much from you as you are a fresher.

Skills evaluated in this interview

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

Interview Questionnaire 

3 Questions

  • Q1. It's was basic testing questios, specific to selenium and Java.
  • Q2. Explain framework
  • Ans. 

    A framework is a set of guidelines, standards, and tools used to develop software applications.

    • A framework provides a structure for developers to build upon

    • It includes pre-written code and libraries to simplify development

    • Frameworks can be specific to a programming language or platform

    • Examples include React for web development and TensorFlow for machine learning

  • Answered by AI
  • Q3. Basic java programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, basically on manual testing, Selenium and Java

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What is second level cache?How to implement second level cache?How to optimize sql query?what are solid principles?
  • Ans. 

    Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.

    • Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.

    • To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.

    • SOLID principles are a set of design principles for writing maintainable and scalable cod...

  • Answered by AI
  • Q2. Mostly FAQ but somewhat in depth?
  • Q3. How to deploy application in aws?
  • Ans. 

    To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.

    • Create an EC2 instance in the desired region and select the appropriate instance type

    • Configure security groups to allow traffic to and from the instance

    • Install necessary software and dependencies on the instance

    • Upload your application code to the instance

    • Start the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic faq but in depth,Interview level is easy to medium.They will ask only theory .No practical algorithm test.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Performa in 3par
  • Ans. 

    Performa is a performance monitoring tool for HPE 3PAR storage arrays.

    • Performa provides real-time monitoring of storage performance metrics.

    • It helps identify performance bottlenecks and optimize storage performance.

    • Performa can generate reports and alerts based on user-defined thresholds.

    • It can also be used for capacity planning and trend analysis.

    • Examples of performance metrics monitored by Performa include IOPS, late

  • Answered by AI
  • Q2. San zoning

Interview Preparation Tips

Interview preparation tips for other job seekers - Brushup basics.

Interview Questionnaire 

2 Questions

  • Q1. About technology on which i had worked. What do you know about Design Pattern and explain them? Window Services and Web APIs.
  • Q2. MVC Architecture and Web APIs security?

Interview Preparation Tips

Interview preparation tips for other job seekers - I attended two technical round that was good in terms of technology and knowledge. Then one Managerial round which was taken by General Manager. Total interview process taken 1 month time, I must say process are slow due to approval and all.

I applied via Company Website and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is my longterm and short-term goals.
  • Ans. My short-term is to become an expert in solving queries And long term is to become valuable employee in an organisation and managing a team, also helping new recruits to learn the work.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent and friendly-nature interview

I applied via Naukri.com and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Batch apex (Important), Governor limits, events, lightning and components bundle, Relationship in salesforce, how are account and contact related, If accounts gets deleted will the contact also get deleted...

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare well before interview, join before 10 mins they hate delay, prepare notes have a topic in each page, and description, syntax, use cases and example in the page, if space is there put imp notes or latest interview questions, Batch apex, governor limits, types of error, lightning, lwc, aura, @future annotation, rest api, soap api, test starting ways, events, how to handle events including third party. brush up all these

Infosys Interview FAQs

How many rounds are there in Infosys fresher interview for experienced candidates?
Infosys interview process for experienced candidates usually has 4 rounds. The most common rounds in the Infosys interview process for experienced candidates are Case Study, Resume Shortlist and Group Discussion.
What are the top questions asked in Infosys fresher interview for experienced candidates?

Some of the top questions asked at the Infosys fresher interview for experienced candidates -

  1. Write a code in reverse of the str...read more
  2. List of basic program Can be found on the intern...read more
  3. We can good communication ski...read more

Tell us how to improve this page.

Infosys fresher Interview Process for Experienced

based on 2 interviews

Interview experience

5
  
Excellent
View more
Join Infosys Creating the next opportunity for people, businesses & communities

fresher Interview Questions from Similar Companies

TCS fresher Interview Questions
3.7
 • 21 Interviews
Wipro fresher Interview Questions
3.7
 • 7 Interviews
View all
Infosys fresher Salary
based on 65 salaries
₹1.8 L/yr - ₹7 L/yr
33% more than the average fresher Salary in India
View more details

Infosys fresher Reviews and Ratings

based on 13 reviews

3.4/5

Rating in categories

4.2

Skill development

3.2

Work-life balance

3.4

Salary

4.2

Job security

3.7

Company culture

4.0

Promotions

3.8

Work satisfaction

Explore 13 Reviews and Ratings
Technology Analyst
55.4k salaries
unlock blur

₹3 L/yr - ₹11.2 L/yr

Senior Systems Engineer
51.2k salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

System Engineer
31.7k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
31k salaries
unlock blur

₹5.1 L/yr - ₹19.6 L/yr

Senior Associate Consultant
28.8k salaries
unlock blur

₹6.2 L/yr - ₹16.9 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

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