Infosys interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

Infosys
upvote
share-icon
2 rounds | 1 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1 month
Topics: Data structure, OOPS, Computer Network, Studied about Artificial Intelligence, Machine Learning
Tip
Tip

Tip 1 : Work on your communication skills.
Tip 2 : Searching and Sorting Algorithms

Application process
Where: Campus
Eligibility: 60% throughout
Resume Tip
Resume tip

Tip 1 : Mention your projects properly in the resume
Tip 2 : Also mention extra curricular activities, HR also asks questions on those activities

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 Minutes
Interview date6 Sep 2019
Coding problem1

Aptitude test contained 3 sections
1. Reasoning 
2. Logical Aptitude 
3. Verbal Section

1. Count Ways To Reach The N-th Stairs

Moderate
30m average time
80% success
0/80
Asked in companies
MicrosoftMorgan StanleyAdobe

You have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair.


Each time, you can climb either one step or two steps.


You are supposed to return the number of distinct ways you can climb from the 0th step to the Nth step.

Example :
N=3

Example

We can climb one step at a time i.e. {(0, 1) ,(1, 2),(2,3)} or we can climb the first two-step and then one step i.e. {(0,2),(1, 3)} or we can climb first one step and then two step i.e. {(0,1), (1,3)}.
Try solving now
02
Round
Medium
HR Round
Duration20 Minutes
Interview date7 Sep 2019
Coding problem0

First HR asked me to introduce myself.
Asked me about my final year project in brief.
Tell me something about AI and Machine Learning 
Then he go through my resume, qnd asked me questions about the events/ activities that I have mentioned in my resume.
Asked me about the problems those I faced during conducting a event.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

Which operator is used for exponentiation in Python?

Choose another skill to practice
Similar interview experiences
company logo
Software Engineer
2 rounds | 2 problems
Interviewed by Infosys
1064 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Infosys
1611 views
0 comments
0 upvotes
company logo
Software Engineer
3 rounds | 3 problems
Interviewed by Infosys
883 views
0 comments
0 upvotes
company logo
Software Engineer
3 rounds | 4 problems
Interviewed by Infosys
876 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
4 rounds | 1 problems
Interviewed by Newgen Software
2555 views
2 comments
0 upvotes
company logo
Software Engineer
3 rounds | 6 problems
Interviewed by HashedIn
1802 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 2 problems
Interviewed by Ernst & Young (EY)
0 views
0 comments
0 upvotes