Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Raphe mPhibr Team. If you also belong to the team, you can get access from here

Raphe mPhibr Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Raphe mPhibr Research Software Developer Interview Questions and Answers

Updated 28 Jun 2020

Raphe mPhibr Research Software Developer Interview Experiences

1 interview found

Interview Questionnaire 

3 Questions

  • Q1. Strong OOPS concept.
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm that uses objects to represent and manipulate data.

    • Encapsulation: bundling data and methods together in a class

    • Inheritance: creating new classes from existing ones

    • Polymorphism: using a single interface to represent different types of objects

    • Abstraction: simplifying complex systems by breaking them down into smaller, manageable parts

  • Answered by AI
  • Q2. Question related smart pointer
  • Q3. Qt frame work

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join this company it's a fraud company

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jun 2019. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Implement stack data structure
  • Ans. 

    Implement stack data structure

    • Use an array or linked list to store elements

    • Push operation adds element to top of stack

    • Pop operation removes element from top of stack

    • Peek operation returns top element without removing it

  • Answered by AI
  • Q2. How global variable work , how its shared by all function
  • Ans. 

    Global variables are accessible from any part of the program and can be modified by any function.

    • Global variables are declared outside of any function.

    • They can be accessed and modified by any function in the program.

    • If a function modifies the value of a global variable, the new value is visible to all other functions.

    • Global variables can be useful for sharing data between functions.

    • However, overuse of global variables

  • Answered by AI
  • Q3. Program to transpose the matrix
  • Ans. 

    Program to transpose a matrix

    • Iterate through rows and columns of the matrix

    • Swap the elements at (i,j) and (j,i) positions

    • Return the transposed matrix

  • Answered by AI
  • Q4. Internal implementation of pre and post fix operator
  • Ans. 

    Pre and post fix operators are used to increment or decrement a value before or after it is used in an expression.

    • Pre-fix operator (++x) increments the value of x and returns the new value.

    • Post-fix operator (x++) returns the value of x and then increments it.

    • Both operators can be used with variables of numeric data types.

    • They can also be used with pointers to increment or decrement the memory address they point to.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare some standard problem from geekforgeeks.com

Skills evaluated in this interview

Interview experience
4
Good
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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is Micro service ?
  • Ans. 

    Microservices are a software development technique where applications are composed of small, independent services that communicate over well-defined APIs.

    • Microservices are small, independent services that work together to form a complete application

    • Each microservice is responsible for a specific function or feature

    • Microservices communicate with each other over well-defined APIs

    • Microservices can be developed, deployed, ...

  • Answered by AI
  • Q2. What about XUnit Testing and NUnit testing difference
  • Ans. 

    XUnit and NUnit are both unit testing frameworks for .NET, with XUnit being newer and more extensible.

    • XUnit is newer and more extensible compared to NUnit

    • XUnit uses attributes for test methods while NUnit uses attributes for test fixtures

    • XUnit does not support TestFixtureSetUp and TestFixtureTearDown like NUnit

    • XUnit has better support for parallel testing compared to NUnit

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Jul 2023. 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Tell something about app life cycle.
  • Ans. 

    App life cycle refers to the stages an application goes through from installation to removal.

    • App is installed on a device

    • App is launched and runs

    • App goes into background when not in use

    • App may be terminated by the user or system

    • App data may be cleared or app uninstalled

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What is listview control
  • Ans. 

    ListView control is a graphical control element used to display a list of items in a vertical, scrollable view.

    • Used in GUI applications to display a list of items

    • Allows users to scroll through the list

    • Can be customized with different layouts and styles

    • Commonly used in mobile apps and desktop applications

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Siemens Software Engineer interview:
  • C#
  • Xamarin
Interview preparation tips for other job seekers - Just be more clear about language you were using to develop application.

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Linked List, Stack, Arrays, String based questions

Round 2 - Technical 

(2 Questions)

  • Q1. OOPS concept, Coding
  • Q2. Inheritance, Encapsulation, Abstraction
Round 3 - Behavioral 

(1 Question)

  • Q1. About tech stack, projects
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How many zeros are there in the factorial of n?
  • Ans. 

    The number of zeros in the factorial of n depends on the number of factors of 5 in n!

    • Count the number of factors of 5 in n! to determine the number of zeros

    • For example, in 10! = 10 x 9 x 8 x 7 x 6 x 5 x 4 x 3 x 2 x 1, there is one factor of 5, so there is one zero at the end

  • Answered by AI
Round 2 - no 

(2 Questions)

  • Q1. No interview was there only one round
  • Q2. No second round
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Asked about PSV

I applied via Referral and was interviewed in Sep 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. C++ questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Parasolid, cpp , cad , com
Round 1 - Personal Interview 

(1 Question)

  • Q1. Questions bases on your resume and projects
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find duplicates in array
  • Ans. 

    Use a hash set to find duplicates in an array of strings.

    • Create a hash set to store unique elements.

    • Iterate through the array and check if each element is already in the hash set.

    • If it is, then it is a duplicate. If not, add it to the hash set.

    • Return the duplicates found in the array.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Singleton design pattern and interface and abstract classes
Round 3 - HR 

(1 Question)

  • Q1. Nothing much they asked

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Raphe mPhibr Interview FAQs

What are the top questions asked in Raphe mPhibr Research Software Developer interview?

Some of the top questions asked at the Raphe mPhibr Research Software Developer interview -

  1. Strong OOPS conce...read more
  2. Question related smart poin...read more
  3. Qt frame w...read more

Recently Viewed

JOBS

Knowledge Park

No Jobs

JOBS

Lyncis Technologies

No Jobs

JOBS

Benovymed Healthcare

No Jobs

JOBS

Virtusa Consulting Services

No Jobs

JOBS

Sone India Group of Industries

No Jobs

JOBS

MVJ College of Engineering

No Jobs

JOBS

IRIS SOLUTIONS

No Jobs

JOBS

JPMorgan Chase & Co.

No Jobs

JOBS

SNVA Group

No Jobs

DESIGNATION

Tell us how to improve this page.

Interview Questions from Similar Companies

Cipla Interview Questions
4.1
 • 482 Interviews
Siemens Interview Questions
4.1
 • 418 Interviews
Lupin Interview Questions
4.2
 • 335 Interviews
Aurobindo Pharma Interview Questions
4.0
 • 238 Interviews
Vivo Interview Questions
4.1
 • 193 Interviews
Biocon Limited Interview Questions
3.9
 • 152 Interviews
View all
Raphe mPhibr Research Software Developer Salary
based on 6 salaries
₹5.1 L/yr - ₹7.9 L/yr
6% more than the average Research Software Developer Salary in India
View more details
Technical Staff
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

HR Executive
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Research Software Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Mechanical Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Embedded Software Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Raphe mPhibr with

Biocon Limited

3.9
Compare

DRJ & CO

5.0
Compare

Sun Pharmaceutical Industries

4.0
Compare

Cipla

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