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 Software Developer Interview Questions and Answers

Updated 15 Feb 2024

Torry Harris Integration Solutions Software Developer Interview Experiences

2 interviews found

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

(5 Questions)

  • Q1. What is difference between sid 1 and sid 2
  • Ans. 

    SID 1 and SID 2 are two different system identifiers used in software development.

    • SID 1 is used to identify a specific software component or module.

    • SID 2 is used to identify a specific software instance or version.

    • SID 1 is typically assigned during the development phase, while SID 2 is assigned during deployment or release.

    • SID 1 helps in managing and organizing the codebase, while SID 2 helps in tracking and managing d

  • Answered by AI
  • Q2. Run time behaviour of scan
  • Ans. 

    The run time behavior of scan refers to how a scanning operation behaves during execution.

    • Scan is a common operation used to read input from a source, such as a file or user input.

    • The run time behavior of scan depends on the programming language and the specific implementation of the scan function.

    • Scan typically reads input sequentially and stops when it encounters a delimiter or reaches the end of the input.

    • The behavi...

  • Answered by AI
  • Q3. What type of components we can use
  • Ans. 

    Components that can be used in software development

    • Libraries: reusable code that provides specific functionality

    • Frameworks: a collection of libraries and tools that provide a foundation for building software

    • APIs: interfaces that allow different software components to communicate with each other

    • Databases: storage systems for managing and organizing data

    • UI components: user interface elements like buttons, forms, and menu...

  • Answered by AI
  • Q4. How many paralleisms are there
  • Q5. Multifile system

Skills evaluated in this interview

Software Developer interview

user image Tech and Target

posted on 4 Jan 2022

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray SumGiven an array of numbers, find the maximum s ... read more
asked in Cognizant
Q2. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) ... read more
asked in Rakuten
Q3. Merge two sorted arraysNinja has been given two sorted integer ar ... read more
asked in GlobalLogic
Q4. Terms Of APAyush is given a number ‘X’. He has been told that he ... read more
asked in Amazon
Q5. Minimum Number of Platform NeededYou are given the arrival and de ... 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
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
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Online zoom coding test will be there - 4 questions - 2 about output of code & 2 about technical questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Polymorphism and explain about virtual polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Virtual polymorphism is achieved through virtual functions in C++.

    • Virtual functions allow a function in a base class to be overridden in a derived class.

    • Example: Animal class with virtual function 'makeSound' overridden in Dog a

  • Answered by AI
  • Q2. Write code for virtual polymorphism and explain
  • Ans. 

    Virtual polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Create a base class with virtual functions

    • Create derived classes that override the virtual functions

    • Use pointers or references of the base class to call the overridden functions

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. About yourself should explain
  • Q2. Reason for job change
  • Q3. Salary negotiations and location

Interview Preparation Tips

Interview preparation tips for other job seekers - I have interviewed for c++ developer role in incedo company - please make sure you are completely aware of every functions and keywords relate to c++ concepts.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic Java Question
  • Q2. Spring Boot related questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Design a rest API and code it.
  • Ans. 

    Design and code a REST API for a software developer interview.

    • Define the endpoints and HTTP methods for the API (e.g. GET /users, POST /users)

    • Implement authentication and authorization mechanisms (e.g. JWT tokens)

    • Use proper status codes for responses (e.g. 200 OK, 401 Unauthorized)

    • Include error handling and validation for input data

    • Document the API using tools like Swagger or OpenAPI

  • Answered by AI
  • Q2. Questions related to JPA HIBERNATE SQL
Round 3 - One-on-one 

(2 Questions)

  • Q1. Discussion related to Last company Project and architecture level questions
  • Q2. Write code to calculate frequency of a word using Stream API and lambda expressions
  • Ans. 

    Calculate word frequency using Stream API and lambda expressions

    • Use Stream API to convert array of strings to stream

    • Use Collectors.groupingBy to group words by their frequency

    • Use Collectors.counting to count the occurrences of each word

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Shine and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Normal coding round with simple oa complexity

Round 2 - One-on-one 

(2 Questions)

  • Q1. Discussion on projects
  • Q2. Culture fit check

Interview Preparation Tips

Interview preparation tips for other job seekers - go thru projects and problem solving
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How does consumer, producer work in kafka
  • Ans. 

    Consumers read data from topics, while producers write data to topics in Kafka.

    • Consumers subscribe to topics to read messages from them

    • Producers publish messages to topics for consumers to read

    • Consumers can be part of a consumer group to scale out consumption

    • Producers can specify key for messages to control partitioning

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. SOLID principles
  • Q2. Microservice Architecture and Kafka

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with core concepts.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Questions on spring boot and question around spring annotations and its benifits
  • Q2. Questions on Java 8 - 21 versions such as virtual threads and stream API
  • Q3. Question on Databases fundamentals.

Interview Preparation Tips

Interview preparation tips for other job seekers - The process was simple and crisp
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Asked some basic level questions

Round 2 - Coding Test 

Asked little bit hard questions

Round 3 - Coding Test 

Asked depth questions and wrote some sample programs

Round 4 - Technical 

(1 Question)

  • Q1. Wrote some sample program
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion

Torry Harris Integration Solutions Interview FAQs

How many rounds are there in Torry Harris Integration Solutions Software Developer interview?
Torry Harris Integration Solutions interview process usually has 1 rounds. The most common rounds in the Torry Harris Integration Solutions interview process are Technical.
How to prepare for Torry Harris Integration Solutions Software Developer 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 SQL, Unix, Analytical, Testing and Unit Testing.
What are the top questions asked in Torry Harris Integration Solutions Software Developer interview?

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

  1. What is difference between sid 1 and si...read more
  2. What type of components we can ...read more
  3. Run time behaviour of s...read more

Tell us how to improve this page.

Torry Harris Integration Solutions Software Developer Salary
based on 135 salaries
₹3.8 L/yr - ₹15.9 L/yr
13% more than the average Software Developer Salary in India
View more details

Torry Harris Integration Solutions Software Developer Reviews and Ratings

based on 10 reviews

4.3/5

Rating in categories

4.1

Skill development

4.3

Work-Life balance

4.4

Salary & Benefits

4.1

Job Security

3.9

Company culture

4.0

Promotions/Appraisal

4.0

Work Satisfaction

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

₹2.5 L/yr - ₹8.5 L/yr

Software Engineer
944 salaries
unlock blur

₹4.4 L/yr - ₹15 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
112 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