Digital 1×1 interview experience Real time questions & tips from candidates to crack your interview

Security Engineer

Digital 1×1
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: DSA , SystemDesign, OOPS , High level design ,low level design
Tip
Tip

Tip 1 : Used to practice daily on leetcode for couple of months
Tip 2 : System Design. takes time. 

Application process
Where: Linkedin
Eligibility: N/A
Resume Tip
Resume tip

Tip 1 : Write only what you are confident about
Tip 2 : Dont write basic things

Interview rounds

01
Round
Easy
HR Round
Duration20 mins
Interview date6 Sep 2022
Coding problem1

1. HR Questions

General discussion about the role.Also had the discussion over the salary .

02
Round
Easy
Video Call
Duration45 mins
Interview date15 Sep 2022
Coding problem2

1. Reverse the String

Easy
15m average time
85% success
0/40
Asked in companies
SAP LabsWalmartFacebook

You are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string.

For example:

 If the given string is: STR = "abcde". You have to print the string "edcba".
follow up:
Try to solve the problem in O(1) space complexity. 
Problem approach

Firstly separate the words with the spaces and insert it into list.Then pop the elements from list from the last index.

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?
Try solving now
03
Round
Easy
Video Call
Duration60 mins
Interview date20 Sep 2022
Coding problem1

1. OOPs Questions

This round was like a discussion round. We had 2 interviewers, they asked some core c++ concepts by hands on examples like hot to create a copy constructor in c++.What is multi threading.Can we do multithreading in c++. They also asked OOPS.

Problem approach

So basically there main focus was on c++ core.

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
4 rounds | 8 problems
Interviewed by Amazon
8962 views
0 comments
0 upvotes
Analytics Consultant
3 rounds | 10 problems
Interviewed by ZS
975 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3502 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2764 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Security Engineer
4 rounds | 4 problems
Interviewed by Ernst & Young (EY)
1732 views
0 comments
0 upvotes