Add office photos
Employer?
Claim Account for FREE

QualityKiosk Technologies

3.5
based on 1.1k Reviews
Filter interviews by

30+ Ncr Detective And Security Services Faridabad Interview Questions and Answers

Updated 18 Jan 2025
Popular Designations

Q1. what is a type of testing? What are the principles?

Ans.

A type of testing is functional testing which tests the functionality of the software.

  • Functional testing checks if the software meets the requirements and specifications

  • It involves testing individual functions or features of the software

  • Examples include unit testing, integration testing, system testing, and acceptance testing

View 3 more answers

Q2. What is sdlc,stlc,smoke,sanity, regression,test strategy,test plan, Rtm, defect density, defect life cycle, functional, load testing, analytical questions,

Ans.

Answering common questions related to software testing

  • SDLC - Software Development Life Cycle

  • STLC - Software Testing Life Cycle

  • Smoke testing - preliminary testing to check if the software is stable enough for further testing

  • Sanity testing - quick testing to check if the major functionalities are working as expected

  • Regression testing - testing to ensure that changes made to the software do not affect existing functionalities

  • Test strategy - a plan for how testing will be carried...read more

View 4 more answers

Q3. Do you know about agile methodology? What is your strength? Do you use Jira

Ans.

Yes, I am familiar with agile methodology and use Jira. My strength lies in test automation.

  • I have experience working in agile teams and following agile principles

  • I am comfortable using Jira for project management and issue tracking

  • My strength is in test automation, where I have expertise in tools like Selenium and Appium

  • I am also skilled in manual testing and have experience in creating test plans and test cases

Add your answer

Q4. Defect lifecycle, moratorium, what is NTC Customer, What is NPA, WHEN LOAN BECOMES NPA, Regression testing, Functional testing, corporate loan.

Ans.

Questions related to defect lifecycle, moratorium, NTC Customer, NPA, regression testing, functional testing, and corporate loan.

  • Defect lifecycle refers to the stages a defect goes through from discovery to resolution.

  • Moratorium is a temporary suspension of an activity.

  • NTC Customer refers to a customer who has been declared as 'Not Traceable, Customer' by the bank.

  • NPA stands for Non-Performing Asset, a loan that has not been serviced for a certain period of time.

  • Regression te...read more

Add your answer
Discover Ncr Detective And Security Services Faridabad interview dos and don'ts from real experiences

Q5. 1. What is Difference between Java & C++ 2. Tell me something about ur project. 3. Why Automation Testing Required ? 4. What is Performance Testing. ?

Ans.

Java is platform-independent, object-oriented language while C++ is a high-level, general-purpose language with low-level features.

  • Java is platform-independent, meaning it can run on any device with Java Virtual Machine (JVM) installed.

  • C++ is a high-level language with low-level features, allowing for more control over hardware resources.

  • Java is object-oriented, focusing on objects and classes for programming.

  • C++ supports both procedural and object-oriented programming paradi...read more

Add your answer

Q6. Explain each types of testing like white box and black box testing

Ans.

White box testing is testing the internal structure of the system while black box testing is testing the external behavior of the system.

  • White box testing involves testing the code, architecture, and design of the system.

  • Black box testing involves testing the functionality and user interface of the system.

  • White box testing is also known as clear box testing or structural testing.

  • Black box testing is also known as functional testing or behavioral testing.

  • Examples of white box ...read more

Add your answer
Are these interview questions helpful?

Q7. Bug tracking tools Life cycle of Sdlc, stlc,bug Types of testing Testing techniques

Ans.

Answering questions related to bug tracking tools, SDLC, STLC, types of testing, and testing techniques.

  • Bug tracking tools are used to track and manage bugs found during testing.

  • SDLC (Software Development Life Cycle) is the process of developing software from planning to deployment.

  • STLC (Software Testing Life Cycle) is the process of testing software from planning to release.

  • Types of testing include functional, performance, security, usability, and more.

  • Testing techniques inc...read more

Add your answer

Q8. What is the difference between verification and validation? Give me an example of low severity and high priority. Phases of agile methodologies? what is the defect life cycle?

Ans.

Verification ensures the product is built right, while validation ensures the right product is built.

  • Verification involves checking if the software meets the specified requirements.

  • Validation involves checking if the software meets the customer's needs and expectations.

  • Example of low severity and high priority: Spelling mistake in the company logo on the homepage.

  • Phases of agile methodologies: Planning, executing, monitoring, and adapting.

  • Defect life cycle includes identifica...read more

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. Why do we need framework?

Ans.

Frameworks provide a structured way to develop and maintain software applications.

  • Frameworks provide a set of guidelines, best practices, and reusable components for developing software.

  • Frameworks help in reducing development time by providing pre-built modules and libraries.

  • Frameworks promote code reusability, scalability, and maintainability.

  • Frameworks help in standardizing the development process and improving overall code quality.

  • Examples of frameworks include Selenium fo...read more

Add your answer

Q10. Challenges you faced while automating?

Ans.

Some challenges faced while automating include handling dynamic elements, synchronization issues, and maintaining test scripts.

  • Handling dynamic elements on the webpage

  • Synchronization issues between test scripts and application

  • Maintaining and updating test scripts as the application evolves

Add your answer

Q11. Black box vs White box testing

Ans.

Black box testing focuses on testing the functionality of a system without knowing its internal code, while white box testing involves testing the internal code structure.

  • Black box testing is based on external expectations and requirements.

  • White box testing is based on internal code structure and logic.

  • Black box testing is more focused on end-user perspective.

  • White box testing is more focused on developer perspective.

  • Examples of black box testing include functional testing an...read more

Add your answer

Q12. Write test case on banking Application

Ans.

Test case for banking application

  • Verify login functionality with valid credentials

  • Verify login functionality with invalid credentials

  • Verify account balance is displayed correctly

  • Verify funds transfer between accounts

  • Verify transaction history is displayed correctly

Add your answer

Q13. Levels of software testing

Ans.

Levels of software testing include unit testing, integration testing, system testing, and acceptance testing.

  • Unit testing focuses on testing individual components or modules of the software.

  • Integration testing involves testing the interactions between different components.

  • System testing tests the entire system as a whole.

  • Acceptance testing is performed to validate if the system meets the requirements of the stakeholders.

View 1 answer

Q14. Different types of software testing

Ans.

Different types of software testing include functional, performance, security, usability, and regression testing.

  • Functional testing ensures that the software meets the specified requirements

  • Performance testing checks the software's speed, scalability, and stability under various workloads

  • Security testing identifies vulnerabilities and ensures that the software is secure

  • Usability testing evaluates the software's user-friendliness and ease of use

  • Regression testing ensures that ...read more

View 1 answer

Q15. What is regression testing?

Ans.

Regression testing is the process of testing changes made to a software application to ensure that existing functionality still works.

  • It is performed after making changes to the software

  • It ensures that existing functionality is not affected by the changes

  • It helps to catch any defects or bugs that may have been introduced

  • It can be automated to save time and effort

  • Examples include retesting after bug fixes, testing after adding new features, and testing after software upgrades

Add your answer

Q16. What is software testing

Ans.

Software testing is the process of evaluating a software application or system to identify any defects or errors.

  • Software testing ensures that the application or system meets the specified requirements and works as expected.

  • It involves various techniques such as functional testing, performance testing, security testing, etc.

  • Testing can be done manually or using automated tools.

  • The goal of software testing is to improve the quality of the software and reduce the risk of failur...read more

Add your answer

Q17. What is NEFT, RTGS, IMPS

Ans.

NEFT, RTGS, IMPS are electronic fund transfer systems used in India.

  • NEFT stands for National Electronic Funds Transfer and is used for transferring funds up to Rs. 10 lakhs.

  • RTGS stands for Real Time Gross Settlement and is used for transferring large amounts of money with immediate settlement.

  • IMPS stands for Immediate Payment Service and is used for instant fund transfers 24x7, even on holidays.

  • All three systems require the sender and receiver to have bank accounts in India.

  • N...read more

Add your answer

Q18. Explain runtime settings in load runner

Ans.

Runtime settings in LoadRunner are used to control the behavior of virtual users during test execution.

  • Runtime settings include options for controlling the number of virtual users, the duration of the test, and the type of data to be collected.

  • They can also be used to set up logging and monitoring, as well as to configure network and browser settings.

  • Examples of runtime settings include the think time setting, which controls the delay between user actions, and the rendezvous ...read more

Add your answer

Q19. What is defect life cycle?

Ans.

Defect life cycle is the process of identifying, reporting, fixing, retesting, and closing defects in software development.

  • Defect identification: Defects are identified through testing or user feedback.

  • Defect reporting: Defects are reported in a defect tracking system with details like severity and priority.

  • Defect fixing: Developers fix the reported defects.

  • Defect retesting: Testers verify that the defects are fixed correctly.

  • Defect closing: Once the defects are verified as f...read more

Add your answer

Q20. Explain the different phases of SDLC

Ans.

SDLC consists of phases like planning, analysis, design, implementation, testing, and maintenance.

  • 1. Planning phase involves defining the project scope, goals, and requirements.

  • 2. Analysis phase focuses on gathering and analyzing requirements.

  • 3. Design phase involves creating a detailed design of the system.

  • 4. Implementation phase is where the actual coding and development takes place.

  • 5. Testing phase includes various testing activities to ensure quality.

  • 6. Maintenance phase ...read more

Add your answer

Q21. What is NCB in insurance

Ans.

NCB stands for No Claim Bonus, a discount given by insurance companies for not making any claims during the policy period.

  • NCB is a reward given to policyholders for not making any claims during the policy term.

  • It encourages safe driving and responsible behavior.

  • The discount percentage increases for every claim-free year, up to a certain limit.

  • NCB can be transferred to a new vehicle or insurance policy.

  • It helps in reducing the premium amount for the policyholder.

Add your answer

Q22. Types of insurance in general insurance

Ans.

Types of insurance in general insurance include health, auto, home, travel, and pet insurance.

  • Health insurance covers medical expenses

  • Auto insurance covers damages to vehicles

  • Home insurance covers damages to homes

  • Travel insurance covers trip cancellations and medical emergencies

  • Pet insurance covers veterinary expenses

Add your answer

Q23. Difference between priority and severity

Ans.

Priority is the order in which defects should be fixed, while severity is the impact of a defect on the system.

  • Priority determines the order in which defects should be fixed, based on factors like business impact or customer requirements.

  • Severity indicates the impact of a defect on the system, ranging from critical (system crash) to minor (cosmetic issue).

  • A high severity bug may not always have the highest priority if it does not impact critical functionality.

  • For example, a s...read more

Add your answer

Q24. what is java programming

Ans.

Java programming is a high-level, object-oriented programming language used for developing applications and software.

  • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

  • It is known for its simplicity, readability, and versatility in creating web applications, mobile apps, and enterprise software

  • Java uses a 'write once, run anywhere' approach, making it popular for cross-platform development

Add your answer

Q25. what is sdlc in testing

Ans.

SDLC in testing refers to the Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software.

  • SDLC consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

  • Testing is an integral part of SDLC and involves activities like test planning, test case development, test execution, and defect tracking.

  • SDLC helps ensure that software products are developed efficient...read more

Add your answer

Q26. Native place information

Ans.

I was born and raised in a small town in the countryside, surrounded by nature and close-knit community.

  • My native place is a peaceful town with a population of around 10,000 people.

  • It is located in the southern part of the country, known for its lush greenery and scenic landscapes.

  • The town has a strong sense of community, with annual festivals and events that bring everyone together.

  • I have fond memories of playing in the fields and exploring the nearby forests with my friends...read more

Add your answer

Q27. What is sdlc

Ans.

SDLC stands for Software Development Life Cycle, a process followed by software development teams to design, develop and test high-quality software.

  • SDLC is a structured approach to software development.

  • It consists of several phases including planning, analysis, design, implementation, testing, and maintenance.

  • Each phase has its own set of deliverables and objectives.

  • SDLC helps ensure that software is developed efficiently, on time, and within budget.

  • Examples of SDLC models in...read more

Add your answer

Q28. Explain j meter settings

Ans.

JMeter settings are used to configure the behavior of JMeter during load testing.

  • JMeter settings can be accessed through the Options menu or by editing the jmeter.properties file.

  • Settings include things like thread group settings, proxy server settings, and result file settings.

  • Thread group settings include number of threads, ramp-up time, and loop count.

  • Proxy server settings include server name, port, and username/password if required.

  • Result file settings include file format...read more

Add your answer

Q29. Levels of testing.

Ans.

Levels of testing refer to the different stages of testing a software product undergoes before release.

  • The levels of testing include unit testing, integration testing, system testing, and acceptance testing.

  • Unit testing involves testing individual components or modules of the software.

  • Integration testing involves testing how different modules work together.

  • System testing involves testing the entire system as a whole.

  • Acceptance testing involves testing the software with end-us...read more

Add your answer

Q30. DDL DML difference

Ans.

DDL stands for Data Definition Language and is used to define the structure of database objects. DML stands for Data Manipulation Language and is used to manipulate data within the database.

  • DDL is used to create, modify, and delete database objects like tables, indexes, etc.

  • DML is used to insert, update, delete, and retrieve data from the database.

  • Examples of DDL statements include CREATE TABLE, ALTER TABLE, DROP TABLE.

  • Examples of DML statements include INSERT INTO, UPDATE, D...read more

Add your answer

Q31. Exception in selenium

Ans.

An exception in Selenium occurs when there is an unexpected event or error during test execution.

  • Exceptions in Selenium can be caused by issues such as element not found, timeout, stale element reference, etc.

  • Handling exceptions in Selenium can be done using try-catch blocks or using Selenium's built-in exception handling mechanisms.

  • Logging and reporting the exceptions can help in debugging and troubleshooting the test failures.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Ncr Detective And Security Services Faridabad

based on 18 interviews
4 Interview rounds
Technical Round - 1
HR Round - 1
Technical Round - 2
HR Round - 2
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Test Engineer Interview Questions from Similar Companies

3.7
 • 67 Interview Questions
3.7
 • 40 Interview Questions
3.8
 • 24 Interview Questions
3.5
 • 13 Interview Questions
4.1
 • 11 Interview Questions
2.9
 • 10 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter