Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Threatsys Technologies Private Limited Team. If you also belong to the team, you can get access from here

Filter interviews by

Threatsys Technologies Private Limited Cyber Security Engineer Lead Interview Questions and Answers

Updated 22 Mar 2023

Threatsys Technologies Private Limited Cyber Security Engineer Lead Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Mar 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Threatsys Aptitude Test was really great screening process for all the participants for choosing the right candidates.

Round 3 - HR 

(4 Questions)

  • Q1. What are the projects you have done in your previous company?
  • Q2. What is your expected salary?
  • Q3. What is your expertise in cyber security?
  • Ans. 

    I have expertise in network security, threat intelligence, and incident response.

    • Proficient in implementing security measures to protect networks and systems from cyber attacks

    • Skilled in analyzing and interpreting threat intelligence to identify potential security risks

    • Experienced in responding to security incidents and conducting forensic investigations

    • Familiar with industry-standard security tools and technologies su...

  • Answered by AI
  • Q4. How can you define yourself?
Round 4 - One-on-one 

(2 Questions)

  • Q1. If Threatsys will hire you, what will be your agenda within 3 month?
  • Q2. What is your fututre vision?
  • Ans. 

    My future vision is to create a secure cyber world where individuals and organizations can operate without fear of cyber attacks.

    • Develop and implement advanced security measures to prevent cyber attacks

    • Collaborate with industry experts to stay up-to-date with the latest security trends

    • Educate individuals and organizations on the importance of cyber security

    • Create a culture of security awareness and responsibility

    • Contri...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice Experience with Threatsys interview process. HR is good and knowledgable. Last one to one meeting with CEO, Deepak Kumar Nath was awesome.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked a question on counting continuous max occurences of 1 in a string

Interview Preparation Tips

Interview preparation tips for other job seekers - Deep knowledge of programming is a must

I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Check if binary tree is balanced or not.
  • Ans. 

    Check if binary tree is balanced or not.

    • A balanced binary tree has the height of left and right subtrees differ by at most 1.

    • Recursively check the height of left and right subtrees and compare.

    • Use a helper function to calculate the height of a subtree.

    • Time complexity: O(nlogn) for a balanced tree, O(n^2) for a skewed tree.

  • Answered by AI
  • Q2. Detect loops in linked list.
  • Ans. 

    Detect loops in a linked list.

    • Use two pointers, one moving at a faster pace than the other.

    • If there is a loop, the faster pointer will eventually catch up to the slower one.

    • To detect the start of the loop, reset one pointer to the head and move both pointers at the same pace.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was good, do your DS Algo questoin thoroughly.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Very easy basic logical questions

Round 2 - Coding Test 

Easy level array string questions

Round 3 - Coding Test 

2 questions asked should give optimized approach

Interview Preparation Tips

Interview preparation tips for other job seekers - basic level dsa
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Just plain leetcode medium questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Consisted of aptitude and coding output questions

Round 2 - Coding Test 

Coding test was given with three questions .we have to write in on word in 45 mins

Round 3 - HR 

(1 Question)

  • Q1. They asked puzzles and other usual questions

I applied via Company Website and was interviewed in Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Basic Aptitude questions like quantitative and logical

Round 3 - Coding Test 

Programs have to written for given questions

Round 4 - Technical 

(2 Questions)

  • Q1. F2F interview programming questions were asked
  • Q2. Questions were asked about projects and technology used in project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong enough in data structures and algorithms you can easily crack the interview

I applied via Company Website and was interviewed in May 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

The test contains basic programming output questions and some aptitude questions.

Round 3 - Coding Test 

We have to solve 5 programming questions in 1 hour. Questions are on arrays and strings.

Round 4 - Technical 

(2 Questions)

  • Q1. Parenthesis balancing Reversing the string Finding the angle between hour and minute hand of clock
  • Ans. 

    Three technical questions related to string manipulation and clock calculations.

    • For parenthesis balancing, use a stack data structure to keep track of opening and closing brackets.

    • To reverse a string, use two pointers starting from the beginning and end of the string and swap characters until they meet in the middle.

    • To find the angle between hour and minute hand of clock, use the formula (30H - 11/2M) degrees, where H

  • Answered by AI
  • Q2. Prime no Add all digits in a number
  • Ans. 

    The question asks to check if a number is prime and add all its digits.

    • To check if a number is prime, we can use a loop to divide it by all numbers from 2 to its square root.

    • If the number is divisible by any of these numbers, it is not prime.

    • To add all digits in a number, we can use a loop to extract each digit and add it to a running total.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice all previously asked questions which are on internet. Questions are based on arrays, mathematics (prime no.,leap year etc) strings, stack and queue.
Try to optimise the code as much as possible.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jun 2022. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

20 questions were given.
aptitude + simple coding output based.

Round 3 - Coding Test 

5 questions were shared on a doc file. We need to code them paste their solutions in the file. Level was easy to medium. Array-string based Questions.

Round 4 - Technical 

(3 Questions)

  • Q1. There Were 3 Technical rounds. In 1st Round Basic coding Questions were Asked on Array like find minimum angle between hour and minute hand. 0,1 array sort and there was another question too which I don't...
  • Q2. Find minimum angle between hour and minute hand.
  • Ans. 

    Find minimum angle between hour and minute hand.

    • Calculate the angle made by hour hand with 12 o'clock position and minute hand with 12 o'clock position.

    • Calculate the difference between the two angles.

    • If the difference is greater than 180 degrees, subtract it from 360 degrees to get the minimum angle.

  • Answered by AI
  • Q3. 0, 1 array sort (keep complexity low)
  • Ans. 

    Sort an array of 0s and 1s with low complexity.

    • Use two pointers, one at the beginning and one at the end of the array.

    • Swap 0s from the beginning with 1s from the end until the pointers meet.

    • Time complexity: O(n), space complexity: O(1).

  • Answered by AI
Round 5 - Technical 

(3 Questions)

  • Q1. Then on next day Technical Round 2 happened Same another Interviewer and same process. Round was 1 hour long. I was given a question and I had to solve it. I was not asked puzzles but some of my friends we...
  • Q2. Maximum span of 1 in a 0,1 array
  • Ans. 

    Find the maximum span of 1 in a 0,1 array.

    • Iterate through the array and keep track of the first and last occurrence of 1.

    • Calculate the difference between the last and first occurrence of 1.

    • Repeat the process for all 1's in the array and return the maximum difference.

  • Answered by AI
  • Q3. Upside down triangle pattern
Round 6 - Technical 

(3 Questions)

  • Q1. Next day Technical Round 3 This time my interviewer was a Senior Engineer Interview round was 1 hour+ I was given 2 coding questions then hr questions were asked. In hr they asked me a lot regarding my pro...
  • Q2. First non repeating Character
  • Ans. 

    Find the first non-repeating character in a string.

    • Create a hash table to store the frequency of each character in the string.

    • Iterate through the string and update the frequency in the hash table.

    • Iterate through the string again and return the first character with a frequency of 1.

  • Answered by AI
  • Q3. Sort a binary array using one traversal and no extra space
  • Ans. 

    Sort a binary array using one traversal and no extra space.

    • Use two pointers, one starting from the beginning and one from the end of the array.

    • Swap the elements if the left pointer points to 1 and the right pointer points to 0.

    • Continue traversing until the pointers meet in the middle.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just clear your basics and have a good command on easy to medium array string questions.
Mention only those things in resume which you really did.
prepare common puzzle questions from GFG or some other platform.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Normal array and string questions
Round 3 - Technical 

(1 Question)

  • Q1. Array and string

Threatsys Technologies Private Limited Interview FAQs

How many rounds are there in Threatsys Technologies Private Limited Cyber Security Engineer Lead interview?
Threatsys Technologies Private Limited interview process usually has 4 rounds. The most common rounds in the Threatsys Technologies Private Limited interview process are Resume Shortlist, Aptitude Test and HR.
What are the top questions asked in Threatsys Technologies Private Limited Cyber Security Engineer Lead interview?

Some of the top questions asked at the Threatsys Technologies Private Limited Cyber Security Engineer Lead interview -

  1. what is your expertise in cyber securi...read more
  2. what is your fututre visi...read more

Tell us how to improve this page.

Threatsys Technologies Private Limited Cyber Security Engineer Lead Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Magic Edtech Interview Questions
3.0
 • 50 Interviews
Affine Interview Questions
3.3
 • 48 Interviews
IT By Design Interview Questions
3.6
 • 39 Interviews
Argusoft Interview Questions
4.6
 • 38 Interviews
View all

Threatsys Technologies Private Limited Cyber Security Engineer Lead Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Compare Threatsys Technologies Private Limited with

Maxgen Technologies

4.5
Compare

Magic Edtech

3.0
Compare

VDart

4.0
Compare

Value Point Systems

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview