Upload Button Icon Add office photos

Enzigma Software

Compare button icon Compare button icon Compare

Filter interviews by

Enzigma Software Quality Assurance Engineer Interview Questions and Answers

Updated 19 Mar 2023

Enzigma Software Quality Assurance Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Feb 2023. There were 3 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 

Aptitude was online testing question was there also english and other aptitude question

Round 3 - Technical 

(4 Questions)

  • Q1. The interview was good They ask about testing scenarios you must prepare that
  • Q2. Also other BBT WBT Manual testing related questions
  • Q3. They usually ask you testing scenario or nay object like pen laptop headphones atm.. Prepare that way
  • Q4. Also introduced yourself in good way

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident.. Practice interview with some of your friends when you are going to face interview

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Enzigma Software?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. 1. Assignment
  • Q2. 2. Bunch of python questions.
  • Q3. 3. coding questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with basics.

Quality Assurance Engineer Interview Questions Asked at Other Companies

Q1. Coding with any language 1. Count the no of occurrence of each ch ... read more
Q2. Why you write code like this. What is advantage . Why used hashma ... read more
Q3. how can we full fill and understand the customers need .How to re ... read more
asked in Skava
Q4. What is integration testing ? What is the current methodology of ... read more
Q5. What exceptions have you encountered in Selenium automation?

I applied via Other and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic C language question like what is pointer ,Array,structure,Call by reference, Difference between union and structure. Some programming question are prime number,factorial,fabonacci series,strings etc

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good first of all learn every basic programming question and some times it also depend on interviewer

I applied via Referral and was interviewed in Dec 2021. There were 5 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 

Easy, simple aptitude questions. 50 questions had to be solved in 15 minutes.

Round 3 - Coding Test 

Hackerrank test. MCQs on DSA. 1 coding question and two SQL queries.

Round 4 - Technical 

(1 Question)

  • Q1. Technical + Managerial round of around 1 hour. Questions were asked mostly on resume and projects done.
Round 5 - Behavioral 

(1 Question)

  • Q1. Questions on basics of data structures and database.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be fluent with whatever mentioned on resume and projects done.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Basic DSA questions related to string and hashmap

Round 2 - One-on-one 

(2 Questions)

  • Q1. Return true if the sentence use all the vowels else false
  • Ans. 

    Check if a sentence contains all vowels (a, e, i, o, u) at least once.

    • Convert the sentence to lowercase to ensure uniformity.

    • Use a set to track the vowels found in the sentence.

    • Iterate through the sentence and add vowels to the set.

    • At the end, check if the set contains all five vowels: a, e, i, o, u.

    • Example: 'The quick brown fox jumps over a lazy dog' returns true.

  • Answered by AI
  • Q2. When to use BFS, DFS and basic DSA questions?
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

The test was very weird one.
They did have planned anything for the test, They came and given a link on bit.ly and given an another link that is in google form for the answers.
And they selection of people for second round is not sensible.

Round 2 - Coding Test 

This round was also be a weird.
They give each candidates with different questions.
They told us to write logic on the paper and you can use internet for your reference.
But after this round they announced the results but that is not in genuine one.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't get into this type of process.
Before the start of interview ask them to what is they want from the candidates
Be interview-ready. Browse the most asked HR questions.
illustration image
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - MCQ 

(1 Question)

  • Q1. Basic dsa questions predict output
  • Ans. 

    Understanding basic data structures and algorithms is crucial for predicting outputs in coding challenges.

    • Data structures like arrays, linked lists, and trees are fundamental.

    • Algorithms such as sorting and searching are commonly tested.

    • Example: Predicting output of a sorting algorithm on an array.

    • Example: Understanding how recursion works in a binary tree traversal.

  • Answered by AI
Round 2 - Coding Test 

Medium level problem,

Round 3 - HR 

(1 Question)

  • Q1. Based on resume
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

45 min apps and technical question

Round 2 - Coding Test 

45 min coding round you can refer net for first 15 min

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Resume based questions
  • Ans. 

    I have a strong background in software development with experience in various programming languages and project management.

    • Bachelor's degree in Computer Science from XYZ University.

    • 3 years of experience working as a software developer at ABC Corp, focusing on web applications.

    • Proficient in languages such as Java, Python, and JavaScript, with a recent project involving a full-stack application using React and Node.js.

    • Ex...

  • Answered by AI
  • Q2. Event loop in nodejs
  • Ans. 

    Event loop in Node.js manages asynchronous operations by executing callback functions when certain events occur.

    • Event loop is responsible for handling I/O operations, timers, and callbacks in Node.js

    • It allows Node.js to perform non-blocking operations efficiently

    • Event loop continuously checks the event queue for new events to execute

  • Answered by AI
  • Q3. Javascript es6 questions

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Promises in javascript
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

  • Answered by AI

Skills evaluated in this interview

Enzigma Software Interview FAQs

How many rounds are there in Enzigma Software Quality Assurance Engineer interview?
Enzigma Software interview process usually has 3 rounds. The most common rounds in the Enzigma Software interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in Enzigma Software Quality Assurance Engineer interview?

Some of the top questions asked at the Enzigma Software Quality Assurance Engineer interview -

  1. Also introduced yourself in good ...read more
  2. They usually ask you testing scenario or nay object like pen laptop headphones ...read more
  3. Also other BBT WBT Manual testing related questi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Enzigma Software Quality Assurance Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

4.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
63 salaries
unlock blur

₹3.8 L/yr - ₹8 L/yr

Senior Software Engineer
45 salaries
unlock blur

₹5.6 L/yr - ₹12 L/yr

QA Engineer
26 salaries
unlock blur

₹3.8 L/yr - ₹6.5 L/yr

Software Developer
22 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Senior QA Engineer
16 salaries
unlock blur

₹5.3 L/yr - ₹12.5 L/yr

Explore more salaries
Compare Enzigma Software with

Global Edge Software

3.5
Compare

Moveinsync Technology Solutions

3.1
Compare

Yalamanchili Software Exports

3.2
Compare

Exotel

3.0
Compare
write
Share an Interview