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

Clear (1)

Qualys Senior Engineering Manager Interview Questions and Answers

Updated 25 Mar 2024

Qualys Senior Engineering Manager Interview Experiences

1 interview found

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.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is event loop?
  • Ans. 

    Event loop is a mechanism that allows non-blocking I/O operations in a single-threaded environment.

    • Event loop is used in programming languages like JavaScript and Python.

    • It manages the execution of multiple tasks by prioritizing them based on their priority level.

    • It continuously checks for new events and executes them in a loop.

    • It allows for efficient handling of I/O operations without blocking the main thread.

    • It is co...

  • Answered by AI
  • Q2. Difference between let var and const.
  • Ans. 

    let, var and const are used to declare variables in JavaScript with different scoping rules and mutability.

    • let and var are used to declare variables that can be reassigned later, but var has function scope while let has block scope.

    • const is used to declare variables that cannot be reassigned and have block scope.

    • Using const does not mean the value is immutable, only the variable reference is.

    • let and const were introduc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If going for Mean or Mern stack be very firm on JavaScript basics and ES6 concepts.

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Coding Test 

This was a very easy test. It can be crackable easily.

Round 2 - Technical 

(2 Questions)

  • Q1. There is only 1 technical happened. Core java, angular, JUNIT
  • Ans. Basics of core java must, Angular if worked on it
  • Answered Anonymously
  • Q2. Junit test cases if worked previously.
  • Ans. 

    Junit test cases should always be re-run to ensure code quality and prevent regression.

    • Junit test cases should be run after every code change.

    • Test cases should cover all possible scenarios and edge cases.

    • Test cases should be automated to save time and ensure consistency.

    • Test cases should be reviewed and updated regularly.

    • Regression testing should be performed to ensure new changes do not break existing functionality.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion, Why this company kind of question.

Interview Preparation Tips

Topics to prepare for CitiusTech Senior Software Engineer interview:
  • Core Java
  • Angular
  • JUnit
Interview preparation tips for other job seekers - Company is good in terms of policies, also there is option of onsite.

Skills evaluated in this interview

I appeared for an interview before Mar 2021.

Round 1 - Technical 

(3 Questions)

  • Q1. How to check a number is power of 2
  • Ans. 

    To check if a number is a power of 2, we can use bitwise operations.

    • A power of 2 has only one bit set to 1, so we can use the bitwise AND operator to check if the number is a power of 2.

    • If n is a power of 2, then n & (n-1) will be 0.

    • For example, 8 (1000 in binary) is a power of 2, and 8 & 7 (0111 in binary) is 0.

  • Answered by AI
  • Q2. Sort a stack without using another data structure
  • Ans. 

    Sort a stack without using another data structure

    • Use recursion to pop the top element and insert it at the bottom of the remaining stack

    • Repeat until the stack is sorted in ascending order

    • Time complexity: O(n^2), space complexity: O(n) due to recursion

  • Answered by AI
  • Q3. Check weather array have continuous increasing than decreasing value
  • Ans. 

    Check if array has continuous increasing and decreasing values

    • Loop through the array and check if each element is greater than the previous one

    • Once you find the maximum element, check if the remaining elements are in decreasing order

    • If yes, return true else false

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design a cricinfo (LLD)
  • Ans. 

    Design a cricinfo (LLD)

    • Identify the entities: players, teams, matches, scorecards, tournaments, etc.

    • Define the relationships between entities

    • Create a database schema to store the data

    • Implement APIs to fetch and update data

    • Design a UI to display the information

    • Consider scalability and performance

    • Ensure data security and privacy

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Share details of your previous job.
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?

Interview Preparation Tips

Interview preparation tips for other job seekers - Do study basic Data Structure questions and also prepare for Low level design.
Do work on behavioral questions too.

Skills evaluated in this interview

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

(1 Question)

  • Q1. System design - 1500 max inserting request to db a day max latency 60 se
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. It was more into problem solving using python

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

Round 1 - Technical 

(1 Question)

  • Q1. L2/L3 layer questions
Round 2 - Technical 

(2 Questions)

  • Q1. Questions related to python coding .
  • Q2. Questions related to work u have done . And coding
Round 3 - Technical 

(1 Question)

  • Q1. Questions about networking , security profile
Round 4 - Technical 

(1 Question)

  • Q1. About networking protocols and coding rounds

Interview Preparation Tips

Interview preparation tips for other job seekers - Have u basics clear and have confidence on your work whatever u have done
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. C++, Oops, C, DSA
Round 2 - Coding Test 

Opps, Bit wise operator

Round 3 - HR 

(1 Question)

  • Q1. Introduction, previous experience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. API testing and http requests
  • Q2. Selenium, core java
Round 1 - Technical 

(1 Question)

  • Q1. Sql server questions
Round 2 - HR 

(1 Question)

  • Q1. Expectations & some technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical questions sql server , Confidence
Contribute & help others!
anonymous
You can choose to be anonymous

Qualys Interview FAQs

How many rounds are there in Qualys Senior Engineering Manager interview?
Qualys interview process usually has 1 rounds. The most common rounds in the Qualys interview process are One-on-one Round.
How to prepare for Qualys Senior Engineering Manager 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 Data Modeling, Engineering Management, Hadoop, Java and Kafka.

Recently Viewed

INTERVIEWS

Pine Labs

No Interviews

SALARIES

Temenos

SALARIES

Merilytics

LIST OF COMPANIES

Analyttica Datalab

Locations

SALARIES

Pine Labs

SALARIES

Evoke Technologies

INTERVIEWS

Saviynt

No Interviews

INTERVIEWS

Merilytics

No Interviews

COMPANY BENEFITS

Google

No Benefits

INTERVIEWS

Balfour Beatty

No Interviews

Tell us how to improve this page.

Qualys Senior Engineering Manager Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.4
 • 270 Interviews
Tiger Analytics Interview Questions
3.7
 • 222 Interviews
Altimetrik Interview Questions
3.8
 • 216 Interviews
Xoriant Interview Questions
4.1
 • 181 Interviews
Incedo Interview Questions
3.1
 • 180 Interviews
Globant Interview Questions
3.8
 • 172 Interviews
ThoughtWorks Interview Questions
3.9
 • 146 Interviews
Iris Software Interview Questions
4.0
 • 143 Interviews
Apexon Interview Questions
3.3
 • 138 Interviews
View all
Qualys Senior Engineering Manager Salary
based on 5 salaries
₹60 L/yr - ₹74 L/yr
30% more than the average Senior Engineering Manager Salary in India
View more details
Software Engineer
158 salaries
unlock blur

₹5 L/yr - ₹17.1 L/yr

Senior Software Engineer
137 salaries
unlock blur

₹10.5 L/yr - ₹35 L/yr

Lead Software Engineer
53 salaries
unlock blur

₹25.3 L/yr - ₹42 L/yr

Site Reliability Engineer
48 salaries
unlock blur

₹4 L/yr - ₹14.5 L/yr

Senior QA Engineer
39 salaries
unlock blur

₹11 L/yr - ₹20 L/yr

Explore more salaries
Compare Qualys with

Tenable

1.8
Compare

Rapid7

2.0
Compare

McAfee

4.0
Compare

Gen

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