Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Novac Technology Solutions Team. If you also belong to the team, you can get access from here

Novac Technology Solutions Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 437 Reviews

Filter interviews by

Novac Technology Solutions Softwaretest Engineer Interview Questions and Answers

Updated 12 Sep 2023

Novac Technology Solutions Softwaretest Engineer Interview Experiences

2 interviews found

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

I applied via Naukri.com and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits attributes and methods from another class.

    • Allows a class to inherit attributes and methods from another class

    • Promotes code reusability and reduces redundancy

    • Derived class can add its own attributes and methods or override existing ones

    • Example: Class 'Car' can inherit from class 'Vehicle' and gain attributes like 'color' and methods like 'dri

  • Answered by AI
  • Q2. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Just learn basics
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Very simple no camera nothing everything is on google

Round 2 - Technical 

(5 Questions)

  • Q1. Very easy concepts
  • Q2. Because no manager have knowledge here
  • Q3. Oops concepts are enough in this company
  • Q4. Sql knowledge required at least 1 percent
  • Q5. More than that nothing required

Interview Preparation Tips

Interview preparation tips for other job seekers - Try only if u don’t have any job

Softwaretest Engineer Interview Questions Asked at Other Companies

asked in Playablo
Q1. What is boundary value analysis? How do u perform boundary value ... read more
asked in Playablo
Q2. If u get a blocker defect just the previous day of ur release dat ... read more
Q3. 1. What is STLC, SDLC 2. What is the bug Life cycle. 3. Differenc ... read more
Q4. - Print the frequency of each alphabet for the given string. - Sw ... read more
asked in Playablo
Q5. Write Sql query for displaying total number of students from chil ... read more

Interview questions from similar companies

Softwaretest Engineer Interview Questions & Answers

UKG user image Shailesh Kumar Gupta

posted on 30 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. About oops, constructor,
  • Q2. Spring boot, hibernate questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is difference between retesting and regression testing
  • Ans. 

    Retesting is testing the same functionality again to ensure the defect is fixed, while regression testing is testing the whole application to ensure new changes do not affect existing functionality.

    • Retesting focuses on verifying that a specific defect has been fixed.

    • Regression testing focuses on ensuring that new changes do not impact existing functionality.

    • Retesting is usually performed by the tester who found the def...

  • Answered by AI
  • Q2. What is difference between system testing and system integration testing
  • Ans. 

    System testing focuses on testing the entire system as a whole, while system integration testing focuses on testing the interactions between integrated components.

    • System testing ensures that the entire system meets the specified requirements and functions correctly.

    • System integration testing focuses on testing the interfaces and interactions between integrated components to ensure they work together seamlessly.

    • System t...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What are qa deliverables
  • Ans. 

    QA deliverables are the tangible work products produced by the QA team during the software testing process.

    • Test plans

    • Test cases

    • Test scripts

    • Defect reports

    • Test summary reports

  • Answered by AI
  • Q2. What are pre requisites of api testing
  • Ans. 

    Pre requisites of API testing include understanding of API documentation, knowledge of HTTP methods, familiarity with testing tools.

    • Understanding of API documentation

    • Knowledge of HTTP methods (GET, POST, PUT, DELETE)

    • Familiarity with testing tools like Postman or SoapUI

    • Ability to write test cases for API endpoints

    • Understanding of status codes and response formats

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well

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 at International Institute of Information Technology (IIIT), Allahabad and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

There were 3 dsa questions related to graph and trees

Interview Preparation Tips

Interview preparation tips for other job seekers - practice dsa and mern stack do coding a d give contests
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude questions were industry standard

Round 2 - Coding Test 

No actual codes were given
We just had to find the outcomes to the codes we had to answer.

Round 3 - Technical 

(2 Questions)

  • Q1. Oops concept in python.
  • Ans. 

    Oops concept in Python refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Python supports object-oriented programming (OOP) concepts like classes, objects, inheritance, encapsulation, and polymorphism.

    • Inheritance allows a class to inherit attributes and methods from another class.

    • Encapsulation restricts access to certain components of an object, preventing di...

  • Answered by AI
  • Q2. C project on bank management system details
Round 4 - HR 

(2 Questions)

  • Q1. Family background
  • Q2. Biggest regret in college l8fe

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at your domain and knowledge everything on your cv.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

They have asked bunch of question from java, which i have told o am not aware about

Round 2 - Technical 

(3 Questions)

  • Q1. What is Binary trees,
  • Ans. 

    Binary trees are hierarchical data structures composed of nodes, where each node has at most two children.

    • Consists of nodes with at most two children - left and right

    • Each node can have zero, one, or two children

    • Used in data structures like binary search trees and binary heaps

  • Answered by AI
  • Q2. What are expection handling in pyhton
  • Ans. 

    Exception handling in Python is a way to handle errors that occur during the execution of a program.

    • Use try-except blocks to catch and handle exceptions

    • Different types of exceptions can be handled separately

    • Use finally block to execute code regardless of whether an exception occurred or not

  • Answered by AI
  • Q3. Write a SQL quesries
  • Ans. 

    SQL query to retrieve employee names and their salaries from a table

    • Use SELECT statement to retrieve data

    • Specify the columns you want to retrieve (employee names and salaries)

    • Specify the table name from which you want to retrieve data

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java program for prime no
  • Ans. 

    Java program to check if a number is prime or not

    • Create a function to check if a number is prime or not

    • Iterate from 2 to n/2 and check if n is divisible by any number

    • If n is divisible by any number, it is not prime

    • If n is not divisible by any number, it is prime

  • Answered by AI
  • Q2. Dynamic web table element program
  • Ans. 

    A dynamic web table element program involves identifying and interacting with elements in a table that change dynamically.

    • Identify the table element using unique identifiers like class or id

    • Use Selenium WebDriver to locate and interact with the table element

    • Handle dynamic changes in the table by using dynamic XPath or CSS selectors

    • Iterate through rows and columns to extract data or perform actions

  • Answered by AI

Skills evaluated in this interview

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 - Group Discussion 

Top is Love marriage arrange marriage

Round 3 - Technical 

(2 Questions)

  • Q1. What is array and tell array methods
  • Ans. 

    An array is a data structure that stores a collection of elements of the same type in a contiguous memory location.

    • Array methods include push() - adds an element to the end of the array

    • Array methods also include pop() - removes the last element from the array

    • Other array methods are shift() - removes the first element, and unshift() - adds an element to the beginning

    • Array methods like splice() - adds or removes elements...

  • Answered by AI
  • Q2. What is object and tell how its work in js
  • Ans. 

    An object in JavaScript is a collection of key-value pairs that represent a real-world entity or concept.

    • Objects are used to store data and functions together.

    • Properties in an object are accessed using dot notation or bracket notation.

    • Objects can be created using object literals or constructor functions.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Asked few Python and AWS related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Second round was with director and he asked few logical questions.

Novac Technology Solutions Interview FAQs

How many rounds are there in Novac Technology Solutions Softwaretest Engineer interview?
Novac Technology Solutions interview process usually has 2-3 rounds. The most common rounds in the Novac Technology Solutions interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in Novac Technology Solutions Softwaretest Engineer interview?

Some of the top questions asked at the Novac Technology Solutions Softwaretest Engineer interview -

  1. What is inherita...read more
  2. Oops concepts are enough in this comp...read more
  3. Sql knowledge required at least 1 perc...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Novac Technology Solutions interviews
Job Portal
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Novac Technology Solutions Softwaretest Engineer Salary
based on 49 salaries
₹2.2 L/yr - ₹6 L/yr
28% less than the average Softwaretest Engineer Salary in India
View more details

Novac Technology Solutions Softwaretest Engineer Reviews and Ratings

based on 3 reviews

3.4/5

Rating in categories

3.1

Skill development

3.1

Work-Life balance

3.4

Salary & Benefits

5.0

Job Security

3.1

Company culture

3.1

Promotions/Appraisal

3.4

Work Satisfaction

Explore 3 Reviews and Ratings
Software Engineer
470 salaries
unlock blur

₹1.9 L/yr - ₹7 L/yr

Senior Software Engineer
272 salaries
unlock blur

₹3 L/yr - ₹9.1 L/yr

Associate
151 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Associate Project Manager
116 salaries
unlock blur

₹5.1 L/yr - ₹11.6 L/yr

Test Engineer
103 salaries
unlock blur

₹2 L/yr - ₹5.2 L/yr

Explore more salaries
Compare Novac Technology Solutions with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview