Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Torry Harris Integration Solutions Team. If you also belong to the team, you can get access from here

Torry Harris Integration Solutions Verified Tick

Compare button icon Compare button icon Compare
4.1

based on 502 Reviews

Filter interviews by

Torry Harris Integration Solutions Associate Software Engineer Interview Questions, Process, and Tips

Updated 17 Jan 2025

Top Torry Harris Integration Solutions Associate Software Engineer Interview Questions and Answers

View all 10 questions

Torry Harris Integration Solutions Associate Software Engineer Interview Experiences

28 interviews found

I applied via Referral and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. 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 de...

  • Answered by AI
  • Q2. 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

  • Answered by AI
  • Q3. 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 minim

  • Answered by AI
  • Q4. 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; }

  • Answered by AI
  • Q5. 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

  • Answered by AI
  • Q6. 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

  • Answered by AI
  • 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...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Give your interview with confident. Because the interviewer is very friendly. If you just perform average they will hire you. Atleast try your best, dont say i dont know.

Skills evaluated in this interview

Associate Software Engineer Interview Questions & Answers

user image Santhosh Mahamuniappan

posted on 21 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions from testing
  • Q2. Basics questions from automation testing
Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic questions
  • Q2. Basic questions from testing

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given SumYou are given an array/list ARR consisting ... read more
asked in Clarivate
Q2. Best time to buy and sell stock IIYou have been given stock value ... read more
Q3. Intersection of Two Arrays IIYou have been given two integer arra ... read more
asked in CGI Group
Q4. Frog JumpThere is a frog on the 1st step of an N stairs long stai ... read more
asked in Gainsight
Q5. Connect N Ropes With Minimum CostYou have been given 'N' ropes of ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude questions like time and distance blood relation and logical reasoning.

Round 2 - Technical 

(2 Questions)

  • Q1. Core java questions
  • Q2. SQL questions and one coding question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Swapping 2 nuber, reverse the string

Round 2 - Technical 

(2 Questions)

  • Q1. Java basic concept
  • Q2. Collection framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Core java, mysql

Torry Harris Integration Solutions interview questions for designations

 Associate Software Engineer Trainee

 (2)

 Software Engineer

 (7)

 Senior Software Engineer

 (1)

 Assisstant Software Engineer Trainee

 (1)

 Associate Engineer

 (1)

 Software Developer

 (2)

 Associate

 (3)

 Devops Engineer

 (2)

Associate Software Engineer Interview Questions & Answers

user image VEERA VENKATA SAI GOWTAM. PENTA

posted on 29 Aug 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Time and Work, Profit loss, etc

Round 3 - Technical 

(3 Questions)

  • Q1. About Python Data structures
  • Q2. About Python and Html , CSS, etc
  • Q3. About OOPS topics
Round 4 - HR 

(1 Question)

  • Q1. What are you know about Company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident and Know the Details Of the Company.

Get interview-ready with Top Torry Harris Integration Solutions Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Good Aptitude questions

Round 2 - Coding Test 

Interviwer was friendly and asked good questions

Round 3 - HR 

(2 Questions)

  • Q1. Introduce about yourself
  • Q2. Normal HR based questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy test demo right wrong for

Round 2 - One-on-one 

(1 Question)

  • Q1. Java test spring bott mvc hibernate
Round 3 - Coding Test 

Java code, find the length of array

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

It's an half an hour choose based aptitude

Round 2 - Group Discussion 

Some random topics being provided with 6 people panel

Round 3 - One-on-one 

(2 Questions)

  • Q1. Final year project related.
  • Q2. Basic of some programming and aptitude skill
Round 4 - HR 

(2 Questions)

  • Q1. Why do you need to be a software engineer?
  • Ans. 

    I need to be a software engineer to create innovative solutions, solve complex problems, and contribute to technological advancements.

    • Passion for technology and coding

    • Desire to create innovative solutions

    • Ability to solve complex problems efficiently

    • Contribution to technological advancements

    • Opportunities for continuous learning and growth

  • Answered by AI
  • Q2. Latest news about information technology.
  • Ans. 

    The latest news in information technology includes advancements in artificial intelligence, cybersecurity, and cloud computing.

    • Artificial intelligence continues to be a major focus, with developments in machine learning and natural language processing.

    • Cybersecurity remains a critical concern, with an increase in cyber attacks and the need for stronger defense mechanisms.

    • Cloud computing is evolving rapidly, with a shift...

  • Answered by AI

Associate Software Engineer | Software Engineer interview

user image SOP Academy

posted on 4 Jan 2022

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Java coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Easy-medium java based questions
Round 3 - Behavioral 

(1 Question)

  • Q1. Basic technical along with behavior questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

The aptitude round was straightforward.

Round 2 - Coding Test 

The coding round was of moderate difficulty.

Round 3 - HR 

(1 Question)

  • Q1. What motivated you to join this company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Consider adding this company to your bucket list, particularly if you are a recent graduate.

Torry Harris Integration Solutions Interview FAQs

How many rounds are there in Torry Harris Integration Solutions Associate Software Engineer interview?
Torry Harris Integration Solutions interview process usually has 3-4 rounds. The most common rounds in the Torry Harris Integration Solutions interview process are Technical, HR and Aptitude Test.
How to prepare for Torry Harris Integration Solutions Associate Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Torry Harris Integration Solutions. The most common topics and skills that interviewers at Torry Harris Integration Solutions expect are Coding, Programming and Training.
What are the top questions asked in Torry Harris Integration Solutions Associate Software Engineer interview?

Some of the top questions asked at the Torry Harris Integration Solutions Associate Software Engineer interview -

  1. Program to split the two stri...read more
  2. Why this() is used in j...read more
  3. All concepts in o...read more
How long is the Torry Harris Integration Solutions Associate Software Engineer interview process?

The duration of Torry Harris Integration Solutions Associate Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Torry Harris Integration Solutions Associate Software Engineer Interview Process

based on 9 interviews in last 1 year

2 Interview rounds

  • Aptitude Test Round
  • Technical Round
View more

People are getting interviews through

based on 15 Torry Harris Integration Solutions interviews
Job Portal
Campus Placement
Referral
47%
33%
13%
7% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
20% less than the average Associate Software Engineer Salary in India
View more details

Torry Harris Integration Solutions Associate Software Engineer Reviews and Ratings

based on 138 reviews

3.9/5

Rating in categories

3.9

Skill development

3.9

Work-Life balance

3.2

Salary & Benefits

3.5

Job Security

3.6

Company culture

3.0

Promotions/Appraisal

3.5

Work Satisfaction

Explore 138 Reviews and Ratings
Associate Software Engineer
1k salaries
unlock blur

₹2.5 L/yr - ₹8.5 L/yr

Software Engineer
942 salaries
unlock blur

₹4.4 L/yr - ₹15.3 L/yr

Senior Software Engineer
330 salaries
unlock blur

₹6.8 L/yr - ₹22 L/yr

Software Developer
135 salaries
unlock blur

₹3.8 L/yr - ₹15.9 L/yr

Technical Lead
114 salaries
unlock blur

₹11.2 L/yr - ₹35 L/yr

Explore more salaries
Compare Torry Harris Integration Solutions with

LTIMindtree

3.9
Compare

Tech Mahindra

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview