Add office photos
Engaged Employer

Quest Global

3.6
based on 2.2k Reviews
Filter interviews by

10+ Shraddha Unipath Specialty Laboratory Interview Questions and Answers

Updated 1 Aug 2024
Popular Designations

Q1. If 10 people had a meeting and they shake hands only once with each of the others, then how many handshakes will be there in total ?

Ans.

The question is about finding the total number of handshakes in a meeting of 10 people.

  • Each person shakes hands with 9 others.

  • Total handshakes = 10 x 9 / 2 = 45.

View 7 more answers

Q2. Write a program to swap value of two variables without using a third variable.

Ans.

Program to swap value of two variables without using a third variable.

  • Use arithmetic operations to swap values

  • Add both variables and store the sum in one variable

  • Subtract the value of one variable from the sum and store it in the other variable

  • Subtract the value of the other variable from the sum and store it in the first variable

Add your answer

Q3. Write a program to print prime numbers.

Ans.

Program to print prime numbers

  • Start with a loop from 2 to n (number to check)

  • For each number, check if it is divisible by any number from 2 to its square root

  • If not divisible, it is a prime number and print it

Add your answer

Q4. do-while loop example.

Ans.

A do-while loop is a control flow statement that executes a block of code at least once before checking the condition.

  • The do-while loop is similar to the while loop, but the condition is checked at the end of the loop.

  • The loop will always execute at least once, even if the condition is false.

  • Syntax: do { // code block } while (condition);

  • Example: do { x++; } while (x < 10);

Add your answer
Discover Shraddha Unipath Specialty Laboratory interview dos and don'ts from real experiences

Q5. Write a program to check the given number is odd or not. Write a program to find the given digit is present in the given number

Ans.

Program to check if a number is odd and to find a digit in the number.

  • Use modulo operator to check if a number is odd (number % 2 == 1)

  • Convert the number to a string and check if the digit is present using string methods

  • Handle edge cases like negative numbers and non-integer inputs

Add your answer

Q6. Write a program to find factorial of a number

Ans.

Program to find factorial of a number

  • Use a loop to multiply the number with all the numbers less than it

  • Handle the case when the number is 0 or 1 separately

  • Use recursion to find factorial of a number

View 1 answer
Are these interview questions helpful?

Q7. 3.Basic tool names in creo or Autocad

Ans.

Basic tool names in Creo or AutoCAD

  • Creo: Sketch, Extrude, Revolve, Sweep, Loft, AutoCAD: Line, Circle, Rectangle, Arc, Polyline

View 1 answer

Q8. 2.Draw a stress-strain diagram

Ans.

A stress-strain diagram shows the relationship between stress and strain in a material.

  • The diagram plots stress on the y-axis and strain on the x-axis.

  • The slope of the curve represents the material's stiffness or Young's modulus.

  • The yield point is where the material begins to deform plastically.

  • The ultimate strength is the maximum stress the material can withstand before failure.

  • The area under the curve represents the material's toughness.

  • Examples of stress-strain diagrams in...read more

View 1 answer
Share interview questions and help millions of jobseekers 🌟

Q9. Storage classes in C

Ans.

Storage classes in C are used to define the scope and lifetime of variables.

  • There are four storage classes in C: auto, register, static, and extern.

  • Auto variables are local to a block and have automatic storage duration.

  • Register variables are stored in CPU registers for faster access.

  • Static variables have a lifetime throughout the program and are initialized only once.

  • Extern variables are declared outside of any function and can be accessed by other files.

Add your answer

Q10. program to print odd numbers

Ans.

Program to print odd numbers

  • Use a loop to iterate through numbers

  • Check if the number is odd using modulus operator

  • Print the odd numbers

Add your answer

Q11. Multi threaded in Java

Ans.

Multithreading in Java allows multiple threads to run concurrently, improving performance and responsiveness.

  • Multithreading is achieved in Java by extending the Thread class or implementing the Runnable interface.

  • Threads share the same memory space, so synchronization is important to prevent data corruption.

  • Java provides synchronized keyword, locks, and atomic variables for thread synchronization.

  • Example: Creating a new thread using Thread class - Thread myThread = new Thread...read more

Add your answer

Q12. Polymorphism in Java

Ans.

Polymorphism in Java allows objects of different classes to be treated as objects of a common superclass.

  • Polymorphism is achieved through method overriding and method overloading.

  • Method overriding allows a subclass to provide a specific implementation of a method that is already provided by its superclass.

  • Method overloading allows multiple methods with the same name but different parameters to coexist in the same class.

  • Polymorphism helps in achieving flexibility and extensibi...read more

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

Interview Process at Shraddha Unipath Specialty Laboratory

based on 6 interviews in the last 1 year
1 Interview rounds
Aptitude Test Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Engineer Trainee Interview Questions from Similar Companies

3.7
 • 23 Interview Questions
3.9
 • 18 Interview Questions
3.8
 • 10 Interview Questions
3.6
 • 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
Get AmbitionBox app

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