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

SDE - 1

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

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: Java(or any object-oriented language), Operating systems, Data structures, Algorithms, Computer architecture, Computer networks
Tip
Tip

Tip 1 : Revise top data structure and algorithms topics
Tip 2 : Prepare the operating system in detail
Tip 3 : Preparation should include coding practice from any online platform

Application process
Where: Campus
Eligibility: Need more than 75% across profile, Amcat should be clear before interviews.
Resume Tip
Resume tip

Tip 1 : Resume should include your code experience via project
Tip 2 : Only write the truth in your Resume, the tech stack you actually worked on.

Interview rounds

01
Round
Easy
Face to Face
Duration45 minutes
Interview date13 Dec 2018
Coding problem1

The interviewer was professional and well dressed and noticed the candidate's body posture, just to know if the candidate is confident or not, rest was checked about the basic data structures and object-oriented concepts.

1. Reverse Stack Using Recursion

Easy
21m average time
80% success
0/40
Asked in companies
MicrosoftIBMRazorpay

Reverse a given stack of 'N' integers using recursion. You are required to make changes in the input parameter itself.


Note: You are not allowed to use any extra space other than the internal stack space used due to recursion.


Example:
Input: [1,2,3,4,5] 
Output: [5,4,3,2,1]

add image

Problem approach

Tip 1 : Data structures revision
Tip 2 : Enough coding practice 

Try solving now
02
Round
Medium
Face to Face
Duration60 minutes
Interview date14 Dec 2018
Coding problem1

The interviewer directly asked for a coding problem, no introductions nothing formal happened in this round, the interviewer was very specifically looking out for the solution and more questions regarding that particular problem only, and he straight away rejects a few candidates who were not able to code.

1. Delete a Node from Linked List

Moderate
40m average time
67% success
0/80
Asked in companies
CIS - Cyber InfrastructureAmazonGroww

You have been given a linked list of integers. Your task is to write a function that deletes a node from a given position, 'POS'.

Note :
Assume that the Indexing for the linked list always starts from 0.

If the position is greater than or equal to the length of the linked list, you should return the same linked list without any change.
Illustration :
The following images depict how the deletion has been performed.

Image-I :

Alt txt

Image-II :

Alt txt

Problem approach

Tip 1 : Coding practice specifically for linked list
Tip 2 : Basics of linked list should be clear

Try solving now
03
Round
Easy
HR Round
Duration15 minutes
Interview date17 Dec 2018
Coding problem1

Asked usual HR questions.

1. Basic HR Questions

1. Tell me about yourself.

2. What are your greatest strengths and weaknesses?

3. What is your biggest achievement so far?

4. What do you know about the work ethics here in Publicis Sapient?

Problem approach

Tip 1 : Read basics about the company
Tip 2 : Be confident and look formal

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
4 rounds | 11 problems
Interviewed by CIS - Cyber Infrastructure
0 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
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