Upload Button Icon Add office photos

Filter interviews by

SecPod Technologies QA Engineer Interview Questions and Answers

Updated 25 Jun 2024

SecPod Technologies QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 25 Jun 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Write a program to find the square root of a number without using libraries
  • Ans. 

    Program to find square root of a number without using libraries

    • Implement the Newton's method for finding square root

    • Start with an initial guess and iterate until convergence

    • Check for the difference between consecutive guesses to determine convergence

    • Example: For finding square root of 16, initial guess = 4, iterate until guess converges to actual square root

  • Answered by AI
  • Q2. SQL,OS and network related questions
Round 2 - Technical 

(2 Questions)

  • Q1. SQL related questions
  • Q2. Behavioral questions
Round 3 - Behavioral 

(2 Questions)

  • Q1. Behavioral questions
  • Q2. Technical questions

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Oct 2022. 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 

Basic maths questions, quantitative aptitude

Round 3 - Coding Test 

MCQs on Java, Data structures & algorithms

Round 4 - Technical 

(1 Question)

  • Q1. Questions asked on Python programming, testing scenarios
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Nice to meet you how
  • Q2. Gggghgvvvvvvvvvvvvbbvvvvvvvvvvvvvb
Round 3 - One-on-one 

(1 Question)

  • Q1. Nice to meet you sir how are u
Round 4 - HR 

(1 Question)

  • Q1. Nice to meet you how
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions were mostly related to Django Rest Framework and internal working of it, apart from that there were questions related to Django ORM.
  • Q2. Given an API request how would to resolve the space issue that is happening with GET
  • Ans. 

    To resolve space issue with GET API request, consider pagination, compression, caching, and optimizing query parameters.

    • Implement pagination to limit the number of results returned in each request.

    • Use compression techniques like Gzip to reduce the size of the response data.

    • Implement caching mechanisms to store frequently accessed data and reduce the number of requests.

    • Optimize query parameters to only request necessary

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Complete resume based questions
  • Q2. You must me thorough of what you have mentioned in your resume.

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Tha aptitude exam was not very easy and not that difficult. It was something which one can easily get into.

Round 2 - Technical 

(1 Question)

  • Q1. Question related to 1. Servers 2. Coding practices 3. Database queries 4. Latest versions syntax

Interview Questionnaire 

1 Question

  • Q1. Level of questions are pretty good, nothing like typical theoretical interviewer looking more towards the practical knowledge

I applied via Company Website and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning And aptitude test

Round 2 - Coding Test 

C++, python and Java programming

Interview Preparation Tips

Topics to prepare for Gen Software Engineer interview:
  • C++
  • Python
Interview preparation tips for other job seekers - I am interested for this company opportunity for giving me and I am so happy and giving me for work from home job
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Threading: Write and use a mutex?
  • Ans. 

    A mutex is a synchronization primitive that ensures only one thread can access a resource at a time.

    • Create a mutex object using the appropriate library or language-specific function.

    • Lock the mutex before accessing the shared resource to prevent other threads from accessing it.

    • Unlock the mutex after finishing the operation on the shared resource to allow other threads to access it.

    • Example: pthread_mutex_t mutex; pthread...

  • Answered by AI
  • Q2. Find the memory leak in a given set of code.
  • Ans. 

    Identify memory leak in code

    • Check for any dynamically allocated memory that is not being freed

    • Look for any infinite loops or recursive functions that consume memory

    • Use memory profiling tools like Valgrind to detect leaks

    • Check for any global variables that are not properly managed

  • Answered by AI

Skills evaluated in this interview

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 - Technical 

(2 Questions)

  • Q1. About user management
  • Q2. Regarding Migration process
Round 3 - Technical 

(2 Questions)

  • Q1. Have you done any Complex workflow
  • Q2. About issue types and screens
Round 4 - No idea 

(2 Questions)

  • Q1. How you handle pressure
  • Ans. 

    I handle pressure by prioritizing tasks, taking breaks, and seeking support when needed.

    • I prioritize tasks based on urgency and importance

    • I take short breaks to clear my mind and recharge

    • I seek support from colleagues or supervisors when necessary

    • I maintain a positive attitude and focus on solutions rather than problems

  • Answered by AI
  • Q2. How you priorities work

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep transparency and give more real life examples

I applied via LinkedIn and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. Data structure and C++
  • Q2. Reverse Linked list
  • Q3. Multi threaded queue
  • Q4. Design pattern
  • Q5. Basic C++ concepts
  • Q6. Puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Solve data structure problems

SecPod Technologies Interview FAQs

How many rounds are there in SecPod Technologies QA Engineer interview?
SecPod Technologies interview process usually has 3 rounds. The most common rounds in the SecPod Technologies interview process are Technical and Behavioral.
What are the top questions asked in SecPod Technologies QA Engineer interview?

Some of the top questions asked at the SecPod Technologies QA Engineer interview -

  1. Write a program to find the square root of a number without using librar...read more
  2. SQL,OS and network related questi...read more
  3. SQL related questi...read more

Tell us how to improve this page.

SecPod Technologies QA Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
SecPod Technologies QA Engineer Salary
based on 5 salaries
₹4.5 L/yr - ₹6.5 L/yr
At par with the average QA Engineer Salary in India
View more details
Software Engineer
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Inside Sales Manager
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Security Research Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Security Analyst
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare SecPod Technologies with

QUICK HEAL TECHNOLOGIES

3.7
Compare

Trend Micro

4.3
Compare

Gen

4.0
Compare

McAfee

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