Add office photos
Employer?
Claim Account for FREE

SAS

4.4
based on 146 Reviews
Filter interviews by

20+ Mantra Labs Interview Questions and Answers

Updated 24 Aug 2024

Q1. If a square was divided in 4 parts and you remove one part, how would you divide the remaining in 4 parts?

Ans.

Divide the remaining square diagonally to create 4 equal parts.

  • Divide the remaining square diagonally from one corner to the opposite corner.

  • This will create 4 equal parts in the remaining square.

  • Each part will be a triangle with equal area.

Add your answer

Q2. What is a instrumention.

Ans.

Instrumentation is the science and art of measuring and controlling variables in a process or system.

  • Instrumentation involves the use of various instruments and devices to measure and monitor physical quantities such as temperature, pressure, flow rate, and level.

  • It also includes the control and automation of processes using instruments like sensors, transmitters, controllers, and actuators.

  • Instrumentation technicians are responsible for installing, calibrating, maintaining, ...read more

View 1 answer

Q3. Write a class (structure) for the case - based question

Ans.

Class structure for a case-based question

  • Create a class with attributes representing the different aspects of the case

  • Include methods for processing and analyzing the case data

  • Consider using inheritance or composition for complex cases

Add your answer

Q4. How would I design an application(case)?

Ans.

Designing an application involves identifying requirements, creating a user-friendly interface, implementing necessary features, and testing for functionality.

  • Identify the requirements and objectives of the application.

  • Design a user-friendly interface that is easy to navigate.

  • Implement necessary features and functionalities based on the requirements.

  • Test the application thoroughly to ensure functionality and usability.

  • Consider scalability and future updates in the design proc...read more

Add your answer
Discover Mantra Labs interview dos and don'ts from real experiences

Q5. What is a Calibration.

Ans.

Calibration is the process of adjusting and verifying the accuracy of an instrument or device.

  • Calibration involves comparing the measurements of an instrument to a known standard.

  • It ensures that the instrument is providing accurate and reliable results.

  • Calibration may involve adjusting the instrument to match the standard or documenting any deviations.

  • Calibration is necessary to maintain the quality and reliability of measurements.

  • Examples of instruments that require calibrat...read more

View 1 answer

Q6. What is a instrument.

Ans.

An instrument is a device used to measure, analyze, or control a physical quantity or process.

  • Instruments can be used in various fields such as engineering, science, medicine, and music.

  • Examples of instruments include thermometers, oscilloscopes, stethoscopes, and guitars.

  • Instruments can be analog or digital, and can have various levels of complexity.

  • They are essential tools for accurate and precise measurements and control of processes.

  • Instruments can also be used for monito...read more

Add your answer
Are these interview questions helpful?

Q7. Type of instrument name.

Ans.

An instrument name refers to the specific type or model of an instrument used in the field of instrumentation technology.

  • Instrument names can vary depending on the industry and application.

  • Examples of instrument names include pressure transducer, temperature controller, flow meter, pH meter, etc.

  • Instrument names help identify the purpose and functionality of the instrument.

  • Different instrument names may require different calibration and maintenance procedures.

View 1 answer

Q8. How to make 5n Naoh in 100ml?

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

Q9. Find a particular element in a String

Ans.

Use indexOf() method to find a particular element in a String.

  • Use the indexOf() method to search for a specific character or substring within a string.

  • The indexOf() method returns the index of the first occurrence of the specified element in the string.

  • If the element is not found, indexOf() returns -1.

  • Example: 'hello world'.indexOf('o') will return 4.

Add your answer

Q10. Active Directory Configuration and it’s uses

Ans.

Active Directory is a directory service used by Windows networks to store information about users, computers, and resources.

  • Centralized management of network resources

  • Authentication and authorization of users and computers

  • Group policy management for security and configuration settings

  • Single sign-on for users to access multiple resources

  • Integration with other Microsoft services like Exchange Server and SharePoint

Add your answer

Q11. What is CSS Sprite

Ans.

CSS Sprite is a technique used to combine multiple images into a single image to reduce the number of server requests.

  • CSS Sprite helps in reducing loading time by reducing the number of HTTP requests.

  • It involves combining multiple images into one larger image and then using CSS to display only the portion of the image needed.

  • This technique is commonly used for icons, buttons, and other small images on websites.

  • By using CSS Sprite, the website can load faster and improve user ...read more

Add your answer

Q12. Molecular weight of glutamine and aspargine

Add your answer

Q13. Method Overloading vs Method Overriding

Ans.

Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

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

  • Method overriding involves creating a method in a subclass with the same name and parameters as a method in the superclass.

  • Method overloading is resolved...read more

Add your answer

Q14. What is domain controller

Ans.

A domain controller is a server that manages network security, authentication, and access control for a domain.

  • Manages user authentication and authorization within a domain

  • Stores user account information and security policies

  • Controls access to network resources

  • Replicates data and changes to other domain controllers in the network

  • Examples: Active Directory Domain Services (AD DS) in Windows Server

Add your answer

Q15. What is means by spectroscopy

Add your answer
Ans.

Java is a popular programming language known for its platform independence and object-oriented features.

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

  • Java is object-oriented, allowing for the creation of reusable code and modular programs

  • Java has automatic memory management through garbage collection

  • Java supports multithreading for concurrent programming

  • Java has a rich set of APIs and libraries for various functionalities

Add your answer

Q17. Measurement of spectra

Add your answer

Q18. Explain React life cycle

Ans.

React life cycle refers to the series of methods that are invoked in the process of creating, updating, and destroying components.

  • Mounting phase: constructor, render, componentDidMount

  • Updating phase: render, componentDidUpdate

  • Unmounting phase: componentWillUnmount

Add your answer

Q19. Design a online calculator app

Ans.

An online calculator app that allows users to perform basic arithmetic operations.

  • Include buttons for numbers 0-9 and operators like +, -, *, /

  • Implement functionality for clearing input, calculating result, and displaying history

  • Consider adding advanced features like memory functions or scientific calculator mode

Add your answer

Q20. Reverse the given array

Ans.

Reverse the given array of strings

  • Use a loop to iterate through the array

  • Swap the first and last elements, then the second and second-to-last elements, and so on

  • Stop swapping when the loop reaches the middle of the array

Add your answer

Q21. Thermodynamics means

Add your answer

Q22. WHAT IS FE 500 STEEL

Ans.

FE 500 steel is a type of high-strength reinforcement steel commonly used in construction.

  • FE 500 steel has a minimum yield strength of 500 MPa.

  • It is commonly used in high-rise buildings, bridges, and other structures where high strength is required.

  • FE 500 steel is more ductile and weldable compared to lower grade steels.

  • It provides better resistance to corrosion and fire damage.

  • FE 500 steel bars are available in various diameters for different construction needs.

Add your answer

Q23. 100mg =?

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

Interview Process at Mantra Labs

based on 8 interviews in the last 1 year
Interview experience
4.4
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.4
 • 495 Interview Questions
3.6
 • 173 Interview Questions
3.6
 • 172 Interview Questions
4.0
 • 167 Interview Questions
4.0
 • 156 Interview Questions
3.6
 • 146 Interview Questions
View all
Top SAS Interview Questions And Answers
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