Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
CIS - Cyber Infrastructure interview experience Real time questions & tips from candidates to crack your interview

Associate Technology

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

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: DBMS, Programming Concepts, One Programming Language, OOPS, DSA.
Tip
Tip

Tip 1 : Just revised the basics concepts of dbms and programming
Tip 2 : Be Honest
Tip 3 : Confidence must be in your communication

Application process
Where: Company Website
Eligibility: 6.5 CGPA
Resume Tip
Resume tip

Tip 1 : Don't mention extra things which are unnecessary
Tip 2 : Short and simple

Interview rounds

01
Round
Easy
Online Coding Interview
Duration90 minutes
Interview date1 Sep 2021
Coding problem2

1. MCQ Questions

Programming - 10
Verbal ability - 5
DBMS - 10
Reasoning - 10
Aptitude - 10

Number Of MCQs - 45

2. Length of the Maximum Signal

A digital machine generates binary data which consists of a string of 0s and 1s. A maximum signal M, in the data, consists of the maximum number of either 1s or 0s appearing consecutively in the data but M can’t be at the beginning or end of the string. Design a way to find the length of the maximum signal.

Problem approach

Step 1 - I read problem two and three time.
Step 2 - I start coding it.
Step 3 - I completed it

02
Round
Easy
HR Round
Duration45 minutes
Interview date15 Sep 2021
Coding problem1

1. Basic HR Questions

Tell me about yourself.

How do you rate yourself from 1 to 10?

Why do you want to join us?

Problem approach

Tip 1 : Be Honest
 

03
Round
Easy
Online Coding Test
Duration60 Minutes
Interview date22 Sep 2021
Coding problem1

1. Quick Sort

Moderate
10m average time
90% success
0/80
Asked in companies
IBMSamsung R&D InstituteInfosys

You are given an array of integers. You need to sort the array in ascending order using quick sort.

Quick sort is a divide and conquer algorithm in which we choose a pivot point and partition the array into two parts i.e, left and right. The left part contains the numbers smaller than the pivot element and the right part contains the numbers larger than the pivot element. Then we recursively sort the left and right parts of the array.

Example:

Let the array = [ 4, 2, 1, 5, 3 ]
Let pivot to be the rightmost number.

example

After the 1st level partitioning the array will be { 2, 1, 3, 4, 5 } as 3 was the pivot. After 2nd level partitioning the array will be { 1, 2, 3, 4, 5 } as 1 was the pivot for the left part and 5 was the pivot for the right part. Now our array is sorted and there is no need to divide it again.

Problem approach

Tip 1 : Don't be in a hurry
Tip 2 : If you are unable to do it please tell them.
 

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

One of the following is a selection statement, Which is it?

Choose another skill to practice
Start a Discussion
Similar interview experiences
company logo
Junior Associate: Marketing Strategy and Analysis
3 rounds | 5 problems
Interviewed by CIS - Cyber Infrastructure
679 views
0 comments
0 upvotes
company logo
Associate Technology
2 rounds | 4 problems
Interviewed by CIS - Cyber Infrastructure
0 views
0 comments
0 upvotes
company logo
Associate Software Engineer
2 rounds | 3 problems
Interviewed by CIS - Cyber Infrastructure
397 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 3 problems
Interviewed by CIS - Cyber Infrastructure
370 views
1 comments
0 upvotes
Companies with similar interview experiences
company logo
Associate Technology
3 rounds | 3 problems
Interviewed by Ernst & Young (EY)
1233 views
0 comments
0 upvotes