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
3.8

based on 210 Reviews

Filter interviews by

Qualys Web Application Developer Interview Questions and Answers

Updated 3 Oct 2024

Qualys Web Application Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is and how to use This keyword
  • Ans. 

    The 'this' keyword refers to the current object in a method or constructor.

    • Used to refer to the current object within a class

    • Can be used to pass the current object as a parameter to another method

    • Helps differentiate between instance variables and local variables with the same name

  • Answered by AI
  • Q2. Explain React components and lifecycle methods
  • Ans. 

    React components are reusable UI elements that manage their own state and lifecycle methods control the behavior of components.

    • React components are reusable UI elements that can be composed together to build complex user interfaces.

    • Components can manage their own state, which allows for dynamic and interactive user interfaces.

    • Lifecycle methods in React control the behavior of components at different stages of their lif...

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

(2 Questions)

  • Q1. Previous projects
  • Q2. Experience of deployment using docker
  • Ans. 

    I have experience deploying web applications using Docker for containerization and easy deployment.

    • Utilized Docker Compose for managing multi-container applications

    • Created Dockerfiles to define application environments

    • Deployed applications to production servers using Docker Swarm or Kubernetes

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

2 leetcode medium level type problems were given. This was a cut-off test were majority will be cut-off.

Round 2 - Coding Test 

Long coding round - Paired with another thoughtworker

Round 3 - Technical 

(2 Questions)

  • Q1. Questions on project
  • Q2. Frameworks related

I applied via Recruitment Consulltant and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Had Technical Interview
Round 2 - One-on-one 

(1 Question)

  • Q1. Discussion with manager
Round 3 - HR 

(1 Question)

  • Q1. Had HR discussion one to one

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and Have Confidence.
Set and receive the expectations clearly.

I applied via Naukri.com and was interviewed before Mar 2021. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Select from employees tables all those who don't work in any department.
  • Q2. What is a cursor and write a query
  • Ans. 

    A cursor is a database object used to retrieve data from a result set one row at a time.

    • A cursor is used to iterate through a result set.

    • It can be used to update or delete rows in a table.

    • Example query: DECLARE cursor_name CURSOR FOR SELECT column1, column2 FROM table_name;

    • Example usage: OPEN cursor_name; FETCH NEXT FROM cursor_name INTO @variable1, @variable2;

    • Example usage: CLOSE cursor_name; DEALLOCATE cursor_name;

  • Answered by AI
  • Q3. How early you can join

Interview Preparation Tips

Interview preparation tips for other job seekers - Study basic questions thoroughly

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding test contains 4 coding question easy to medium, Topic Array, String but DSA questions are in image formate first you have to decode the image then code.

Round 2 - Code Pairing 

(3 Questions)

  • Q1. Some question from resume project.
  • Q2. How we can improve this project
  • Q3. Add 20% discount code, Implement cashback
  • Ans. 

    To add a 20% discount code and implement cashback in an application.

    • Create a discount code field in the application where users can enter the code to avail 20% off.

    • Calculate the discounted price by applying the 20% discount on the original price.

    • Implement a cashback feature where users receive a certain percentage of the purchase amount back as cashback.

    • Ensure that the cashback amount is credited to the user's account

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ThoughtWorks Application Developer interview:
  • DSA
  • OOPS
Interview preparation tips for other job seekers - I had a very negative or wrost experiance with ThoughtWorks during the interview I was able to solve all code pairing programming question without any mistakes or not taking a single hints. It seemed like everything was going well. However after two days i received a rejection mail.

HR said that during the interview my thought process didn't align with the interviewer. Honestly, during the 2 hours of interview. They never mentioned any concerns about my approach or wanting more from me. They simply presented a problems and i solved then they moved on to the next one.

If they weren't happy with my approach, they should have told me to explain further or said that wanted a more optimal soltion something like.

As a fresher, handling such pressure is challenging, especially since we face more struggles than experienced candidates. If a company is not inclined to hire freshers, they should avoid accepting our applications and avoid playing with our emotions.

Interviewers Name: Deepti Sharma, Ajay Kumar
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Online hackerrank test

Round 2 - Technical 

(2 Questions)

  • Q1. Code pairing round
  • Q2. Solving a problem and improving it
Round 3 - Technical 

(1 Question)

  • Q1. Question on previous experience
Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Must have good problem solving skills and a cool temper
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Domain modeling, oops, clean code

Round 2 - Technical 

(3 Questions)

  • Q1. General technical dicussions in resume
  • Q2. About project we worked on?
  • Q3. LLD system design question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic dsa questions would be asked
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. OOP questions , clean coding
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Python basic questions
  • Q2. Why python is used for data science
  • Ans. 

    Python is used for data science due to its simplicity, readability, extensive libraries, and community support.

    • Python is easy to learn and read, making it accessible for beginners and experts alike

    • Python has a wide range of libraries like NumPy, Pandas, and Scikit-learn for data manipulation and analysis

    • Python has a strong community support with active forums and resources for data science enthusiasts

    • Python's versatili...

  • Answered by AI
  • Q3. Questions related to projects
  • Q4. Hasmap working on the backend
  • Ans. 

    HashMap is a data structure commonly used in backend development for efficient key-value storage and retrieval.

    • HashMap is a collection that stores key-value pairs and allows for fast retrieval of values based on keys.

    • It is commonly used in backend development for caching, session management, and data storage.

    • Example: HashMap employeeSalaries = new HashMap<>(); employeeSalaries.put("Alice", 50000); int

  • Answered by AI

Skills evaluated in this interview

Qualys Interview FAQs

How many rounds are there in Qualys Web Application Developer interview?
Qualys interview process usually has 2 rounds. The most common rounds in the Qualys interview process are Technical and One-on-one Round.
What are the top questions asked in Qualys Web Application Developer interview?

Some of the top questions asked at the Qualys Web Application Developer interview -

  1. What is and how to use This keyw...read more
  2. Explain React components and lifecycle meth...read more
  3. Experience of deployment using doc...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.4
 • 264 Interviews
Altimetrik Interview Questions
3.8
 • 210 Interviews
Incedo Interview Questions
3.3
 • 177 Interviews
Xoriant Interview Questions
4.2
 • 175 Interviews
Iris Software Interview Questions
4.1
 • 135 Interviews
Apexon Interview Questions
3.3
 • 133 Interviews
GEP Worldwide Interview Questions
3.7
 • 127 Interviews
Infogain Interview Questions
3.6
 • 118 Interviews
View all
Software Engineer
155 salaries
unlock blur

₹4.7 L/yr - ₹17.2 L/yr

Senior Software Engineer
127 salaries
unlock blur

₹10.5 L/yr - ₹35 L/yr

Lead Software Engineer
52 salaries
unlock blur

₹25.3 L/yr - ₹42 L/yr

Site Reliability Engineer
48 salaries
unlock blur

₹4.6 L/yr - ₹16.6 L/yr

Senior QA Engineer
40 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

NortonLifeLock's

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview