Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by NewVision Software & Consultancy Team. If you also belong to the team, you can get access from here

NewVision Software & Consultancy Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

NewVision Software & Consultancy QA QC Engineer Interview Questions and Answers

Updated 16 Aug 2023

NewVision Software & Consultancy QA QC Engineer Interview Experiences

1 interview found

QA QC Engineer Interview Questions & Answers

user image Pooja Dangade

posted on 16 Aug 2023

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

I applied via Approached by Company and was interviewed before Aug 2022. 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 - Technical 

(1 Question)

  • Q1. 1) Self introduction . 2) What is Your Team size ? 3) What is SDLC & STLC ? 4) How agile process flow in your organization ? 5) What is smoke testing ? 6) What is the re-testing & Regression testing ? 7) W...
Round 3 - HR 

(1 Question)

  • Q1. 1) Self introduction 2) What are your strength &weakness ? 3) Why should we hire you ? 4) Why are you planning to change your current job ? 5) Tell me about your roles and responsibilities of your current ...

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Find wheteher the given number is fibonacci or not
  • Ans. 

    To determine if a number is a Fibonacci number or not.

    • Check if 5*n^2 + 4 or 5*n^2 - 4 is a perfect square

    • If either of the above conditions is true, the number is a Fibonacci number

    • Example: 5 is a Fibonacci number as 5*5 - 4 = 21 which is a perfect square

  • Answered by AI
  • Q2. How will you add caching to improve fast response
  • Ans. 

    Implement caching by storing frequently accessed data in memory to improve response time.

    • Identify frequently accessed data that can be cached

    • Choose an appropriate caching strategy (e.g. in-memory caching, distributed caching)

    • Implement caching mechanisms such as Redis or Memcached

    • Set expiration policies for cached data to ensure freshness

    • Monitor cache performance and adjust as needed

  • Answered by AI

Skills evaluated in this interview

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

The test was in hackerrank platform, it was moderate level.

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Dsa problems dp and tress problem

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate software engineer with 5 years of experience in developing web applications using various technologies.

    • 5 years of experience in software development

    • Proficient in developing web applications

    • Skilled in using various technologies

    • Passionate about software engineering

  • Answered by AI
  • Q2. Projects and intership

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSA
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 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 

They asked various technology related questions such as ML, JS, OOPs, DBMS, OS etc

Round 3 - Personal Interview 

(2 Questions)

  • Q1. It was resume based interview. First introduce yourself. Question about ML( Mentioned in my resume) SQL query related to 'LIKE' ONE coding question(reverse string)
  • Q2. Reverse String Search a pattern in database.(related to LIKE) What is normalization(ML)
Round 4 - HR 

(1 Question)

  • Q1. Round was named HR but it was like one to one discussion about desired location etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare what is written on resume. If you have written ML then try to read basics about it.
If you have SQL then basic questions will do it for you.
Round 1 - Technical 

(1 Question)

  • Q1. Explain your biggest technical challenge and hoe did you resolve?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for real time scenario
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Coding Test 

4 sections Quantitative Analysis, Programming Based (output analysis, error detection), Aptitude and ML Engineering ( activation functions, models etc basics)

Round 2 - One-on-one 

(2 Questions)

  • Q1. Merge Sort simple divide and conquer but a pain to execute they really just look for how logical you are and if your approach is correct
  • Q2. Talk about your projects previous experience etc
Round 3 - HR 

(2 Questions)

  • Q1. What do you think about Q
  • Q2. Personality based questions like what are your hobbies, what drives you etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident consistent and concise
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Dp, trees and basic time complexity

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

  • Answered by AI
  • Q2. Projects and intership

Interview Preparation Tips

Topics to prepare for Junglee Games Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - Learn DSA
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Basic concept with an example.

Round 3 - Technical 

(1 Question)

  • Q1. Algorithm and design

I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions based or percentage, profit loss, ratio

Round 2 - Technical 

(2 Questions)

  • Q1. Explain about stacks
  • Ans. 

    Stacks are a data structure that follows the Last In First Out (LIFO) principle.

    • Elements are added and removed from the top of the stack

    • Common operations include push (add element) and pop (remove element)

    • Stacks can be implemented using arrays or linked lists

    • Examples of stack usage include function call stack and undo/redo functionality in text editors

  • Answered by AI
  • Q2. To find middle number in the linked list
  • Ans. 

    To find the middle number in a linked list.

    • Traverse the linked list using two pointers, one moving twice as fast as the other.

    • When the fast pointer reaches the end, the slow pointer will be at the middle node.

    • If the linked list has even number of nodes, there will be two middle nodes. Return either one.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduction , hobbies, goals
  • Q2. Strength, weakness, short term and long term goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at data structures and oops concepts

Skills evaluated in this interview

NewVision Software & Consultancy Interview FAQs

How many rounds are there in NewVision Software & Consultancy QA QC Engineer interview?
NewVision Software & Consultancy interview process usually has 3 rounds. The most common rounds in the NewVision Software & Consultancy interview process are Resume Shortlist, Technical and HR.

Tell us how to improve this page.

NewVision Software & Consultancy QA QC Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

CMS IT Services Interview Questions
3.1
 • 138 Interviews
Arcesium Interview Questions
3.5
 • 79 Interviews
Mavenir Systems Interview Questions
3.4
 • 56 Interviews
DotPe Interview Questions
3.2
 • 38 Interviews
Hike Interview Questions
3.6
 • 32 Interviews
Junglee Games Interview Questions
3.1
 • 32 Interviews
Black Knight Interview Questions
3.6
 • 28 Interviews
View all
NewVision Software & Consultancy QA QC Engineer Salary
based on 4 salaries
₹7.3 L/yr - ₹12 L/yr
59% more than the average QA QC Engineer Salary in India
View more details

NewVision Software & Consultancy QA QC 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

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
123 salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Senior Software Engineer
65 salaries
unlock blur

₹11.3 L/yr - ₹36 L/yr

QA Engineer
52 salaries
unlock blur

₹2.7 L/yr - ₹9.9 L/yr

Technical Lead
25 salaries
unlock blur

₹14 L/yr - ₹44 L/yr

Software Developer
23 salaries
unlock blur

₹3.9 L/yr - ₹8.8 L/yr

Explore more salaries
Compare NewVision Software & Consultancy with

CMS IT Services

3.1
Compare

Quantiphi Analytics Solutions Private Limited

3.2
Compare

PrimEra Medical Technologies

3.5
Compare

Mavenir Systems

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