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

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

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. There were two technical and one HR round. Question were scenario based on sql and .net applications.
  • Q2. Replication of Databases
  • Ans. 

    Replication of databases involves copying and maintaining multiple copies of the same database for redundancy and fault tolerance.

    • Replication helps in ensuring high availability and fault tolerance by having multiple copies of the same data.

    • There are different types of replication such as master-slave replication, master-master replication, and multi-master replication.

    • Replication can be synchronous or asynchronous, wi...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. I was not selected for round two
  • Q2. I am not aware of question in 2nd technical
Round 3 - HR 

(1 Question)

  • Q1. I was not selected for HR round
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What is the internal working of a hashmap?
  • Q2. Design a Least Recently Used (LRU) cache.
Round 2 - Technical 

(2 Questions)

  • Q1. What are the SOLID principles in software engineering?
  • Q2. What design patterns have you worked with?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Data structure was more and it was difficult round

Round 2 - Technical 

(1 Question)

  • Q1. It will depend on interviewer
Round 3 - Behavioral 

(1 Question)

  • Q1. It will be depending on Manager who is taking interview
Round 4 - HR 

(1 Question)

  • Q1. It will be very smooth

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a very good company overall I had very good learning and experience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Coding Test 

Test will be in hacker rank there would be a difficulty level between easy to medium

Round 2 - Technical 

(1 Question)

  • Q1. Question will be from data structure and easy to medium level of the programming laanguage question
Round 3 - HR 

(1 Question)

  • Q1. This is just to check your english ability
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic things.. same as any company

Round 2 - Coding Test 

Basic coding, 2 codes asked.

Round 3 - Technical 

(2 Questions)

  • Q1. Project discussion
  • Q2. Skills in my resule
  • Ans. 

    My skills include programming languages like Java, Python, and C++, as well as experience with databases and problem-solving.

    • Proficient in Java, Python, and C++ programming languages

    • Experience with databases such as MySQL and MongoDB

    • Strong problem-solving skills demonstrated through projects and coding challenges

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. Why incedo? Why job switch?
  • Ans. 

    Incedo offers exciting opportunities for growth and learning in the software engineering field. Job switch for new challenges and career advancement.

    • Incedo provides a dynamic work environment with cutting-edge technologies.

    • Opportunity to work on diverse projects and enhance skills.

    • Career growth prospects and learning opportunities at Incedo.

    • Desire for new challenges and professional development.

    • Alignment of career goal

  • Answered by AI
  • Q2. How re you useful for our organization

Interview Preparation Tips

Topics to prepare for Incedo Software Engineer Trainee interview:
  • Resume
Interview preparation tips for other job seekers - Be confident. Prepare basics very well.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between Scheduled script and Map reduce script?
  • Ans. 

    Scheduled script runs on a predefined schedule, while Map reduce script processes large datasets in parallel.

    • Scheduled script is used for automating tasks at specific times, like sending reports daily at 8am.

    • Map reduce script is used for processing large datasets by splitting them into smaller chunks and processing them in parallel.

    • Scheduled script is typically used for routine tasks, while Map reduce script is used fo...

  • Answered by AI
  • Q2. Types of scripts in NetSuite.
  • Ans. 

    Types of scripts in NetSuite include SuiteScript, SuiteTalk, SuiteFlow, and SuiteBuilder.

    • SuiteScript: JavaScript-based scripts for customizing NetSuite functionality.

    • SuiteTalk: Web services integration for connecting NetSuite with external systems.

    • SuiteFlow: Visual workflow tool for automating business processes.

    • SuiteBuilder: Customization tool for modifying NetSuite forms, fields, and records.

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on java , spring boot , containarisation tools, coding, SOLID principles
Round 2 - Assignment 

5 coading questions were asked in it

Round 3 - HR 

(1 Question)

  • Q1. Manegerial round
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Fair and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About the design pattern
  • Q2. Coding questions in stream api

Interview Preparation Tips

Interview preparation tips for other job seekers - Not selected for round 2

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

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.6k 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
CitiusTech Interview Questions
3.4
 • 268 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

₹2 L/yr - ₹8.5 L/yr

Software Engineer
938 salaries
unlock blur

₹4.4 L/yr - ₹15.5 L/yr

Senior Software Engineer
335 salaries
unlock blur

₹7.1 L/yr - ₹23 L/yr

Software Developer
135 salaries
unlock blur

₹3 L/yr - ₹12.5 L/yr

Technical Lead
117 salaries
unlock blur

₹12.1 L/yr - ₹32 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