Add office photos
Engaged Employer

Iasys Technology Solutions

3.5
based on 67 Reviews
Filter interviews by

Sada Interview Questions and Answers

Updated 8 Oct 2024

Q1. what is class object, inheritance, function overloading ,function overriding, difference between encapsulation and abstraction, volatile keyword

Ans.

Class object is an instance of a class, inheritance allows a class to inherit properties and methods from another class, function overloading is defining multiple functions with the same name but different parameters, function overriding is redefining a function in a subclass, encapsulation is bundling data and methods that operate on the data into a single unit, abstraction is hiding the implementation details and showing only the necessary details, volatile keyword is used ...read more

Add your answer

Q2. What is semaphore and mutex, binary semaphore, thread and process

Ans.

Semaphores and mutex are synchronization mechanisms in multithreading. Threads are lightweight processes, while processes are independent execution units.

  • Semaphore: used to control access to a shared resource by multiple threads. Example: controlling access to a printer in a networked system.

  • Mutex: similar to a semaphore but only allows one thread to access a resource at a time. Example: protecting a critical section of code.

  • Binary semaphore: a semaphore with only two states,...read more

Add your answer

Q3. Introduction, in which programming language are you comfortable( 45 min)

Ans.

I am comfortable with C, C++, and Python for embedded software development.

  • Proficient in C for low-level programming

  • Experienced in C++ for object-oriented design

  • Skilled in Python for scripting and automation tasks

Add your answer

Q4. what is pointer and it's type

Ans.

A pointer is a variable that stores the memory address of another variable.

  • Types of pointers include null pointers, void pointers, function pointers, and array pointers.

  • Example: int *ptr; // pointer to an integer variable

  • Example: char *str = 'hello'; // pointer to a character array

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

Q5. write a java program to revers the string (for eg :"this is string" is string so revers should be : string is this)

Ans.

Java program to reverse a string

  • Use StringBuilder class to reverse the string

  • Convert the string to StringBuilder object

  • Use reverse() method of StringBuilder class to reverse the string

  • Convert the StringBuilder object back to string

Add your answer

Q6. 5)what is stack?? 6)explain ArrayList 7) what is split method in java string class

Ans.

Questions related to basic programming concepts in Java.

  • Stack is a data structure that follows the Last-In-First-Out (LIFO) principle.

  • ArrayList is a dynamic array that can grow or shrink in size and is part of the Java Collections Framework.

  • The split() method in Java String class is used to split a string into an array of substrings based on a delimiter.

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

Interview Process at Sada

based on 7 interviews
Interview experience
3.9
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.6
 • 4.4k Interview Questions
4.2
 • 361 Interview Questions
3.9
 • 263 Interview Questions
3.8
 • 210 Interview Questions
3.9
 • 202 Interview Questions
View all
Top Iasys Technology Solutions 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

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