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

System Engineer

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

Interview preparation journey

expand-icon
Preparation
Duration: 7 months
Topics: OOPS, Python, .Net, SQL server, Html5, CSS3
Tip
Tip

Tip 1 : Just do hands on you'll find it attractive 
Tip 2 : Just practice enough 
Tip 3 : Go though real time demo interviews and prepare interview questions

Application process
Where: Naukri
Eligibility: 65% percentage in graduation
Resume Tip
Resume tip

Tip 1 : Always keep to the point 
Tip 2 : Mention maximum technical skills and projects

Interview rounds

01
Round
Easy
Online Coding Interview
Duration45 minutes
Interview date3 Jan 2022
Coding problem2

1. Lowest Common Ancestor of a Binary Tree III

Moderate
25m average time
75% success
0/80
Asked in companies
AmazonSalesforceSwiggy

The node structure of a binary tree is modified such that each node has the reference to its parent node.

You are given two nodes: ‘N1’ and ‘N2’, of the above binary tree. Your task is to return the lowest common ancestor (LCA) of the given nodes.

Note:

Let ‘TREE’ be a binary tree. The lowest common ancestor of two nodes, ‘N1’ and ‘N2’, is defined as the lowest node in ‘TREE’ with ‘N1’ and ‘N2’ as descendants (where we allow a node to be a descendant of itself).
Try solving now

2. Cycle Detection in a Singly Linked List

Moderate
15m average time
80% success
0/80
Asked in companies
InformaticaUrban Company (UrbanClap)PhonePe

You are given a Singly Linked List of integers. Return true if it has a cycle, else return false.


A cycle occurs when a node's next points back to a previous node in the list.


Example:
In the given linked list, there is a cycle, hence we return true.

Sample Example 1

Try solving now
02
Round
Medium
Video Call
Duration40 minutes
Interview date10 Jan 2022
Coding problem3

Maximum DBMS and OOPS concepts. And one code may be asked prime number etc.

1. DBMS Questions

To distinguish between primary key foreign key and unique key.

Types of joins and descriptions

Problem approach

Tip 1 : Primary key is a unique key that doesn’t allow nulls, and one table have only one pk and no duplicate values allowed 
Tip 2 : One PK is a FK of another table, and that table is the child for this parent. 
Tip 3 : Unique key doesn’t allow duplicates, but it allows nulls.

2. OOPS Questions

Define data abstraction.

What do you mean by inheritance?

Difference between class in C++ and struct in C?

3. All Prime Number

Easy
0/40

Given an integer N, print all the prime numbers that lie in the range 2 to N (both inclusive).

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
4 rounds | 13 problems
Interviewed by Infosys private limited
1199 views
0 comments
0 upvotes
System Engineer
3 rounds | 3 problems
Interviewed by Infosys private limited
2677 views
0 comments
0 upvotes
System Engineer
2 rounds | 3 problems
Interviewed by Infosys private limited
0 views
0 comments
0 upvotes
System Engineer
2 rounds | 5 problems
Interviewed by Infosys private limited
1084 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
System Engineer
2 rounds | 2 problems
Interviewed by Cognizant
4965 views
5 comments
0 upvotes
company logo
System Engineer
3 rounds | 3 problems
Interviewed by Tata Consultancy Services (TCS)
2463 views
0 comments
0 upvotes
company logo
System Engineer
2 rounds | 1 problems
Interviewed by Tata Consultancy Services (TCS)
2038 views
0 comments
0 upvotes