Upload Button Icon Add office photos

Filter interviews by

BeeperMD Senior Software Developer Interview Questions and Answers

Updated 19 Jun 2024

BeeperMD Senior Software Developer Interview Experiences

1 interview found

Senior Software Developer Interview Questions & Answers

user image Krishna Kumar Sharma

posted on 19 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Finding Distinct and non duplicate elements from the list with java 8 stream api

Interview Preparation Tips

Interview preparation tips for other job seekers - For the developer logical approach should be countable and script memorization is not required for now a days because multiple AI tools are available to get the scripts

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1 . Oops concept in detail 2 DBMS 3. Data base query
Round 2 - HR 

(1 Question)

  • Q1. Document verification

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers should be clear on basic concepts.
For experienced should be detailed knowledge on their domain.

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic java concepts like collection frame work, exception handling

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basics well, be confident, show you are flexible enough to learn

I applied via Campus Placement and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is encapsulation ?
  • Ans. 

    Encapsulation is the process of hiding implementation details and providing access to only necessary information.

    • Encapsulation helps in achieving data abstraction and information hiding.

    • It allows for better control over data and prevents unauthorized access.

    • In Java, encapsulation is achieved through the use of access modifiers such as private, public, and protected.

    • For example, a class may have private variables that c...

  • Answered by AI
  • Q2. What is the meaning of string.
  • Ans. 

    A string is a sequence of characters used to represent text in programming.

    • Strings are often used for storing and manipulating text data.

    • In Java, strings are represented by the String class.

    • Strings can be concatenated using the + operator.

    • Strings are immutable, meaning they cannot be changed once created.

    • Examples of string literals include "hello world" and "42".

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - do not tell about salary expectations

Skills evaluated in this interview

I applied via Company Website

Interview Questionnaire 

1 Question

  • Q1. Java

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes

I was interviewed in Feb 2017.

Interview Questionnaire 

3 Questions

  • Q1. Basic Java questions, OOPs questions, Questions on abstract, Inteface classes, Spring questions, Hibernate questions, Tomcat server questions.
  • Q2. Related to Project in you worked, work experience, how many technology you know about
  • Q3. Hobbies, aspirations, your family background, what you like dislike, Salary negotiation.

Interview Preparation Tips

Round: Technical Interview
Experience: Interview was for 30 minutes duration. They have started with basic concepts like Abstract, Interface etc. Then they moved to core java. Some basic question on core java related to Exceptions, try-catch-finally blocks. Spring MVC basic questions, bean mapping questions. use of tomcat server in eclipse.
Tips: I was lucky at that day.
Interview was more likely of fresher level. I was first in the interview process, interviewer were not ready, so they directly asked few questions to me.
Level of interview was not up to the mark, I prepared for tougher interview, gone thru 500+ questions on core java, spring, hibernate, exceptions and try catch.
0-3 years in java is equivalent to fresher. But you have to be prepared for worst if you really wanted the job.
Before going to the interview, Do hands-on.

Round: Technical + HR Interview
Experience: They call it MR interview.
This interview was on call, after TR, same day. One HR dialed a no. for me.
The person asked about my previous experience in projects, How many technologies I have worked on. Why i am leaving my current employers as I have only 2 years of experience.
How much I am open up to new technologies.
Where i see myself after 5 years.
What are my career aspirations.
How much flexible I am with shifts and work loads.
Tips: Its simple round, You have to be sure why you want this job. give them a very valid reason of your own. Don't copy anybody else's answer. Be confident. If it is on call, speak clearly, maintain pace and voice. They may throw situations and puzzles. be calm, use your mind. Its fine if you don't know about anything. But don't tell directly that you don't know. Try to use all the positive words and phrases.

Round: HR Interview
Experience: They asked some question about myself. about family background. about hobbies and from your resume also, like how many projects you have done.How you are feeling in IT industry. Why this company.
At last salary negotiations. They have started with lowest, 10% hike. and i was expecting 40-50% hike.
I am getting 4 LPA right now, the offered me 5.2LPA at last. I had no options, so i agreed.
But i was very disappointed and tried my best to get more, but they convinced me that it is the best for my role.
Tips: Be confident and look happy, show the joy when you tell about your hobbies. It will lighten up the environment.
Don't insult your previous employer. Defend your current employer if the say something wrong, It a tricky ques

Java Developer Interview Questions & Answers

TCS user image vishali ravichandran

posted on 13 Jul 2017

I was interviewed in Jun 2017.

Interview Questionnaire 

2 Questions

  • Q1. The questions are about fully java
  • Q2. About myself, and something about java, then the questions about general topic

Interview Preparation Tips

Round: Technical Interview
Experience: Most of the questions is new for me but I were manage
Tips: Good preparation

Round: HR Interview
Experience: Most of the questions is new for me but I were manage
Tips: Good preparation

College Name: Avvm spc, thanjavur

Interview Preparation Tips

Round: Test
Experience: I almost sove 130 question
Duration: 2 hours
Total Questions: 150

Round: Group Discussion
Experience: Problem Solving Algorithms
Duration: 3 hours

I applied via Campus Placement and was interviewed in Mar 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Awesome

Round 2 - Coding Test 

Good

Round 3 - Technical 

(1 Question)

  • Q1. What is constructor?
  • Ans. 

    Constructor is a special method that is used to initialize objects in Java.

    • Constructor has the same name as the class name

    • It does not have a return type

    • It can be overloaded

    • It is called automatically when an object is created

    • Example: public class Car { public Car() { // constructor code here } }

  • Answered by AI
Round 4 - HR 

(6 Questions)

  • Q1. What is your family background?
  • Q2. Share details of your previous job.
  • Q3. Why should we hire you?
  • Q4. Where do you see yourself in 5 years?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well,be confident ,motivate yourself

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. What's java?
  • Ans. 

    Java is a high-level, object-oriented programming language used to develop applications for various platforms.

    • Java is platform-independent and can run on any device with a Java Virtual Machine (JVM)

    • It is known for its security features and is commonly used for developing web applications, mobile apps, and enterprise software

    • Java code is compiled into bytecode, which can be executed on any platform that has a JVM instal...

  • Answered by AI
  • Q2. Why java?
  • Ans. 

    Java is a versatile, platform-independent language with a vast community and extensive libraries.

    • Java is object-oriented and easy to learn.

    • It has a vast community and extensive libraries.

    • It is platform-independent and can run on any device.

    • Java is secure and reliable.

    • It is used in various domains like web development, mobile app development, and enterprise applications.

    • Examples: Android apps, Spring framework, Hadoop,

  • Answered by AI

Skills evaluated in this interview

BeeperMD Interview FAQs

How many rounds are there in BeeperMD Senior Software Developer interview?
BeeperMD interview process usually has 1 rounds. The most common rounds in the BeeperMD interview process are Coding Test.

Tell us how to improve this page.

BeeperMD Senior Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Associate Software Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Front end Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Schedule Coordinator
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare BeeperMD with

Practo

3.2
Compare

Lybrate

3.5
Compare

Portea Medical

4.3
Compare

PharmEasy

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview