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

Junior Associate

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

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Data Structures, Algorithms, DBMS, Operating Systems, OOPS
Tip
Tip

Tip 1 : Practice DBMS queries(Specially aggregation ones)
Tip 2 : Study OOPS thoroughly and also study real life examples of various concepts

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

Tip 1 : Have some projects on resume
Tip 2 : Put relevant information and important information first

Interview rounds

01
Round
Medium
Online Coding Interview
Duration75 minutes
Interview date14 Oct 2021
Coding problem1

It happened at 4pm in evening. The platform was good. No technical issues experienced. It covered questions from Quantitative Aptitude, English,Input Output Questions, OOPS, a coding question.

1. Next Greater Element

Moderate
20m average time
90% success
0/80
Asked in companies
DunzoCIS - Cyber InfrastructureCisco

You are given an array arr of length N. You have to return a list of integers containing the NGE(next greater element) of each element of the given array. The NGE for an element X is the first greater element on the right side of X in the array. Elements for which no greater element exists, consider the NGE as -1.

For Example :

If the given array is [1, 3, 2], then you need to return [3, -1, -1]. Because for 1, 3 is the next greater element, for 3 it does not have any greater number to its right, and similarly for 2.
Try solving now
02
Round
Medium
Face to Face
Duration30 Minutes
Interview date17 Oct 2021
Coding problem3

Happened on Microsoft teams. 2 coding questions on strings were given and some real life examples of OOPS concepts were asked. Then SQL queries were asked.

1. OOPS Question

What is Polymorphism?. Give real life examples of Polymorphism in OOPS

Problem approach

Tip 1 : Go through OOPS concepts thoroughly
Tip 2 : Knowing real life examples of every concept is a must. 

2. Count with K different characters

Moderate
15m average time
85% success
0/80
Asked in companies
CIS - Cyber InfrastructureSwiggyAmazon

You are given a string 'str' of lowercase alphabets and an integer 'k' .


Your task is to return the count all the possible substrings that have exactly 'k' distinct characters.


For example:

'str' = abcad and 'k' = 2. 

We can see that the substrings {ab, bc, ca, ad} are the only substrings with 2 distinct characters. 

Therefore, the answer will be 4.    
Problem approach

I used a counter variable and initialized it to 0. Then on iterating through the string, I incremented the counter variable whenever the given character was encountered.

Interviewer was satisfied with the approach

Try solving now

3. SQL Question

Explain JOINS in SQL.

Problem approach

Tip 1 : Practice SQL queries(specially JOINS)
Tip 2 : Read Outer Join, Inner Join and their functionalities.

03
Round
Medium
HR Round
Duration15 Minutes
Interview date18 Jan 2022
Coding problem1

A situational and a behavioral round. Candidates were assessed on how they will react to certain situations. It happened on Microsoft Teams

1. Basic HR Question

How would you convey your disagreement to your manager on a certain part of a project?

Problem approach

Tip 1 : Tell whatever is the first thought
Tip 2 : Do not try to change your stance when quizzed. about it by the interviewer.
 

Here's your problem of the day

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

Skill covered: Programming

What can be the possible extension for the HTML5 file?

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
681 views
0 comments
0 upvotes
company logo
Associate Technology
3 rounds | 4 problems
Interviewed by CIS - Cyber Infrastructure
845 views
0 comments
0 upvotes
company logo
Associate Software Engineer
2 rounds | 3 problems
Interviewed by CIS - Cyber Infrastructure
401 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 3 problems
Interviewed by CIS - Cyber Infrastructure
372 views
1 comments
0 upvotes