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

System Engineer Trainee

Infosys private limited
upvote
share-icon
2 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: OOPS, Data Structures, Java, Project Presentation, Database
Tip
Tip

Tip 1 : Make authentic resume.
Tip 2 : Revise the basics.

Application process
Where: Campus
Eligibility: Above 7 CGPA
Resume Tip
Resume tip

Tip 1 : Highlight the tech used in the projects.
Tip 2 : Put links in the resume.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration100 minutes
Interview date15 Oct 2021
Coding problem1

1. MCQ Questions

Logical-15 Ques
Mathematical Ability-10 Ques
Verbal-20 Ques
Pseudo Code-5 Ques
Puzzle Solving-4 Ques

 

Number Of MCQs - 54

Problem approach

Tip 1 : Solve enough problems on Aptitude from various online resources like Indiabix
Tip 2 : Revise the formulas

02
Round
Easy
Video Call
Duration30 minutes
Interview date4 Nov 2022
Coding problem1

It was a technical as well as HR round.

1. Nth Fibonacci Number

Easy
0/40
Asked in companies
IBMSAP LabsAccenture

The n-th term of Fibonacci series F(n), where F(n) is a function, is calculated using the following formula -

    F(n) = F(n - 1) + F(n - 2), 
    Where, F(1) = 1, F(2) = 1


Provided 'n' you have to find out the n-th Fibonacci Number. Handle edges cases like when 'n' = 1 or 'n' = 2 by using conditionals like if else and return what's expected.

"Indexing is start from 1"


Example :
Input: 6

Output: 8

Explanation: The number is ‘6’ so we have to find the “6th” Fibonacci number.
So by using the given formula of the Fibonacci series, we get the series:    
[ 1, 1, 2, 3, 5, 8, 13, 21]
So the “6th” element is “8” hence we get the output.
Try solving now

Here's your problem of the day

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

Skill covered: Programming

To make an AI less repetitive in a long paragraph, you should increase:

Choose another skill to practice
Similar interview experiences
System Engineer Specialist
2 rounds | 4 problems
Interviewed by Infosys private limited
1453 views
0 comments
0 upvotes
System Engineer Trainee
3 rounds | 4 problems
Interviewed by Infosys private limited
1326 views
0 comments
0 upvotes
SDE - 1
3 rounds | 5 problems
Interviewed by Infosys private limited
1224 views
0 comments
0 upvotes
Software Engineer
3 rounds | 3 problems
Interviewed by Infosys private limited
1174 views
0 comments
0 upvotes