Upload Button Icon Add office photos

Filter interviews by

Active Intelligence Interview Questions and Answers

Updated 24 Jul 2024

Active Intelligence Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. How react state works
  • Ans. 

    React state is a built-in feature that allows components to keep track of changing data.

    • State is an object that stores data relevant to a component

    • State can be initialized in the constructor using this.state

    • State can be updated using this.setState() method

    • State changes trigger re-rendering of the component

  • Answered by AI
  • Q2. Discussion regarding the web

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (176)

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jan 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

SQL and metrics based questions

Round 3 - Technical 

(2 Questions)

  • Q1. How would you find the top triplet from data set
  • Ans. 

    To find the top triplet from a data set, sort the data in descending order and select the first three values.

    • Sort the data in descending order

    • Select the first three values

    • Consider ties if applicable

  • Answered by AI
  • Q2. Questions around the aptitude test
Round 4 - One-on-one 

(3 Questions)

  • Q1. Top Metrics for Instagram platform
  • Ans. 

    Top metrics for Instagram platform include engagement rate, reach, impressions, follower growth, and click-through rate.

    • Engagement rate measures the level of interaction with your content.

    • Reach refers to the number of unique accounts that have seen your content.

    • Impressions refer to the total number of times your content has been viewed.

    • Follower growth measures the rate at which your follower count is increasing.

    • Click-t...

  • Answered by AI
  • Q2. How would you find the batsmen with fastest 5000 runs
  • Ans. 

    To find the batsmen with fastest 5000 runs, we need to analyze the data of all the batsmen who have scored 5000 runs or more.

    • Create a database of all batsmen who have scored 5000 runs or more in their career.

    • Sort the database based on the time taken by each batsman to reach 5000 runs.

    • Identify the batsman who reached 5000 runs in the shortest time.

    • Verify the accuracy of the data and the methodology used to calculate the...

  • Answered by AI
  • Q3. Which is better. 5% discount to get 30% increase in trips or 10% discount to get 50% increase in trips or 15% discount to get 65% increase in trips, considering avg trip value is constant
  • Ans. 

    15% discount to get 65% increase in trips is the best option.

    • The percentage increase in trips is directly proportional to the discount offered.

    • The increase in trips should be weighed against the decrease in revenue due to the discount.

    • In this case, the 15% discount offers the highest increase in trips while still maintaining a reasonable revenue.

    • It is important to consider the long-term effects of offering discounts on

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your SQL knowledge elaborate and be aware of top line metrics in current world products

Skills evaluated in this interview

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Group Discussion 

“Pay attention to your body language.”
“Be confident and keep adding ‘good’ points.“
“Ensure that your words make sense.”
“Don’t be Afraid to start.”
“Follow your heart.”
Additionally; do not use negative item like “ I disagree ‘or’ “that’s incorrect

Round 3 - Case Study 

Understand the issue; ask clarifying questions as needed.
“ identity the underlying assumptions.”
Summarize specific issues and findings.
“State your recommendation outline next step and expected results / impacts .

Round 4 - HR 

(2 Questions)

  • Q1. *Tell me about your self ….. *Why do you want to work for our company ?… *What are you greatest strengths and weaknesses?… *Why are you looking for a chance . *Tell me about the gap in your resume. *How wo...
  • Ans. * Do not fake! Be yourself bluffing during the HR interviews should be avoided at all costs Answer to the point and while answering be honest and truthful . Wear comfortable but formal clothes keep accessories to a bare minimum. Reach the venue on time it the interview is scheduled online then log in at least 10-15 minutes earlier than the scheduled time and ensure that your connection set up is alright . Do not sound...
  • Answered Anonymously
  • Q2. *Are you applying for other jobs also. How do you get to know about our company What does success means to you Describe yourself in one word What is the difference between confidence and overconfidence Wha...

Interview Preparation Tips

Interview preparation tips for other job seekers - Market yourself
Apply even if you’re not fully qualified
Job search like it’s your job
Use informational interviews to networks
Set yourself apart with letters of recommendation
Know yourself and what you want
Pump yourself up and stay positive
Be polite and use the right language and the tone for the formal situation
Listen to the question and the thing before you begin your answer
Ask the interviewer to repeat or explain further if you do not understand the question

I was interviewed in May 2022.

Round 1 - Coding Test 

(2 Questions)

Round duration - 75 Minutes
Round difficulty - Medium

The round consisted of 2 Coding based based questions.
These question were easy for as I have already done this while preparing.

  • Q1. 

    Flip Equivalent Binary Tree Problem

    Determine whether two binary trees, given by their roots 'ROOT1' and 'ROOT2', are flip equivalent. A tree can be transformed into a flip equivalent through any number o...

  • Ans. 

    The problem is to determine if two binary trees are flip equivalent after performing flip operations on one of the trees.

    • Perform a depth-first search (DFS) on both trees simultaneously

    • At each node, check if the values are equal and the left and right subtrees are either both null or both not null

    • If the above conditions are met, recursively check the flip equivalence of the left and right subtrees

    • If any of the condition...

  • Answered by AI
  • Q2. 

    Split Array Into Increasing Subsequences Problem Statement

    You are provided with an integer array ARR of size N sorted in ascending order. Your task is to determine if it is possible to split this array i...

  • Ans. 

    The task is to determine if an integer array can be split into one or more increasing subsequences with a length of at least 3.

    • Check if the array can be split into increasing subsequences by iterating through the array.

    • Keep track of the current subsequence and its length while iterating.

    • If the difference between the current element and the previous element is not 1, start a new subsequence.

    • If the length of any subseque...

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

The interview started a bit late as I it to be at 11:30 am but started at 12:15pm So Had to wait. Apart from these the overall experience was great and the interviewer was also kind and had a smiling face.

  • Q1. 

    Ninja and Alternating Largest Problem Statement

    Ninja is given a sequence of numbers and needs to rearrange them so that every second element is greater than its neighbors on both sides.

    Example:

    Input:
    ...
  • Ans. 

    The task is to rearrange the given array such that every second element is greater than its left and right element.

    • Iterate through the array and check if every second element is greater than its left and right element

    • If not, swap the current element with its adjacent element to satisfy the condition

    • Continue this process until the entire array satisfies the condition

    • Return 1 if the array satisfies the condition, else re

  • Answered by AI
Round 3 - Video Call 

Round duration - 30 Minutes
Round difficulty - Easy

10:30 PM 
Interviewer was Cool.

Round 4 - HR 

Round duration - 5 minutes
Round difficulty - Easy

At 10:00 am

Interview Preparation Tips

Eligibility criteriaNo criteria But only 8+ plus CGPA were eventually shortlisted on basis of resumeAcko interview preparation:Topics to prepare for the interview - DSA, DBMS, Puzzles, OS, System DesignTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Never never try to cheat in online interview the interviewer will definitely get to know.
Tip 2 : Psuedo code presentation matters a lot so name Your variable properly and with proper indentation.
Tip 3 : Keep on trying even if You feel that's not the right answer so at least put that idea forward.
Tip 4 : Do Leetcode medium questions as much as possible As they are mostly asked in Interviews.

Application resume tips for other job seekers

Tip 1 : Avoid unnecessary details on Resume
Tip 2 : Make It look clean and also keep it of one page

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. U know gold appraisal
  • Ans. 

    Gold appraisal is the process of determining the value of gold based on its purity and weight.

    • Gold appraisal involves testing the purity of the gold using various methods such as acid testing, X-ray fluorescence, and fire assay.

    • The weight of the gold is also taken into consideration when appraising its value.

    • The current market value of gold is also a factor in determining its appraisal value.

    • Appraisers may use differen...

  • Answered by AI
  • Q2. How many year experience
  • Q3. Where did u stay in bangalore

Interview Preparation Tips

Interview preparation tips for other job seekers - Good exelent work no target good industry

I was interviewed in Mar 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Only Java allowed

  • Q1. 

    Sort 0 and 1 Problem Statement

    Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using an...

  • Ans. 

    Keep two index variables and traverse from the end.

  • Answered Anonymously
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Basic intro and coding questions

  • Q1. 

    Valid Perfect Square Check

    An integer N is provided, and the task is to determine if N is a perfect square. A perfect square refers to an integer which can be expressed as the square of another integer.

    ...

  • Ans. 

    Two nested for loops and check if sum equal to given number

  • Answered Anonymously
  • Q2. 

    Merge Sort Problem Statement

    Given a sequence of numbers 'ARR', your task is to return a sorted sequence of 'ARR' in non-descending order using the Merge Sort algorithm.

    Example:

    Input:
    ARR = [5, 3, 8,...
  • Ans. Recursion

    The basic idea is that we divide the given ‘ARR’ into two-part call them ‘leftHalves’ and ‘rightHalves’ and call the same function again with both the parts. In the end, we will get sorted ‘leftHaves’ and sorted ‘righthalves’ which we merge both of them and return a merged sorted ‘ARR’.

    We implement this approach with a divide and conquer strategy.

     

    Here is the algorithm : 

     

    1. Divide ‘ARR’ into two-p...
  • Answered Anonymously
Round 3 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

More difficult than the previous round

  • Q1. 

    Bottom View of Binary Tree Problem Statement

    Given a binary tree, the task is to print its bottom view from left to right. Assume the left and the right child nodes make a 45-degree angle with their paren...

  • Ans. 

    Do a level order traversal and update a hashmap based on horizontal distances from the root.

  • Answered Anonymously
Round 4 - Face to Face 

(2 Questions)

Round duration - 70 minutes
Round difficulty - Medium

There were no DSA questions. My interviews were based on android app development. The interviewer presented scenarios and asked how will you solve them. No particular correct answer was expected just the best approach as per me.

  • Q1. How would you implement multiple RecyclerViews on a magnified screen in an Android application?
  • Ans. 

    Tip 1 : Have a basic understanding of recycler view
    Tip 2 : Recycler with multiple view types
     

  • Answered Anonymously
  • Q2. How would you implement various activities related to cart functionality in an e-commerce application?
  • Ans. 

    Tip 1 : Basic flow and lifecycle of activities and fragments.
    Tip 2 : Knowledge about launch modes and view models.
     

  • Answered Anonymously
Round 5 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR asked questions about why Mobikwik, what's your goal, how are you a good fit, etc.

Interview Preparation Tips

Eligibility criteriaCGPA - 7 & above, Active backlogs - NoneMobiKwik interview preparation:Topics to prepare for the interview - Basic DSA, Arrays, String, Trees, Problem SolvingTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Prepare advanced array questions
Tip 2 : Trees basic to medium questions
Tip 3 : Optimize solutions

Application resume tips for other job seekers

Tip 1 : Internship experience
Tip 2 : Personal Projects (remember proper details)

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed in Feb 2022.

Round 1 - Telephonic Call 

(3 Questions)

Round duration - 30 minutes
Round difficulty - Easy

  • Q1. What is the difference between manual testing and automated testing?
  • Q2. What is cross-browser testing?
  • Q3. What are the different parts of a test automation framework?
Round 2 - Video Call 

(2 Questions)

Round duration - 30 minutes
Round difficulty - Easy

  • Q1. What is meant by a locator in Selenium, and can you name a few different types of locators available in Selenium?
  • Q2. What is an XPath?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as QA Engineer in GurgaonEligibility criteriaAbove 7 CGPAPayU interview preparation:Topics to prepare for the interview - QA Topics , Manual Testing, Selenium and REST APITime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interviews as well as Online Test Questions.

Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.

Tip 3 : Do at-least 2 good projects and you must know every bit of them.


 

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.

Tip 2 : Every skill must be mentioned.

Tip 3 : Focus on skills, projects and experiences more.


 

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

6 Questions

  • Q1. Tell me about yourself?
  • Q2. Why you want to become a product manager?
  • Ans. 

    I want to become a product manager because I enjoy solving problems and creating solutions that meet customer needs.

    • I have a passion for understanding customer needs and translating them into product features

    • I enjoy working with cross-functional teams to bring a product to market

    • I have experience in product development and have successfully launched products in the past

    • I am excited about the opportunity to drive produc...

  • Answered by AI
  • Q3. I was asked about my past experiences & product knowledge
  • Q4. Later I was given a scenario and asked to create Product Requirement Document and epic feature mapping for the same along with Success metrics. Few questions on tech stacks, testing, and JIRA.
  • Q5. Name your favorite app and what are its pros and cons?
  • Ans. 

    My favorite app is Spotify.

    • Pros: Wide variety of music genres and artists available, personalized recommendations, user-friendly interface.

    • Cons: Limited offline listening for free users, occasional ads interrupting music playback.

  • Answered by AI
  • Q6. I was asked to list two features to improve the same app and explain the reasons.

Interview Preparation Tips

FreeCharge interview Preparation:What tips would you give to other job seekers? - 3 Tips:

Round 1 -This round was more focused on your basic programming skills and project management.
Round 2 -This round was more focused on analytical skills and strategic knowledge
Round 3 - Along with the PRD format, please add some wireframes along with highlighting the success metrics.

I applied via Referral and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. There were asked about the company and basic knowledge about the company?
  • Ans. I started giving them info about the company. Razorpay is a company which helps in money management for online business and by providing clean and hassel free platform. It is a fast affordable and secured way of sending and receiving online payment. Which is highly helpful for merchant, E-commerce and other company.
  • Answered Anonymously
  • Q2. And they asked about the basic info of KYC and AML?
  • Ans. AML and KYC is interlinked process. KYC is a path of Due Diligence process. Accurate info about the customer. By perform will be aware of any unusual activities. During KYC process it includes DOB, Name, Photo ID of the customer should be recoverd and verified. When you need to established an organisation or where an individual act on behalf of other person. We need to identify the beneficial owner. AML : Ant...
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - We need to be bold at the time of interview. We want speak up boldly in front them. Your answers should be short and sweet. Accept as is and don’t manipulate any answers. Ask for the feedback at the end of interview.
Round 1 - One-on-one 

(3 Questions)

  • Q1. Onbording experience
  • Q2. UPI knowledge and experience
  • Q3. Field work knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Smart working hard working
Field work knowledge
Experience

Active Intelligence Interview FAQs

How many rounds are there in Active Intelligence interview?
Active Intelligence interview process usually has 1 rounds. The most common rounds in the Active Intelligence interview process are One-on-one Round.
What are the top questions asked in Active Intelligence interview?

Some of the top questions asked at the Active Intelligence interview -

  1. How react state wo...read more
  2. Discussion regarding the ...read more

Tell us how to improve this page.

Active Intelligence Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 226 Interviews
Tiger Analytics Interview Questions
3.7
 • 219 Interviews
Fractal Analytics Interview Questions
4.0
 • 205 Interviews
C5i Interview Questions
4.1
 • 44 Interviews
AbsolutData Interview Questions
3.6
 • 9 Interviews
Algonomy Interview Questions
3.9
 • 9 Interviews
Crayon Data Interview Questions
3.6
 • 4 Interviews
View all

Active Intelligence Reviews and Ratings

based on 13 reviews

3.2/5

Rating in categories

3.3

Skill development

3.0

Work-life balance

3.1

Salary

3.1

Job security

3.2

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 13 Reviews and Ratings
Software Developer
38 salaries
unlock blur

₹4 L/yr - ₹10.4 L/yr

Product Developer
9 salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Senior Product Developer
7 salaries
unlock blur

₹8.3 L/yr - ₹21 L/yr

Senior Software Developer
7 salaries
unlock blur

₹8 L/yr - ₹16 L/yr

Artificial Intelligence Developer
5 salaries
unlock blur

₹15 L/yr - ₹18 L/yr

Explore more salaries
Compare Active Intelligence with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

LatentView Analytics

3.7
Compare

Tiger Analytics

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