Upload Button Icon Add office photos
Engaged Employer

i

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

INFOSEC VENTURES Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

INFOSEC VENTURES Software Developer Interview Questions and Answers

Updated 16 Dec 2023

INFOSEC VENTURES Software Developer Interview Experiences

3 interviews found

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

I applied via Naukri.com 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 - HR 

(1 Question)

  • Q1. The first round was taken by the HR
Round 3 - Technical 

(1 Question)

  • Q1. The Second round was taken by the manager
Round 4 - One-on-one 

(1 Question)

  • Q1. The third round was taken by the senior member of the team.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be true to yourself.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Coding and discussion

Round 3 - Assignment 

Discussion with salary and experience

Round 4 - HR 

(3 Questions)

  • Q1. Why I am leaving last organization
  • Q2. Why I am asking so high salary , it was only 20 percent hike i asked
  • Q3. Why i should be selected

Interview Preparation Tips

Interview preparation tips for other job seekers - Salary provided is not upto the market. The Interviewer seems to be Hilter type. She only wants to speak no listen

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - HR 

(2 Questions)

  • Q1. Why Cyber Security
  • Ans. 

    Cyber security is crucial in protecting sensitive data and preventing cyber attacks.

    • Preventing unauthorized access to data and systems

    • Protecting against malware and viruses

    • Ensuring compliance with regulations and standards

    • Detecting and responding to security incidents

    • Securing networks and infrastructure

    • Examples: implementing firewalls, encryption, multi-factor authentication

  • Answered by AI
  • Q2. Why Lavarel is preffered
  • Ans. 

    Laravel is preferred for its elegant syntax, powerful features like routing, ORM, and authentication, and active community support.

    • Elegant syntax makes code clean and readable

    • Powerful features like routing, ORM, and authentication save time and effort

    • Active community support ensures quick resolution of issues

    • Built-in tools like Artisan make development easier and faster

  • Answered by AI
Round 3 - Coding Test 

Explain logging in lavarel

Round 4 - Technical 

(1 Question)

  • Q1. Explain request in lavarel
  • Ans. 

    In Laravel, a request refers to an instance of the Illuminate\Http\Request class that contains all the information about an incoming HTTP request.

    • Request class is used to retrieve input data, files, cookies, headers, and more from the incoming request.

    • Request instance can be accessed in controllers using type-hinting or by using the request() helper function.

    • Example: $request = request(); $name = $request->input('name'...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and rest you will be recruited

Skills evaluated in this interview

Interview questions from similar companies

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.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the implementation of Merge Sort in Java?
  • Ans. 

    Merge Sort is a divide and conquer algorithm that divides the input array into two halves, recursively sorts them, and then merges the sorted halves.

    • Divide the input array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves back together

  • Answered by AI
  • Q2. What is the implementation of the Quick Sort algorithm in Java?
  • Ans. 

    Quick Sort is a popular sorting algorithm that uses a divide-and-conquer approach to sort elements in an array.

    • Choose a pivot element from the array.

    • Partition the array into two sub-arrays: elements less than the pivot and elements greater than the pivot.

    • Recursively apply the same process to the sub-arrays.

    • Combine the sorted sub-arrays to get the final sorted array.

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Design tinyurl system design
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Easy aptitude, 30 min with 20 question

Interview Preparation Tips

Interview preparation tips for other job seekers - learn OOPs concept and thorough about your project
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Online test which consists of java, angular, micro services related questions

Round 2 - Technical 

(1 Question)

  • Q1. Difference between static and default methods
  • Ans. 

    Static methods belong to the class itself, while default methods are part of an interface in Java.

    • Static methods can be called without creating an instance of the class, while default methods are used to provide a default implementation in interfaces.

    • Static methods are defined using the 'static' keyword, while default methods are defined using the 'default' keyword in Java.

    • Static methods cannot be overridden in subclas...

  • Answered by AI

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 

(2 Questions)

  • Q1. Basic resume based questions
  • Q2. Explain your internship experience
Round 3 - HR 

(1 Question)

  • Q1. Basic resume based questions
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:
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 - 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.

INFOSEC VENTURES Interview FAQs

How many rounds are there in INFOSEC VENTURES Software Developer interview?
INFOSEC VENTURES interview process usually has 4 rounds. The most common rounds in the INFOSEC VENTURES interview process are Resume Shortlist, HR and Coding Test.
How to prepare for INFOSEC VENTURES Software Developer 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 INFOSEC VENTURES. The most common topics and skills that interviewers at INFOSEC VENTURES expect are Full Stack, Laravel, MySQL, PHP and Angularjs.
What are the top questions asked in INFOSEC VENTURES Software Developer interview?

Some of the top questions asked at the INFOSEC VENTURES Software Developer interview -

  1. Why Lavarel is preffe...read more
  2. Why Cyber Secur...read more
  3. Explain request in lava...read more

Tell us how to improve this page.

INFOSEC VENTURES Software Developer Interview Process

based on 3 interviews

1 Interview rounds

  • Resume Shortlist Round
View more
INFOSEC VENTURES Software Developer Salary
based on 11 salaries
₹4.6 L/yr - ₹15.4 L/yr
28% more than the average Software Developer Salary in India
View more details

INFOSEC VENTURES Software Developer Reviews and Ratings

based on 26 reviews

1.8/5

Rating in categories

1.8

Skill development

1.7

Work-life balance

1.8

Salary

2.0

Job security

1.8

Company culture

1.6

Promotions

1.7

Work satisfaction

Explore 26 Reviews and Ratings
AVP Operations
19 salaries
unlock blur

₹64.5 L/yr - ₹70 L/yr

Cyber Security Consultant
18 salaries
unlock blur

₹1.8 L/yr - ₹7.5 L/yr

Business Manager and Consultant
16 salaries
unlock blur

₹20 L/yr - ₹44 L/yr

Senior Cyber Security Consultant
12 salaries
unlock blur

₹6 L/yr - ₹10 L/yr

Software Developer
11 salaries
unlock blur

₹4.6 L/yr - ₹15.4 L/yr

Explore more salaries
Compare INFOSEC VENTURES with

Paladion Networks

3.8
Compare

Kratikal Tech Private Limited

3.7
Compare

Safe Security

2.9
Compare

TAC Security

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