i
Filter interviews by
OOP (Object-Oriented Programming) is a programming paradigm based on objects and classes to structure software design.
Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).
Inheritance: Mechanism to create a new class from an existing class, inheriting its properties (e.g., a 'Dog' class inheriting from an 'Animal' class).
Polymorphism: Ability to present the same interfac...
The 'super' keyword in Java is used to refer to the superclass of the current object, enabling access to its methods and variables.
Access superclass methods: 'super.methodName()' calls a method from the parent class.
Access superclass constructors: 'super()' can be used to invoke the parent class constructor.
Access superclass variables: 'super.variableName' allows access to a variable from the parent class.
Resolve ...
A palindrome is a string that reads the same forwards and backwards, like 'racecar' or 'level'.
Definition: A palindrome is a word, phrase, or sequence that reads the same backward as forward. Example: 'madam'.
Ignoring Cases: When checking for palindromes, ignore case sensitivity. 'Racecar' is a palindrome.
Ignoring Spaces and Punctuation: Consider only alphanumeric characters. 'A man, a plan, a canal, Panama!' is a...
To check the square root of a number, you can use mathematical methods or programming functions to find its value.
Mathematical Method: The square root of a number 'x' can be calculated using the formula √x.
Using Programming Languages: Most programming languages have built-in functions. For example, in Python, use 'math.sqrt(x)'.
Newton's Method: An iterative numerical method to approximate square roots, starting wi...
Reversing an array involves rearranging its elements in the opposite order.
Use a loop to swap elements from the start and end until the middle is reached. Example: ['a', 'b', 'c'] becomes ['c', 'b', 'a'].
In Python, you can use slicing: arr[::-1] to reverse. Example: ['apple', 'banana'] becomes ['banana', 'apple'].
In JavaScript, use the reverse() method: arr.reverse(). Example: ['one', 'two'] becomes ['two', 'one']...
Storage specifiers are keywords used in programming languages to define the scope and lifetime of variables.
Storage specifiers determine where a variable is stored in memory and how long it will exist.
Examples of storage specifiers include 'static', 'auto', 'register', and 'extern'.
Static variables have a lifetime that lasts for the entire program execution, while auto variables have a lifetime that lasts only wit...
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
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.
...
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'};
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; }
I appeared for an interview in Jan 2025.
Aptitude ,logical, math and reasoning
On languages like C, SQL, Java and python
I applied via Campus Placement
Mathematics and general aptitude questions.
Two coding questions need to be solved.
I applied via Recruitment Consulltant and was interviewed before Dec 2023. There were 4 interview rounds.
I am a results-driven sales professional with over 10 years of experience in exceeding targets and building strong client relationships.
Experienced in developing and implementing sales strategies to drive revenue growth
Proven track record of meeting and exceeding sales targets consistently
Skilled in building and maintaining strong relationships with clients and stakeholders
Strong communication and negotiation skills
Pro...
I have over 10 years of experience in sales, with a proven track record of exceeding targets and building strong client relationships.
Extensive experience in B2B sales
Strong negotiation skills
Ability to identify and capitalize on market trends
Excellent communication and presentation skills
Track record of consistently exceeding sales targets
Experience in building and maintaining long-term client relationships
You will be provided with a case study, and you are required to work on it as directed by the interviewer before submitting it. You will be given one or two days to complete this task.
I have a proven track record in sales, strong communication skills, and the ability to build and maintain client relationships.
Proven track record in exceeding sales targets
Strong communication skills to effectively convey product benefits
Ability to build and maintain client relationships for long-term partnerships
I was motivated to choose Torry Harris for my career because of its reputation for innovation and growth opportunities.
Torry Harris has a strong reputation for innovation in the IT industry
The company offers excellent growth opportunities for career advancement
I was impressed by the company's focus on cutting-edge technology and solutions
I am available to join the company immediately.
I can start within two weeks of receiving an offer.
I have no prior commitments that would delay my start date.
I am excited about the opportunity and eager to begin contributing to the team.
Reasoning
aptitude
numbering
Based on the job profile,
basics of programming language, DSA, Database
There will be aroung 30 mcqs u have to clear that to go for the next round
Basic aptitude questions like time and distance blood relation and logical reasoning.
posted on 29 Aug 2023
Time and Work, Profit loss, etc
I applied via Campus Placement and was interviewed in Sep 2022. There were 2 interview rounds.
It was not tough, hr was tricky and rude not genuine
Pointers are variables that store memory addresses. They are used to manipulate data and create dynamic data structures.
Pointers are used to pass memory addresses as arguments to functions
They can be used to dynamically allocate memory
Pointers can be used to create linked lists and trees
They can also be used to access hardware directly
Null pointers are used to indicate that a pointer does not point to a valid memory ad...
Storage specifiers are keywords used in programming languages to define the scope and lifetime of variables.
Storage specifiers determine where a variable is stored in memory and how long it will exist.
Examples of storage specifiers include 'static', 'auto', 'register', and 'extern'.
Static variables have a lifetime that lasts for the entire program execution, while auto variables have a lifetime that lasts only within t...
I enjoy playing the guitar and hiking in my free time.
Playing the guitar
Hiking
Top trending discussions
The duration of Torry Harris Integration Solutions interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 15 interview experiences
Difficulty level
Duration
based on 738 reviews
Rating in categories
Associate Software Engineer
1.1k
salaries
| ₹2.5 L/yr - ₹7.2 L/yr |
Software Engineer
967
salaries
| ₹5.1 L/yr - ₹13 L/yr |
Senior Software Engineer
300
salaries
| ₹13.4 L/yr - ₹23 L/yr |
Software Developer
129
salaries
| ₹5.1 L/yr - ₹13.7 L/yr |
Technical Lead
109
salaries
| ₹17.5 L/yr - ₹27.6 L/yr |
Xoriant
Photon Interactive
CitiusTech
Iris Software