Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Thixpro Technologies Team. If you also belong to the team, you can get access from here

Thixpro Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Thixpro Technologies Fraud Investigator Interview Questions and Answers

Updated 29 Jul 2024

Thixpro Technologies Fraud Investigator Interview Experiences

1 interview found

Fraud Investigator Interview Questions & Answers

user image RIZWAN SAIFI

posted on 29 Jul 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Behavioral 

(2 Questions)

  • Q1. Mr. Rinku mavi chor hai
  • Q2. Ye company fraud hai

Interview Preparation Tips

Interview preparation tips for other job seekers - They are blocked me on Instagram and that too so that their truth does not come out.

This company is a fraud, it takes money & then does not answer the phone, its owner Mr. Rinku is very ill-mannered & does not even have the manners to talk, he becomes a cow before taking the money and only after that he doesn’t even talks properly & shows me attitude

This company cannot be trusted and all their reviews are fake. Anyone who leaves a negative review is removed, don't have a single negative review on Google.

If anyone wishes to remove negative reviews and ratings of their company please contact them.

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Thixpro Technologies?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. Convince me to give you this job and what difference would you make?
  • Ans. 

    I have a proven track record of exceeding sales targets and building strong relationships with clients.

    • I have consistently achieved or exceeded sales targets in my previous roles.

    • I have a strong ability to build and maintain relationships with clients, resulting in repeat business and referrals.

    • I am highly motivated and driven to succeed, always going the extra mile to meet customer needs.

    • I have excellent communication...

  • Answered by AI
  • Q2. What makes you different from other who have applied for this job?
  • Q3. What are the key responsibilities of a sales executive?

Fraud Investigator Interview Questions Asked at Other Companies

asked in Infosys
Q1. Provide an example of a problem you solved and describe your expe ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

HTML5 canvas and JS based small assignment where we need to create circles and arrows and when we click on circle arrows should move

Round 2 - Technical 

(4 Questions)

  • Q1. Question on assignment and projects
  • Q2. 1) Project related question
  • Q3. 2) Assignment related question
  • Q4. 3) Difference between setTimeout and setInterval
  • Ans. 

    setTimeout executes a function once after a specified delay, while setInterval executes a function repeatedly at specified intervals.

    • setTimeout executes a function once after a specified delay.

    • setInterval executes a function repeatedly at specified intervals.

    • setTimeout returns a timeout ID that can be used to cancel the execution.

    • setInterval returns an interval ID that can be used to cancel the repetition.

  • Answered by AI

Skills evaluated in this interview

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

30 mins js coding problem

Round 2 - Technical 

(1 Question)

  • Q1. Print fibonacci
  • Ans. 

    The Fibonacci sequence is a series where each number is the sum of the two preceding ones, starting from 0 and 1.

    • The sequence starts with 0 and 1: 0, 1, 1, 2, 3, 5, 8, 13, ...

    • The nth Fibonacci number can be calculated using the formula: F(n) = F(n-1) + F(n-2).

    • Fibonacci numbers can be generated using recursion or iteration.

    • Example of the first 10 Fibonacci numbers: [0, 1, 1, 2, 3, 5, 8, 13, 21, 34].

    • Fibonacci sequence ha...

  • Answered by AI

I applied via LinkedIn and was interviewed in Nov 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic questions

Round 2 - Technical 

(2 Questions)

  • Q1. Questions from stack, looping, oops, little bits of algorithms etc.
  • Q2. Hard lavel questions for freshers. Unexpected questions
Round 3 - Coding Test 

After one round again another for ability check weather they will hire you or not because of bad decision makers.

Round 4 - HR 

(1 Question)

  • Q1. Family relationships, salary(which will be lesser than they promis to 25% when they giving you the offer later), they will try to know your weakness and play according in future.

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack but join it in your own risk.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jan 2024.

Round 1 - Aptitude Test 

10-15min related to some general knowledge questions

Round 2 - Technical 

(2 Questions)

  • Q1. Some questions on technical skills what u have know
  • Q2. Sql queries

Interview Preparation Tips

Interview preparation tips for other job seekers - good company good work culture Friendly environment
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Why do you want to join eoxs?
  • Ans. 

    I want to join eoxs because of their innovative projects and collaborative work environment.

    • Exciting projects at eoxs that align with my interests and skills

    • Opportunity to work in a collaborative and supportive team environment

    • Desire to contribute to the growth and success of eoxs

    • Positive reputation of eoxs in the industry

  • Answered by AI
  • Q2. What are your strengths and weaknesses?
  • Ans. 

    My strengths include problem-solving skills and attention to detail. My weaknesses include sometimes being too critical of my own work.

    • Strengths: problem-solving skills

    • Strengths: attention to detail

    • Weaknesses: being too critical of my own work

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Write a program to reverse a string?
  • Ans. 

    Program to reverse a string

    • Create a function that takes a string as input

    • Convert the string into an array of characters

    • Use a loop to iterate through the array in reverse order and append each character to a new string

    • Return the reversed string

  • Answered by AI
  • Q2. Write a program to find the kth smallest number from left?
  • Ans. 

    Program to find the kth smallest number from left in an array

    • Sort the array in ascending order

    • Return the element at index k-1 as the kth smallest number

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Can you introduce yourself and specify the domain you are interested in?
  • Q2. Could you explain the projects you have completed?
  • Ans. 

    I have completed several projects, including a web application for task management and a mobile app for fitness tracking.

    • Developed a task management web app using React and Node.js, enabling users to create, update, and delete tasks.

    • Created a mobile fitness tracking app with Flutter, allowing users to log workouts and track progress over time.

    • Implemented a RESTful API for a food delivery service, integrating payment pr...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Aug 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Can you provide a self-introduction?
  • Ans. 

    Experienced software developer with expertise in Java, Python, and web development.

    • Over 5 years of experience in software development

    • Proficient in Java, Python, and web development technologies

    • Strong problem-solving and analytical skills

    • Worked on projects involving database management and API integration

  • Answered by AI
  • Q2. What was your reason for leaving your previous company?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Desire for new challenges and opportunities

    • Looking to expand skill set

    • Seeking career advancement

    • Company restructuring or downsizing

    • Relocation to a new area

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Took very deep and detailed technical questions that related to my position resume.
Round 3 - One-on-one 

(1 Question)

  • Q1. Final salary discussion: nothing big.

Interview Preparation Tips

Interview preparation tips for other job seekers - Personally, I perceive it as not a very large organization, but I find the team to be nice and wonderful.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(3 Questions)

  • Q1. The HR team reviews applications and shortlists candidates based on qualifications and experience.
  • Q2. Covers problem - solving, system design, and domain-specific knowleadge
  • Q3. Database & data Structures, System Design & Architecture,
Round 2 - HR 

(2 Questions)

  • Q1. Technical Skill Assessment(Technical Roles)
  • Q2. Final Interview with Leadership

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. know what you want
2.stay organized
3.

Thixpro Technologies Interview FAQs

How many rounds are there in Thixpro Technologies Fraud Investigator interview?
Thixpro Technologies interview process usually has 1 rounds. The most common rounds in the Thixpro Technologies interview process are Behavioral.

Tell us how to improve this page.

Overall Interview Experience Rating

1/5

based on 1 interview experience

Interview Questions from Similar Companies

EOXS Interview Questions
4.6
 • 22 Interviews
Wrike Interview Questions
1.2
 • 5 Interviews
OptimEyes AI Interview Questions
4.6
 • 5 Interviews
IT Software Interview Questions
3.9
 • 4 Interviews
View all
Compare Thixpro Technologies with

Telligent (A Verint Company)

2.8
Compare

Crew

3.9
Compare

BSIT Software Services

4.9
Compare

Pathfinder Enterprise Solutions

3.1
Compare
write
Share an Interview