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

Associate Developer

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

Interview preparation journey

expand-icon
Preparation
Duration: 4 months
Topics: Data Structures and Algorithms, OOPS, Dynamic Programing, SQL ,NoSQL ,
Tip
Tip

Tip 1 : Don't waste time in figuring out when to start and what to start just go online hit a problem try to solve it give it some time and if you could solve it then check for the best solution and approaches of others and if you couldn't figure it out then learnd the basic concepts and try again.
Tip 2 : If you are learning new framework then creating a small project and adding up to your resume will be helpfull.
Tip 3 : If you have less time then try not to do everything, jus keep your basics clear.

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

Tip 1 : Keep your resume restricted to a single page and keep your fonts clear
Tip 2 : Emphasise the projects, training, and internships you did.

Interview rounds

01
Round
Medium
Online Coding Test
Duration90 minutes
Interview date20 Aug 2021
Coding problem2

Timing was tight

1. Bridges In A Graph

Moderate
25m average time
65% success
0/80
Asked in companies
IBMArcesiumCIS - Cyber Infrastructure

Given an undirected graph of V vertices and E edges. Your task is to find all the bridges in the given undirected graph. A bridge in any graph is defined as an edge which, when removed, makes the graph disconnected (or more precisely, increases the number of connected components in the graph).

For Example :

If the given graph is :

graph

Then the edge between 0 and 4 is the bridge because if the edge between 0 and 4 is removed, then there will be no path left to reach from 0 to 4.and makes the graph disconnected, and increases the number of connected components.

Note :

There are no self-loops(an edge connecting the vertex to itself) in the given graph.

There are no parallel edges i.e no two vertices are directly connected by more than 1 edge.
Try solving now

2. String Palindrome

Easy
0/40
Asked in companies
UnacademyCIS - Cyber InfrastructureThales

Given a string, determine if it is a palindrome, considering only alphanumeric characters.

Palindrome
A palindrome is a word, number, phrase, or other sequences of characters which read the same backwards and forwards.
Example:
If the input string happens to be, "malayalam" then as we see that this word can be read the same as forward and backwards, it is said to be a valid palindrome.

The expected output for this example will print, 'true'.

From that being said, you are required to return a boolean value from the function that has been asked to implement.

Try solving now
02
Round
Medium
Video Call
Duration75 Minutes
Interview date27 Aug 2021
Coding problem0

Here the interview started with OOPS, driven to DSA, and then the basis of HTML, CSS, React JS also I was given a problem statement where I have to give the best possible solution using SQL and as well as NoSQL.

03
Round
Easy
HR Round
Duration60 minutes
Interview date27 Aug 2021
Coding problem1

This round initially focused on my projects and my previous internship experience. Then moved to core values and I was given some hypothetical situations where my reaction was noted.

1. Basic HR Questions

What keeps you motivated?

Where do you see yourself in 5 years?

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
1058 views
0 comments
0 upvotes
company logo
Associate Software Engineer
2 rounds | 3 problems
Interviewed by CIS - Cyber Infrastructure
598 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 3 problems
Interviewed by CIS - Cyber Infrastructure
581 views
1 comments
0 upvotes