CIS - Cyber Infrastructure interview experience Real time questions & tips from candidates to crack your interview

ASDE-2

CIS - Cyber Infrastructure
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 4 months
Topics: Data Structures , OOPS , Computer networks , Algorithms , Web Development
Tip
Tip

Tip 1 : Try to practise all questions in interview preparation course of coding ninjas
Tip 2 : Practice on interviewBit
Tip 3 : Try to make a project that showcases your dev skills

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

Tip 1 : Mention your project well
Tip 2 : Mention your rating on any competitive coding platform

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date18 Aug 2020
Coding problem2

It was in the morning

1. 0 1 Knapsack

Easy
15m average time
85% success
0/40
Asked in companies
DelhiveryTwitterWalmart

A thief is robbing a store and can carry a maximal weight of W into his knapsack. There are N items and the ith item weighs wi and is of value vi. Considering the constraints of the maximum weight that a knapsack can carry, you have to find and return the maximum value that a thief can generate by stealing items.

Problem approach

Tip 1 : Practise Basic DP questions
Tip 2 : Try to give coding rounds on different websites
 

Try solving now

2. Bipartite Graph

Moderate
0/80
Asked in companies
ArcesiumDunzoCIS - Cyber Infrastructure

Given an undirected graph of ‘V’ vertices (labeled 0,1,..., V-1) and ‘E’ edges . Your task is to check whether the graph is bipartite or not.

A bipartite graph is a graph whose vertices can be divided into two sets such that each edge of the graph connects one vertex from the first set and another vertex from the second set.
We can also define a bipartite graph as a graph which can be colored using two colors such that no two adjacent vertices have the same color. 

For example: 
Input: 
4 4
0 1
0 2
1 3
2 3

An undirected graph to the above input is shown below:

In the given input, the number of vertices is 4, and the number of edges is 4.
In the input, following the number of vertices and edges, a list of pairs of numbers is given where each pair (u, v) denotes an edge between vertex u and v.
As per the input, there is an edge between vertex 0 and vertex 1.
The vertices 0 and 2 have an edge between them.

The vertices 1 and 3 have an edge between them.
The vertices 2 and 3 have an edge between them.

As the graph can be colored using two colors, and no adjacent vertices share the same color, the graph is bipartite. 
Try solving now
02
Round
Medium
Video Call
Duration60 minutes
Interview date19 Aug 2020
Coding problem1

It was mostly about discussing OOPS and personal projects

1. Technical Questions

What is inheritance and its types?

What is overriding?

Project Discussion.

03
Round
Easy
HR Round
Duration40 minutes
Interview date19 Aug 2020
Coding problem1

mostly behavior and situation based questions were asked

1. Basic HR Questions

Are you okay with the location?

What are your strengths and weaknesses?

Here's your problem of the day

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

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
Junior Associate: Marketing Strategy and Analysis
3 rounds | 5 problems
Interviewed by CIS - Cyber Infrastructure
902 views
0 comments
0 upvotes
company logo
Associate Technology
3 rounds | 4 problems
Interviewed by CIS - Cyber Infrastructure
1057 views
0 comments
0 upvotes
company logo
ASDE-2
3 rounds | 6 problems
Interviewed by CIS - Cyber Infrastructure
712 views
0 comments
0 upvotes
company logo
ASDE-2
3 rounds | 5 problems
Interviewed by CIS - Cyber Infrastructure
598 views
0 comments
0 upvotes