Add office photos
Engaged Employer

Iris Software

4.1
based on 1.4k Reviews
Filter interviews by

10+ Traydo Interview Questions and Answers

Updated 13 Aug 2024
Popular Designations

Q1. How to write any sentence (given to u ) in mirror image form in java?(ans :by 2 ways 1. reverse string function in string object 2 .by aaray conversion )

Ans.

Two ways to write a sentence in mirror image form in Java: reverse string function and array conversion.

  • Use the reverse() method of the String class to reverse the sentence

  • Convert the sentence to a character array, then swap the first and last characters, second and second-to-last characters, and so on until the middle is reached

  • Example: 'Hello World' becomes 'dlroW olleH'

Add your answer

Q2. why there is abstract ,interface and enum class in java?

Ans.

Abstract classes, interfaces, and enums provide abstraction and modularity in Java.

  • Abstract classes provide a partial implementation of a class and cannot be instantiated.

  • Interfaces define a set of methods that a class must implement and can be used for multiple inheritance.

  • Enums provide a set of named constants.

  • All three are used for abstraction and modularity in Java.

  • Abstract classes and interfaces are used for polymorphism and code reuse.

  • Enums are used for defining a fixed...read more

Add your answer

Q3. Object oriented software engg definition(definition contains word"framwork") ?and definitionof framwork

Ans.

Object-oriented software engineering is a framework for designing and developing software using objects.

  • Object-oriented software engineering is a methodology for designing and developing software using objects.

  • It involves creating classes and objects that encapsulate data and behavior.

  • Frameworks are pre-built structures that provide a foundation for building software applications.

  • Frameworks can include libraries, APIs, and other tools that simplify the development process.

  • Exa...read more

Add your answer

Q4. what is difference between ADBMS and DBMS?

Ans.

ADBMS stands for Advanced Database Management System which is an extension of DBMS with additional features.

  • ADBMS has advanced features like data mining, data warehousing, and online analytical processing.

  • ADBMS is used for handling large and complex data sets.

  • DBMS is a basic system for managing data and is used for small and simple data sets.

  • DBMS does not have advanced features like ADBMS.

  • Examples of ADBMS are Oracle, IBM DB2, and Microsoft SQL Server.

  • Examples of DBMS are MyS...read more

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

Q5. why static is used in "public static void main"?

Ans.

Static is used in public static void main to allow the method to be called without creating an instance of the class.

  • Static methods belong to the class and not to any instance of the class.

  • The main method is the entry point of a Java program and needs to be called without creating an object of the class.

  • The static keyword allows the main method to be called directly from the class, without creating an instance of the class.

  • The main method signature is public static void main(...read more

Add your answer

Q6. Write a program to find count of character from a string. Write a program to sort array without using sort method

Ans.

Program to count characters in a string and sort an array without using sort method

  • Use a loop to iterate through the string and count each character

  • For sorting an array, use a loop to compare each element with all other elements and swap if necessary

  • Implement a sorting algorithm like bubble sort, insertion sort or quick sort

Add your answer
Are these interview questions helpful?

Q7. What git command do you use incase PR build is failed

Ans.

Use git bisect command to find the commit that caused the build failure

  • Use 'git bisect start' to start the bisect process

  • Mark the current commit as bad with 'git bisect bad'

  • Mark a known good commit with 'git bisect good '

  • Git will automatically checkout commits for testing, mark them as good or bad until the culprit commit is found

Add your answer

Q8. Normalization in DBMS (in detail with eg.)

Ans.

Normalization is a process of organizing data in a database to reduce redundancy and dependency.

  • Normalization is used to eliminate data redundancy and improve data integrity.

  • It involves dividing a database into two or more tables and defining relationships between them.

  • There are different levels of normalization, such as first normal form (1NF), second normal form (2NF), and so on.

  • Normalization helps in efficient data retrieval and reduces the chances of data inconsistencies....read more

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

Q9. Properties of java(object oriented languages)

Ans.

Java is an object-oriented language with features like inheritance, encapsulation, and polymorphism.

  • Inheritance allows classes to inherit properties and methods from other classes.

  • Encapsulation hides the implementation details of a class from other classes.

  • Polymorphism allows objects to take on multiple forms or behaviors.

  • Java also supports abstraction, interfaces, and exception handling.

  • Example: class Car extends Vehicle, interface Drawable, try-catch block for exception han...read more

Add your answer

Q10. aggregation functions in DBMS?

Ans.

Aggregation functions are used to perform calculations on groups of data in a database.

  • Aggregation functions include COUNT, SUM, AVG, MAX, and MIN.

  • They are used with the GROUP BY clause to group data based on a specific column.

  • COUNT function returns the number of rows in a table or the number of non-null values in a column.

  • SUM function returns the sum of values in a column.

  • AVG function returns the average of values in a column.

  • MAX function returns the maximum value in a colum...read more

Add your answer

Q11. Difference between java and c?

Ans.

Java is an object-oriented language while C is a procedural language.

  • Java is platform-independent while C is platform-dependent.

  • Java has automatic garbage collection while C requires manual memory management.

  • Java has built-in support for multithreading while C requires external libraries.

  • Java has a larger standard library compared to C.

  • Java is more secure than C due to its strong type checking and exception handling.

  • C is faster than Java in terms of execution speed.

  • C is commo...read more

Add your answer

Q12. WAP to check occurrence of words in a paragraph.

Ans.

A program to check the occurrence of words in a paragraph.

  • Split the paragraph into words using space as delimiter

  • Create a hashmap to store word frequencies

  • Iterate through the words and update the hashmap accordingly

  • Display the word frequencies

Add your answer

More about working at Iris Software

#3 Best IT/ITES Company - 2022
HQ - Edison, New Jersey, United States (USA)
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Engineer Interview Questions from Similar Companies

3.7
 • 261 Interview Questions
3.7
 • 126 Interview Questions
4.1
 • 59 Interview Questions
4.4
 • 16 Interview Questions
3.8
 • 12 Interview Questions
3.3
 • 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