Add office photos
Employer?
Claim Account for FREE

Walmart

3.8
based on 2.4k Reviews
Video summary
Filter interviews by

30+ Rajesh K Jhunjhunwala & Co., Chartered Accountants Interview Questions and Answers

Updated 18 Jan 2025
Popular Designations

Q1. Nth Fibonacci Number Problem Statement

Given an integer 'N', the task is to compute the N'th Fibonacci number using matrix exponentiation. Implement and return the Fibonacci value for the provided 'N'.

Note:

Si...read more

Add your answer

Q2. Encode the Message Problem Statement

Given a text message, your task is to return the Run-length Encoding of the given message.

Run-length encoding is a fast and simple method of encoding strings, representing ...read more

Add your answer

Q3. Minimum Cost to Buy Oranges Problem Statement

You are given a bag of capacity 'W' kg and a list 'cost' of costs for packets of oranges with different weights. Each element at the i-th position in the list indic...read more

Add your answer

Q4. Make All Elements of the Array Distinct

Given an array/list ARR of integers with size 'N', your task is to determine the minimum number of increments needed to make all elements of the array distinct. You are a...read more

Add your answer
Discover Rajesh K Jhunjhunwala & Co., Chartered Accountants interview dos and don'ts from real experiences

Q5. Consecutive Elements

Given an array arr of N non-negative integers, determine whether the array consists of consecutive numbers. Return true if they do, and false otherwise.

Input:

The first line of input conta...read more
Add your answer

Q6. Calculate Score of Balanced Parentheses

In this intellectual game, Ninja is provided with a string of balanced parentheses called STR. The aim is to calculate the score based on specific game rules. If Ninja wi...read more

Add your answer
Are these interview questions helpful?

Q7. Distinct Characters Problem Statement

Given a string STR, return all possible non-empty subsequences with distinct characters. The order of the strings returned is not important.

Example:

Input:
STR = "cbc"
Out...read more
Add your answer

Q8. Deepest Leaves Sum Problem Statement

Given a binary tree of integers, your task is to calculate the sum of all the leaf nodes present at the deepest level of this binary tree. If there are no such nodes, output...read more

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. Similar Strings Problem Statement

Determine whether two given strings, A and B, both of length N, are similar by returning a 1 if they are, otherwise return a 0.

Explanation:

String A is similar to string B if ...read more

Add your answer

Q10. Binary Tree Construction from Traversals Problem

Given the POSTORDER and PREORDER traversals of a binary tree, where the tree consists of N nodes with each node representing a distinct positive integer from '1'...read more

Add your answer

Q11. Data Structure with Insert, Delete, and GetRandom Operations

Design a data structure that supports four operations: insert an element, remove an element, search for an element, and get a random element. Each op...read more

Add your answer

Q12. Palindrome Permutation - Problem Statement

Determine if a permutation of a given string S can form a palindrome.

Example:

Input:
string S = "aab"
Output:
"True"
Explanation:

The permutation "aba" of the string ...read more

Add your answer

Q13. Maximum Sum Subsequence Problem Statement

Given an array of integers NUMS consisting of N integers and an integer K, determine the maximum sum of an increasing subsequence with exactly K elements.

Example:

Inpu...read more
Add your answer

Q14. K - Sum Path In A Binary Tree

Given a binary tree where each node contains an integer value, and a value 'K', your task is to find all the paths in the binary tree such that the sum of the node values in each p...read more

Add your answer

Q15. Word Presence in Sentence

Determine if a given word 'W' is present in the sentence 'S' as a complete word. The word should not merely be a substring of another word.

Input:

The first line contains an integer 'T...read more
Add your answer

Q16. House Robber Problem Statement

Mr. X is a professional robber with a plan to rob houses arranged in a circular street. Each house has a certain amount of money hidden, separated by a security system that alerts...read more

Add your answer

Q17. LRU Cache Design Question

Design a data structure for a Least Recently Used (LRU) cache that supports the following operations:

1. get(key) - Return the value of the key if it exists in the cache; otherwise, re...read more

Add your answer

Q18. Check Whether Binary Tree Is Complete

You have been given a binary tree and your task is to determine if it is a Complete Binary Tree or not.

A Complete Binary Tree is defined as a binary tree where every level...read more

Add your answer

Q19. Intersection of Linked Lists Problem Statement

You are provided with two linked lists, L1 and L2, both sorted in ascending order. Generate a new linked list containing elements that exist in both linked lists, ...read more

Add your answer

Q20. Minimum Numbers Required Problem Statement

Given an array 'ARR' consisting of N integers, along with two integers, 'SUM' and 'MAXVAL', you need to determine the minimum number of integers to be added to the arr...read more

Add your answer

Q21. Remove Consecutive Duplicates Problem Statement

Given a string str of size N, your task is to recursively remove consecutive duplicates from this string.

Input:

T (number of test cases)
N (length of the string f...read more
Add your answer

Q22. Kth Largest Element Problem Statement

Ninja enjoys working with numbers, and Alice challenges him to find the Kth largest value from a given list of numbers.

Input:

The first line contains an integer 'T', repre...read more
Add your answer
Q23. Why is Java considered platform-independent while the Java Virtual Machine (JVM) is platform-dependent?
Add your answer
Q24. Can you explain the concepts of static and dynamic polymorphism in Object-Oriented Programming?
Add your answer
Q25. How can you print numbers from 1 to 100 using more than two threads in an optimized approach?
Add your answer
Q26. Design a Railway Reservation System.
Add your answer
Q27. Can you explain demand paging?
Add your answer
Q28. What are the advantages of using views in a database management system?
Add your answer

Q29. What is popular temple in ur village?

Ans.

The popular temple in my village is the Sri Ranganathaswamy Temple.

  • Located in the heart of the village

  • Dedicated to Lord Ranganatha

  • Annual festivals and rituals attract devotees from neighboring villages

Add your answer
Q30. You have two wires of different lengths that take different times to burn. How can you measure a specific amount of time using these two wires?
Add your answer
Q31. You have 3 ants located at the corners of a triangle. The challenge is to determine the movement pattern of the ants if they all start moving towards each other. What will be the outcome?
Add your answer

Q32. Leetcode - smallest palindrome, Lowest common ancestor

Ans.

Find the smallest palindrome and lowest common ancestor in a given tree

  • To find the smallest palindrome, iterate through the string and check if it is a palindrome. Return the smallest one found.

  • To find the lowest common ancestor in a tree, use a recursive approach to traverse the tree and find the common ancestor of two nodes.

Add your answer

Q33. What is ur strength ?

Ans.

My strength lies in my problem-solving skills and ability to learn quickly.

  • Strong problem-solving skills

  • Quick learner

  • Adaptability to new technologies

  • Ability to work well under pressure

Add your answer

Q34. What can support you?

Ans.

Support from my team, access to resources, clear communication

  • Support from my team helps me stay motivated and overcome challenges

  • Access to resources such as training materials and tools enables me to perform my job effectively

  • Clear communication ensures that I understand project requirements and expectations

Add your answer

Q35. How many languages do know?

Ans.

I am proficient in 5 programming languages including Java, Python, C++, JavaScript, and SQL.

  • Java

  • Python

  • C++

  • JavaScript

  • SQL

Add your answer

Q36. Explain about ur SCC ?

Ans.

SCC stands for Source Code Control. It is a system used to manage and track changes to source code files.

  • SCC helps developers collaborate on code by providing version control and tracking changes.

  • Popular SCC tools include Git, SVN, and Mercurial.

  • SCC allows developers to revert to previous versions of code, track changes made by team members, and merge code changes seamlessly.

  • SCC helps in maintaining code integrity and ensuring that the latest version of code is always availab...read more

View 1 answer

Q37. Explain about intermediate ?

Ans.

Intermediate refers to a level of proficiency or knowledge that falls between beginner and advanced.

  • Intermediate level typically involves a deeper understanding of concepts and the ability to apply them in practical scenarios.

  • Individuals at an intermediate level may have some experience in the field but still have room for growth and learning.

  • Examples of intermediate skills include proficiency in a programming language, familiarity with common algorithms, and ability to work ...read more

Add your answer

Q38. System design on web applications

Ans.

System design on web applications involves planning and organizing the architecture, components, and interactions of the system.

  • Understand the requirements and constraints of the web application

  • Identify the components and modules needed for the system

  • Design the architecture including front-end, back-end, and database

  • Consider scalability, security, and performance

  • Use appropriate technologies and frameworks

  • Implement testing and monitoring strategies

Add your answer

Q39. Search engine system design

Ans.

Designing a search engine system involves creating algorithms for indexing, ranking, and retrieving relevant information.

  • Consider using inverted index for efficient searching

  • Implement ranking algorithms like PageRank or TF-IDF

  • Utilize web crawlers to gather and index web pages

  • Include features like autocomplete and spell correction for user-friendly experience

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Rajesh K Jhunjhunwala & Co., Chartered Accountants

based on 15 interviews
4 Interview rounds
Coding Test Round
Technical Round
HR Round - 1
HR Round - 2
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Developer Interview Questions from Similar Companies

3.7
 • 115 Interview Questions
4.0
 • 81 Interview Questions
4.1
 • 25 Interview Questions
3.8
 • 17 Interview Questions
4.0
 • 15 Interview Questions
3.8
 • 12 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter