Specialist Testing
Specialist Testing Interview Questions and Answers for Freshers
Q1. Write a program for highest odd number from 1 - 100 in java
Program to find the highest odd number from 1-100 in Java
Loop through numbers 1-100
Check if the number is odd
If it is odd, check if it is greater than the current highest odd number
If it is, update the current highest odd number
Return the highest odd number
Q2. Write a program for finding postion of 'r' in program
Program to find position of 'r' in a given string
Use a loop to iterate through each character in the string
Check if the current character is 'r'
If it is, return the index of that character
If 'r' is not found, return -1
Q3. 1. How to test date filed? 2. write a test case?
Testing date field involves verifying input validation, boundary conditions, and date formats.
Verify that the date field accepts valid dates in the specified format.
Test for boundary conditions such as the earliest and latest allowable dates.
Check for error messages when entering invalid dates or formats.
Ensure that the date field is displayed correctly in different time zones.
Test for any date calculations or dependencies on the date field.
Q4. Diff between Union and Union all
Union combines and removes duplicates, Union all combines without removing duplicates.
Union is used to combine the result sets of two or more SELECT statements and removes duplicates.
Union all is used to combine the result sets of two or more SELECT statements without removing duplicates.
Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;
Example: SELECT column1 FROM table1 UNION ALL SELECT column1 FROM table2;
Q5. Diff between OLTP & OLAP
OLTP is for transaction processing, OLAP is for analytical processing.
OLTP stands for Online Transaction Processing, used for real-time transaction processing.
OLAP stands for Online Analytical Processing, used for complex queries and data analysis.
OLTP databases are normalized, while OLAP databases are denormalized.
OLTP systems are optimized for read and write operations, while OLAP systems are optimized for read-heavy operations.
Examples: OLTP - ATM transactions, OLAP - Data...read more
Q6. Name some Ic names
IC names refer to International Nonproprietary Names, which are unique names assigned to pharmaceutical substances.
Paracetamol
Aspirin
Ibuprofen
Share interview questions and help millions of jobseekers 🌟
Specialist Testing Jobs
Interview experiences of popular companies
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
Reviews
Interviews
Salaries
Users/Month