Add office photos
Torry Harris Integration Solutions logo
Engaged Employer

Torry Harris Integration Solutions

Verified
4.2
based on 608 Reviews
Video summary
Filter interviews by
Associate Software Engineer
Fresher
Clear (2)

Torry Harris Integration Solutions Associate Software Engineer Interview Questions and Answers for Freshers

Updated 5 Feb 2024

Q1. Program to split the two strings

Ans.

Program to split two strings into an array of strings

  • Use the split() method to split the strings

  • Specify the delimiter to split the strings

  • Store the split strings in an array

Add your answer
right arrow

Q2. Why this() is used in java

Ans.

this() is used in Java to call a constructor of the same class.

  • this() can be used to call a constructor with default arguments.

  • It can also be used to call a constructor with specific arguments.

  • this() must be the first statement in a constructor.

  • It can only be used inside a constructor.

  • Example: public MyClass(int x) { this(x, 0); }

  • Example: public MyClass(int x, int y) { this.x = x; this.y = y; }

Add your answer
right arrow

Q3. All concepts in oops

Ans.

Object-oriented programming concepts including encapsulation, inheritance, polymorphism, and abstraction.

  • Encapsulation: bundling data and methods that operate on that data within a single unit

  • Inheritance: creating new classes from existing ones, inheriting their properties and methods

  • Polymorphism: ability of objects to take on multiple forms, often achieved through method overriding

  • Abstraction: hiding implementation details and only exposing necessary information to users

Add your answer
right arrow

Q4. Call by reference vs call by value

Ans.

Call by reference passes the address of the variable while call by value passes the value itself.

  • Call by reference allows the function to modify the original variable

  • Call by value creates a copy of the variable for the function to use

  • Call by reference is more memory efficient for large data types

  • Call by value is safer as it prevents unintended changes to the original variable

Add your answer
right arrow
Discover Torry Harris Integration Solutions interview dos and don'ts from real experiences

Q5. Garbage collection in java

Ans.

Garbage collection is an automatic memory management process in Java.

  • Garbage collection frees up memory by removing objects that are no longer in use.

  • Java uses a mark-and-sweep algorithm to identify and remove unused objects.

  • The System.gc() method can be used to suggest garbage collection, but it is not guaranteed to run immediately.

  • Garbage collection can impact performance, so it is important to optimize code to minimize unnecessary object creation.

Add your answer
right arrow

Q6. Any idea on git

Ans.

Git is a version control system used for tracking changes in code and collaborating with others.

  • Git allows for branching and merging of code

  • It tracks changes made to code over time

  • It allows for collaboration with others on the same codebase

  • Git can be used for both personal and professional projects

Add your answer
right arrow

Q7. Structure vs union

Ans.

Structures and unions are used to group related data members in a program.

  • Structures are used to group related data members of different data types.

  • Unions are used to group related data members of the same data type.

  • Structures allocate memory for each data member, while unions allocate memory for the largest data member.

  • Structures are used when all data members need to be accessed separately, while unions are used when only one data member needs to be accessed at a time.

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

Interview Process at Torry Harris Integration Solutions Associate Software Engineer for Freshers

based on 7 interviews
4 Interview rounds
Aptitude Test Round - 1
Aptitude Test Round - 2
Technical Round
HR Round
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Associate Software Engineer Interview Questions from Similar Companies

View all
Recently Viewed
INTERVIEWS
Torry Harris Integration Solutions
5.6k top interview questions
SALARIES
Confederation of Indian Industry
SALARIES
Confederation of Indian Industry
INTERVIEWS
Confederation of Indian Industry
No Interviews
INTERVIEWS
Torry Harris Integration Solutions
No Interviews
INTERVIEWS
Infosys
No Interviews
INTERVIEWS
TCS
No Interviews
COMPANY BENEFITS
Bonafide Research & Marketing
No Benefits
SALARIES
Bonafide Research & Marketing
REVIEWS
Bonafide Research & Marketing
No Reviews
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 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