Upload Button Icon Add office photos

Filter interviews by

RKIT Software - Miracle Accounting Software Fullstack Java Developer Interview Questions and Answers

Updated 26 Jun 2024

RKIT Software - Miracle Accounting Software Fullstack Java Developer Interview Experiences

1 interview found

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

Aptitude, OOPs, Database, Computer networks based mcqs

Round 2 - Coding Test 

Written exam, of code writing

Interview Preparation Tips

Interview preparation tips for other job seekers - complete your task as early as possible in exams

Interview questions from similar companies

I was interviewed in Sep 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 45 Minutes
Round difficulty - Medium

Very fixed deadline of interview of 45 min
Interviewer was friendly.
What is the difference between tag and tag?
Difference between “==” and “===” operators in js.
Explain Hoisting in javascript.

  • Q1. Shortest path in an unweighted graph

    The city of Ninjaland is analogous to the unweighted graph. The city has ‘N’ houses numbered from 1 to ‘N’ respectively and are connected by M bidirectional roads. If a...

  • Ans. BFS
    • Store all the edges in the form of an adjacency list ADJ. if ADJ[X][j] = Y which means there is an edge from X to Y.
    • Declare a queue Q and push S in it and also declare two vectors VISITED and DISTANCE which will store whether a house is visited or not and what is a distance of the house from house S respectively.
    • We will also store the PARENT, that store the node from which we will reach the current node. It will hel...
  • Answered by CodingNinjas
  • Q2. Dijkstra's shortest path

    You have been given an undirected graph of ‘V’ vertices (labeled 0,1,..., V-1) and ‘E’ edges. Each edge connecting two nodes (‘X’,’Y’) will have a weight denoting the distance betw...

  • Ans. Using Adjacency Matrix

    The idea is to maintain two arrays, one stores the visited nodes, and the other array stores the distance (element at index ‘i’ denotes the distance from node 0 to node ‘i’). We pick an unvisited minimum distance vertex, then update the distance of all its adjacent vertices considering the path from source to an adjacent vertex to pass through the picked minimum distance vertex. Repeat the process...

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Indian Institute of Technology Madras. I applied for the job as Fullstack developer Intern in BangaloreEligibility criteriaNo CGPA CriteriaGoogle interview preparation:Topics to prepare for the interview - Data Structures(Arrays, Tree, Backtracking, DP, Graph), Operating Systems, OOPS, Basic System Design, Algorithms, Machine LearningTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Try to come to basic working solution as early as possible
Tip 2 : Try to ask more questions from interviewer, to clarify the question even if you know the answer
Tip 3 : Try to keep your answer generalised because there might be follow-up questions on the present question
Tip 4 : Use proper variable names(instead of i or j in loop use itr1 or itr2 etc).
Tip 5 : Practice more questions of these topics: Arrays, Tree, Backtracking, DP, Graph

Application resume tips for other job seekers

Tip 1 : Mention only those projects in which you are confident
Tip 2 : Try to keep your resume of at most 2 pages

Final outcome of the interviewRejected

Skills evaluated in this interview

RKIT Software - Miracle Accounting Software Interview FAQs

How many rounds are there in RKIT Software - Miracle Accounting Software Fullstack Java Developer interview?
RKIT Software - Miracle Accounting Software interview process usually has 2 rounds. The most common rounds in the RKIT Software - Miracle Accounting Software interview process are Aptitude Test and Coding Test.

Tell us how to improve this page.

Interview Questions from Similar Companies

Google Interview Questions
4.4
 • 838 Interviews
Amdocs Interview Questions
3.8
 • 523 Interviews
Zoho Interview Questions
4.3
 • 502 Interviews
SAP Interview Questions
4.2
 • 302 Interviews
KPIT Technologies Interview Questions
3.5
 • 291 Interviews
Salesforce Interview Questions
4.1
 • 265 Interviews
Adobe Interview Questions
4.0
 • 248 Interviews
View all
Compare RKIT Software - Miracle Accounting Software with

Bosch Global Software Technologies

4.0
Compare

Amdocs

3.8
Compare

Automatic Data Processing (ADP)

4.0
Compare

Carelon Global Solutions

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview