Open In App

CommVault Interview Experience for SDET

First technical(45 min): It was a debugging round. They provided us with a website of blogging we have to find bugs in it. For EX. The log out button is not working, another person can delete and edit the content of another person blog, etc.

Second Technical(1 hr): The asked about My projects, and the following question:



  1. Computer network questions like:
    • What is a public, private IP address.  
    • DNS server.
    • ARP, RARP.
    • MAC address.
  2. Operating system questions like:
    • Deadlock.
    • Process and threads.
  3. SQL commands: Given a table “Customer” having attributes id(primary key), name, country
    • Write an SQL query to count the number of are countries having more than 5 names?
      Select count(id) from customer group by the 
      country having count(id) > 5;
    • Update the same query to print names in descending order.
      Just add order by name desc.
  4. Programming:
    • Swap elements without using an extra variable.
    • And one easy dictionary related problem.
  5. How you will debug the data recovery device.

Third Technical (1.30 hr): They asked every topic related to automation, DSA to Virtual machine, and cloud computing.



Tell me something about yourself.

Networks:

Operating System:

SQL Query and database:

Programming:

Virtualization and cloud computing:

Miscellaneous:

Links for questions :

I tried to provide most of the questions I remember but still, There were some more questions I do not remember them.

I got selected.

Article Tags :