Infosys Interview Experience for Fresher SDE - 1,
Sep 2020
SDE - 1
Infosys
2 rounds | 2 Coding
problems
Ankit Khandelwal
Fresher | Sep 2020
Selected
640 views
0 comments
5 upvotes
Interview preparation journey
Preparation
Duration: 1 Month
Topics: Data Structures and Algorithms, Operating Systems, Aptitude, Puzzle
Tip
Tip 1 : Practice at-least 200-250 questions from different topics. Tip 2 : Prepare aptitude well.
Application process
Where: Campus
Eligibility: Above 7 CGPA
Resume tip
Tip 1 : Resume should be always one pager. Tip 2 : Mention all your projects and if you have a good score mention it on top.
Interview rounds
01
Round
Easy
Online Coding Interview
Duration45 Minutes
Interview date8 Sep 2020
Problems0
02
Round
Easy
Face to Face
Duration30 Minutes
Interview date9 Sep 2020
Problems2
Compress the String
Write a program to do basic string compression. For a character which is consecutively repeated more than once, replace consecutive duplicate occurrences with the count of repetitions.
You are given an array/list ARR consisting of N integers. Your task is to find the maximum possible sum of a non-empty subarray(contagious) of this array.