Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Transaction Solution International India Operations Manager Interview Questions and Answers

Updated 24 May 2022

Transaction Solution International India Operations Manager Interview Experiences

1 interview found

I applied via Referral and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. About yourself, experience, and current CTC/expectations
Round 2 - One-on-one 

(1 Question)

  • Q1. Previous Experiences, Reason for leaving, process related questions, how to manage team etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to be confident and polite while speaking.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Sep 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What difference you can bring to Company using your expertise.

Interview Preparation Tips

Interview preparation tips for other job seekers - Try being honest and don’t presume things. While you complete interview, the process is not done yet, make sure when you get a chance to ask questions - You are prepared and sound confident.
You don’t have to be out of the box thinker while answering in Interview but while you answer, ensure the answers are not same and repeated once, try to bring some fresh answers for day to day challenges. If you happen to talk about Operations, don’t only talk about challenges, talk on the lines of learning and positive aspects of your decision taken.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jan 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Aptitude Test 

Grammer
Typing test
Essay writing

Round 3 - One-on-one 

(4 Questions)

  • Q1. Introduction must be fluent with positive tone and positive answer to every situation avoid fake answer.
  • Q2. Difference between ios and android What come to your mind when talk about UK Okay with rotation shift Any leave in near future
  • Ans. 

    iOS and Android are two different mobile operating systems with different features and user interfaces.

    • iOS is exclusive to Apple devices while Android is used by multiple manufacturers

    • iOS has a more closed system with limited customization options while Android is more open and customizable

    • iOS has a more consistent user interface across devices while Android can vary depending on the manufacturer

    • Android has a wider ran...

  • Answered by AI
  • Q3. What best you are good at work?
  • Ans. 

    I am best at managing teams and ensuring efficient workflow.

    • Strong leadership skills

    • Effective communication

    • Ability to delegate tasks

    • Problem-solving and decision-making

    • Time management and organization

    • Motivating and inspiring team members

  • Answered by AI
  • Q4. What if your Diwali leaves get cancel 2 days before diwali What is best about your phone? How you make best use of unlimited wifi?
  • Ans. 

    I would try to negotiate with my manager and see if I can take the leaves on some other dates.

    • I would first try to talk to my manager and explain the situation

    • I would try to negotiate and see if I can take the leaves on some other dates

    • If that is not possible, I would try to make the most of the remaining days and celebrate Diwali with my family and friends

    • I would also try to take some time off during the weekend to ma

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion Leave and Medical policies Documents

Interview Preparation Tips

Interview preparation tips for other job seekers - Use positive tone
Learn about phone and UK if applying for chat or voice process
Reply positive and avoid hindi fillers
Keep smile and be interactive share ur live examples how to sort any good technical case or situation.
Avoid begging for job instead show ur skills

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I applied via Company Website and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Panel interview 

(1 Question)

  • Q1. Skills and experience
Round 2 - Panel interview 

(1 Question)

  • Q1. Behavioral question
Round 3 - Panel interview 

(1 Question)

  • Q1. Project management

Interview Preparation Tips

Interview preparation tips for other job seekers - Star method
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. They ask you questions about avp level but hire u as a team manager as an individual contributor
Round 2 - One-on-one 

(1 Question)

  • Q1. They ask questions about avp level. But then hire you as an individual contributor and they tag you as a team manager
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - HR 

(2 Questions)

  • Q1. Previous professional role and experience
  • Q2. Previous process experience and role
Round 3 - One-on-one 

(2 Questions)

  • Q1. How to handle negotiation in sales
  • Ans. 

    Negotiation in sales requires active listening, understanding needs, building rapport, and finding win-win solutions.

    • Listen actively to the client's needs and concerns

    • Understand the client's priorities and budget constraints

    • Build rapport and trust with the client to create a positive relationship

    • Focus on finding win-win solutions that benefit both parties

    • Be prepared to compromise but also know your bottom line

  • Answered by AI
  • Q2. Industry knowledge and challenges

Interview Preparation Tips

Round: Resume Shortlist
Experience: 4 years og experience

I was interviewed before May 2016.

Interview Questionnaire 

1 Question

  • Q1. I was given a paragraph to read and was asked to narrate the last movie i saw

Interview Preparation Tips

Round: Test
Experience: We were given reasoning questions and topics for essay
Tips: Be calm when solving the reasoning questions and focus on your spellings and vocab while writing the essay
Duration: 5 minutes

Round: Case Study Interview
Experience: I first narrated the paragraph that was given to me then the story of the last movie that i saw
Tips: Patience and story flow is all one needs to concentrate on

Skills: Communication And Confidence
College Name: SD college

I was interviewed before Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

It was conducted in Hacker rank which consisted of 10 aptitude questions that included C, C++, Java MCQ. 2 programming questions were also given.

  • Q1. 

    Minimum Cost Path Problem Statement

    Given an N x M matrix filled with integers, determine the minimum sum obtainable from a path that starts at a specified cell (x, y) and ends at the top left corner of t...

  • Ans. 

    The problem involves finding the minimum sum path from a specified cell to the top left corner of a matrix.

    • Start from the specified cell and calculate the minimum sum path to reach the top left corner using dynamic programming.

    • Consider the three possible moves: down, right, and down-right diagonal.

    • Keep track of the minimum sum at each cell and update it based on the minimum of the three possible moves.

    • Finally, the mini...

  • Answered by AI
  • Q2. 

    Balanced Parentheses Combinations

    Given an integer N representing the number of pairs of parentheses, find all the possible combinations of balanced parentheses using the given number of pairs.

    Explanati...

  • Ans. 

    Generate all possible combinations of balanced parentheses for a given number of pairs.

    • Use backtracking to generate all possible combinations of balanced parentheses.

    • Keep track of the number of open and close parentheses used in each combination.

    • Recursively generate combinations by adding open parentheses if there are remaining, and closing parentheses if the number of open parentheses is greater than the number of clo...

  • Answered by AI
Round 2 - Face to Face 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Technical round with questions based on data structures, oops and networking.

  • Q1. 

    Character Counting Challenge

    Create a program that counts and prints the total number of specific character types from user input. Specifically, you need to count lowercase English alphabets, numeric digi...

  • Ans. 

    Create a program to count lowercase alphabets, digits, and white spaces from user input until '$' is encountered.

    • Read characters from input stream until '$' is encountered

    • Count lowercase alphabets, digits, and white spaces separately

    • Print the counts of each character type as three integers separated by spaces

  • Answered by AI
  • Q2. 

    K Largest Elements Problem Statement

    Given an unsorted array containing 'N' integers, you are required to find 'K' largest elements from the array and return them in non-decreasing order.

    Input:

    The fir...
  • Ans. 

    Find K largest elements in an unsorted array and return them in non-decreasing order.

    • Sort the array in non-decreasing order.

    • Return the last K elements of the sorted array.

  • Answered by AI
  • Q3. How can you check whether you have an internet connection on your system?
  • Ans. 

    To check internet connection on a system, you can use various methods like pinging a website or checking network status.

    • Use ping command to check connectivity to a website (e.g. ping www.google.com)

    • Check network status using network settings or command line tools

    • Try accessing a website or online service to verify internet connection

  • Answered by AI
  • Q4. What happens when you type a URL in a web browser?
  • Ans. 

    When you type a URL in a web browser, the browser sends a request to the server hosting the website, which then responds with the necessary files to display the webpage.

    • Browser checks cache for DNS resolution

    • If not found, browser sends a DNS query to resolve the domain name to an IP address

    • Browser establishes a TCP connection with the server

    • Browser sends an HTTP request to the server for the webpage

    • Server processes the...

  • Answered by AI
Round 3 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Technical round with questions based on data structures, oops and networking.

  • Q1. 

    Counting Sort Problem Statement

    Ninja is learning about sorting algorithms, specifically those that do not rely on comparisons. Can you help Ninja implement the counting sort algorithm?

    Example:

    Input:
    ...
  • Ans. 

    Implement counting sort algorithm to sort an array of integers without comparisons.

    • Count the frequency of each element in the input array.

    • Calculate the prefix sum of frequencies to determine the position of each element in the sorted array.

    • Place each element in its correct position based on the prefix sum.

    • Time complexity of counting sort is O(n+k), where n is the number of elements and k is the range of input.

    • Example: ...

  • Answered by AI
  • Q2. What are the applications of the Fibonacci series in real life?
  • Ans. 

    The Fibonacci series has applications in various fields such as mathematics, computer science, art, and nature.

    • Used in algorithms for optimization problems and dynamic programming.

    • Found in nature, such as the arrangement of leaves on a stem, the branching of trees, and the spiral shapes of shells.

    • Applied in financial markets for predicting stock prices and analyzing market trends.

    • Utilized in art and design for creating

  • Answered by AI
Round 4 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR round where the interviewer asked questions to know more about me.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAPaypal interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

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.

Application resume tips for other job seekers

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.

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed before Jan 2021.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

I couldn't find an optimal approach to the first question, so she skipped that question and proceeded to next questions. Remaining questions I have answered satisfactorily.

  • Q1. 

    Subset Sum Equal To K Problem Statement

    Given an array/list of positive integers and an integer K, determine if there exists a subset whose sum equals K.

    Provide true if such a subset exists, otherwise r...

  • Ans. 

    Given an array of positive integers and an integer K, determine if there exists a subset whose sum equals K.

    • Use dynamic programming to solve this problem efficiently

    • Create a 2D array to store if a subset with a particular sum exists

    • Iterate through the array and update the 2D array accordingly

    • Check if the value at the end of the iteration is true for the given K

  • Answered by AI
  • Q2. 

    BFS Traversal in a Graph

    Given an undirected and disconnected graph G(V, E) where V vertices are numbered from 0 to V-1, and E represents edges, your task is to output the BFS traversal starting from the ...

  • Ans. 

    BFS traversal in a disconnected graph starting from vertex 0.

    • Implement BFS algorithm to traverse the graph starting from vertex 0.

    • Use a queue to keep track of visited nodes and their neighbors.

    • Ensure to print the traversal sequence in the correct order.

    • Handle disconnected components by checking for unvisited nodes.

    • Follow the BFS approach of exploring neighbors before moving to the next level.

  • Answered by AI
Round 2 - HR 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

I told that my strength is problem solving and I can always find a way when there is a bottle-neck. Gave some examples of my experiences while doing my assignments.

  • Q1. 

    Replace Spaces in a String

    Given a string STR consisting of words separated by spaces, your task is to replace all spaces between words with the characters "@40".

    Input:

    The first line contains an integ...
  • Ans. 

    Replace spaces in a string with '@40'.

    • Iterate through each character in the string

    • Replace spaces with '@40'

    • Return the modified string

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAPaypal interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

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.

Application resume tips for other job seekers

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.

Final outcome of the interviewSelected

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Transaction Solution International India Interview FAQs

How many rounds are there in Transaction Solution International India Operations Manager interview?
Transaction Solution International India interview process usually has 2 rounds. The most common rounds in the Transaction Solution International India interview process are HR and One-on-one Round.

Recently Viewed

INTERVIEWS

Transaction Solution International India

No Interviews

INTERVIEWS

Transaction Solution International India

No Interviews

INTERVIEWS

Transaction Solution International India

No Interviews

SALARIES

Imeg Engineering India

LIST OF COMPANIES

Transaction Solution International India

Locations

INTERVIEWS

Transaction Solution International India

No Interviews

SALARIES

Transaction Solution International India

INTERVIEWS

CTech InfoSolutions

No Interviews

SALARIES

Transaction Solution International India

INTERVIEWS

Dassault Systemes

Fresher

10 top interview questions

Tell us how to improve this page.

Interview Questions from Similar Companies

FIS Interview Questions
3.9
 • 482 Interviews
PayPal Interview Questions
3.9
 • 207 Interviews
Fiserv Interview Questions
3.0
 • 172 Interviews
Diebold Nixdorf Interview Questions
3.8
 • 45 Interviews
Worldline Interview Questions
3.9
 • 29 Interviews
Verifone Interview Questions
3.3
 • 24 Interviews
Icl Fincorp Interview Questions
3.2
 • 17 Interviews
Sonata Finance Interview Questions
3.9
 • 12 Interviews
View all
30% less than the average Operations Manager Salary in India
View more details

Transaction Solution International India Operations Manager Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

4.5

Skill development

4.1

Work-life balance

4.1

Salary

4.5

Job security

5.0

Company culture

4.5

Promotions

4.5

Work satisfaction

Explore 2 Reviews and Ratings
Senior Executive
86 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
48 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive
42 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Manager
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Transaction Solution International India with

FIS

3.9
Compare

Fiserv

3.0
Compare

PayPal

3.9
Compare

Worldline

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview