Upload Button Icon Add office photos

Filter interviews by

Dow Jones Interview Questions and Answers

Updated 9 Sep 2024

Dow Jones Interview Experiences

Popular Designations

3 interviews found

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

East DSA question and then questions regarding resume including JS and AWS etc.

Round 2 - Behavioral 

(2 Questions)

  • Q1. Behavorial questions and about your resume
  • Q2. Toughest thing you faced in your career and how did you resolve it

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Explain your past experience
  • Ans. 

    I have over 5 years of experience in accounting, including financial reporting, budgeting, and auditing.

    • Managed financial reporting processes for a mid-sized company

    • Developed and monitored budgets to ensure financial stability

    • Conducted internal audits to identify and resolve discrepancies

  • Answered by AI

Senior Accountant Interview Questions asked at other Companies

Q1. Tell me about your self tax,
View answer (22)

I was interviewed before Jun 2021.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your experiences
  • Ans. 

    I have extensive experience as a Senior Accountant in various industries.

    • Managed financial reporting and analysis for a multinational corporation

    • Led the implementation of new accounting software, resulting in increased efficiency

    • Developed and implemented internal controls to ensure compliance with regulatory requirements

    • Provided financial guidance and support to cross-functional teams

    • Prepared and presented financial st

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare to ask good question at the end of the interview and be honest about past experience

Senior Accountant Interview Questions asked at other Companies

Q1. Tell me about your self tax,
View answer (22)

Jobs at Dow Jones

View all

Interview questions from similar companies

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is GST rate applicable to our industry
  • Ans. 

    The GST rate applicable to your industry depends on the type of goods or services you provide.

    • GST rates range from 0% to 28% depending on the category of goods or services

    • Some goods and services are exempt from GST

    • For example, the GST rate for processed food items is 5%, while it is 18% for luxury items like cars

    • It is important to consult with a tax expert to determine the exact GST rate applicable to your industry

  • Answered by AI
  • Q2. What is TDS rate applicable on Rent
  • Ans. 

    TDS rate applicable on Rent is 10% if the annual rent exceeds Rs. 2.4 lakhs.

    • TDS stands for Tax Deducted at Source

    • The rate of TDS on rent is 10%

    • If the annual rent exceeds Rs. 2.4 lakhs, TDS is applicable

    • The TDS amount is deducted by the tenant and deposited with the government

    • The TDS certificate is issued by the tenant to the landlord

  • Answered by AI
  • Q3. What is Accounting Standards 9 on
  • Ans. 

    Accounting Standards 9 (AS 9) is on Revenue Recognition.

    • AS 9 provides guidelines for recognizing revenue in financial statements.

    • It outlines the criteria for revenue recognition and the methods of measurement.

    • It also covers the treatment of revenue from specific transactions such as sales of goods, rendering of services, and construction contracts.

    • AS 9 is important for ensuring accurate financial reporting and transpar

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Accounts department is worst in the organisation, the work profile is different from what discussed on interview and shared.
No support from team members and reporting manager, other departments blames on you. work burden on new team members.

Hectic monthly closure, till night 2 am many times.

Interview Preparation Tips

Round: Technical Interview
Tips: * Easy technical questions
* Hiring procedure is more of technical assessment + personality assessment

Skills:
College Name: IIT Madras

Interview Questionnaire 

8 Questions

  • Q1. Find a number which occurs odd number of times and all number occurs even number of times
  • Ans. 

    Find an odd occurring number among even occurring numbers.

    • Use XOR operation to cancel out even occurring numbers and get the odd occurring number.

    • Iterate through the array and XOR each element with the result variable.

    • The final result will be the odd occurring number.

  • Answered by AI
  • Q2. Some discussion about my minor project
  • Q3. Spiral order of binary tree and mattrix, print it
  • Ans. 

    Print the spiral order of a binary tree and matrix.

    • For binary tree, use level order traversal and alternate direction for each level.

    • For matrix, use four pointers to traverse in spiral order.

    • Example for binary tree: 1 -> 2 -> 3 -> 4 -> 5 -> 6 -> 7 -> 8 -> 9

    • Example for matrix: 1 2 3 4 -> 8 7 6 5 -> 9 10 11 12 -> 16 15 14 13

  • Answered by AI
  • Q4. Some question about os,dbms
  • Q5. Find pair which have a given sum in a given array
  • Ans. 

    Finding pairs in an array with a given sum.

    • Iterate through the array and for each element, check if the difference between the given sum and the element exists in the array.

    • Use a hash table to store the elements of the array and their indices for faster lookup.

    • If there are multiple pairs with the same sum, return any one of them.

    • If no pair is found, return null or an empty array.

  • Answered by AI
  • Q6. Find total number of k element which have a given avg in a given array in minimum time complexity
  • Ans. 

    Find total number of k element with given avg in an array in minimum time complexity.

    • Use sliding window technique to traverse the array in O(n) time complexity.

    • Maintain a sum variable to keep track of the sum of elements in the window.

    • If the sum of elements in the window is equal to k times the given avg, increment the count.

    • Move the window by subtracting the first element and adding the next element in the array.

  • Answered by AI
  • Q7. Print all elements which in not boundary element in a given binary tree
  • Ans. 

    Printing non-boundary elements of a binary tree

    • Traverse the tree in any order (preorder, inorder, postorder)

    • Check if the current node is not a boundary node (not the first or last node in its level)

    • If it is not a boundary node, print its value

    • Recursively traverse its left and right subtrees

  • Answered by AI
  • Q8. Then some question about process synchronisation,error vs exception,and then 2-3 hr question

Interview Preparation Tips

Round: Test
Experience: practice codes on paper
Tips:

Round: Technical Interview
Experience: very good
Tips: please try to explain each and every question in detail

Round: Technical Interview
Experience: my hr round is not taken by them,and some of face 3rd round ,which is HR
Tips: please prepare all types of problem from geeksforgeeks

Skill Tips: please try to understand every problem from geeksforgeeks
Skills: ds
College Name: NIT Bhopal
Motivation: best work culture,and a lots of learning opportunity in this company,and in every 6 month there is a appraisal

Skills evaluated in this interview

I was interviewed before Jun 2016.

Interview Questionnaire 

6 Questions

  • Q1. What is a bond? What are different types of bonds?
  • Ans. 

    A bond is a debt security that represents a loan made by an investor to a borrower.

    • Bonds are issued by governments, municipalities, and corporations.

    • They are used to raise capital and finance projects.

    • Different types of bonds include government bonds, corporate bonds, municipal bonds, and convertible bonds.

    • Government bonds are issued by national governments and are considered low-risk.

    • Corporate bonds are issued by comp...

  • Answered by AI
  • Q2. Tell us something about your specialisation subjects of BBA
  • Ans. 

    My specialisation subjects in BBA include marketing, finance, human resource management, and operations management.

    • Marketing involves understanding consumer behavior and creating strategies to promote products or services.

    • Finance focuses on managing funds, investments, and financial planning.

    • Human resource management deals with recruiting, training, and managing employees.

    • Operations management involves overseeing produ...

  • Answered by AI
  • Q3. Which is your favourite subject? Describe about it
  • Ans. 

    My favorite subject is history because I enjoy learning about past events and how they have shaped the world we live in today.

    • I find studying different time periods and cultures fascinating

    • I enjoy analyzing historical documents and artifacts

    • I like understanding how historical events have influenced current societies and politics

  • Answered by AI
  • Q4. Are you comfortable in night shifts
  • Ans. 

    Yes, I am comfortable with night shifts as I have prior experience working in night shifts.

    • I have previous experience working night shifts in my previous job.

    • I am able to adjust my sleep schedule to accommodate night shifts.

    • I understand the importance of being alert and focused during night shifts.

    • I am willing to work night shifts if required for the role.

  • Answered by AI
  • Q5. What are your hobbies
  • Ans. 

    My hobbies include hiking, painting, and playing the guitar.

    • Hiking: I enjoy exploring nature trails and challenging myself physically.

    • Painting: I find relaxation and creativity in expressing myself through art.

    • Playing the guitar: I love learning new songs and improving my musical skills.

  • Answered by AI
  • Q6. Where do your parents and siblings work
  • Ans. 

    My parents work in education and my siblings work in finance and healthcare.

    • Parents work in education

    • Siblings work in finance and healthcare

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: In this round there was an online test which had objective and subjective questions regarding the mentioned sections.
Duration: 1 hour
Total Questions: 30

Round: Technical Interview
Experience: The interviewer asked such questions about my graduation subjects and a little about how familiar I am of the work the company deals in.

Round: HR Interview
Experience: This round had the HR person ask general questions about my hobbies and about my family background and also told me about the company, its culture and the salary structure

College Name: Maharaja Surajmal Institute Of Technology

Interview Preparation Tips

Round: Test
Experience: Quantitative, verbal, reasoning and basic technical questions.
Duration: 1 hour
Total Questions: 50

Round: Technical + HR Interview
Experience: Questions based on data structures, algorithms, and object oriented programming concepts.
Tested basic knowledge in Finance sector especially related to the company.

College Name: Delhi Technological University, Delhi

I was interviewed in Oct 2016.

Interview Preparation Tips

Round: Test
Total Questions: 100

Round: Group Discussion
Duration: 1 hour

College Name: Sri Venkateswara College Of Engineering
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. About past job experience
Round 3 - One-on-one 

(1 Question)

  • Q1. About current job role
Contribute & help others!
anonymous
You can choose to be anonymous

Dow Jones Interview FAQs

How many rounds are there in Dow Jones interview?
Dow Jones interview process usually has 1-2 rounds. The most common rounds in the Dow Jones interview process are Coding Test, Behavioral and HR.
How to prepare for Dow Jones 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 Dow Jones. The most common topics and skills that interviewers at Dow Jones expect are Business Intelligence, Analytical, Business Analysis, Data Analytics and Operations.

Recently Viewed

INTERVIEWS

Bloomberg

No Interviews

SALARIES

Areteans

SALARIES

BNP Paribas

SALARIES

Ryan

INTERVIEWS

Mazars

No Interviews

DESIGNATION

DESIGNATION

LIST OF COMPANIES

Volvo

Overview

COMPANY BENEFITS

Pitchbook

No Benefits

SALARIES

Pitchbook

No Salaries

Tell us how to improve this page.

Dow Jones Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

S&P Global Interview Questions
4.1
 • 276 Interviews
Morningstar Interview Questions
3.9
 • 241 Interviews
FactSet Interview Questions
3.9
 • 208 Interviews
Thomson Reuters Interview Questions
4.1
 • 112 Interviews
Wolters Kluwer Interview Questions
3.9
 • 80 Interviews
Cimpress Interview Questions
4.0
 • 62 Interviews
Bloomberg Interview Questions
3.4
 • 25 Interviews
Moody's Interview Questions
4.1
 • 22 Interviews
View all

Dow Jones Reviews and Ratings

based on 7 reviews

2.6/5

Rating in categories

2.1

Skill development

2.9

Work-life balance

2.5

Salary

3.3

Job security

2.9

Company culture

2.4

Promotions

2.4

Work satisfaction

Explore 7 Reviews and Ratings
Client Engagement Specialist

Mumbai

2-6 Yrs

Not Disclosed

Explore more jobs
People Operations Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Research Analyst 2
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Research Analyst 1
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Web Developer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Research Analyst
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Dow Jones with

Bloomberg

3.4
Compare

Thomson Reuters

4.1
Compare

S&P Global

4.1
Compare

Financial Times

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