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

Digital Specialist Engineer

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

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: OOPS,Array based question,Tree,Linked list,Two Pointer,String based question
Tip
Tip

Tip 1 : Array based question practice
Tip 2 : Linked list based
Tip 3 : Prepare project related question

Application process
Where: Campus
Eligibility: more than 6 cgpa
Resume Tip
Resume tip

Tip 1: Prepare a project so that you can show your development skills
Tip 2: Collect you skill based certification

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 mins
Interview date12 Nov 2020
Coding problem2

There were 2 question ranging from easy to medium

1. Reverse a Linked List

Moderate
30m average time
65% success
0/80
Asked in companies
AdobeHCL TechnologiesMicrosoft

Ninjas is practicing problems on the linked list. He came across a problem in which he has given a linked list of ‘N’ nodes and two integers, ‘LOW’ and ‘HIGH’. He has to return the linked list ‘HEAD’ after reversing the nodes between ‘LOW’ and ‘HIGH’, including the nodes at positions ‘LOW’ and ‘HIGH’.

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
Easy
Video Call
Duration60 mins
Interview date5 Dec 2020
Coding problem2

They asked me one coding question and then asked me about DBMS and SQL-based questions. They also asked me about OOPs concepts. After that, they inquired about my project and asked me behavioral questions

1. Two Sum

Easy
10m average time
90% success
0/40
Asked in companies
AmazonSAP LabsTata Consultancy Services (TCS)

You are given an array of integers 'ARR' of length 'N' and an integer Target. Your task is to return all pairs of elements such that they add up to Target.

Note:

We cannot use the element at a given index twice.

Follow Up:

Try to do this problem in O(N) time complexity. 
Try solving now

2. DBMS And SQL Question

Suppose you have two tables in a database, "customers" and "orders". The "customers" table has a primary key "customer_id", and the "orders" table has a foreign key "customer_id" that references the "customers" table. Write a SQL query to retrieve the names of all customers who have placed an order.

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
Digital Specialist Engineer
3 rounds | 3 problems
Interviewed by Infosys private limited
1041 views
0 comments
0 upvotes
Digital Specialist Engineer
2 rounds | 3 problems
Interviewed by Infosys private limited
816 views
0 comments
0 upvotes
Digital Specialist Engineer
1 rounds | 2 problems
Interviewed by Infosys private limited
1144 views
0 comments
0 upvotes
Digital Specialist Engineer
3 rounds | 4 problems
Interviewed by Infosys private limited
875 views
0 comments
0 upvotes