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

Junior Associate Technology

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

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Data structures, OOPS, SDLC, DBMS, Testing, Agile methodology
Tip
Tip

Tip 1 : Go with the basics (Ds, DBMS, Os, SDLC) 
Tip 2 : Update your resume with at least one good project
Tip 3 : If the interview is profile-based, study/learn about the particular domain/profile.

Application process
Where: Naukri
Resume Tip
Resume tip

Tip 1 : Techstack/skills which you can talk about
Tip 2 : Good project which you can explain

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date7 Jan 2022
Coding problem2

A date was set before which you need to attempt the test. Timing about 90 minutes.

1. Merge Sort

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

Given a sequence of numbers ‘ARR’. Your task is to return a sorted sequence of ‘ARR’ in non-descending order with help of the merge sort algorithm.

Example :

Merge Sort Algorithm -

Merge sort is a Divide and Conquer based Algorithm. It divides the input array into two-parts, until the size of the input array is not ‘1’. In the return part, it will merge two sorted arrays a return a whole merged sorted array.

subsequence

The above illustrates shows how merge sort works.
Note :
It is compulsory to use the ‘Merge Sort’ algorithm.
Problem approach

Tip 1 : Be good with basic programming
Tip 2 : Practise on internet 

Try solving now

2. Shuffle Two Strings

Hard
50m average time
50% success
0/120
Asked in companies
SalesforceCIS - Cyber InfrastructureShareChat

You are given three strings “A”, “B” and “C”. Your task is to check whether “C” is formed by an interleaving of A and B. C is said to be interleaving “A” and “B”, if the length of “C” is equal to the sum of the length of A and length of B, all the characters of “A” and “B” are present in “C”, and the order of all these characters remains the same in all three strings.

For Example:
If A = “aab”, B = “abc”, C = “aaabbc”
Here C is an interleaving string of A and B. Because C contains all the characters of A and B and the order of all these characters is also the same in all three strings.

interleaving

If A = “abc”, B = “def”, C = “abcdefg”
Here C is not an interleaving string of A and B as neither A nor B contains the character ‘g’.
Try solving now
02
Round
Medium
Video Call
Duration60 minutes
Interview date22 Jan 2022
Coding problem2

It was a single Tech + HR interview

1. Puzzle

There are 3 jars, namely, A, B, C. All of them are mislabeled. Following are the labels of each of the jars:A: CandiesB: SweetsC: Candies and Sweets (mixed in a random proportion)You can put your hand in a jar and pick only one eatable at a time. Tell the minimum number of eatable(s) that has/have to be picked in order to label the jars correctly.

2. Basic HR Questions

Why should we hire you?

What are your strengths and weaknesses?

How one can overcome his 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
Junior Associate Technology
2 rounds | 5 problems
Interviewed by CIS - Cyber Infrastructure
1408 views
0 comments
0 upvotes
company logo
Junior Associate Technology
2 rounds | 2 problems
Interviewed by CIS - Cyber Infrastructure
878 views
0 comments
0 upvotes
company logo
Junior Associate Technology
3 rounds | 5 problems
Interviewed by CIS - Cyber Infrastructure
1041 views
0 comments
0 upvotes