Upload Button Icon Add office photos

Filter interviews by

TMotions Global Interview Questions, Process, and Tips

Updated 15 Dec 2024

Top TMotions Global Interview Questions and Answers

View all 7 questions

TMotions Global Interview Experiences

Popular Designations

4 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. What were your previous projects?

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (8)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the opps?
  • Ans. 

    Opps is a typo, the correct term is OOPs which stands for Object-Oriented Programming.

    • OOPs stands for Object-Oriented Programming

    • It is a programming paradigm based on the concept of 'objects', which can contain data in the form of fields (attributes or properties) and code in the form of procedures (methods)

    • Encapsulation, inheritance, and polymorphism are key principles of OOPs

  • Answered by AI
  • Q2. Different between bootstrap and tailwindcss?
  • Ans. 

    Bootstrap is a CSS framework that provides pre-designed components and utilities, while TailwindCSS is a utility-first CSS framework that allows for more customization.

    • Bootstrap provides pre-designed components like buttons, forms, and navigation bars, while TailwindCSS focuses on utility classes for styling.

    • TailwindCSS allows for more customization and flexibility in styling compared to Bootstrap.

    • Bootstrap requires mo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read outside of the technology also. Because nowadays interviewers, they will not ask your field question. They will ask outside questions. They have to just pass the time for rejection.

Skills evaluated in this interview

Angular Developer Interview Questions asked at other Companies

Q1. How can you pass data between parent and child components?, what is component interaction
View answer (5)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Feb 2023. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Setup, Differences and Current project Code first Db vs Database First Db? and How to make changes from code side?
  • Ans. 

    Code first and Database first are two approaches to create a database. Changes can be made from code side using migrations.

    • Code first approach involves creating the database schema using code and then generating the database from it.

    • Database first approach involves creating the database schema using a visual designer and then generating the code from it.

    • Migrations can be used to make changes to the database schema from...

  • Answered by AI
  • Q2. Find 2nd Element from sql without using where caluse.
  • Ans. 

    Finding 2nd element from SQL without using WHERE clause.

    • Use OFFSET and LIMIT clauses to skip the first row and select the second row.

    • Order the result set by the desired column.

    • Example: SELECT column_name FROM table_name ORDER BY column_name OFFSET 1 LIMIT 1;

  • Answered by AI
  • Q3. CTE vs Temp Table. which one is best in sql stored procedure?
  • Ans. 

    CTE is better for complex queries, temp tables for large data sets.

    • CTE is more efficient for recursive queries and can improve readability.

    • Temp tables are better for large data sets and can be indexed for faster performance.

    • Consider the complexity and size of the data when choosing between CTE and temp tables.

  • Answered by AI
  • Q4. Having vs Group clause differences.
  • Ans. 

    HAVING clause filters groups while GROUP BY groups data based on a column.

    • GROUP BY is used to group data based on a column while HAVING is used to filter groups based on a condition.

    • HAVING clause is used with GROUP BY clause to filter groups based on a condition.

    • GROUP BY clause is used to group data based on a column and aggregate functions are used to perform calculations on each group.

    • Example: SELECT department, COUN...

  • Answered by AI
  • Q5. Generic in C#. Use cases and Exmaple.
  • Ans. 

    Generics in C# allow for type-safe programming and code reusability.

    • Generics allow for creating classes, interfaces, and methods that can work with any data type.

    • They provide compile-time type safety and eliminate the need for type casting.

    • Examples include List, Dictionary, and Nullable.

    • Generics can improve code performance by reducing boxing and unboxing operations.

Answered by AI
  • Q6. Delegates what, why and example.
  • Interview Preparation Tips

    Interview preparation tips for other job seekers - Intermediate type questions. Just prepare your fundamentals and Also keep in mind your current project architecture and your daily tasks and responsibilities.

    Skills evaluated in this interview

    Senior Software Engineer Interview Questions asked at other Companies

    Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
    View answer (6)
    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Coding Test 

    Coding questiona are related to the tech stack

    Round 2 - HR 

    (1 Question)

    • Q1. How many projects that you have worked on?

    Front end Developer Interview Questions asked at other Companies

    Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
    View answer (6)

    TMotions Global interview questions for popular designations

     Angular Developer

     (1)

     Business Analyst

     (1)

     Front end Developer

     (1)

     Senior Software Engineer

     (1)

    Jobs at TMotions Global

    View all

    Interview questions from similar companies

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

    (2 Questions)

    • Q1. Differences betweek UK and US english
    • Ans. 

      UK and US English differ in spelling, vocabulary, and pronunciation.

      • Spelling: UK uses 'colour' while US uses 'color'.

      • Vocabulary: UK says 'lorry' for truck, US says 'truck'.

      • Pronunciation: UK pronounces 'schedule' as 'shed-yool', US as 'sked-yool'.

    • Answered by AI
    • Q2. Create some taglines
    • Ans. 

      Creating catchy taglines to attract and engage audiences.

      • Think about the target audience and what message you want to convey

      • Keep it short and memorable

      • Use wordplay or puns to make it more interesting

      • Make sure it reflects the brand or product accurately

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - I am unclear about the reason for my rejection after my recent interview. It is puzzling how suitability for a role can be judged solely based on questions about the difference between UK and US english or by asking candidates to create taglines.
    Additionally, the interviewer appeared unprepared and lacked the expertise needed to assess candidates effectively. This raises serious concerns about the fairness and reliability of the selection process.
    A more comprehensive and fair evaluation process—focused on aligning skills and experience with the role's needs—would make a significant difference in finding the best fit for the position.
    Unfortunately, this was not reflected in my experience.
    Interview experience
    1
    Bad
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

    I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

    Round 1 - HR 

    (1 Question)

    • Q1. Basic questions about the experience and the product worked on

    Interview Preparation Tips

    Interview preparation tips for other job seekers - I interviewed with Techved consulting and had a horrible experience, it was like a bad dream.The process was a mess from start to finish ,process started with getting a call from the company HR, second interview was scheduled with CEO after 9 pm ,before logging in zoom call i confirmed with HR for the scheduled interview at 9 pm & was confirmed by HR ,waited for more than 15 minutes and nobody turned up ,after 9:15 pm HR says CEO is busy & rescheduled it to another day at same time 9 pm ,this time too before logging in I confirmed with HR if the CEO will turn up for the interview which I was told yes and I logged and waited for CEO to join but he didn't after multiple calls & Text to HR , finally CEO joins the meeting around 9:30 Pm,spoke to CEO for 10-15 minutes & he asked me to come down to his office for final conversation with him.Went to the mumbai office,they gave me a form to fill and strangely asked me to write an essay which i never did for any other company being having so many years of job experience.
    And also till the time you don't reach their office HR will follow up with you like anything ,once you enter the office then it's totally a different world. Mine second half of the day was totally wasted they call me in goregaon office & intentionally eats your time for the meet which was mutually pre booked and confirmed scheduled.So after filling the form i was made to wait for long time before this person Francis comes who was never present in whole process and again takes the interview & he asked everything in detail of companies worked ,your targets ,incentives, remuneration etc and when asked him about his company salary & incentive structure he didn't reply & said that will be informed later also the budget they have is less of what I am expecting but the incentive is great and people are making three times of salary as their incentive ,asked him whats the target given on which he reply it will be informed later ,They want to ask you everything & when you ask them response is, it will be informed later .I told him I already had a discussion with another HR about the budget on which i was assured its fairly in range and also I am here as per the CEO, for meeting him for final discussion.After that I was again made to wait for more than a hour and they keep moving you from 1st floor to 2nd floor as per their small conference room availability.After waiting for about 3 hour I told the HR that I am getting late & will be leaving as I have another work commitment on which HR looks for CEO and ask me to wait for few more minutes,just when I was about to meet CEO, Francis ask me to wait and sends a girl who came to interview much after me being there, which was highly unprofessional & then francis ask me to meet another guy on different floor for interview before meeting the CEO ,gave the interview to this new guy and again they want to know everything about you and when u ask about the job nature and process he said he is from finance team once you join the team will guide u ,also they don't pay u for the days you worked for since their salary cycle is 20 to 21 and they hold employee salary of the 10 days and give it as FNF when employee resigns which is absurd .So after extensively speaking with HR & CEO on call along with waiting for more than 3 hour Francis comes an says that I have more experience and they are looking for a junior role with less experience and I can leave now,I told him I spoke extensively with HR and also with the CEO ,who invited me for the final meeting .First company found where the HR is more powerful than CEO & override CEO commitment & does insult candidate with zero respect for candidate time. Too many hints they gave as Red Flag ,it's a typical lala company with baniya employees behaviour.
    -10 rating for Techwait Insulting company
    Ceo should make their HR write an essay on basic human interaction,work ethics ,Time management, professionalism & Toxic traits.
    Life Tip - before joining this company make sure you have a good Health & Term insurance .
    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (2 Questions)

    • Q1. Asdasdasdasdasdasdadsasdasda
    • Q2. Asdasdasddasdasdasdasdasdasda
    Interview experience
    4
    Good
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    No response

    I applied via Naukri.com and was interviewed in Sep 2024. There were 5 interview rounds.

    Round 1 - Coding Test 

    Easy Level DS Questions - 30 mins

    Round 2 - Technical 

    (2 Questions)

    • Q1. Cloud Services related questions
    • Q2. ETL Based question
    Round 3 - Coding Test 

    A comprehensive coding test which included job role simulation.

    Round 4 - Coding Test 

    Advanced Cloud Services questions

    Round 5 - HR 

    (2 Questions)

    • Q1. Introduce yourself
    • Q2. Why did you leave your last organisation

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Remote work although partially supported, is highly discouraged.
    Interview experience
    5
    Excellent
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

    Round 1 - Aptitude Test 

    Reasoning , maths , coding, english

    Round 2 - Coding Test 

    Java python css c programming sql, html.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - No comments
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    No response

    I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

    Round 1 - One-on-one 

    (2 Questions)

    • Q1. Find the second largest element in array
    • Ans. 

      Find the second largest element in an array of strings.

      • Convert the strings to integers for comparison.

      • Sort the array in descending order.

      • Return the second element in the sorted array.

    • Answered by AI
    • Q2. Tell about oops in c++
    • Ans. 

      Object-oriented programming concepts in C++

      • Encapsulation: bundling data and methods that operate on the data together. Example: class Car { private: int speed; public: void accelerate() { speed++; } };

      • Inheritance: creating new classes based on existing classes. Example: class ElectricCar : public Car { public: void charge() { cout << 'Charging...'; } };

      • Polymorphism: ability to present the same interface for different d...

    • Answered by AI

    Skills evaluated in this interview

    TMotions Global Interview FAQs

    How many rounds are there in TMotions Global interview?
    TMotions Global interview process usually has 1-2 rounds. The most common rounds in the TMotions Global interview process are Technical, Resume Shortlist and Coding Test.
    How to prepare for TMotions Global 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 TMotions Global. The most common topics and skills that interviewers at TMotions Global expect are Javascript, MVC, JQuery, Medical Insurance and Application Development.
    What are the top questions asked in TMotions Global interview?

    Some of the top questions asked at the TMotions Global interview -

    1. Setup, Differences and Current project Code first Db vs Database First Db? and ...read more
    2. CTE vs Temp Table. which one is best in sql stored procedu...read more
    3. Find 2nd Element from sql without using where calu...read more

    Tell us how to improve this page.

    TMotions Global Interview Process

    based on 3 interviews in last 1 year

    Interview experience

    4.7
      
    Excellent

    People are getting interviews through

    based on 2 TMotions Global interviews
    Job Portal
    100%
    Moderate Confidence
    ?
    Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

    Interview Questions from Similar Companies

    TCS Interview Questions
    3.7
     • 10.2k Interviews
    Infosys Interview Questions
    3.7
     • 7.5k Interviews
    Wipro Interview Questions
    3.7
     • 5.5k Interviews
    Tech Mahindra Interview Questions
    3.6
     • 3.8k Interviews
    HCLTech Interview Questions
    3.5
     • 3.7k Interviews
    LTIMindtree Interview Questions
    3.9
     • 2.9k Interviews
    Mphasis Interview Questions
    3.4
     • 787 Interviews
    View all

    TMotions Global Reviews and Ratings

    based on 16 reviews

    4.2/5

    Rating in categories

    3.8

    Skill development

    4.4

    Work-Life balance

    3.8

    Salary & Benefits

    4.0

    Job Security

    4.2

    Company culture

    3.6

    Promotions/Appraisal

    3.8

    Work Satisfaction

    Explore 16 Reviews and Ratings
    International Caller

    Mohali,

    Chandigarh

    0-1 Yrs

    Not Disclosed

    years of experience as AI/ML engineer

    Noida,

    Mohali

    1-5 Yrs

    Not Disclosed

    Senior Software Developer (React JS)

    Noida,

    Mohali

    2-7 Yrs

    Not Disclosed

    Explore more jobs
    Software Engineer
    26 salaries
    unlock blur

    ₹3 L/yr - ₹9 L/yr

    Software Developer
    9 salaries
    unlock blur

    ₹4 L/yr - ₹7.9 L/yr

    Business Analyst
    9 salaries
    unlock blur

    ₹5 L/yr - ₹6.2 L/yr

    Senior Software Developer
    6 salaries
    unlock blur

    ₹7 L/yr - ₹15 L/yr

    Technical Lead
    5 salaries
    unlock blur

    ₹15 L/yr - ₹18 L/yr

    Explore more salaries
    Compare TMotions Global with

    TCS

    3.7
    Compare

    Infosys

    3.7
    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