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

Trainee Engineer

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

Interview preparation journey

expand-icon
Journey
I got admission in Jadavpur University in 2018 in Electronics And Tele-Communication Engineering stream. I started preparing for Software roles in third year , learned programming languages c++, and java then learned DSA, OOPS concepts , OS, DBMS, MySql. Companies started to visit college in final year and I got shorlisted clearing the coding round for the company L&T, got rejected in interview round. After that I got shortlisted for Wipro Turbo and got selected in final round . I had the offer from wipro and later I applied from offcampus for Publicis Sapient's ASDE 1 profile, cleared exam round followed by interview round and got selected for the offer.
Application story
Publicis Sapient visited our college but was not allowed to sit for the placement as I was already placed in Wipro , So I applied for it through off Campus
Why selected/rejected for the role?
As I solved both of the questions in coding round I got the chance for interview . In interview round I manged to answer most of the questions asked by the interviewer.In interview also I was asked to code two algorithms which I was able to code.
Preparation
Duration: 7 months
Topics: DSA, OS, DBMS, SQL, OOPS, COMPUTER NETWORKS
Tip
Tip

Tip 1 : Don't take gaps while preparing for DSA, do it consistently
Tip 2 : Learn oops concepts, this is very important
Tip 3 : practice question from online platforms
Tip 4 : Go through previous interview experices of company you are going to get interviewed

Application process
Where: Other
Eligibility: NA
Resume Tip
Resume tip

Tip 1 : Try to place the keywords present in job profile for the application
Tip 2 : keep it simple and highlight the words about technologies used and skill set

Interview rounds

01
Round
Hard
Online Coding Interview
Duration40 minutes
Interview date10 Feb 2022
Coding problem2

1. Covid Spread

Hard
45m average time
55% success
0/120
Asked in companies
MicrosoftAmazonFlipkart limited

You are given a city which contains 'N' x 'M' houses, where each house can have one of the following three conditions :

1. The value ‘0’ represents an empty house,
2. The value ‘1’ represents a non-infected person,
3. The value ‘2’ represents an infected person.

It takes one day to propagate the infection from an infected house to its adjacent (Front, Back, Left, Right) non-empty and non-infected house. An empty house can only break the line of propagation of infection.

You need to return the minimum number of days Covid will take to infect each and every house in the city. And for the God’s sake if this is impossible, return -1 instead.

Try solving now

2. Reverse Linked List

Moderate
15m average time
85% success
0/80
Asked in companies
WalmartHCL TechnologiesInfo Edge India (Naukri.com)

Given a singly linked list of integers. Your task is to return the head of the reversed linked list.

For example:
The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -> 2 -> 1 -> NULL and the head of the reversed linked list will be 4.
Follow Up :
Can you solve this problem in O(N) time and O(1) space complexity?
Problem approach

step 1 : created sample linked list using object of node class containing data, and the next pionter
step 2 : paassed the root node to the function I wrote to reverese using recursion method

Try solving now
02
Round
Easy
HR Round
Duration40 minutes
Interview date12 Feb 2023
Coding problem1

1. Basic HR Questions

Tell me about yourself.

What are your hobbies?

Who is your role model?

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 | 4 problems
Interviewed by CIS - Cyber Infrastructure
784 views
0 comments
0 upvotes
company logo
ATL2
3 rounds | 5 problems
Interviewed by CIS - Cyber Infrastructure
0 views
0 comments
0 upvotes
company logo
Trainee Engineer
2 rounds | 3 problems
Interviewed by CIS - Cyber Infrastructure
669 views
0 comments
0 upvotes
company logo
Trainee Engineer
3 rounds | 6 problems
Interviewed by CIS - Cyber Infrastructure
1005 views
0 comments
0 upvotes