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

Filter interviews by

Clear (1)

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

Updated 7 Dec 2021

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

View all 8 questions

Torry Harris Integration Solutions Associate Software Engineer Trainee Interview Experiences

2 interviews found

I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. 1) What are Arrays?
  • Ans. 

    Arrays are a collection of similar data types stored in contiguous memory locations.

    • Arrays can be of any data type, including integers, floats, characters, and objects.

    • Arrays are accessed using an index starting from 0.

    • Arrays can be one-dimensional, two-dimensional, or multi-dimensional.

    • Example: int arr[5] = {1, 2, 3, 4, 5};

    • Example: char str[6] = {'H', 'e', 'l', 'l', 'o', '\0'};

  • Answered by AI
  • Q2. 2) What are Pointers?
  • Ans. 

    Pointers are variables that store memory addresses of other variables.

    • Pointers allow direct access to memory locations.

    • They can be used to pass values between functions.

    • Pointers can be used to create dynamic data structures.

    • Example: int *ptr; ptr = # *ptr = 10;

    • Example: void swap(int *a, int *b) { int temp = *a; *a = *b; *b = temp; }

  • Answered by AI
  • Q3. 3) What are call by reference and call by value?
  • Ans. 

    Call by reference and call by value are two ways of passing arguments to a function.

    • Call by value passes a copy of the argument to the function, while call by reference passes a reference to the original argument.

    • In call by value, changes made to the argument inside the function do not affect the original value, while in call by reference, changes made to the argument inside the function affect the original value.

    • Call ...

  • Answered by AI
  • Q4. 4) How do you delete file in python?
  • Ans. 

    To delete a file in Python, use the os.remove() method.

    • Import the os module

    • Use os.remove() method to delete the file

    • Specify the file path as the argument to os.remove() method

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I got the best interviewer. He was very friendly.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Write a program to demonstrate the method overloading and method overwriting
  • Ans. 

    Program to demonstrate method overloading and overriding

    • Method overloading is when multiple methods have the same name but different parameters

    • Method overriding is when a subclass provides its own implementation of a method already defined in the superclass

    • Method overloading is resolved at compile-time while method overriding is resolved at runtime

  • Answered by AI
  • Q2. Write a program to sort the given array
  • Ans. 

    Program to sort an array of strings

    • Use built-in sort function

    • Implement bubble sort or insertion sort

    • Consider time complexity

  • Answered by AI
  • Q3. Write a query to get second highest Salary in the given table
  • Ans. 

    The query to get the second highest salary in a given table.

    • Use the SELECT statement to retrieve the salary column from the table.

    • Sort the salaries in descending order using the ORDER BY clause.

    • Use the LIMIT clause to limit the result to the second row.

    • Finally, retrieve the second highest salary from the result.

  • Answered by AI
  • Q4. What is lambda expression?
  • Ans. 

    Lambda expression is an anonymous function that can be passed as an argument or returned as a value.

    • Lambda expressions are used in functional programming languages like Java, Python, and C#.

    • They are often used to simplify code and make it more concise.

    • Lambda expressions can be used to implement functional interfaces, which have a single abstract method.

    • Lambda expressions can also be used with streams to perform operati...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process is not so difficult they will conduct major two rounds.
In first round they will test on the basic knowledge on the java,sql and problem solving skills.
In the second round they asked some api and microservice related questions.

Skills evaluated in this interview

Associate Software Engineer Trainee Interview Questions Asked at Other Companies

Q1. Write a program to demonstrate the method overloading and method ... read more
Q2. Write a query to get second highest Salary in the given table
asked in Infosys
Q3. 4. Tell about the various services provided by AWS and how have y ... read more
Q4. 3) What are call by reference and call by value?
asked in Infosys
Q5. 3. Difference between various kind of data structure. (Array and ... read more

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1. Explain your project and the technologies used by you in it.
  • Q2. 2. Describe data structures and type of it.
  • Ans. 

    Data structures are ways to organize and store data efficiently.

    • Data structures are used to store and manipulate data in a structured manner.

    • They can be classified into linear and non-linear data structures.

    • Examples of data structures include arrays, linked lists, stacks, queues, trees, and graphs.

  • Answered by AI
  • Q3. 3. Difference between various kind of data structure. (Array and linked )
  • Ans. 

    Array and linked list are two different data structures used for storing and accessing data.

    • Array is a collection of elements of the same data type stored in contiguous memory locations.

    • Linked list is a collection of nodes where each node contains data and a reference to the next node.

    • Arrays have fixed size, while linked lists can grow or shrink dynamically.

    • Accessing elements in an array is faster than in a linked list...

  • Answered by AI
  • Q4. 4. Tell about the various services provided by AWS and how have ypu used them.
  • Ans. 

    AWS provides various services including compute, storage, database, networking, analytics, machine learning, and more.

    • Compute: EC2, Lambda

    • Storage: S3, EBS

    • Database: RDS, DynamoDB

    • Networking: VPC, Route 53

    • Analytics: Athena, EMR

    • Machine Learning: SageMaker, Rekognition

    • Example: I have used EC2 to host a web application and S3 to store static files.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep you basics clear and be confident.
Be sure to put only those things in your resume which are really in your knowledge area.
Revise your project work.
Dont act oversmart.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Java : mainly conceptual knowledge of basics, OOPs, exceptional handling,constructors.
  • Q2. Questions like " what is you do not get selected today ?"

Interview Preparation Tips

Interview preparation tips for other job seekers - This would be long paragraph but i hope it will help people.
Many candidates prepare very well for technical interviews, but do not take any preparation for HR or Managerial round. It is very important to prepare yourself for all the three. I could not answer 3 out of 8 or 10 technical questions (others were very confidently answered). HR and MR rounds are not just communication rounds but they are the rounds where you will be kind of judged and will be evaluated as a human being. Questions like " what would you do as a team leader if two of your team members are arguing over a technical decision " judges your way of approach as a leader in an environment and what kind of person you are. These all are my personal opinion it may differ from other people. Its ok to handle some answers but you have to be honest and express the real you because thats what will make you stand out of the crowd. I am an average CSE student, of-course I knew there will be candidates who would be better, so what could I do to stand out of the crowd ? Very simple : I smiled !! As soon as the interview started i greeted everyone with a positive smile and also kept it through out the interview ..!! That was my first impression to all the three interviewers. This showed that I was confident. Avoiding answers which are available on the internet and answering something which you feel and being right for the environment shows matters. Be confident, and be the original you, its probable that they may notice your originality which would obviously create a good impression.

Technical Advice : Try to give an example to support your answer. Do not give wrong answer. If you do not know an answer simply say that you do not remember it right now.

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed in Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Why Java is platform independent?
  • Ans. 

    Java is platform independent due to its bytecode and JVM.

    • Java code is compiled into bytecode which is platform-independent.

    • JVM (Java Virtual Machine) interprets the bytecode and executes it on any platform.

    • JVM acts as an abstraction layer between the Java code and the underlying hardware.

    • This allows Java programs to run on any platform that has a JVM installed.

    • For example, a Java program written on a Windows machine ca...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Java is platform-independent because it does not depend on any type of platform. Hence, Java is platform-independent language. In Java, programs are compiled into byte code and that byte code is platform-independent. ... Any machine to execute the byte code needs the Java Virtual Machine.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1.Describe a situation where you have taken a quick decision and failed, and a situation where you succeeded. 2. What is a skill you have tried to achieve but failed? 3. Describe a decision you have taken ...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Always try to take risk in small problems . When you face the consequences, you would be able to tackle bigger problems.
2. Every skill you learn, even if you didn't excel in it is not to be considered a waste of time/failure, you learn something simply by participating.
Contribute & help others!
anonymous
You can choose to be anonymous

Torry Harris Integration Solutions Interview FAQs

What are the top questions asked in Torry Harris Integration Solutions Associate Software Engineer Trainee interview?

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

  1. Write a program to demonstrate the method overloading and method overwrit...read more
  2. Write a query to get second highest Salary in the given ta...read more
  3. 3) What are call by reference and call by val...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

Bonafide Research & Marketing

No Interviews

INTERVIEWS

Confederation of Indian Industry

No Interviews

INTERVIEWS

Confederation of Indian Industry

No Interviews

INTERVIEWS

L&T Technology Services

No Interviews

INTERVIEWS

CARE Analytics and Advisory

No Interviews

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
CitiusTech Interview Questions
3.4
 • 270 Interviews
View all
7% more than the average Associate Software Engineer Trainee Salary in India
View more details

Torry Harris Integration Solutions Associate Software Engineer Trainee Reviews and Ratings

based on 5 reviews

2.8/5

Rating in categories

1.7

Skill development

2.2

Work-life balance

2.7

Salary

2.7

Job security

2.8

Company culture

2.2

Promotions

2.8

Work satisfaction

Explore 5 Reviews and Ratings
Associate Software Engineer
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
941 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
336 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
141 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
117 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Torry Harris Integration Solutions with

LTIMindtree

3.8
Compare

Tech Mahindra

3.5
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent