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

Associate Software Engineer

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

Interview preparation journey

expand-icon
Preparation
Duration: 3 Months
Topics: Data Structures, OOPs, SQL, DBMS, CN, OS
Tip
Tip

Tip 1 : Read resume well
Tip 2 : Be confident
Tip 3 : Don't try to fake

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

Tip 1 : Add technical project
Tip 2 : Present resume Well
Tip 3 : Don't write anything fake

Interview rounds

01
Round
Easy
Online Coding Interview
Duration90 Minutes
Interview date1 Aug 2021
Coding problem2

2 questions based on Dynamic programming and sliding window to be solved in 90 mins and a test was conducted on hackerrank

1. Valid Perfect Square

Easy
10m average time
90% success
0/40
Asked in companies
DelhiveryHSBCReliance Jio Infocomm Ltd

You have been given an integer ‘N’. You are supposed to find if the given integer ‘N’ is a perfect square or not. A perfect square is an integer that is the square of an integer.

Try solving now

2. Sliding Maximum

Moderate
25m average time
85% success
0/80
Asked in companies
AmazonGeeksforGeeksIntuit

You are given an array 'ARR' of integers of length 'N' and a positive integer 'K'. You need to find the maximum elements for each and every contiguous subarray of size K of the array.

For example
'ARR' =  [3, 4, -1, 1, 5] and 'K' = 3
Output =  [4, 4, 5]

Since the maximum element of the first subarray of length three ([3, 4, -1]) is 4, the maximum element of the second subarray of length three ([4, -1, 1]) is also 4 and the maximum element of the last subarray of length three ([-1, 1, 5]) is 5, so you need to return [4, 4, 5]. 
Try solving now
02
Round
Medium
Face to Face
Duration75 Minutes
Interview date12 Aug 2021
Coding problem1

1. Reverse Words In A String

Easy
10m average time
90% success
0/40
Asked in companies
Thought WorksFacebookApple

You are given a string 'str' of length 'N'.


Your task is to reverse the original string word by word.


There can be multiple spaces between two words and there can be leading or trailing spaces but in the output reversed string you need to put a single space between two words, and your reversed string should not contain leading or trailing spaces.


Example :
If the given input string is "Welcome to Coding Ninjas", then you should return "Ninjas Coding to Welcome" as the reversed string has only a single space between two words and there is no leading or trailing space.
Try solving now
03
Round
Easy
HR Round
Duration25 Minutes
Interview date13 Aug 2021
Coding problem1

1. Basic HR Questions

What keeps you motivated?

What are your goals?

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 Software Engineer
3 rounds | 7 problems
Interviewed by CIS - Cyber Infrastructure
624 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
Associate Software Engineer
2 rounds | 4 problems
Interviewed by CIS - Cyber Infrastructure
692 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Associate Software Engineer
3 rounds | 2 problems
Interviewed by Ernst & Young (EY)
2775 views
0 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 15 problems
Interviewed by Ernst & Young (EY)
2405 views
0 comments
0 upvotes
company logo
Associate Software Engineer
4 rounds | 9 problems
Interviewed by NCR Corporation
1513 views
0 comments
0 upvotes