Upload Button Icon Add office photos
Premium Employer

i

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

Qualys

Compare button icon Compare button icon Compare

Filter interviews by

Qualys Interview Questions and Answers

Updated 27 Mar 2025

Qualys Interview Experiences

Popular Designations

40 interviews found

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

(2 Questions)

  • Q1. Deep Linux questions
  • Q2. Python programming

Cyber Security Engineer Interview Questions asked at other Companies

Q1. What is your approach to Vulnerability Assessment and Penetration Testing (VAPT) for web-based applications?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What was round 3?
  • Q2. What was the final round?

Performance Engineer Interview Questions asked at other Companies

Q1. Loadrunner Throughput v/s hits/sec? How do you design spike testing in loadrunner & jmeter?
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain your org structure
  • Ans. 

    Matrix-based with cross-functional teams and clear reporting lines

    • Matrix structure with functional and project-based teams

    • Clear reporting lines for accountability

    • Cross-functional teams for collaboration and innovation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine.

Senior Engineering Manager Interview Questions asked at other Companies

Q1. How do you ensure a payment does get credited to wrong employee account?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Datatypes in python
  • Ans. 

    Python has various datatypes like int, float, str, list, tuple, dict, set, bool.

    • int: whole numbers

    • float: decimal numbers

    • str: text

    • list: ordered collection

    • tuple: ordered, immutable collection

    • dict: key-value pairs

    • set: unordered collection with no duplicates

    • bool: True or False values

  • Answered by AI
  • Q2. Diffrence between django and flask
  • Ans. 

    Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Flask is a lightweight WSGI web application framework.

    • Django is a full-featured framework with built-in ORM, admin panel, and authentication system.

    • Flask is a microframework that is more lightweight and flexible, allowing developers to choose their own tools and libraries.

    • Django follows the 'batteries included' ph...

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Qualys interview questions for popular designations

 Senior Software Engineer

 (4)

 Software Engineer

 (3)

 Lead Software Engineer

 (3)

 Technical Support Engineer

 (2)

 Front end Engineer

 (2)

 Performance Engineer

 (2)

 Data Scientist

 (1)

 Technical Lead

 (1)

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

(1 Question)

  • Q1. Details of SSL certs, what are usage of netstat commands.
  • Ans. 

    SSL certs are used to secure communication over the internet. Netstat command is used to display network connections, routing tables, interface statistics, masquerade connections, and multicast memberships.

    • SSL certs are used to encrypt data transmitted between a client and a server to ensure secure communication.

    • SSL certs contain information such as the certificate holder's name, the certificate authority that issued t...

  • Answered by AI

Skills evaluated in this interview

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Details in SSL, use if netstat command
  • Ans. 

    SSL (Secure Sockets Layer) is a protocol that ensures secure communication over a computer network.

    • SSL encrypts data transmitted between a client and a server to prevent eavesdropping.

    • Netstat command is used to display active network connections, routing tables, and interface statistics.

    • To check SSL connections using netstat, you can use 'netstat -an | findstr :443' for HTTPS connections.

  • Answered by AI

Skills evaluated in this interview

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

Jobs at Qualys

View all
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Vendor managment process
  • Q2. How to relate invoice processing with RTR
  • Ans. 

    Invoice processing is integral to Record to Report (RTR) by ensuring accurate financial data and compliance.

    • Invoice processing ensures timely and accurate recording of expenses, which is crucial for financial reporting.

    • It helps maintain compliance with accounting standards by ensuring all invoices are properly documented and recorded.

    • For example, discrepancies in invoice processing can lead to inaccuracies in financial...

  • Answered by AI

Invoice Analyst Interview Questions asked at other Companies

Q1. What is an invoice? What is the difference between an invoice and a bill?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Pizza delivery system

Round 2 - Technical 

(1 Question)

  • Q1. System design on Tiny URL
  • Ans. 

    System design on Tiny URL

    • Use a unique identifier for each URL to generate a short alias

    • Implement a mapping system to redirect the short alias to the original URL

    • Consider scalability and performance when designing the system

    • Ensure security measures are in place to prevent misuse or abuse of the system

  • Answered by AI

Skills evaluated in this interview

Principal Engineer Interview Questions asked at other Companies

Q1. what technique did you use to understand the root cause of the problem and isolate the specific task or process that needed attention
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions are regarding Springboot

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Aug 2023.

Round 1 - Coding Test 

Decent coding questions on data structures

Round 2 - Technical 

(1 Question)

  • Q1. Technical knowledge is getting checked in these round

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Qualys Interview FAQs

How many rounds are there in Qualys interview?
Qualys interview process usually has 1-2 rounds. The most common rounds in the Qualys interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Qualys 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 Qualys. The most common topics and skills that interviewers at Qualys expect are Linux, Java, Microservices, C++ and Python.
What are the top questions asked in Qualys interview?

Some of the top questions asked at the Qualys interview -

  1. What do you do if developers don't agree to your desi...read more
  2. What is your favorite app? What do you think you can improve in th...read more
  3. What research did you do to back your design decisio...read more
How long is the Qualys interview process?

The duration of Qualys interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Qualys Interview Process

based on 37 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.4
 • 270 Interviews
Tiger Analytics Interview Questions
3.7
 • 225 Interviews
Altimetrik Interview Questions
3.8
 • 217 Interviews
Incedo Interview Questions
3.1
 • 182 Interviews
Xoriant Interview Questions
4.1
 • 182 Interviews
Globant Interview Questions
3.8
 • 173 Interviews
ThoughtWorks Interview Questions
3.9
 • 147 Interviews
Iris Software Interview Questions
4.0
 • 144 Interviews
Apexon Interview Questions
3.3
 • 140 Interviews
View all

Qualys Reviews and Ratings

based on 220 reviews

3.8/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.7

Salary

3.5

Job security

3.5

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 220 Reviews and Ratings
C++ Developer at Qualys, Pune

Pune

2-7 Yrs

Not Disclosed

Engineering Manager

Pune

12-15 Yrs

₹ 45-55 LPA

Lead Java Software Engineer

Pune

8-13 Yrs

₹ 27.5-37.5 LPA

Explore more jobs
Software Engineer
145 salaries
unlock blur

₹5 L/yr - ₹17.3 L/yr

Senior Software Engineer
139 salaries
unlock blur

₹10.5 L/yr - ₹35 L/yr

Lead Software Engineer
61 salaries
unlock blur

₹27.2 L/yr - ₹41 L/yr

Site Reliability Engineer
48 salaries
unlock blur

₹4 L/yr - ₹16.6 L/yr

Senior QA Engineer
39 salaries
unlock blur

₹11 L/yr - ₹20 L/yr

Explore more salaries
Compare Qualys with

Xoriant

4.1
Compare

Photon Interactive

4.0
Compare

CitiusTech

3.4
Compare

Iris Software

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