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

SDE - 1

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

Interview preparation journey

expand-icon
Journey
Our college lacked a coding culture, so I ended up in a service-based company, where I worked for two years.
Application story
The preparation for the interview was intense. I focused on honing my technical skills and revisiting core computer science concepts, such as data structures, algorithms, and programming languages. I also researched ABC Tech's products, mission, and company culture to understand their values and align my answers accordingly.
Why selected/rejected for the role?
Rejected, as I was not able to optimize the solution for the coding problem in the interview round; otherwise, I don't think there could be any reason for rejection.
Preparation
Duration: 6 months
Topics: Array, Linked List, Tree, Graph, Dynamic Programming, Stacks, Recursion
Tip
Tip

Tip 1: Start by thoroughly understanding the fundamental concepts of each topic, such as arrays, linked lists, trees, graphs, dynamic programming, stacks, recursion, etc.
Tip 2: Solve coding problems and challenges involving these concepts using online coding platforms.
Tip 3: Be consistent.

Application process
Where: Referral
Eligibility: 1+ Year of experience in backend
Resume Tip
Resume tip

Tip 1: Keep it concise.
Tip 2: Use a professional format.

Interview rounds

01
Round
Hard
Video Call
Duration60 minutes
Interview date24 Feb 2022
Coding problem2

The interviewer asked pretty good questions to test knowledge of coding. Lots of questions were asked about projects, the resume, and assignments.

1. Find Odd Occurrence Element

Easy
10m average time
90% success
0/40
Asked in companies
PayPalCIS - Cyber InfrastructureExpedia Group

You are given an array of 'N' elements. In this given array, each element appears an even number of times except one element which appears odd no. of times. Your task is to find the element which occurs an odd number of times.

For example :
Input array [5,5,6,4,6],If we look at the frequency of different elements in this array.We can see,4 appears an odd number of times, so our answer will be 4.
Try solving now

2. Palindrome Pairs

Moderate
25m average time
75% success
0/80
Asked in companies
AmazonCIS - Cyber InfrastructureFacebook

You are given a list of ‘N’ words ‘WORDS’. Your task is to return all pairs of the distinct indices (i, j) in ‘WORDS’, such that the concatenation of WORDS[i] and WORDS[j] is a palindrome.

For Example:

You are given ‘WORDS’ = [“cat”, “mat”, “tac”]. Then the answer will be [(0, 2), (2, 0)}, because “cat” + “tac” = “cattac” which is a palindrome and “tac” + “cat” = “taccat” which is also a palindrome.
Try solving now
02
Round
Easy
Video Call
Duration60 minutes
Interview date3 Mar 2022
Coding problem2

The interview started with my introduction and directly moved on to technical skills. It began with deep questions about the projects in my resume, followed by inquiries about past experience, some computer fundamentals, and then coding questions.

1. Search In A 2D Matrix

Easy
10m average time
90% success
0/40
Asked in companies
AdobeCIS - Cyber InfrastructureUber

You have been given a 2-D array 'mat' of size 'M x N' where 'M' and 'N' denote the number of rows and columns, respectively. The elements of each row are sorted in non-decreasing order.


Moreover, the first element of a row is greater than the last element of the previous row (if it exists).


You are given an integer ‘target’, and your task is to find if it exists in the given 'mat' or not.


Example:
Input: ‘M’ = 3, 'N' = 4, ‘mat’ = [[1, 2, 3, 4], [5, 6, 7, 8], [9, 10, 11, 12]], ‘target’ = 8

Output: true

Explanation: The output should be true as '8' exists in the matrix.
Try solving now

2. OS Questions

What is Process Management and Device Management? (Learn)
What are semaphores? (Learn)

Problem approach

Tip 1: Utilize the Matrix Properties.
Tip 2: Apply the Two-Pointer Approach.

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
SDE - 1
3 rounds | 5 problems
Interviewed by CIS - Cyber Infrastructure
2197 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 4 problems
Interviewed by CIS - Cyber Infrastructure
784 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 3 problems
Interviewed by CIS - Cyber Infrastructure
497 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 3 problems
Interviewed by CIS - Cyber Infrastructure
580 views
1 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
2 rounds | 3 problems
Interviewed by BNY Mellon
6365 views
3 comments
0 upvotes
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by BNY Mellon
0 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by BNY Mellon
0 views
0 comments
0 upvotes