Upload Button Icon Add office photos
Engaged Employer

i

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

Claim Genius Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Claim Genius Interview Questions and Answers

Updated 5 Dec 2019

Claim Genius Interview Experiences

1 interview found

Interview Questionnaire 

1 Question

  • Q1. Questions were hovering around CNN, Computer Vision, Deep Learning, different techniques to improve the model, loss optimization.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with the projects and deep understanding of DNN.

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)

Jobs at Claim Genius

View all

Interview questions from similar companies

I applied via Company Website and was interviewed in Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Coding and solution architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s one good interview worth to attend

I appeared for an interview before Nov 2019.

Interview Questionnaire 

1 Question

  • Q1. SQL questions based on joins and previous projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st round pure technical
2nd round based on previous projects experienc
3rd HR round salary and all.

I applied via Company Website and was interviewed before Feb 2021. There were 4 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and genuine with the interviewer.

I applied via Referral and was interviewed in Mar 2020. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Projects, Out of box thinking
  • Q2. Few significant accomplishments in previous companies
  • Ans. 

    Implemented data-driven strategies to increase revenue by 15% in previous company.

    • Developed predictive models to optimize pricing strategies

    • Identified key customer segments for targeted marketing campaigns

    • Automated data collection and analysis processes for efficiency

    • Collaborated with cross-functional teams to implement data-driven decisions

  • Answered by AI
  • Q3. Tools and technologies
  • Q4. Case study. Problem statement given and asked to provide a solution

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. If you do not have a clue on any qn asked , admit it. Quote real time work examples whenever a qn is asked. Explain how you had done it in your previous companies.

I applied via Referral and was interviewed in Nov 2019. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Hands on experience on visualization tools like Power BI, sisense
  • Q2. About saas industry
  • Q3. Case study giving a situation or a problem to solve w.r.t your profile
  • Q4. Most complex solution delieved in previous company
  • Ans. 

    Implemented a machine learning model to predict customer churn using advanced algorithms

    • Developed a predictive model using logistic regression, random forest, and gradient boosting

    • Utilized feature engineering techniques to improve model performance

    • Integrated the model into the company's CRM system for real-time predictions

  • Answered by AI
  • Q5. Questions on projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and answer out of box and explain your most significant jobs/projects delivered

I applied via Referral

Interview Questionnaire 

1 Question

  • Q1. Ds related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in DS and algo and should good logical thinking.

I appeared for an interview before Mar 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

  • Q1. 

    Level Order Traversal Problem Statement

    Given a binary tree of integers, return the level order traversal of the binary tree.

    Input:

    The first line contains an integer 'T', representing the number of te...
  • Ans. 

    Return the level order traversal of a binary tree given in level order with null nodes represented by -1.

    • Create a queue to store nodes for level order traversal

    • Start with the root node and add it to the queue

    • While the queue is not empty, dequeue a node, print its value, and enqueue its children

    • Repeat until all nodes are traversed in level order

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 45 minutes
Round difficulty - Easy

  • Q1. What is a deadlock in DBMS, and can you explain the concepts of join and query?
  • Ans. 

    A deadlock in DBMS occurs when two or more transactions are waiting for each other to release locks, causing them to be stuck indefinitely.

    • Deadlock is a situation where two or more transactions are unable to proceed because each is waiting for the other to release locks.

    • To prevent deadlocks, DBMS uses techniques like deadlock detection and prevention algorithms.

    • Joins in DBMS are used to combine rows from two or more ta...

  • Answered by AI
Round 3 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. Design a system for Twitter, outlining the key components and architecture involved.
  • Ans. 

    Design a system for Twitter

    • Key components: user profiles, tweets, hashtags, timelines

    • Architecture: microservices, load balancers, databases, caching

    • Scalability: sharding, replication, CDN

    • Real-time processing: streaming APIs, push notifications

  • Answered by AI
Round 4 - Coding Test 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. 

    Maximum Subarray Sum Queries

    You are provided with an array of ‘N’ integers and ‘Q’ queries. Each query requires calculating the maximum subarray sum in a specified range of the array.

    Input:

    The first ...
  • Ans. 

    Implement a function to calculate maximum subarray sum queries in a given range of an array.

    • Iterate through each query and calculate the maximum subarray sum within the specified range using Kadane's algorithm.

    • Keep track of the maximum sum found so far and update it as needed.

    • Return the maximum subarray sum for each query in the test case.

  • Answered by AI
  • Q2. 

    Sort 0 1 2 Problem Statement

    Given an integer array arr of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.

    Input:

    The first line contains an integer 'T' representing the n...
  • Ans. 

    Sort an integer array containing only 0s, 1s, and 2s in linear time complexity.

    • Use a single scan over the array to sort it in-place.

    • Maintain three pointers for 0s, 1s, and 2s and swap elements accordingly.

    • Example: Input: [0, 2, 1, 2, 0], Output: [0, 0, 1, 2, 2]

  • Answered by AI
Round 5 - Coding Test 

Round duration - 20 Minutes
Round difficulty - Medium

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in ChennaiEligibility criteria7 CGPAFreshworks interview preparation:Topics to prepare for the interview - Algorithms, Data Structures, Dynamic Programming, OOPS, System DesignTime required to prepare for the interview - 2.5 MonthsInterview preparation tips for other job seekers

Tip 1 : Prepare DS and Algo
Tip 2 : Prepare Dynamic programming 

Application resume tips for other job seekers

Tip 1 : Good in DS and algo that will be help in the interview that is very neccassry
Tip 2 : Prepare DBMS

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Related to resume and business case.

Interview Preparation Tips

Interview preparation tips for other job seekers - The entire interview plus hiring takes more than 3 months. In most occasions the Finance rejects the offer proposed by the HRs. HRs are highly unprofessional (Lead HR - Parvathi Urs). A huge risk of offer getting dissolved mid-way as well so take risk accordingly.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Identify career goals
Dedicate to time search
Keep your self busy
Use several job search websites
Optimize your linkedin profile
Make networking part of your everyday life
Contribute & help others!
anonymous
You can choose to be anonymous

Claim Genius Interview FAQs

How to prepare for Claim Genius 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 Claim Genius. The most common topics and skills that interviewers at Claim Genius expect are Python, Postgresql, Computer Vision, Machine Learning and MySQL.

Recently Viewed

PHOTOS

Pratyin Infotech Consulting

No Photos

SALARIES

AGS Telecalling Marketing

No Salaries

SALARIES

Redserv Global Solutions

No Salaries

COMPANY BENEFITS

Redserv Global Solutions

No Benefits

REVIEWS

Upcurve Consumer Technologies Private Limited

No Reviews

JOBS

Pratyin Infotech Consulting

No Jobs

SALARIES

Race2cloud Technologies

No Salaries

COMPANY BENEFITS

Race2cloud Technologies

No Benefits

REVIEWS

AGS Telecalling Marketing

No Reviews

REVIEWS

Redserv Global Solutions

No Reviews

Tell us how to improve this page.

Interview Questions from Similar Companies

Freshworks Interview Questions
3.5
 • 158 Interviews
Innovaccer Interview Questions
3.4
 • 81 Interviews
Zenoti Interview Questions
3.0
 • 42 Interviews
NexTurn Interview Questions
4.1
 • 27 Interviews
Druva Interview Questions
3.7
 • 25 Interviews
Bonami Software Interview Questions
4.0
 • 22 Interviews
Koantek Interview Questions
3.4
 • 17 Interviews
ZestMoney Interview Questions
4.0
 • 14 Interviews
Postman Interview Questions
3.6
 • 11 Interviews
View all

Claim Genius Reviews and Ratings

based on 33 reviews

3.1/5

Rating in categories

3.2

Skill development

3.3

Work-life balance

2.9

Salary

2.6

Job security

2.7

Company culture

2.4

Promotions

2.8

Work satisfaction

Explore 33 Reviews and Ratings
Sr . Data Scientist

Nagpur,

Hyderabad / Secunderabad

7-8 Yrs

Not Disclosed

Explore more jobs
Data Scientist
22 salaries
unlock blur

₹5.8 L/yr - ₹17.1 L/yr

Senior Data Scientist
13 salaries
unlock blur

₹12 L/yr - ₹39 L/yr

Data Processor
12 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Data Analyst
10 salaries
unlock blur

₹8.7 L/yr - ₹10 L/yr

Full Stack Developer
9 salaries
unlock blur

₹4 L/yr - ₹8.1 L/yr

Explore more salaries
Compare Claim Genius with

Artivatic

3.1
Compare

ZestMoney

4.0
Compare

Zenoti

3.0
Compare

Innovaccer

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