Upload Button Icon Add office photos

Filter interviews by

Dhruva Advisors LLP Interview Questions and Answers

Updated 16 Aug 2024

Dhruva Advisors LLP Interview Experiences

Popular Designations

3 interviews found

I applied via Approached by Company and was interviewed in Sep 2021. There were 3 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 - Technical 

(1 Question)

  • Q1. There will be open book test. Questions will be asked based on test, CV, articleship
Round 3 - One-on-one 

(1 Question)

  • Q1. It is partner round. No technical question asked. General discussion about work culture

Interview Preparation Tips

Interview preparation tips for other job seekers - Show enthusiasm and ask questions

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (11)

Analyst Interview Questions & Answers

user image Anonymous

posted on 29 Jul 2024

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

(2 Questions)

  • Q1. None in particular
  • Q2. None in particular as such
Round 2 - One-on-one 

(2 Questions)

  • Q1. None in particular
  • Q2. None in particular as well

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)

Principal Interview Questions & Answers

user image Anonymous

posted on 16 Aug 2024

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

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. MAM in TP documentation
  • Ans. 

    MAM in TP documentation refers to Master Activity Module in Treatment Planning documentation.

    • MAM is a feature in Treatment Planning software that allows for the creation and management of treatment plans.

    • It helps in organizing and tracking various activities related to treatment planning.

    • Examples of MAM in TP documentation include creating treatment schedules, assigning tasks to team members, and monitoring progress.

  • Answered by AI
  • Q2. Set aside proceedings from ITAT
  • Ans. 

    Set aside proceedings from ITAT refers to the cancellation of a decision made by the Income Tax Appellate Tribunal.

    • Set aside proceedings can occur when there is a procedural error or a violation of natural justice.

    • The decision can be set aside by a higher court or authority.

    • Common reasons for setting aside proceedings include lack of evidence, bias, or improper conduct.

    • Example: A decision made by the ITAT is set aside ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Search better options. These people are toxic.

Principal Interview Questions asked at other Companies

Q1. What is important for president primary curriculam?
View answer (1)

Jobs at Dhruva Advisors LLP

View all

Interview questions from similar companies

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are your core values?
  • Q2. Details about relativity tool?
  • Ans. 

    Relativity is a document management and e-discovery software used by law firms and corporations.

    • Relativity allows users to manage and analyze large volumes of data, including emails, documents, and other electronic files.

    • It includes features such as advanced search capabilities, data visualization tools, and customizable workflows.

    • Relativity is commonly used in the legal industry for e-discovery and litigation support,...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There are total of 3 interview rounds. First is taken by HR and Second by Prabha Tiwary, who is People's director and third round with Anand Dayal, The founder. The interview mostly focuses on the core values. But Round 3 is more technical.
The best advise:
1. Be thorough with your CV and refrain from lying and manipulating.
2. Must know about the relativity tool, privilege and confidentiality.
3. Communication must be clear and crisp.

P.s- Despite such an easy way of conducting interviews, this company cannot be relied upon as there is no job security and Prabha Tiwary, People's Director is very snobbish.

I applied via Naukri.com and was interviewed in Nov 2021. There were 2 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 

Asking Questions related to their profile and work

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident what you say and reply when you know all about that topic.

I applied via Campus Placement and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Machine Learning, SQL, Excel, Python and Statistics

Interview Preparation Tips

Interview preparation tips for other job seekers - Have an all-round understanding of SQL. Machine Learning and Python are next on the list. Build your numerical ability and logical reasoning.

I applied via Naukri.com and was interviewed in Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why use reactjs
  • Ans. 

    ReactJS is a popular JavaScript library for building user interfaces.

    • ReactJS allows for reusable components, making development faster and more efficient.

    • It uses a virtual DOM, which improves performance by minimizing updates to the actual DOM.

    • ReactJS has a large and active community, providing support and resources for developers.

    • It can be used for both web and mobile app development, with tools like React Native.

    • Reac...

  • Answered by AI
  • Q2. What is functional and class based components.
  • Ans. 

    Functional components are stateless and rely on props, while class-based components have state and lifecycle methods.

    • Functional components are written as functions and return JSX elements.

    • Class-based components are written as ES6 classes and extend the React.Component class.

    • Functional components are simpler and easier to test and understand.

    • Class-based components have access to lifecycle methods like componentDidMount ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The first round was telephonic interview. In first round they asked about myself and my current project. And some basics of ReactJS and nodejs. In the second round mostly questions was from ReactJS and some questions based on my CV skills.
Last round was HR where we discuss about the current CTC and expected CTC and negotiation.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Firstly They have asked me to introduce myself and further, they questions from manly 3 section from my resume
  • Q2. OOPS 1: Difference between Method overloading and method overriding 2: What is inheritance and it's benifits 3: Define encapsulation and Abstraction.
  • Ans. 

    Questions related to OOPS concepts in software engineering.

    • Method overloading is having multiple methods with the same name but different parameters, while method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Inheritance is the ability of a class to inherit properties and methods from its parent class. It allows for code reuse and promotes modularity.

    • Encapsu...

  • Answered by AI
  • Q3. SQL 1: Difference between primary key and unique key 2: Why we use Normalisation and there different types 3: Some questions from SQL query, Join, delete, update, etc.
  • Ans. 

    Answers to SQL related questions for Software Engineer interview

    • Primary key uniquely identifies a record in a table, while unique key ensures that no two records have the same value for a specific column

    • Normalization is used to eliminate data redundancy and improve data integrity. Types include 1NF, 2NF, 3NF, BCNF, 4NF, 5NF

    • SQL queries can be used to retrieve data from one or more tables using joins. Delete and update s

  • Answered by AI
  • Q4. Aptitude 1: One question from number series

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're going for the interview process for Milliman just well prepared all the above mentioned points, last but not least be genuine about your project

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to oops,
  • Q2. Micro services regarding
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
-

I appeared for an interview in Mar 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Basic coding and oops questions.
  • Q2. Spring, spring boot questions. , System design question, basics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics oops concepts and coding well. Give the interview confidently.

Dhruva Advisors LLP Interview FAQs

How many rounds are there in Dhruva Advisors LLP interview?
Dhruva Advisors LLP interview process usually has 2 rounds. The most common rounds in the Dhruva Advisors LLP interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for Dhruva Advisors LLP 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 Dhruva Advisors LLP. The most common topics and skills that interviewers at Dhruva Advisors LLP expect are Direct Tax, Indirect Taxation, International Taxation, Accounting and Corporate Taxation.
What are the top questions asked in Dhruva Advisors LLP interview?

Some of the top questions asked at the Dhruva Advisors LLP interview -

  1. set aside proceedings from I...read more
  2. MAM in TP documentat...read more
  3. There will be open book test. Questions will be asked based on test, CV, articl...read more

Tell us how to improve this page.

Dhruva Advisors LLP Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Milliman Interview Questions
3.8
 • 20 Interviews
Dhruv Research Interview Questions
3.2
 • 12 Interviews
Lodha & Company Interview Questions
3.1
 • 11 Interviews
View all

Dhruva Advisors LLP Reviews and Ratings

based on 51 reviews

3.5/5

Rating in categories

3.8

Skill development

3.3

Work-life balance

3.7

Salary

3.7

Job security

3.5

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 51 Reviews and Ratings
Internship

Hyderabad / Secunderabad

1-2 Yrs

Not Disclosed

CA

Hyderabad / Secunderabad

2-6 Yrs

Not Disclosed

CS Intermediate

Hyderabad / Secunderabad

3-7 Yrs

Not Disclosed

Explore more jobs
Senior Associate
124 salaries
unlock blur

₹9 L/yr - ₹30 L/yr

Assistant Manager
26 salaries
unlock blur

₹6.5 L/yr - ₹18 L/yr

Principal
24 salaries
unlock blur

₹28 L/yr - ₹50 L/yr

Analyst
23 salaries
unlock blur

₹4 L/yr - ₹7.8 L/yr

Manager
18 salaries
unlock blur

₹16 L/yr - ₹30.2 L/yr

Explore more salaries
Compare Dhruva Advisors LLP with

Dhruv Research

3.2
Compare

S.M. Consultants

3.4
Compare

Cheers Interactive

3.5
Compare

Milliman

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