Glassdoor users rated their interview experience at Advarisk as 100% positive with a difficulty rating score of 3 out of 5 (where 5 is the highest level of difficulty). Candidates interviewing for Software Developer and rated their interviews as the hardest, whereas interviews for Software Developer and roles were rated as the easiest.
Here are the most commonly searched roles for interview reports -
I applied through a recruiter. I interviewed at Advarisk (Pune) in Jul 2024
Interview
Easy interview process with easy to medium questions. Overall 3 rounds last round with cto. Final hr round. Main focus on python programming language. Sql problems also asked. Not very difficult, not even medium problems asked.
Interview questions [1]
Question 1
Python related questions like what is decorator etc
I applied through a recruiter. I interviewed at Advarisk in Feb 2026
Interview
Interviewer was friendly. He gives time and I can use google for decribe with example. Go with prepare the I will crack the interview. Average questions asked by interviewer but I did not prepare
Concepts: Core python, Explain your projects
Interview questions [1]
Question 1
1. Explain your project (if you have ML/DL project in your CV)
2. Diff between linear and logistic regression
3. Diff between left join and right join in SQL
4. Diff between list and tuples in python
5. SQL: you have table A and you have table B, write the output of left join and right join without write any SQL query
6. write a python code:
str = "123/b/e"
vowels = ['a', 'e', 'i', 'o', 'u']
sample_answer = ["123ia/b/aa", "123ie/b/ae", ....]
I applied through college or university. I interviewed at Advarisk (Amdabad)
Interview
I was recently interviewed for the role of data analyst at advarisk.
The questions were pretty basic. Main focus was on python programming and SQL queries. Other than those the interviewer asked basic data science questions like data pre-processing methods, what is encoding, ML methods, etc
Interview questions [2]
Question 1
1. Write a python program which returns True when the input strings(2 or more) are an Anagram.