Upload Button Icon Add office photos

Filter interviews by

Qualigy Tech Interview Questions and Answers

Updated 22 Jun 2024
Popular Designations

Qualigy Tech Interview Experiences

2 interviews found

L2 Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Jun 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Introduce Yourself?
  • Q2. What are triggers?
  • Ans. 

    Triggers are special stored procedures in databases that are automatically executed or fired when certain events occur.

    • Triggers are used to maintain data integrity by enforcing business rules or automating actions.

    • They can be set to execute before or after an INSERT, UPDATE, or DELETE operation on a table.

    • Examples of triggers include auditing changes to a table, updating a related table when a record is inserted, or en...

  • Answered by AI
  • Q3. Can we delete the primary key?
  • Ans. 

    No, primary keys should not be deleted as they uniquely identify each record in a database.

    • Primary keys are essential for maintaining data integrity and ensuring uniqueness of records.

    • Deleting a primary key can lead to data inconsistencies and errors in the database.

    • If a primary key needs to be changed, it is better to update it rather than delete it.

  • Answered by AI
  • Q4. Difference between drop and delete?
  • Ans. 

    Drop means to remove a database object, while delete means to remove data from a table.

    • Drop is used to remove an entire database object like a table, view, or database itself.

    • Delete is used to remove specific rows of data from a table.

    • Drop operation is irreversible and can lead to loss of data, while delete operation can be rolled back if within a transaction.

    • Example: DROP TABLE employees; DELETE FROM employees WHERE a...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Qualigy Tech L2 Engineer interview:
  • MySQL
  • php
Interview preparation tips for other job seekers - Its a new company, still needs to have clarity with their specific Job Description, which doesnot satisfy employee needs.

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

user image Ashish Kumar

posted on 27 Sep 2022

I applied via -----/ and was interviewed before Sep 2021. 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 - Aptitude Test 

Quantitative Aptitude, Logical Reasoning,English grammar

Round 3 - Coding Test 

Pseudo code & Coding questions from Array

Round 4 - HR 

(3 Questions)

  • Q1. Why you want to join our company ?
  • Ans. 

    I want to join your company because of its reputation for innovation and the opportunity to work on cutting-edge software projects.

    • Your company has a strong reputation for innovation in the software industry.

    • I am impressed by the projects your company has worked on, such as [example project].

    • I believe joining your company will provide me with the opportunity to work on cutting-edge software development.

    • I am excited abo...

  • Answered by AI
  • Q2. How you came to know about our company?
  • Ans. 

    I came to know about your company through a job search website.

    • I found your company listed on a job search website.

    • I saw a job posting for your company on LinkedIn.

    • A friend recommended your company to me.

  • Answered by AI
  • Q3. Document verification

Interview Preparation Tips

Topics to prepare for Qualigy Tech Software Engineer interview:
  • Outcomes of your project
  • How you handle failure
  • Volunteer experience
  • Carrer goals
  • Certification
Interview preparation tips for other job seekers - Just Confident on your skills & prepare some good projects to showcase your skills.
Dressed up properly & don't try to fool your interviewer it is ok say no if you don't know anything which they asked.

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Qualigy Tech?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions : 1)oops concepts 2)plsql cursors, triggers, procedures 3)quick sort algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your resume. None of the questions were asked out of resume.

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

Round 1 - Technical 

(2 Questions)

  • Q1. They will ask about your past experience and current project details in detail.
  • Ans. Just give the proper answer about your past experience very Convincingly and confidently.
  • Answered Anonymously
  • Q2. Few technical questions they will ask.
  • Ans. If you already prepared for your interview, then you can answer the basic technical questions and you will get selected.
  • Answered Anonymously
Round 2 - Technical 

(1 Question)

  • Q1. As this was the client round. Deep technical questions about relevant experience.
  • Ans. Just answer to all the questions whatever they ask in very confident manner and should have manageable comm skill to clear the client round.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Just don't wait for the perfect time. Perfect time is a Myth. Just go for it.

Interview Questionnaire 

1 Question

  • Q1. Questions related to your subjects in engineering

Interview Questionnaire 

1 Question

  • Q1. Questions related to your subjects in Btech

Interview Questionnaire 

1 Question

  • Q1. What is i t
Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. Related to my subjects

Interview Questionnaire 

2 Questions

  • Q1. Apigee
  • Q2. Interal architecture

Interview Questionnaire 

1 Question

  • Q1. Where do you see yourself in 5 years.

Qualigy Tech Interview FAQs

How many rounds are there in Qualigy Tech interview?
Qualigy Tech interview process usually has 2-3 rounds. The most common rounds in the Qualigy Tech interview process are Resume Shortlist, Aptitude Test and Coding Test.
How to prepare for Qualigy Tech 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 Qualigy Tech. The most common topics and skills that interviewers at Qualigy Tech expect are Python, AWS, Java, Automation Testing and Devops.
What are the top questions asked in Qualigy Tech interview?

Some of the top questions asked at the Qualigy Tech interview -

  1. Can we delete the primary k...read more
  2. Difference between drop and dele...read more
  3. What are trigge...read more

Tell us how to improve this page.

Overall Interview Experience Rating

2.5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
View all

Qualigy Tech Reviews and Ratings

based on 6 reviews

4.5/5

Rating in categories

4.9

Skill development

4.4

Work-life balance

4.2

Salary

4.5

Job security

4.7

Company culture

3.9

Promotions

4.5

Work satisfaction

Explore 6 Reviews and Ratings
Software Engineer
7 salaries
unlock blur

₹4 L/yr - ₹5.5 L/yr

Devops Engineer
4 salaries
unlock blur

₹5.6 L/yr - ₹9 L/yr

Python Developer
3 salaries
unlock blur

₹8.1 L/yr - ₹10.1 L/yr

Senior Software Engineer
3 salaries
unlock blur

₹7.9 L/yr - ₹23.2 L/yr

Explore more salaries
Compare Qualigy Tech with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview