i
OpenText Technologies
Filter interviews by
I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.
Given input string- This is opentext.
OP- sihT si txtetnepo.
Page Object Model is a design pattern used in test automation to create an object repository for web elements on a page.
It helps in separating the test scripts from the web elements, making the code more maintainable and reusable.
Each web page is represented as a class, and the web elements on the page are defined as variables within the class.
Methods are created within the class to perform actions on the web elements,...
I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.
Some general aptitude
I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 2 interview rounds.
BPO stands for Business Process Outsourcing.
BPO involves contracting out specific business functions to a third-party service provider.
Common BPO services include customer support, accounting, and human resources.
BPO can help companies save costs and improve efficiency.
Examples of BPO companies include Accenture, IBM, and Infosys.
A palindrome for a string is a word, phrase, number, or other sequence of characters that reads the same forward and backward.
Check if the string is equal to its reverse to determine if it is a palindrome.
Ignore spaces and punctuation when checking for palindromes.
Examples: 'racecar', 'madam', '1221'
I applied via Recruitment Consulltant and was interviewed in Nov 2022. There were 2 interview rounds.
Answering interview questions about resource allocation and conflict resolution.
When allocating resources, consider the project requirements, team capabilities, and available resources.
Steps for resource allocation include identifying project needs, assessing resource availability, prioritizing tasks, and assigning resources accordingly.
Before allocating resources, factors like budget, time constraints, and skill sets ...
Resource allocation requires careful planning and consideration of various factors.
Identify the goals and objectives of the project
Assess the available resources and their capabilities
Prioritize the tasks and allocate resources accordingly
Consider the timeline and deadlines
Monitor and adjust the allocation as needed
I will deal with conflict in resource management by promoting open communication, prioritizing tasks, and finding compromises.
Encourage open communication to address conflicts and concerns
Prioritize tasks based on urgency and importance
Find compromises that satisfy all parties involved
Delegate responsibilities effectively to avoid resource conflicts
Use conflict resolution techniques such as negotiation and mediation
Pro...
posted on 13 Mar 2021
I applied via Naukri.com and was interviewed in Feb 2021. There was 1 interview round.
I appeared for an interview before Jan 2021.
Round duration - 120 Minutes
Round difficulty - Medium
The test included MCQ questions from SQL, Linux Commands, C/C++ programming, Logical Reasoning, Aptitude questions. The other section was the coding round, where 2 SQL queries and 2 coding questions were there.
You are provided with an array/list ARR
of length N
containing only 0s and 1s. Your goal is to determine the number of non-empty subarrays where the numbe...
Count the number of subarrays where the number of 0s is equal to the number of 1s in a given array of 0s and 1s.
Iterate through the array and keep track of the count of 0s and 1s encountered so far.
Use a hashmap to store the count of 0s and 1s encountered at each index.
For each index, check if the count of 0s is equal to the count of 1s encountered so far and update the result accordingly.
Determine if an array contains a Pythagorean triplet by checking whether there are three integers x, y, and z such that x2 + y2 = z2 within the array.
The first lin...
Detect if an array contains a Pythagorean triplet by checking if there are three integers x, y, and z such that x^2 + y^2 = z^2.
Iterate through all possible triplets of numbers in the array and check if they form a Pythagorean triplet.
Use a nested loop to generate all possible combinations of three numbers from the array.
Check if the sum of squares of two numbers is equal to the square of the third number for each trip...
Round duration - 50 Minutes
Round difficulty - Medium
This was a standard DSA round where I was asked to solve 2 questions and also code it in a production ready manner . At the end I was also asked some questions related to Linux and SQL . I was tested on some basic commands of Linux .
Given a string S
, your task is to return all distinct palindromic substrings of the given string in alphabetical order.
A string is considered a pal...
Return all distinct palindromic substrings of a given string in alphabetical order.
Iterate through all possible substrings of the given string.
Check if each substring is a palindrome.
Store distinct palindromic substrings in alphabetical order.
Given two integers a
and b
, your task is to swap these numbers and output the swapped values.
The first line contains a single integer 't', representing the num...
Swap two integers 'a' and 'b' and output the swapped values.
Create a temporary variable to store one of the integers before swapping.
Swap the values of 'a' and 'b' using the temporary variable.
Output the swapped values of 'a' and 'b'.
Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity, while denormalization is the process of intentionally adding redundancy to improve query performance.
Normalization involves breaking down a table into smaller tables and defining relationships between them to reduce redundancy and dependency.
Denormalization involves combining tables or adding redundant data to...
Round duration - 60 Minutes
Round difficulty - Medium
This was a DS/Algo + Core round where I was asked questions related to DBMS , SQL queries and Linux Commands . The first question was of DSA and I was able to code it preety fast . I was also asked to execute some SQL queries on my laptop.
Overall , this round went good according to my opinion.
Your task is to determine if two given strings are anagrams of each other. Two strings are considered anagrams if you can rearrange the letters of one string to form the...
Check if two strings are anagrams of each other by comparing their sorted characters.
Sort the characters of both strings and compare them.
Use a dictionary to count the frequency of characters in each string and compare the dictionaries.
Ensure both strings have the same length before proceeding with comparison.
Handle edge cases like empty strings or strings with different lengths.
Use SQL query with GROUP BY and HAVING clause to delete duplicate emails from a database.
Use GROUP BY clause to group emails together
Use HAVING clause to filter out groups with more than one email
Use DELETE statement to remove duplicate emails
DELETE removes specific rows from a table, while TRUNCATE removes all rows and resets auto-increment values.
DELETE is a DML command, while TRUNCATE is a DDL command.
DELETE can be rolled back, while TRUNCATE cannot be rolled back.
DELETE triggers ON DELETE triggers, while TRUNCATE does not trigger any triggers.
DELETE is slower as it maintains logs, while TRUNCATE is faster as it does not maintain logs.
Example: DELETE FRO...
Round duration - 30 Minutes
Round difficulty - Easy
This was a typical HR round with some standard Behavioral questions .
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
posted on 8 Apr 2022
I applied via Naukri.com and was interviewed before Apr 2021. There were 3 interview rounds.
Aptitude test will a hackerrank test where it might have technical MCQ and/or coding test.
based on 1 interview
Interview experience
Software Engineer
1k
salaries
| ₹6.5 L/yr - ₹26 L/yr |
Senior Software Engineer
922
salaries
| ₹12 L/yr - ₹40 L/yr |
Lead Software Engineer
386
salaries
| ₹16 L/yr - ₹50 L/yr |
Associate Software Engineer
373
salaries
| ₹6.6 L/yr - ₹17 L/yr |
Software Developer
238
salaries
| ₹5.7 L/yr - ₹23 L/yr |
Amdocs
Automatic Data Processing (ADP)
24/7 Customer