Premium Employer

i

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

Advisor360° Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Advisor360° Interview Questions and Answers

Updated 3 Oct 2024

Advisor360° Interview Experiences

1 interview found

Software dev intern Interview Questions & Answers

user image Anonymous

posted on 3 Oct 2024

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

I applied via campus placement at Manipal Institute of Technology (MIT) and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Easy array and string based questions

Round 2 - Technical 

(3 Questions)

  • Q1. Easy array question
  • Q2. Easy string question
  • Q3. Easy sql question

Interview Preparation Tips

Topics to prepare for Advisor360° Software dev intern interview:
  • DSA easy
  • SQL
  • OOPS
Interview preparation tips for other job seekers - get your basics cleared

Jobs at Advisor360°

View all

Interview questions from similar companies

Graphic Designer Interview Questions & Answers

Canva user image Chitranshi Lashkari

posted on 20 Dec 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Group Discussion 

A group discussion (GD) is a structured conversation where a group of people discuss a topic and are observed by a panel of judges or interviewers

Round 2 - HR 

(2 Questions)

  • Q1. An HR interview is a discussion with a human resources representative to determine if a candidate is a good fit for a company. HR interviewers may ask general questions to gauge a candidate's fit for the c...
  • Q2. Do you have an HR interview coming up? Along with reviewing your skills and experience, the interviewer will want to assess your self-confidence, interpersonal skills and communication abilities. To make a...
Round 3 - One-on-one 

(2 Questions)

  • Q1. A one-on-one interview is a job interview where a candidate meets with a single interviewer to discuss their qualifications, experience, and suitability for a role.
  • Q2. A one-on-one interview is a job interview where a single candidate meets with a single interviewer to discuss the candidate's qualifications for a job
Round 4 - Coding Test 

Coding tests for interviews are designed to evaluate a candidate's ability to think creatively and adapt their solutions to changing scenarios.

Round 5 - Case Study 

A case study interview is a job interview where a candidate is presented with a business scenario and asked to analyze it and propose a solution.

Round 6 - Assignment 

Interview assessment tests can include aptitude tests, personality tests, cognitive ability tests, presentations, and writing tasks:

Round 7 - Technical 

(1 Question)

  • Q1. Technical interview questions can cover a range of topics, including your experience, background, and technical skills:
Round 8 - Aptitude Test 

An aptitude test is quite vital for placements as it helps in enhancing the logical skills of the person and if someone is preparing for interviews then aptitude preparation is very much required.

Interview Preparation Tips

Interview preparation tips for other job seekers - Enhance your skills
Identify any skill gaps in your desired field and take steps to improve them. You can do this through online courses, certifications, or workshops.
Update your resume
Before you start applying to jobs, add any new skills, achievements, or awards to your resume. You should also revise your objective or summary.
Research potential employers
Research companies in the industry you want to work in and how what they offer aligns with what you want in an employer.
Establish your goals
Create goals that you can check in with, rather than chasing every opportunity that comes along.
Focus your search
Focus your job search on positions you feel excited about and companies you really want to work for.
Negotiate well
Negotiation skills are critical for many business jobs, but they can help people in any industry.
Treat your search like a job
Develop an organized and consistent job search routine. Set aside dedicated time each day for tasks such as researching job openings, customizing resumes, and more.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Sql mcq questions with medium difficulty

Round 2 - Technical 

(1 Question)

  • Q1. What is inheritance? What are advantages of oops? What's indexing in sql?
Round 3 - One-on-one 

(1 Question)

  • Q1. What was your previous job role? What methodologies did you follow while working?
Round 4 - HR 

(1 Question)

  • Q1. What are you leaving your current organization?
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2024.

Round 1 - Coding Test 

Hacker Rack Test with medium to high difficulty

Round 2 - Technical 

(2 Questions)

  • Q1. Explain your current project
  • Ans. 

    I am currently working on developing a mobile application for tracking fitness goals and progress.

    • Developing a mobile app using React Native

    • Implementing features such as goal setting, progress tracking, and workout logging

    • Integrating with wearable devices like Fitbit for data synchronization

  • Answered by AI
  • Q2. Questions about kakfa, ES and Java 8
Round 3 - Technical 

(1 Question)

  • Q1. Similar questions on your current project and questions around kafka
Round 4 - Coding Test 

Basic Coding Java and algorithm questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Behavioural round which is similar to psychometric tests
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(4 Questions)

  • Q1. Create basic react app with dummy data fetched from JSON API
  • Ans. 

    Create a basic React app with dummy data fetched from a JSON API.

    • Set up a new React project using create-react-app

    • Create a component to fetch data from a JSON API using fetch or axios

    • Display the fetched data in the component

  • Answered by AI
  • Q2. Array methods and Flatten array
  • Q3. Event loop
  • Q4. HTML and Javascript basics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Roles and responsibilities
  • Q2. Problem based questions
  • Q3. Code test & discussions over best practices, best solutions, time and space complexities
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

(2 Questions)

  • Q1. What data structure is used to implement a priority queue?
  • Ans. 

    Binary heap is used to implement a priority queue.

    • Binary heap is a complete binary tree where each node has a value greater than or equal to its children.

    • It can be implemented using arrays, where the parent of node at index i is at index (i-1)/2.

    • Insertion and deletion operations have time complexity of O(log n) in a binary heap.

  • Answered by AI
  • Q2. How many trees will a binary tree have?
  • Ans. 

    A binary tree can have any number of nodes, but the maximum number of trees with n nodes is 2^n.

    • A binary tree can have 0 nodes, 1 node, 2 nodes, or any number of nodes.

    • The maximum number of binary trees with n nodes is 2^n.

    • For example, a binary tree with 3 nodes can have up to 8 different structures.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. SQL Query to return the second highest marks in a student database
  • Ans. 

    Use a SQL query to find the second highest marks in a student database.

    • Use the ORDER BY clause to sort the marks in descending order

    • Use the LIMIT clause to limit the result to the second row

  • Answered by AI
  • Q2. Program to check if two strings are anagrams
  • Ans. 

    Program to check if two strings are anagrams

    • Create a function that takes in two strings as input

    • Remove any spaces and convert both strings to lowercase for consistency

    • Sort the characters in both strings and compare if they are equal to determine if they are anagrams

    • Example: 'listen' and 'silent' are anagrams

  • Answered by AI

Skills evaluated in this interview

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

A link was provided for the 15-minute online aptitude test.

Round 2 - Coding Test 

90 minutes coding round. There were three problems. One for JavaScript and two for ReactJS

Round 3 - Technical 

(1 Question)

  • Q1. Mostly ReactJS questions were asked and a few Javascript questions were asked.
Round 4 - One-on-one 

(1 Question)

  • Q1. Again a few react based questions then it was mostly discussion on the past experiences.
Round 5 - HR 

(1 Question)

  • Q1. A general discussion about the notice period, compensation, and information about the company's culture was provided.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Fair and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Introducing your self and project
  • Q2. Severity and priority
  • Q3. Smoke and sanity testing
  • Q4. Scenario base question if find bug before release

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all manual testing type question

Traveling Interview Questions & Answers

Tracelink user image Anonymous

posted on 28 Sep 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(5 Questions)

  • Q1. Simple travel question
  • Q2. Simple reply and Selection
  • Q3. Good job at any cost
  • Q4. I want top most Salary
  • Q5. I need good appreciation
Contribute & help others!
anonymous
You can choose to be anonymous

Advisor360° Interview FAQs

How many rounds are there in Advisor360° interview?
Advisor360° interview process usually has 2 rounds. The most common rounds in the Advisor360° interview process are Coding Test and Technical.
How to prepare for Advisor360° 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 Advisor360°. The most common topics and skills that interviewers at Advisor360° expect are Agile Coaching, Python, Software Design, Agile and Backend.
What are the top questions asked in Advisor360° interview?

Some of the top questions asked at the Advisor360° interview -

  1. easy array quest...read more
  2. easy string quest...read more
  3. easy sql quest...read more

Recently Viewed

INTERVIEWS

Boeing

85 interviews

INTERVIEWS

Apexon

135 interviews

INTERVIEWS

Xogene

8 interviews

INTERVIEWS

OpenBet

3 interviews

INTERVIEWS

ABB

233 interviews

INTERVIEWS

AlphaSense

No Interviews

INTERVIEWS

Beckman Coulter

No Interviews

INTERVIEWS

Gabriel India

No Interviews

INTERVIEWS

QualiZeal

No Interviews

INTERVIEWS

Assystem

No Interviews

Tell us how to improve this page.

Advisor360° Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Join Advisor360° Unleash productivity with integrated platform of configurable solution

Interview Questions from Similar Companies

Angel One Interview Questions
3.9
 • 135 Interviews
Kotak Securities Interview Questions
3.6
 • 116 Interviews
HDFC Securities Interview Questions
3.6
 • 104 Interviews
Sharekhan Interview Questions
3.9
 • 81 Interviews
Groww Interview Questions
3.8
 • 65 Interviews
Upstox Interview Questions
3.7
 • 35 Interviews
Paytm Money Interview Questions
3.2
 • 27 Interviews
ICICI Direct Interview Questions
3.7
 • 24 Interviews
Motilal Oswal Interview Questions
3.8
 • 19 Interviews
Zerodha Interview Questions
4.2
 • 9 Interviews
View all

Advisor360° Reviews and Ratings

based on 5 reviews

4.7/5

Rating in categories

4.6

Skill development

4.6

Work-life balance

4.6

Salary

4.4

Job security

4.4

Company culture

3.8

Promotions

4.6

Work satisfaction

Explore 5 Reviews and Ratings
Senior QA Automation Engineer

Bangalore / Bengaluru

6-10 Yrs

Not Disclosed

Senior Software Engineer

Bangalore / Bengaluru

8-13 Yrs

₹ 57.5-40 LPA

Explore more jobs
Senior Software Engineer
9 salaries
unlock blur

₹35 L/yr - ₹58.3 L/yr

Software Engineer III
6 salaries
unlock blur

₹30.5 L/yr - ₹50 L/yr

Software Development Engineer II
5 salaries
unlock blur

₹17.6 L/yr - ₹33 L/yr

Software Engineer
4 salaries
unlock blur

₹7.9 L/yr - ₹37.8 L/yr

Software Engineer2
4 salaries
unlock blur

₹16.5 L/yr - ₹28 L/yr

Explore more salaries
Compare Advisor360° with

Zerodha

4.2
Compare

Upstox

3.7
Compare

Groww

3.8
Compare

Paytm Money

3.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent