Upload Button Icon Add office photos

Oxford Policy Management

Compare button icon Compare button icon Compare

Filter interviews by

Oxford Policy Management Junior Accountant Interview Questions and Answers

Updated 7 Dec 2022

Oxford Policy Management Junior Accountant Interview Experiences

1 interview found

I applied via AmbitionBox and was interviewed in Nov 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Use of h look up and v look up
  • Ans. 

    HLOOKUP and VLOOKUP are Excel functions used to search for specific data in a table.

    • HLOOKUP searches for data in a row and returns a value from a specified column.

    • VLOOKUP searches for data in a column and returns a value from a specified row.

    • Both functions require a lookup value, table array, column index number, and range lookup.

    • Example: HLOOKUP('Apples', A1:D4, 3, FALSE) will search for 'Apples' in the first row of t...

  • Answered by AI
  • Q2. Make payroll and salary sheet

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep smile and be positive , don't afraid from any thing bec aa use I am with you

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Oxford Policy Management?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Nov 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 - Aptitude Test 

There are 30 basic aptitude question in 30 minutes

Round 3 - Coding Test 

3 coding question 2 were easy and 1 was of medium level

Interview Preparation Tips

Interview preparation tips for other job seekers - i was not selected in HR round . they select only two girls out 15 students

Junior Accountant Interview Questions Asked at Other Companies

Q1. Explain the heads of income under the Income Tax Act, 1961.
asked in Infosys
Q2. What falls under assets and liabilities?
Q3. What are the Golden Rules of Accounting?
asked in Infosys
Q4. What is important for GST return filing?
asked in Volvo
Q5. What is prepayment, what is ar ageing, what is cogs, what is dire ... read more

I applied via Referral and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple basic matha

Round 2 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    I am open to discussing salary based on the responsibilities and expectations of the role.

    • Focus on the value you can bring to the company rather than a specific number

    • Research the average salary range for similar positions in the industry and location

    • Consider your experience, skills, and qualifications when determining your salary expectations

    • Be prepared to negotiate and discuss other benefits besides salary

  • Answered by AI
  • Q2. Share details of your previous job.
  • Ans. 

    I worked as a Sales Associate at XYZ Company.

    • Responsible for assisting customers in finding and purchasing products.

    • Managed inventory and restocked shelves to ensure product availability.

    • Provided excellent customer service and resolved any issues or complaints.

    • Achieved sales targets by upselling and cross-selling products.

    • Collaborated with team members to create attractive product displays.

    • Utilized POS system to proces...

  • Answered by AI
  • Q3. Why should we hire you?
  • Ans. 

    I have the necessary skills, experience, and passion to excel in this role.

    • I have a strong educational background and relevant work experience.

    • I am a quick learner and have a proven track record of adapting to new environments.

    • I am highly motivated and dedicated to delivering high-quality work.

    • I possess excellent communication and teamwork skills.

    • I am passionate about the industry and committed to continuous learning a...

  • Answered by AI
  • Q4. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a Senior Associate, leading a team and contributing to the growth and success of the company.

    • Advancing to a Senior Associate role

    • Leading a team and mentoring junior associates

    • Contributing to the growth and success of the company

    • Continuing to develop my skills and knowledge in the field

  • Answered by AI
  • Q5. What are your strengths and weaknesses?
  • Ans. 

    My strengths include strong communication skills, attention to detail, and ability to work well in a team. My weaknesses include being overly critical of my own work and sometimes struggling with time management.

    • Strength: Strong communication skills

    • Strength: Attention to detail

    • Strength: Ability to work well in a team

    • Weakness: Being overly critical of my own work

    • Weakness: Struggling with time management

  • Answered by AI
  • Q6. Tell me about yourself.
  • Ans. 

    I am a highly motivated and experienced professional with a strong background in the field.

    • I have a Bachelor's degree in Business Administration.

    • I have worked as an Associate at XYZ Company for the past 3 years.

    • I am skilled in data analysis and problem-solving.

    • I have successfully managed multiple projects and achieved significant results.

    • I am a team player and have excellent communication skills.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Startup in Kolkata. Work life balance is good. Average job security.

I appeared for an interview before Mar 2021.

Round 1 - Coding Test 

Round duration - 60 minutes
Round difficulty - Medium

This test consisted of 10 questions with no negative marking to test my problem solving ability.

Round 2 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Technical Interview round with questions based on DSA and algorithms.

  • Q1. 

    Word Distance Calculation

    Given a document represented as an array/list ARR of words with length N, find the smallest distance between two given words for multiple queries. The distance is defined as the ...

  • Ans. 

    Find the smallest distance between two words in a document for multiple queries.

    • Iterate through the document to find the indices of the given words in the document array.

    • Calculate the distance between the two indices for each query.

    • Return the smallest distance or 'N' if a word from the query is not present in the document.

  • Answered by AI
  • Q2. 

    Sudoku Solver Problem Statement

    Given a 9 x 9 2D matrix 'MATRIX', where some cells are filled with digits (1-9) and others are empty (denoted by 0), determine if there is a way to fill the empty cells suc...

  • Ans. 

    The task is to determine if a given 9x9 Sudoku puzzle can be solved.

    • Check if each row, column, and 3x3 subgrid contains all numbers from 1 to 9 without repetition.

    • Iterate through each empty cell and try filling it with a valid number, then recursively check if the puzzle can be solved.

    • If all empty cells are filled without violating Sudoku rules, output 'yes'; otherwise, output 'no'.

  • Answered by AI
Round 3 - Face to Face 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

You will be having 2 or 3 members per panel and questions may be from databases , object oriented programming, operating systems, Linux commands and algorithm may be asked for problems

  • Q1. 

    Cycle Detection in a Singly Linked List

    Determine if a given singly linked list of integers forms a cycle or not.

    A cycle in a linked list occurs when a node's next points back to a previous node in the ...

  • Ans. 

    Detect if a singly linked list forms a cycle by checking if a node's next points back to a previous node.

    • Traverse the linked list using two pointers, one moving at double the speed of the other

    • If the two pointers meet at any point, there is a cycle in the linked list

    • If one of the pointers reaches the end of the list (null), there is no cycle

  • Answered by AI
  • Q2. 

    Level Order Traversal Problem Statement

    Given a binary tree of integers, return the level order traversal of the binary tree.

    Input:

    The first line contains an integer 'T', representing the number of te...
  • Ans. 

    The task is to implement a function that returns the level order traversal of a binary tree given in level order.

    • Create a queue to store nodes for level order traversal

    • Start with the root node and enqueue it

    • While the queue is not empty, dequeue a node, print its value, and enqueue its children

    • Repeat until all nodes are traversed

  • Answered by AI
  • Q3. What are virtual functions?
  • Ans. 

    Virtual functions are functions in a base class that are overridden in derived classes, allowing for polymorphic behavior.

    • Virtual functions are declared in a base class with the 'virtual' keyword.

    • They are meant to be overridden in derived classes to provide specific implementations.

    • They allow for polymorphism, where a pointer to a base class can call a derived class's overridden function.

    • Example: virtual void display()...

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAAthenahealth interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview 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

I appeared for an interview before Mar 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

This was a test round where 10 aptitude based questions were to be solved in 60 minutes

  • Q1. You have 5 pirates and 100 gold coins. The challenge is to determine how the pirates will divide the coins among themselves based on their ranking and the rules they follow.
Round 2 - Face to Face 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Medium

They took us to the lab for this on and we were each given a paper with a program on it. It was all mixed as in each person got a different paper, You have around an hour to finish coding. after which you have to explain your code. They also gave wrong or incorrect inputs and see how your code handles these exceptions.

  • Q1. 

    Reverse the String Problem Statement

    You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string.

    Example:

    Input:
    STR = "abcde"
    Output:
    "e...
  • Ans. 

    Reverse a given string containing alphabets, numbers, and special characters.

    • Iterate through the string from the end to the beginning and append each character to a new string.

    • Use built-in functions like reverse() or StringBuilder in languages like Python or Java for efficient reversal.

    • Handle special characters and numbers along with alphabets while reversing the string.

    • Ensure to consider the constraints provided in th...

  • Answered by AI
  • Q2. 

    K Largest Elements Problem Statement

    Given an unsorted array containing 'N' integers, you are required to find 'K' largest elements from the array and return them in non-decreasing order.

    Input:

    The fir...
  • Ans. 

    Implement a function to find K largest elements in an unsorted array in non-decreasing order.

    • Create a min heap of size K and insert the first K elements of the array

    • For each remaining element, if it is larger than the root of the heap, replace the root with the element and heapify

    • Finally, the heap will contain the K largest elements in non-decreasing order

  • Answered by AI
  • Q3. 

    Remove Character from String Problem Statement

    Given a string str and a character 'X', develop a function to eliminate all instances of 'X' from str and return the resulting string.

    Input:

    The first lin...
  • Ans. 

    Develop a function to remove all instances of a given character from a string.

    • Iterate through the string and build a new string excluding the specified character.

    • Use a StringBuilder or similar data structure for efficient string manipulation.

    • Handle edge cases like empty string or character not found in the input string.

    • Ensure the function completes within the given time constraint.

  • Answered by AI
  • Q4. 

    Triangle of Numbers Pattern

    Ninja is tasked with printing a triangle pattern based on a given number 'N' for any test case.

    Example:

    Input:
    N = 4
    Output:
       1
    232
    34545
    4567654

    Explanation:

    The pat...

  • Ans. 

    Print a triangle pattern of numbers based on a given number 'N'.

    • Iterate through each row and column to determine the numbers to print

    • Use a combination of spaces and numbers to align the pattern correctly

    • Increment the numbers in each row based on the row number

  • Answered by AI
Round 3 - Face to Face 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Compared to the other round this is more tech oriented. Lot more tech questions. It is of normal difficulty and is not that hard to clear, you only need to know the basics.
Very basic of Data Structure and Oracle knowledge enough. Lots of simple questions from data structures(insert into heaps etc). They did not ask to write code for DS, but rather to explain the logic through diagrams. For some complicated question, they expect how much you brainstorm ideas in solving

  • Q1. 

    Convert Binary Tree to Mirror Tree

    Convert a given binary tree into its mirror tree, where the left and right children of all non-leaf nodes are interchanged.

    Input:

    An integer ‘T’ denoting the number o...
  • Ans. 

    Convert a binary tree into its mirror tree by interchanging left and right children of non-leaf nodes.

    • Traverse the tree in postorder fashion and swap the left and right children of each node.

    • Use recursion to solve the problem efficiently.

    • Modify the binary tree in place without creating a new tree.

  • Answered by AI
  • Q2. 

    Heap Sort Problem Statement

    Given an array ARR consisting of N integers, your task is to use the Heap sort algorithm to arrange the array in non-decreasing order.

    Input:

    The first line of the input cont...
  • Ans. 

    Implement the Heap sort algorithm to arrange an array in non-decreasing order.

    • Implement the Heap sort algorithm to sort the given array in non-decreasing order

    • Use a max heap to sort the array in non-decreasing order

    • Time complexity of Heap sort is O(n log n)

  • Answered by AI
  • Q3. What is indexing in the context of databases?
  • Ans. 

    Indexing in databases is a technique used to improve the speed of data retrieval by creating a data structure that allows for quick lookups.

    • Indexes are created on specific columns in a database table to speed up queries that search for data in those columns.

    • Indexes work similar to the index of a book, allowing the database to quickly locate the desired data without having to scan the entire table.

    • Examples of indexes in...

  • Answered by AI
  • Q4. Which data structure is better for your use case: a B Tree or a Hash Table?
  • Ans. 

    Hash Table is better for fast lookups and insertions, while B Tree is better for range queries and ordered traversal.

    • Use Hash Table for fast lookups and insertions with O(1) average time complexity.

    • Use B Tree for range queries and ordered traversal with O(log n) time complexity.

    • Consider the size of the dataset and the specific operations needed to determine the best data structure.

  • Answered by AI
Round 4 - HR 

Round duration - 30 minutes
Round difficulty - Easy

This round lasted for around 30 minutes. It more of a character analysis round with a lot of HR type questions.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAAthenahealth interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview 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

I appeared for an interview before Mar 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

10 Aptitude questions with difficulty level hard were asked in this test.

  • Q1. What is the minimum number of planes required to go around the world?
  • Ans. 

    The minimum number of planes required to go around the world is one.

    • One plane can fly around the world without needing to stop.

    • The plane can refuel mid-air or carry enough fuel for the entire journey.

    • Examples: Non-stop flights like the Boeing 787 Dreamliner or Airbus A350 can circumnavigate the globe with one plane.

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Technical Interview round with questions based on data structures and algorithms. Questions about previous projects done and my roles on it and my leadership capabilities. Few technical questions from Threads and multi-processing.

  • Q1. 

    Search in a Row-wise and Column-wise Sorted Matrix Problem Statement

    You are given an N * N matrix of integers where each row and each column is sorted in increasing order. Your task is to find the positi...

  • Ans. 

    Given a sorted N * N matrix, find the position of a target integer 'X'.

    • Start from the top-right corner of the matrix and compare the target with the element at that position.

    • Based on the comparison, move left or down in the matrix to narrow down the search.

    • Repeat the process until the target is found or the search goes out of bounds.

    • Return the position of the target if found, else return {-1, -1}.

  • Answered by AI
  • Q2. 

    Rectangular Numbers Problem Statement

    Ninja has a number 'N'. Your task is to generate a pattern where the outer rectangle is filled with the number 'N', and as you move inward, the numbers decrease conse...

  • Ans. 

    Generate a pattern with outer rectangle filled with number 'N' and decreasing consecutively inward.

    • Start by filling the outermost rectangle with the number 'N'.

    • Decrease the numbers consecutively as you move inward towards the center.

    • Continue this pattern until you reach the center of the rectangle.

  • Answered by AI
Round 3 - Face to Face 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Medium

DSA based questions were asked in this round. Questions on implementation of Linux directory structure were also asked.

  • Q1. 

    Binary Array Sorting Problem Statement

    You are provided with a binary array, i.e., an array containing only 0s and 1s. Your task is to sort this binary array and return it after sorting.

    Input:

     The fir...
  • Ans. 

    Yes, the binary array sorting problem can be solved in linear time and constant space using a single traversal.

    • Use two pointers approach to swap 0s to the left and 1s to the right.

    • Maintain two pointers, one for 0s and one for 1s, and swap elements accordingly.

    • Example: Input: [1, 0, 1, 0, 1], Output: [0, 0, 1, 1, 1]

  • Answered by AI
  • Q2. 

    Next Greater Element Problem Statement

    You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater ele...

  • Ans. 

    The task is to find the next greater element for each element in an array to its right, if no greater element exists, return -1.

    • Iterate through the array from right to left and use a stack to keep track of elements.

    • Pop elements from the stack until a greater element is found or the stack is empty.

    • Store the next greater element for each element in the output array.

  • Answered by AI
  • Q3. What is the difference between Binary Search Trees (BST) and Tries?
  • Ans. 

    BST is a binary tree structure where each node has at most two children, while Tries are tree structures used for storing strings.

    • BST is used for searching, inserting, and deleting elements in a sorted manner.

    • Tries are used for storing and searching strings efficiently.

    • BST has a hierarchical structure with left and right child nodes.

    • Tries have nodes representing characters, forming a tree-like structure for strings.

    • Exa...

  • Answered by AI
Round 4 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical round. Questions about previous projects and current one were asked. I was also asked about aptitude problems from the first round and how I understood and approached towards solution?

  • Q1. 

    N Queens Problem

    Given an integer N, find all possible placements of N queens on an N x N chessboard such that no two queens threaten each other.

    Explanation:

    A queen can attack another queen if they ar...

  • Ans. 

    The N Queens Problem involves finding all possible placements of N queens on an N x N chessboard without threatening each other.

    • Use backtracking algorithm to explore all possible configurations.

    • Keep track of rows, columns, and diagonals to ensure queens do not threaten each other.

    • Generate valid configurations recursively and backtrack when a solution is not possible.

  • Answered by AI
  • Q2. 

    Form a Triangle Problem Statement

    You are provided with an integer array/list ARR of length N. Your task is to determine if it is possible to construct at least one non-degenerate triangle using the value...

  • Ans. 

    Check if it is possible to form a non-degenerate triangle using the sides provided in the array.

    • Check if the sum of any two sides is greater than the third side for all combinations.

    • If any such combination exists, return true; otherwise, return false.

    • Handle multiple test cases as per the constraints provided.

  • Answered by AI
Round 5 - HR 

Round duration - 30 minutes
Round difficulty - Easy

Behavioral questions and team skills were discussed in this round.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAAthenahealth interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview 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 

5 Questions

  • Q1. A Big Bazaar store had low profits for the last two months. Whats going on?
  • Ans. 

    Low profits in Big Bazaar store for last two months.

    • Check if there is a decrease in footfall or sales.

    • Analyze the competition in the area.

    • Check if there are any supply chain issues.

    • Evaluate the marketing strategies and promotions.

    • Assess the economic conditions of the area.

    • Consider the impact of COVID-19 on consumer behavior.

    • Review the store's inventory management and pricing strategies.

  • Answered by AI
  • Q2. Heres some data about the quantity of a particular item sold in a store for the last few weeks. Any thoughts?
  • Q3. You have two brands of milk that you can sell in your store,. Which one would you pick?
  • Ans. 

    I would pick the brand that has a higher quality and better taste.

    • Check the quality and taste of both brands

    • Consider the price of each brand

    • Look at the expiration date of both brands

    • Consider the popularity of each brand among customers

  • Answered by AI
  • Q4. Why do you want to work at Dunnhumby?
  • Ans. 

    I am passionate about data-driven insights and Dunnhumby's reputation as a leader in customer data science.

    • I am impressed by Dunnhumby's innovative approach to customer data science

    • I am excited about the opportunity to work with a talented team of data analysts

    • I am drawn to Dunnhumby's reputation for delivering actionable insights to clients

    • I believe that Dunnhumby's focus on customer-centricity aligns with my own valu...

  • Answered by AI
  • Q5. Tell me about this particular internship that you did
  • Ans. 

    I interned at a marketing firm where I worked on social media campaigns and market research.

    • Assisted in creating social media content for clients

    • Conducted market research on target demographics

    • Analyzed data to improve campaign performance

    • Attended client meetings and presented findings

    • Learned about marketing strategies and industry trends

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: 70 people shortlisted probably by cv and pre-assessment test results.

Round: Group Discussion
Experience: 70 shortlisted candidates were divided into 10 groups of 10. GD started, we sat in a circle around a table. All of us were handed a booklet and rough sheets. The interviewers told us that the booklet had three sections. Each section contained some data about a company followed by a question. We, as a group had to answer the three questions within one hour. He, himself suggested that we take twenty minutes per section - 5 mins to go through the data, fifteen to discuss and come to a conclusion. The first section gave us an idea about the company and asked some general questions about decreasing costs. Generic case study stuff. The next two sections were quant heavy. Required us to do a lot of calculations albeit simple. We divided the task among the group members. Ran out of time before solving the third question. Interviewer stepped in and helped us reach a conclusion. We were asked to leave the rough sheet behind. One of the longest and most civil Gds that I have attended. A wonderful experience.
Tips: Try to help move the discussion forward. Draw out your calculations and tables in the rough sheet. Let others speak, one hour is enough time for everyone to shine :).

Round: Case Study Interview
Experience: One interviewer. Small talks about the GD. A moderately long case followed by two short cases. The cases involved some quants. Nothing fancy. I did not follow any framework but he did not seem to mind. He helped me out any place that i got stuck. Asked me about why Dunnhumby. Nailed this answer. Did not ask a lot a questions from my cv, just about an internship i had done at a startup. Asked me whether i was comfortable with coding, told him i had not coded since my first year at college. That was it. Shaked hands and asked me to wait outside. HR came and told me i got the job.
Tips: Think out loud. Whatever you are thinking when looking at the tables or numbers, just speak them out loud for the interviewer so that he knows your thought process. Learn about the company a little bit before showing up for the interview. I was asked only cases, I heard others were asked guesstimates as well.

General Tips: Case in Point is more than enough as far as preparation is concerned. A good CV and CGPA helps. Don't worry, I myself lacked both :P
Skills: Ability To Work In A Team, Case Solving Ability, Quant+Math
College Name: IIT Kharagpur
Motivation: Wanted a job as an analyst with a good work-life balance and a moderately good pay.
Are these interview questions helpful?

Interview Preparation Tips

Round: Test
Experience: Pre-Assesment Test conducted in my college.
Consists of Quant, Verbal and logical reasoning.
Students who scored good in this test and had CG above 7 are shortlisted

Tips: Cat preparation would help
Practice aptitude for two months prior to placement season


Round: Group Discussion
Experience: A case was given and should be solved by the group of 8 people in an hour.
They will closely monitor the group and select the students who provide right insights, direct the group in right direction.
Tips: Avoid talking just for sake of talking.
Understand the case and then summarize what you understood.
Speak you idea and also discuss other ideas.
Make sure that the invigilator understands that you are good with cases.
Read Case in point or other case books to get in touch with different cases.
Duration: 60 minutes

Round: Case Study Interview
Experience: Asked few questions like Why Dunnhumy? Type of profiles you applied for? Tell me about your childhood? and few basic HR questions.
Asked a profitability case problem.Even though I did not solve the entire problem, my approach was right.
Gave some data and asked my inference.
Asked to calculate a problem without using pen and paper.
Tips: You need to be good with numbers.
You need to show them that you have the enthusiasm to learn things.



Skill Tips: Go through any good case book.
Show them you enjoy numbers.
Show them you like this work.
Skills: Case Solving Ability, Number Crunching, Ability To Make Quick Calculations
College Name: IIT Kharagpur

I applied via Naukri.com and was interviewed in Dec 2018. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About previous company ....then a extempore for 2 minutes
  • Q2. Self introduction

Interview Preparation Tips

Round: Test
Experience: Skill test

General Tips: Keep calm ....listen and try to understand what is asked them only revert your answer.
Skills: Decision Making Skills
Duration: 1-3 Months

Interview Questionnaire 

1 Question

  • Q1. How to invoke the xml file using LibXML?
  • Ans. 

    To invoke an XML file using LibXML, use the xmlReadFile() function.

    • Include the libxml/parser.h header file.

    • Use the xmlReadFile() function to read the XML file and create a xmlDocPtr object.

    • Use the xmlDocGetRootElement() function to get the root element of the XML document.

    • Use the xmlNodeGetContent() function to get the content of a node.

    • Use the xmlFreeDoc() function to free the memory allocated for the xmlDocPtr object...

  • Answered by AI

Skills evaluated in this interview

Oxford Policy Management Interview FAQs

How many rounds are there in Oxford Policy Management Junior Accountant interview?
Oxford Policy Management interview process usually has 2 rounds. The most common rounds in the Oxford Policy Management interview process are Resume Shortlist and HR.

Tell us how to improve this page.

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 240 Interviews
Access Healthcare Interview Questions
3.9
 • 233 Interviews
Straive Interview Questions
3.4
 • 203 Interviews
AGS Health Interview Questions
4.0
 • 187 Interviews
Indegene Interview Questions
3.4
 • 159 Interviews
Nielsen Interview Questions
3.6
 • 134 Interviews
Kantar Interview Questions
3.4
 • 106 Interviews
Netscribes Interview Questions
2.7
 • 90 Interviews
View all
Supervisor
4 salaries
unlock blur

₹3.1 L/yr - ₹3.7 L/yr

Communication Officer
4 salaries
unlock blur

₹19 L/yr - ₹20 L/yr

Project Administrator
4 salaries
unlock blur

₹9.9 L/yr - ₹22 L/yr

AST Consultant
4 salaries
unlock blur

₹12 L/yr - ₹15 L/yr

Bid Administrator
4 salaries
unlock blur

₹11 L/yr - ₹11.4 L/yr

Explore more salaries
Compare Oxford Policy Management with

Access Healthcare

3.9
Compare

AGS Health

4.0
Compare

Straive

3.4
Compare

CorroHealth infotech

3.2
Compare
write
Share an Interview