Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Rapportsoft Consulting and Technology Team. If you also belong to the team, you can get access from here

Rapportsoft Consulting and Technology Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 21 Reviews

Filter interviews by

Rapportsoft Consulting and Technology Java Developer Interview Questions, Process, and Tips

Updated 22 May 2023

Top Rapportsoft Consulting and Technology Java Developer Interview Questions and Answers

Rapportsoft Consulting and Technology Java Developer Interview Experiences

2 interviews found

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

I applied via Recruitment Consulltant and was interviewed in Dec 2022. 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 

Aptitude test timing is 20 minutes for 15 Questions . All questions are related to core java ,mysql, Jsp and Servlets

Round 3 - Technical 

(4 Questions)

  • Q1. 1.Difference between HashMap and Hashtable ?
  • Ans. 

    HashMap is not synchronized and allows null values, while Hashtable is synchronized and does not allow null values.

    • HashMap is faster than Hashtable due to lack of synchronization.

    • Hashtable is thread-safe while HashMap is not.

    • HashMap allows null values for both key and value, while Hashtable does not.

    • HashMap is part of the Java Collections Framework while Hashtable is a legacy class.

    • HashMap uses Iterator while Hashtable...

  • Answered by AI
  • Q2. What are the implicit objects in Jsp servlets ?
  • Ans. 

    Implicit objects in JSP servlets are pre-defined objects that can be accessed without any declaration.

    • Implicit objects are created by the container and are available to the JSP page.

    • Some of the implicit objects are request, response, session, application, out, pageContext, config, exception, etc.

    • These objects can be used to perform various operations like accessing request parameters, setting attributes, forwarding req

  • Answered by AI
  • Q3. How do we call stored procedures in java ?
  • Ans. 

    Stored procedures can be called in Java using JDBC API.

    • Create a CallableStatement object using Connection.prepareCall() method.

    • Set the input parameters using setXXX() methods.

    • Execute the stored procedure using execute() or executeUpdate() method.

    • Retrieve the output parameters using getXXX() methods.

    • Close the CallableStatement object using close() method.

  • Answered by AI
  • Q4. What is the differnce between Interface and Class?
  • Ans. 

    Interface defines a contract for behavior while class is an implementation of behavior.

    • Interface only contains method signatures while class contains method implementations.

    • A class can only extend one class but can implement multiple interfaces.

    • Interfaces are used for achieving abstraction and loose coupling.

    • Classes are used for encapsulation and code reusability.

    • Example: Comparable interface defines a contract for obj...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Rapportsoft Consulting and Technology Java Developer interview:
  • Core Java
  • MySQL
  • JSP Servlets
Interview preparation tips for other job seekers - Prepare with high intensity , and be confident. take sufficient time if you dont remember the answer. Talk freely to interviewer.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 4 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 

Mcq based on c,C++,java

Round 3 - Coding Test 

Coding concept of c,c++, java ,jsp,servlet

Round 4 - HR 

(1 Question)

  • Q1. Short but sweet introduction about yourself.
  • Ans. 

    I am a Java Developer with 5 years of experience in developing web applications.

    • 5 years of experience in Java development

    • Proficient in developing web applications

    • Strong knowledge of Java programming language

    • Familiar with frameworks like Spring and Hibernate

    • Experience in working with databases like MySQL and Oracle

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about what we speak to hr.

Java Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Sort 0 1You have been given an integer array/list(ARR) of size N ... read more
Q2. Parent class has run() and walk() . Parent run() - calls walk() C ... read more
asked in LTIMindtree
Q3. Longest Harmonious SubsequenceYou are given an array ‘ARR’ of 'N' ... read more
asked in Deloitte
Q4. Convert Bst To The Greater Sum TreeYou have been given a Binary S ... read more
Q5. 2. What will happen if hashcode only returns a constant? How will ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Pen paper test in the college

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced Java Developer with a passion for creating efficient and scalable applications.

    • Over 5 years of experience in Java development

    • Strong knowledge of object-oriented programming principles

    • Proficient in Spring framework and Hibernate

    • Experience with RESTful web services and microservices architecture

    • Familiar with Agile methodologies and version control systems like Git

  • Answered by AI
  • Q2. About Project and puzzle questions from geeks for geeks
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2022. There were 2 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 - HR 

(2 Questions)

  • Q1. Introduction about your self
  • Q2. About your knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Narmal communication skills
Basic about your knowledge

I applied via Approached by Company and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Why should we hire you?
  • Q4. Tell me about yourself.
Round 2 - Technical 

(1 Question)

  • Q1. Exception Handling, jsp, servlet and javascript ( Basic)

Interview Preparation Tips

Interview preparation tips for other job seekers - core java and PL-,SQL is must .

Interview Questionnaire 

2 Questions

  • Q1. Core java,spring,hibernate,JPA,sql
  • Q2. How can we build app and hows it structure according to you
  • Ans. 

    To build a Java app, follow a structured approach by defining requirements, designing architecture, implementing code, and testing.

    • Define clear requirements and gather necessary resources

    • Design the app's architecture, including modules, components, and data flow

    • Implement the code using Java programming language and relevant frameworks

    • Perform thorough testing to ensure functionality, performance, and security

    • Follow codi...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Core java,angular,db,javascript

Skills evaluated in this interview

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

Nuts and bolts game, to output date in a certain format, one SQL query

Round 2 - Technical 

(2 Questions)

  • Q1. Stacks and Queues
  • Q2. Linked lists, arrays, and many more basic fundamental Dsa questions.
Round 3 - Technical 

(2 Questions)

  • Q1. More about your resume projects.
  • Q2. Puzzles and reasoning is asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Try Puzzles on gfg, knows your projects that you have mentioned in your cv or resume, basic dsa is mostly asked with a focus on dbms.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Data structure and aptitude

Round 2 - Coding Test 

10 mins given for prepare for the problem and after completing the problem (program ) they asked to explain and asked to upgrade the program by reduce time complexity

Round 3 - Technical 

(2 Questions)

  • Q1. Topic given and want to explain
  • Q2. Reverse string without buildin funtion and for loop
  • Ans. 

    Reverse a string without using built-in functions or for loops

    • Use recursion to reverse the string

    • Pass the substring excluding the first character to the recursive function

    • Base case: return the character itself if the length of the string is 1

    • Concatenate the last character of the string with the result of the recursive call

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Introduce your self
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java and Python programming languages

    • Skilled in web development technologies like HTML, CSS, and JavaScript

    • Worked on projects involving database management with SQL

  • Answered by AI
  • Q2. Are you ok with agreement
  • Ans. 

    Yes, I am okay with agreement.

    • I am comfortable with signing agreements related to software development projects.

    • I understand the importance of agreements in protecting both parties involved in a project.

    • I am willing to review and negotiate agreements to ensure they are fair and reasonable.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confidence
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Promises in javascript
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

C,c++ questions and two coding questions. basic mcq

Round 2 - Technical 

(3 Questions)

  • Q1. Treeset, hashset difference
  • Ans. 

    TreeSet and HashSet are both implementations of the Set interface in Java, but they have some key differences.

    • TreeSet is a sorted set that maintains elements in ascending order, while HashSet does not guarantee any specific order.

    • TreeSet uses a Red-Black tree data structure for storage, which allows for efficient retrieval of elements in sorted order.

    • HashSet uses a hash table for storage, which provides constant-time p...

  • Answered by AI
  • Q2. Oops concept, dbms, programming questions
  • Q3. Set and treeset and hashset

Interview Preparation Tips

Topics to prepare for ResMed Software Developer interview:
  • DBMS
  • OOPS
Interview preparation tips for other job seekers - none

Skills evaluated in this interview

Rapportsoft Consulting and Technology Interview FAQs

How many rounds are there in Rapportsoft Consulting and Technology Java Developer interview?
Rapportsoft Consulting and Technology interview process usually has 3-4 rounds. The most common rounds in the Rapportsoft Consulting and Technology interview process are Resume Shortlist, Aptitude Test and Technical.
How to prepare for Rapportsoft Consulting and Technology Java Developer 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 Rapportsoft Consulting and Technology. The most common topics and skills that interviewers at Rapportsoft Consulting and Technology expect are Java, JSP, Spring, SQL and Spring Boot.
What are the top questions asked in Rapportsoft Consulting and Technology Java Developer interview?

Some of the top questions asked at the Rapportsoft Consulting and Technology Java Developer interview -

  1. How do we call stored procedures in jav...read more
  2. what are the implicit objects in Jsp servlet...read more
  3. 1.Difference between HashMap and Hashtabl...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Rapportsoft Consulting and Technology interviews
Job Portal
50%
50% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Rapportsoft Consulting and Technology Java Developer Salary
based on 16 salaries
₹1.2 L/yr - ₹4.2 L/yr
63% less than the average Java Developer Salary in India
View more details

Rapportsoft Consulting and Technology Java Developer Reviews and Ratings

based on 4 reviews

5.0/5

Rating in categories

4.2

Skill development

4.2

Work-Life balance

4.2

Salary & Benefits

4.2

Job Security

4.6

Company culture

4.6

Promotions/Appraisal

4.6

Work Satisfaction

Explore 4 Reviews and Ratings
Java Developer
16 salaries
unlock blur

₹1.2 L/yr - ₹4.2 L/yr

Software Developer
7 salaries
unlock blur

₹1.2 L/yr - ₹2.7 L/yr

Software Engineer
5 salaries
unlock blur

₹1.2 L/yr - ₹3.6 L/yr

Java Full Stack Developer
4 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Technical Lead
3 salaries
unlock blur

₹3.6 L/yr - ₹5.4 L/yr

Explore more salaries
Compare Rapportsoft Consulting and Technology with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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