Upload Button Icon Add office photos

Filter interviews by

Accertify Interview Questions and Answers

Updated 15 Feb 2025

Accertify Interview Experiences

Popular Designations

5 interviews found

Web Developer Interview Questions & Answers

user image Anonymous

posted on 21 Aug 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions about javascript and node
  • Q2. Questions about projects

Web Developer Interview Questions asked at other Companies

Q1. Last Index of Element The task is to determine the index of the last occurrence of a specified element x within an array that may contain duplicate elements. If the element is not present, return -1. Input: The first line contains an intege... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. SQL window functions
  • Q2. Guestimate Problem based on calculate number of ACs sold in a year in Bangalore
  • Ans. 

    To estimate the number of ACs sold in Bangalore in a year, we can consider factors like population, income levels, climate, and market trends.

    • Consider the population of Bangalore and the percentage of households that can afford ACs.

    • Analyze income levels in Bangalore to determine the purchasing power of residents.

    • Take into account the climate of Bangalore, as hotter regions may have higher demand for ACs.

    • Look at market ...

  • Answered by AI

Data Science Analyst Interview Questions asked at other Companies

Q1. How to analyse a problem : Suppose a pizza chain comes to you and tells you that certain of their outlets are performing poorly aftrr the pandemic. Where do you start with the problem and how do you approach
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - HR 

(1 Question)

  • Q1. What motivates you to pursue a career in the Anti-Money Laundering (AML) and Know Your Customer (KYC) fields?

Senior Fraud Analyst Interview Questions asked at other Companies

Q1. If the user would not get OTP to access the profile?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Questions about your work and education background
  • Q2. Basic communications skills
Round 2 - Aptitude Test 

Aptitude Test will have basic Quant and Reasoning questions.

Round 3 - One-on-one 

(2 Questions)

  • Q1. What are the types of Fraud
  • Ans. 

    Types of fraud include identity theft, credit card fraud, insurance fraud, and investment fraud.

    • Identity theft: When someone steals personal information to commit fraud

    • Credit card fraud: Unauthorized use of someone's credit card information

    • Insurance fraud: Falsifying information to receive insurance benefits

    • Investment fraud: Deceptive practices in the financial markets

  • Answered by AI
  • Q2. Why do you want to join Accertify
  • Ans. 

    I want to join Accertify because of its reputation for cutting-edge fraud prevention technology and its commitment to continuous improvement.

    • Accertify is known for its advanced fraud prevention technology

    • I am impressed by Accertify's commitment to continuous improvement and staying ahead of emerging fraud trends

    • I believe my skills and experience align well with the goals and values of Accertify

  • Answered by AI

Senior Fraud Analyst Interview Questions asked at other Companies

Q1. If the user would not get OTP to access the profile?
View answer (1)

Accertify interview questions for popular designations

 Senior Fraud Analyst

 (2)

 Analyst

 (1)

 Web Developer

 (1)

 Data Science Analyst

 (1)

Analyst Interview Questions & Answers

user image Piraveen Kumar B

posted on 14 Jun 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain Decision tree
  • Ans. 

    Decision tree is a predictive modeling tool that uses a tree-like graph of decisions and their possible consequences.

    • Decision tree is a flowchart-like structure where each internal node represents a decision based on an attribute, each branch represents the outcome of the decision, and each leaf node represents a class label.

    • It is commonly used in data mining and machine learning for classification and regression tasks...

  • Answered by AI

Skills evaluated in this interview

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is false positive and false negative
  • Ans. 

    False positive and false negative are errors in which a test result incorrectly indicates the presence or absence of a condition.

    • False positive: When a test incorrectly indicates that a condition is present when it is not.

    • False negative: When a test incorrectly indicates that a condition is not present when it actually is.

    • Examples: A false positive in fraud analysis would be flagging a legitimate transaction as fraudul...

  • Answered by AI
  • Q2. About ATO and different types of frauds
Round 2 - HR 

(2 Questions)

  • Q1. Current ctc and expected ctc
  • Ans. 

    Current CTC is $70,000 and expected CTC is $85,000

    • Current CTC: $70,000

    • Expected CTC: $85,000

  • Answered by AI
  • Q2. Total years of experience and preferred location
  • Ans. 

    I have 8 years of experience in fraud analysis and I am open to relocation.

    • 8 years of experience in fraud analysis

    • Open to relocation to preferred location

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Why do you want to change?
  • Q2. 2. What is your goal?
  • Q3. 3. Critical project you have handled?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be yourself and provide short and to the point answer

Accertify Interview FAQs

How many rounds are there in Accertify interview?
Accertify interview process usually has 1-2 rounds. The most common rounds in the Accertify interview process are Technical, One-on-one Round and HR.
How to prepare for Accertify 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 Accertify. The most common topics and skills that interviewers at Accertify expect are CCTV Monitoring, Operations, Internet Research, MS Office and Analytical Chemistry.
What are the top questions asked in Accertify interview?

Some of the top questions asked at the Accertify interview -

  1. Guestimate Problem based on calculate number of ACs sold in a year in Bangal...read more
  2. What are the types of Fr...read more
  3. Explain Decision t...read more

Tell us how to improve this page.

Accertify Interview Process

based on 9 interviews

Interview experience

2.9
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

Accertify Reviews and Ratings

based on 18 reviews

2.3/5

Rating in categories

2.0

Skill development

2.5

Work-life balance

3.0

Salary

2.6

Job security

2.1

Company culture

2.1

Promotions

2.3

Work satisfaction

Explore 18 Reviews and Ratings
Senior Software Engineer - Machine Learning

Gurgaon / Gurugram

2-6 Yrs

Not Disclosed

Strategic Risk Services Manager

Gurgaon / Gurugram

5-7 Yrs

Not Disclosed

Fraud Analyst (Japanese Language)

Gurgaon / Gurugram

0-4 Yrs

Not Disclosed

Explore more jobs
Senior Fraud Analyst
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Fraud Analyst
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Charge Back Analyst
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Accertify with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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