Upload Button Icon Add office photos
Engaged Employer

i

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

Indusface Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Indusface Interview Questions, Process, and Tips

Updated 24 May 2024

Top Indusface Interview Questions and Answers

View all 6 questions

Indusface Interview Experiences

Popular Designations

4 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Some DSA related question

Round 2 - Technical 

(1 Question)

  • Q1. Low level design and HLD
Round 3 - One-on-one 

(1 Question)

  • Q1. Project related questions

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Jun 2023. There were 2 interview rounds.

Round 1 - Assignment 

Practical like idor xss swl crlf and all very hard

Round 2 - Technical 

(5 Questions)

  • Q1. Best practical scenario questions
  • Q2. What ssrf mitigation
  • Ans. 

    SSRF mitigation involves validating and sanitizing user input, restricting network access, and using secure coding practices.

    • Validate and sanitize user input to prevent attackers from manipulating requests.

    • Restrict network access to prevent SSRF attacks from reaching internal systems.

    • Use secure coding practices such as input validation and output encoding to prevent SSRF vulnerabilities.

    • Implement URL allowlists to rest...

  • Answered by AI
  • Q3. Xss mitigation and scenario
  • Q4. Csrf header mitigation
  • Q5. Android menfest.xml checklist

Interview Preparation Tips

Interview preparation tips for other job seekers - Go fir practical answer not a theory

Information Security Analyst Interview Questions asked at other Companies

Q1. What is vulnerability management? How do Vulnerability scanners work? What is OWASP top 10? What is SQL injection? How to mitigate SQLi attacks? What is XSS? How to mitigate XSS attacks? What is MITRE framework? What is Cyber-kill chain? Wh... read more
View answer (1)

Interview Questions & Answers

user image

posted on 17 Mar 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Basic knowlage of Phythone ? ITs reharding AWS h?how its works?

Round 3 - Technical 

(2 Questions)

  • Q1. AWS importance? how its most important ?
  • Ans. 

    AWS is crucial for cloud computing and offers a wide range of services for businesses and individuals.

    • AWS provides scalable and cost-effective cloud computing solutions

    • It offers a variety of services such as storage, computing, and databases

    • AWS has a global infrastructure that allows for reliable and fast access to services

    • Many businesses rely on AWS for their operations, including Netflix, Airbnb, and NASA

  • Answered by AI
  • Q2. How its run? and how its access?
  • Ans. 

    The question is unclear. Please provide more context.

    • Answered by AI
    Round 4 - One-on-one 

    (1 Question)

    • Q1. Where you see in 5 year later?
    Round 5 - Technical 

    (2 Questions)

    • Q1. AWS is usefull or not??
    • Ans. 

      Yes, AWS is very useful for cloud computing and hosting services.

      • AWS provides a wide range of services for cloud computing, including storage, databases, and analytics.

      • It is also useful for hosting websites and applications, with options for scalability and security.

      • Many companies use AWS for their cloud computing needs, including Netflix, Airbnb, and NASA.

      • AWS also offers cost-effective pricing options, with pay-as-you...

    • Answered by AI
    • Q2. IS there necessary of accesing phthone ?
    • Ans. 

      Yes, accessing phones is necessary in today's digital age.

      • Phones are essential for communication and staying connected with others.

      • They also serve as a tool for accessing important information and resources.

      • Many jobs and industries require the use of phones for work-related tasks.

      • Smartphones have become a central part of our daily lives, with various apps and features that make tasks easier and more efficient.

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - its really good if you seen future on it so keep do hardworking

    Skills evaluated in this interview

    I applied via Recruitment Consultant and was interviewed in Mar 2021. There was 1 interview round.

    Interview Questionnaire 

    4 Questions

    • Q1. Basic of Oops concept and application of the same in your current project
    • Q2. A program to reverse the string
    • Ans. 

      A program to reverse the string

      • Create a function that takes a string as input

      • Convert the string to an array of characters

      • Reverse the array

      • Convert the reversed array back to a string

      • Return the reversed string

    • Answered by AI
    • Q3. Basic Java Concepts
    • Q4. Your Roles and Responsibilities

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be Prepared well and Be confident.
    You will make it Through.

    QA Automation Engineer Interview Questions asked at other Companies

    Q1. Which framework you are using? explain your framework?
    View answer (4)

    Indusface interview questions for popular designations

     Information Security Analyst

     (1)

     QA Automation Engineer

     (1)

     Software Development Engineer

     (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 was interviewed 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 was interviewed in Feb 2017.

    Interview Preparation Tips

    Round: Test
    Experience: Very first, the interviewers and their employees gave presentation about their products and company. They were very cool and very positive to motivate candidates. After that they started Round 1 that is test based on aptitude and logical problem, also containing c programmin and operating system problems.
    Tips: If you have studied basics very well, you will clear the round 1 very easily. Study C programming and Linux Operating System concepts.
    Duration: 1 hour 30 minutes
    Total Questions: 60

    Round: Technical Interview
    Experience: I am not specifying any question above because 2nd round i.e Technical Round 1 was continued to abt 1 and hour hours taken by 1 interviewer. If you give all answers confindently, obviously they all must be correct, you will be qualified to next techincal round.
    Tips: Same as mentioned in round 1.
    Study C programming & Operating System.

    Round: Technical Interview
    Experience: This was Technical Round 2. It was taken by 3 interviewers asking questions randomly from random subject. Also, one took rapid fire round for 20-25 questions. If you qualified this round, then you can assume that you are selected. This round was also continued more than 1 hour.
    Tips: Study Networking concepts

    Round: HR Interview
    Experience: If you are called for HR interview, then you can assume that you already selected as employee for company. This is round is just for formality to tell you CTC and location and joining, etc.
    One thing I would like to mention that in each round they will ask you to tell about yourself. So prepare that too. In HR round, they asked me some tricky puzzles to solve since I mentioned that I am very good in maths so.

    College Name: Datta Meghe College of Engineering

    I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

    Interview Questionnaire 

    1 Question

    • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

    I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

    Round 1 - Coding Test 

    Attended the codevita competition in final year of college.

    Round 2 - Technical 

    (3 Questions)

    • Q1. About College Project
    • Q2. Some very basics of java
    • Q3. Experience of college project as a team

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Codevita is a really good platform to help you join TCS as a final year graduate in college

    Indusface Interview FAQs

    How many rounds are there in Indusface interview?
    Indusface interview process usually has 3-4 rounds. The most common rounds in the Indusface interview process are Technical, Resume Shortlist and Coding Test.
    How to prepare for Indusface 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 Indusface. The most common topics and skills that interviewers at Indusface expect are Java, Penetration Testing, IT Sales, Hibernate and AWS.
    What are the top questions asked in Indusface interview?

    Some of the top questions asked at the Indusface interview -

    1. IS there necessary of accesing phthon...read more
    2. how its run? and how its acce...read more
    3. AWS importance? how its most importan...read more

    Tell us how to improve this page.

    Indusface Interview Process

    based on 9 interviews

    Interview experience

    4.1
      
    Good
    View more

    Interview Questions from Similar Companies

    TCS Interview Questions
    3.7
     • 10.4k Interviews
    Wipro Interview Questions
    3.7
     • 5.6k Interviews
    AmbitionBox Interview Questions
    4.9
     • 153 Interviews
    Gen Interview Questions
    4.0
     • 17 Interviews
    FireEye Interview Questions
    4.3
     • 5 Interviews
    View all

    Indusface Reviews and Ratings

    based on 41 reviews

    4.1/5

    Rating in categories

    3.9

    Skill development

    4.2

    Work-life balance

    4.2

    Salary

    4.2

    Job security

    4.1

    Company culture

    3.9

    Promotions

    4.1

    Work satisfaction

    Explore 41 Reviews and Ratings
    Information Security Analyst
    23 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Associate Information Security Analyst
    11 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Associate Mss Security Engineer
    7 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    MSS Engineer
    7 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    QA Automation Engineer
    7 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Explore more salaries
    Compare Indusface with

    Qualys

    3.8
    Compare

    TCS

    3.7
    Compare

    Wipro

    3.7
    Compare

    Paladion Networks

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