Upload Button Icon Add office photos

Filter interviews by

Rajasthan Barytes Senior Software Engineer Interview Questions and Answers

Updated 25 Nov 2020

Rajasthan Barytes Senior Software Engineer Interview Experiences

2 interviews found

I applied via Naukri.com and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What do know about GST and impact in finance and accounting?
  • Ans. 

    GST is a tax reform implemented in India in 2017, impacting finance and accounting.

    • GST replaced multiple indirect taxes with a single tax

    • It has a multi-stage collection process, with input tax credit

    • It impacts pricing, invoicing, and accounting practices

    • It requires businesses to register and file regular returns

    • It has led to increased digitization and automation in finance and accounting

    • Example: GST rate on goods and s...

  • Answered by AI
  • Q2. What do know about procurement module for fixed assets?
  • Ans. 

    Procurement module for fixed assets is a software component that manages the acquisition of assets for an organization.

    • It helps in creating purchase orders for fixed assets

    • It tracks the delivery and installation of assets

    • It maintains a record of asset details such as location, warranty, and maintenance history

    • It generates reports on asset utilization and depreciation

    • It integrates with accounting software for asset valu

  • Answered by AI
  • Q3. What's Documentation process for Implementation an ERP Projec
  • Ans. 

    Documentation process for implementing an ERP project involves several steps.

    • Identifying the scope and objectives of the project

    • Creating a project plan and timeline

    • Documenting the requirements and specifications

    • Creating user manuals and training materials

    • Documenting the testing and quality assurance process

    • Creating a maintenance and support plan

    • Ensuring compliance with industry standards and regulations

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Evening thins was Goods but policies and employment documents were not provided before joining

I applied via Naukri.com and was interviewed in May 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Related to particular job profile
  • Q2. Some additional advanced skills related to job profile

Interview Preparation Tips

Interview preparation tips for other job seekers - All things are well but salary structure, documents was not provided before date of joining

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Basic all type questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Project related and technology se related
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Feb 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Coding assessment in Code signal which is vedio proctored

Round 2 - Technical 

(1 Question)

  • Q1. Design a loan application system
  • Ans. 

    Design a loan application system

    • Collect applicant information such as personal details, employment history, and financial information

    • Include a credit check process to assess applicant's creditworthiness

    • Implement a system for loan approval/rejection based on set criteria

    • Provide options for different types of loans and repayment plans

    • Ensure security measures are in place to protect applicant's sensitive information

  • Answered by AI
Round 3 - Coding Test 

Bank account creation, deposit money, withdraw money

Round 4 - HR 

(1 Question)

  • Q1. Question around work experience and how a particular scenario or situation is handled
Round 5 - Case Study 

Suggest system cost optimization based on given data set

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
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 - Assignment 

Given an simple gaming questions to be developed in JS

Round 3 - Coding Test 

Given another UI design in image to be developed

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

I applied via Referral and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

50 questions in 12mins

Round 3 - Technical 

(1 Question)

  • Q1. Basic DSA question in binary search and memoization

Interview Preparation Tips

Interview preparation tips for other job seekers - basic DSA question on binary search and basic memoization was asked
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. 2,3 Round technical
  • Q2. Basic .net ,MVC framework concepts,SQL logical questions
Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral

Round 1 - Coding Test 

70 mins 4 topics, 1/2 easy, 3 would be easy+, need detail orientation, 4 would be medium,

Round 2 - Case Study 

Easy case study, code review and find the bug

Interview Preparation Tips

Interview preparation tips for other job seekers - System Design.

I applied via Company Website and was interviewed in Dec 2021. There were 4 interview rounds.

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. 1. Questions around projects : JWT, UserAuthentication etc
  • Q2. 2. Write a code to find frequency of characters in a given string?
  • Ans. 

    Code to find frequency of characters in a given string

    • Use a hash table to store character frequencies

    • Iterate through the string and update the hash table accordingly

    • Print the hash table to display the character frequencies

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. 1. Write a code to reverse a linked list?
  • Ans. 

    Code to reverse a linked list

    • Create three pointers: prev, curr, and next

    • Initialize prev to null and curr to head

    • Loop through the list and set next to curr's next node

    • Set curr's next node to prev

    • Move prev and curr one node ahead

    • Return prev as the new head

  • Answered by AI
  • Q2. 2. Write a code to reverse linked list in size of K?
  • Ans. 

    Code to reverse linked list in size of K

    • Create a function that takes head of linked list and size K as input

    • Traverse the linked list in groups of K nodes

    • Reverse each group of K nodes using iterative or recursive approach

    • Connect the reversed groups to form the final linked list

    • Return the new head of the reversed linked list

  • Answered by AI
  • Q3. 3. Questions around project and design a database structure for comments system of quora?
Round 4 - HR 

(1 Question)

  • Q1. Basic HR round questions

Interview Preparation Tips

Topics to prepare for AmbitionBox Senior Software Engineer interview:
  • Data Structures
  • Algorithms
  • Web Development
Interview preparation tips for other job seekers - Interview is almost easy, just be confident and think out of the box.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

DSA coding round.
Graph based question, dp question.

Round 3 - Technical 

(1 Question)

  • Q1. 1. design service to download big file
  • Ans. 

    Design a service to download large files.

    • Use a scalable architecture to handle large file downloads.

    • Implement resumable downloads to handle network interruptions.

    • Use parallel downloading to speed up the download process.

    • Implement authentication and authorization to ensure security.

    • Provide progress updates to the user during the download process.

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Java based questions Spring beans

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on your coding skills + system design + Java spring

Skills evaluated in this interview

Rajasthan Barytes Interview FAQs

What are the top questions asked in Rajasthan Barytes Senior Software Engineer interview?

Some of the top questions asked at the Rajasthan Barytes Senior Software Engineer interview -

  1. What do know about GST and impact in finance and accounti...read more
  2. What do know about procurement module for fixed asse...read more
  3. What's Documentation process for Implementation an ERP Pro...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Rajasthan Barytes interviews
Job Portal
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

AmbitionBox Interview Questions
5.0
 • 144 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
Data Entry Interview Questions
4.1
 • 94 Interviews
JioMart Interview Questions
3.9
 • 92 Interviews
HyScaler Interview Questions
4.5
 • 90 Interviews
CapitalOne Interview Questions
4.0
 • 73 Interviews
3 Minds Digital Interview Questions
4.4
 • 62 Interviews
View all

Rajasthan Barytes Senior Software Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-Life balance

3.0

Salary & Benefits

2.0

Job Security

3.0

Company culture

3.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 1 Review and Rating
Assistant Manager
7 salaries
unlock blur

₹4 L/yr - ₹4.6 L/yr

Chemist
5 salaries
unlock blur

₹1.8 L/yr - ₹4.5 L/yr

Accountant
4 salaries
unlock blur

₹2.8 L/yr - ₹4.7 L/yr

Operations Manager
4 salaries
unlock blur

₹5.8 L/yr - ₹9 L/yr

Chemist Quality Control
4 salaries
unlock blur

₹2 L/yr - ₹2.5 L/yr

Explore more salaries
Compare Rajasthan Barytes with

The Andhra Pradesh Mineral Development Corporation

3.9
Compare

Gimpex

3.6
Compare

Ashapura Group Of Industries

4.1
Compare

Trimex Group

5.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