Upload Button Icon Add office photos
Engaged Employer

i

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

Infosec Train Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Infosec Train Interview Questions and Answers for Experienced

Updated 9 Aug 2024

Infosec Train Interview Experiences for Experienced

Popular Designations

2 interviews found

Interview experience
5
Excellent
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 - One-on-one 

(3 Questions)

  • Q1. About your Experience
  • Q2. About family Last salary Reason of leaving last organisations KRA of every company
  • Q3. Hypothetical Situation About yourself Reason of leaving every organisation KRA

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about company and courses which they are providing.

Academic Counsellor Interview Questions asked at other Companies

Q1. How will you convince a village person to buy vedantu course.
View answer (5)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jan 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 - One-on-one 

(1 Question)

  • Q1. First round will be with manager
Round 3 - Behavioral 

(1 Question)

  • Q1. Second one was directer round

Interview Preparation Tips

Interview preparation tips for other job seekers - Working environment is very toxic, so much politics. Managers behaviour is very bad with the team members. they don't let anyone to survive in the company for long time.

Inside Sales Executive Interview Questions asked at other Companies

Q1. Sell me an android phone, if I am already having a iPhone.
View answer (2)

Jobs at Infosec Train

View all

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Python file handling, input,output, in a file, Sql joins, list sort in python, basics of GIS, Web service how to test

Interview Preparation Tips

Interview preparation tips for other job seekers - This is hust basics not deep dive, strog ur basics to crack

I applied via Campus Placement and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Define marker interface
  • Ans. 

    A marker interface is an interface with no methods used to mark a class as having a particular property or behavior.

    • Marker interfaces are used to provide metadata about a class.

    • They are often used in frameworks and libraries to indicate that a class should be treated in a special way.

    • Examples include Serializable, Cloneable, and Remote interfaces in Java.

    • Marker interfaces can also be used to enforce design patterns, su

  • Answered by AI
  • Q2. Define thread concurrency
  • Ans. 

    Thread concurrency refers to multiple threads executing simultaneously in a program.

    • Concurrency allows for efficient use of resources and can improve performance.

    • However, it can also lead to race conditions and other synchronization issues.

    • Synchronization mechanisms like locks and semaphores can be used to manage concurrency.

    • Examples of concurrent programming languages include Java and Python's threading module.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up with your basics on JAVA

Skills evaluated in this interview

Interview experience
5
Excellent
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 - Technical 

(1 Question)

  • Q1. In trend java questions
Round 3 - Technical 

(1 Question)

  • Q1. Advance java questions, questions related to microservice and java 8
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How do you handle conflicting stockholder requirements n a project?
  • Ans. 

    I prioritize stakeholder requirements through effective communication, negotiation, and alignment with project goals.

    • Identify and document all stakeholder requirements to understand the full scope.

    • Facilitate meetings to discuss conflicting requirements and encourage open dialogue.

    • Use prioritization techniques, such as MoSCoW (Must have, Should have, Could have, Won't have), to assess the importance of each requirement.

    • ...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2023. 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 - Coding Test 

String , Array ,Collection framework related questions.

Round 3 - Assignment 

Ecommerce site with Login,Review,AddToCart,Order features,Filter features.

Round 4 - Technical 

(1 Question)

  • Q1. Html,Css,Js. Interviewer don't have knowledge on Java,React js.And if you don't able to answer basic html,css related questions they will disqualify you.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply.Totaly time waste.And even if you apply don't share project with them neither the Github link nor the the files via any medium.You are going to regret if you share the project.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jun 2023.

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 - Technical 

(1 Question)

  • Q1. Docker Basics:What is Docker, and how does it differ from traditional virtualization?Explain the purpose of Docker images and containers.Node.js Fundamentals:Describe the event-driven architecture of Node....
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 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 - Assignment 

Todo application javascript todo app creation needs to submit

Round 3 - HR 

(1 Question)

  • Q1. Expected salary, family, future plans

Interview Preparation Tips

Interview preparation tips for other job seekers - Be a quick learner
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between an abstract class and an interface in object-oriented programming?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have method implementations, while interface cannot.

    • A class can implement multiple interfaces, but can only inherit from one abstract class.

    • Interfaces are used to define contracts for classes to implement, while abstract classes are used to provide a common base for subclasses.

    • Example: Abstr...

  • Answered by AI
  • Q2. Abstract classes can have implemented methods; interfaces can only have declarations (before JAVA 8).

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay updated with the latest tools and technologies in your field to remain competitive.

Infosec Train Interview FAQs

How many rounds are there in Infosec Train interview for experienced candidates?
Infosec Train interview process for experienced candidates usually has 2 rounds. The most common rounds in the Infosec Train interview process for experienced candidates are One-on-one Round, Resume Shortlist and Behavioral.
How to prepare for Infosec Train interview for experienced candidates?
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 Infosec Train. The most common topics and skills that interviewers at Infosec Train expect are Graphics, Consulting, Training, Training Delivery and Cissp.
What are the top questions asked in Infosec Train interview for experienced candidates?

Some of the top questions asked at the Infosec Train interview for experienced candidates -

  1. First round will be with mana...read more
  2. Second one was directer ro...read more

Tell us how to improve this page.

Infosec Train Interview Process for Experienced

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

HyScaler Interview Questions
4.5
 • 92 Interviews
Pitney Bowes Interview Questions
3.7
 • 21 Interviews
DynPro Interview Questions
3.8
 • 20 Interviews
VHS Consulting Interview Questions
3.7
 • 14 Interviews
Apex CoVantage Interview Questions
3.1
 • 9 Interviews
View all

Infosec Train Reviews and Ratings

based on 46 reviews

4.5/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

4.3

Salary

4.5

Job security

4.6

Company culture

4.2

Promotions

4.5

Work satisfaction

Explore 46 Reviews and Ratings
Cybersecurity Trainer

Remote

3-5 Yrs

Not Disclosed

Information Security Trainer

New Delhi,

Pune

+1

2-8 Yrs

Not Disclosed

Explore more jobs
Senior Inside Sales Specialist
7 salaries
unlock blur

₹4.4 L/yr - ₹4.4 L/yr

Inside Sales Executive
5 salaries
unlock blur

₹2.9 L/yr - ₹5.9 L/yr

Business Development Manager
3 salaries
unlock blur

₹4.6 L/yr - ₹7 L/yr

Business Development Executive
3 salaries
unlock blur

₹3 L/yr - ₹5.9 L/yr

Sales Manager
3 salaries
unlock blur

₹5 L/yr - ₹7 L/yr

Explore more salaries
Compare Infosec Train with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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