Upload Button Icon Add office photos

Filter interviews by

SecureW2 Interview Questions and Answers

Updated 21 Jun 2023

SecureW2 Interview Experiences

Popular Designations

3 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2023. There were 3 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 - HR 

(1 Question)

  • Q1. Hr will ask about your previous work experience
Round 3 - Technical 

(1 Question)

  • Q1. 1.They will ask about digital certificate. 2.Wireless networking 3.What is radius server. Type of radius server. 4.prepare well on your previous job experience. 5.Describe EAP/TLS , PEAP/ TLS Model.

Interview Preparation Tips

Topics to prepare for SecureW2 Network Engineer interview:
  • Wireless Communication

Network Engineer Interview Questions asked at other Companies

Q1. TCP/IP layers, why is transport needed for communication? What is Subnet mask and how does it help in data communication. Why is Vlan needed? Based on what information does a switch and router send a packet or frame? Types of arp, What is p... read more
View answer (2)

Qa Developer Interview Questions & Answers

user image Anonymous

posted on 12 Apr 2022

Round 1 - Technical 

(4 Questions)

  • Q1. Introduce yourself and technical background
  • Q2. Write the possible TestCases for ATM Machine
  • Ans. 

    TestCases for ATM Machine

    • Verify if the ATM machine is dispensing the correct amount of cash

    • Check if the ATM machine is accepting valid debit/credit cards

    • Test if the ATM machine is displaying the correct balance after a transaction

    • Ensure that the ATM machine is not dispensing cash when the account balance is insufficient

    • Verify if the ATM machine is returning the card after the transaction is complete

    • Test if the ATM mach...

  • Answered by AI
  • Q3. Write the possible Test Cases from functionality of previous projects and products
  • Ans. 

    Possible test cases for previous projects/products

    • Test cases for all functionalities

    • Boundary value analysis

    • Negative testing

    • Integration testing

    • Regression testing

    • Usability testing

    • Performance testing

    • Security testing

  • Answered by AI
  • Q4. Explain the test coverage and the differences/purpose of each testcases written
  • Ans. 

    Test coverage is the extent to which the software has been tested. Different types of test cases are written to ensure maximum coverage.

    • Test coverage is the measure of how much of the software has been tested.

    • Different types of test cases are written to ensure maximum coverage.

    • Unit tests are written to test individual units of code.

    • Integration tests are written to test how different units of code work together.

    • Function...

  • Answered by AI
Round 2 - HR 

(5 Questions)

  • Q1. Tell me about yourself.
  • Q2. What are your strengths and weaknesses?
  • Q3. Why are you looking for a change?
  • Q4. What are your salary expectations?
  • Q5. Share details of your previous job.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good place to learn and grow at faster pace

Skills evaluated in this interview

Qa Developer Interview Questions asked at other Companies

Q1. What is Integration testing, Black box testing, Regression testing?
View answer (1)

Interview Questionnaire 

1 Question

  • Q1. Coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with logic thats all needed

Software Engineer Level 1 Interview Questions asked at other Companies

Q1. Input a file. Select first 3 lines of the file. Select the longest line and count the number of words in that line. It was easy. I used Java methods to solve the problem. I explained the logic and he accepted it.
View answer (1)

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Jan 2016. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Questions on linked list
  • Q2. Questions on resume
  • Q3. About my interests
  • Q4. My interest in symantec
  • Q5. Place to work

Interview Preparation Tips

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. How you find loop in a linked list
  • Ans. 

    To find a loop in a linked list, we use Floyd's cycle-finding algorithm.

    • Floyd's cycle-finding algorithm uses two pointers, one moving at twice the speed of the other.

    • If there is a loop in the linked list, the two pointers will eventually meet.

    • To detect the meeting point, we reset one of the pointers to the head of the linked list and move both pointers at the same speed.

    • The meeting point is the start of the loop.

  • Answered by AI
  • Q2. What is LRU, MRU and LFU
  • Ans. 

    LRU, MRU and LFU are caching algorithms used to manage memory in computer systems.

    • LRU stands for Least Recently Used and removes the least recently used items from the cache when the cache is full.

    • MRU stands for Most Recently Used and removes the most recently used items from the cache when the cache is full.

    • LFU stands for Least Frequently Used and removes the least frequently used items from the cache when the cache i...

  • Answered by AI
  • Q3. Camel banana problem

Interview Preparation Tips

Round: Test
Experience: coding test in hacker rank. can code in any language except in C and C++.
Duration: 1 hour
Total Questions: 2

Round: Technical Interview
Experience: In technical round the questions are on OS, basics of C(mainly in linked lists) and maths puzzle

They mostly see how you are approaching towards a problem.
It is first time that I heard the camel banana problem. So I struggled for some time and came up with a solution. He said he liked the approach but it can be optimized.

Round: HR Interview
Experience: It started with explain about yourselves. and then he asked to explain about one project with technical details. Later he asked me to explain binary search for a guy who don't know much of technical knowledge. He continued with why we only do 2 partitions why can we make it up to 3. Later he asked me what I liked most in my mobile phone. I said chatting apps. So he asked me that if I was hired as a developer to make a chatting app how will I do it.
Tips: way of thinking and way of approaching towards a problem.

Round: HR Interview
Experience: This round was focused mainly on whether I like to work in Bangalore or not. How I first heard about Symantec. how I will suit for the company. what are my future plans.

Skills: C, OS, Math Puzzles
College Name: IIT Madras

Skills evaluated in this interview

Intern Interview Questions & Answers

FireEye user image Siriguppa Aditya

posted on 15 May 2017

I appeared for an interview before May 2016.

Interview Preparation Tips

Round: Test
Experience: Test had all kinds of questions apti+c-apti+cse concepts+coding.
It covered all the things related to computer science.There were 3 coding questions among 39
Duration: 1 hour
Total Questions: 39

Round: Technical Interview
Experience: Resume Related

Round: Technical Interview
Experience: Resume related and tested my knowledge on networking

I appeared for an interview before Mar 2021.

Round 1 - Face to Face 

(3 Questions)

Round duration - 40 minutes
Round difficulty - Easy

Technical round with questions based on DSA.

  • Q1. 

    Reverse a Number Problem Statement

    Create a program to reverse a given integer N. The output should be the reversed integer.

    Note:

    If a number has trailing zeros, their reversed version should not inclu...

  • Ans. 

    Reverse a given integer while excluding trailing zeros.

    • Create a program to reverse the given integer by converting it to a string and then reversing it.

    • Remove any trailing zeros from the reversed string before converting it back to an integer.

    • Handle the constraints of the input integer being between 0 and 10^8.

    • Example: For input 1230, the output should be 321.

  • Answered by AI
  • Q2. 

    Reverse a Linked List Problem Statement

    You are given a Singly Linked List of integers. Your task is to reverse the Linked List by changing the links between nodes.

    Input:

    The first line of input contai...
  • Ans. 

    Reverse a given singly linked list by changing the links between nodes.

    • Iterate through the linked list and reverse the links between nodes.

    • Use three pointers to keep track of the current, previous, and next nodes.

    • Update the links while traversing the list to reverse it.

    • Return the head of the reversed linked list.

  • Answered by AI
  • Q3. What is the difference in C++ between 'new int[5]' and 'malloc(5 * sizeof(int))'?
  • Ans. 

    new int[5] is C++ specific and initializes the array with default values, while malloc(5 * sizeof(int)) is a C function and does not initialize the array.

    • new int[5] is C++ specific and calls constructors for each element in the array.

    • malloc(5 * sizeof(int)) is a C function and does not call constructors, leaving the array uninitialized.

    • new int[5] returns a pointer to the first element of the array, while malloc(5 * siz...

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAJuniper Networks interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, OS, Networking, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

Analyst Interview Questions & Answers

Gen user image Anonymous

posted on 12 Apr 2022

I applied via Referral and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Why do you want join us

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and clarify all your doubt

I applied via Company Website and was interviewed in Jun 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Everything from resume only
  • Q2. Recursive programs, factorial, prime numbers, Armstrong numbers
  • Q3. Time complexity
  • Q4. Microservices, rest API, gateway

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience has been extremely warm and beautiful. All rounds finished on a single day. Which is the most great thing about being interviewed. No such tension of just waiting for results and how many rounds. Everything was super clear cut mentioned before in hand by HR. Also Hr people, I have never seen such supportive and helpful hr in my career till now. No attitude that u feel insulted of contacting them. U can easily reach out to them. It's a worthy excellent experience!

I applied via Referral and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Meta classes in python
  • Ans. 

    Meta classes are classes that define the behavior of other classes.

    • Meta classes are used to customize the behavior of classes.

    • They can be used to add or modify attributes and methods of classes.

    • They can also be used to enforce certain rules or restrictions on classes.

    • In Python, the default meta class is 'type'.

    • Example: class MyMeta(type): pass

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be thorough on your projects

Skills evaluated in this interview

SecureW2 Interview FAQs

How many rounds are there in SecureW2 interview?
SecureW2 interview process usually has 2-3 rounds. The most common rounds in the SecureW2 interview process are Technical, HR and Resume Shortlist.
How to prepare for SecureW2 interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at SecureW2. The most common topics and skills that interviewers at SecureW2 expect are WiFi, Radius, Digital Certificates, Communication Skills and Networking.
What are the top questions asked in SecureW2 interview?

Some of the top questions asked at the SecureW2 interview -

  1. Write the possible Test Cases from functionality of previous projects and produ...read more
  2. Explain the test coverage and the differences/purpose of each testcases writ...read more
  3. Write the possible TestCases for ATM Mach...read more

Tell us how to improve this page.

SecureW2 Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Cisco Interview Questions
4.1
 • 372 Interviews
McAfee Interview Questions
4.0
 • 30 Interviews
F5 Networks Interview Questions
3.8
 • 23 Interviews
Gen Interview Questions
4.0
 • 17 Interviews
Fortinet Interview Questions
4.2
 • 11 Interviews
FireEye Interview Questions
4.3
 • 5 Interviews
Trend Micro Interview Questions
4.3
 • 1 Interview
View all

SecureW2 Reviews and Ratings

based on 7 reviews

4.0/5

Rating in categories

3.9

Skill development

4.0

Work-life balance

3.8

Salary

4.5

Job security

4.0

Company culture

3.9

Promotions

3.9

Work satisfaction

Explore 7 Reviews and Ratings
Senior QA Engineer
5 salaries
unlock blur

₹8.6 L/yr - ₹18.2 L/yr

Software Developer
4 salaries
unlock blur

₹5 L/yr - ₹8.4 L/yr

Developer
4 salaries
unlock blur

₹4.5 L/yr - ₹5 L/yr

Technical Writer
4 salaries
unlock blur

₹6.7 L/yr - ₹10 L/yr

QA Engineer
4 salaries
unlock blur

₹5.8 L/yr - ₹6 L/yr

Explore more salaries
Compare SecureW2 with

Cisco

4.1
Compare

Palo Alto Networks

3.9
Compare

Gen

4.0
Compare

Fortinet

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