Upload Button Icon Add office photos

Filter interviews by

MyCompliance Senior Scientific Officer Interview Questions, Process, and Tips

Updated 25 May 2024

MyCompliance Senior Scientific Officer Interview Experiences

1 interview found

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 was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Covert list of employees to map using java 8 lambdas
  • Ans. 

    Use Java 8 lambdas to covert list of employees to map

    • Use stream() method to convert the list to a stream

    • Use Collectors.toMap() method to convert the stream to a map

    • Specify the key and value mappings in the toMap() method

  • Answered by AI
  • Q2. How microservices communicate?
  • Ans. 

    Microservices communicate through lightweight protocols like HTTP, messaging queues, and RPC.

    • HTTP: RESTful APIs are commonly used for communication between microservices.

    • Messaging queues: Services can communicate asynchronously through message brokers like RabbitMQ or Kafka.

    • RPC (Remote Procedure Call): Services can directly call each other's functions over a network.

  • Answered by AI
  • Q3. How to handle transactions across microservices?
  • Ans. 

    Transactions across microservices can be handled using distributed transactions or compensating transactions.

    • Use distributed transactions to ensure all services commit or rollback together

    • Implement compensating transactions to handle failures and maintain data consistency

    • Consider using event sourcing or message queues to decouple services and ensure eventual consistency

  • Answered by AI
  • Q4. What is run time polymorphism
  • Ans. 

    Run time polymorphism is the ability of a method to behave differently based on the object it is called on.

    • Run time polymorphism is achieved through method overriding in inheritance.

    • It allows a subclass to provide a specific implementation of a method that is already provided by its superclass.

    • The actual method that gets called is determined by the type of object at runtime.

    • Example: Animal class has a method 'makeSound...

  • Answered by AI
  • Q5. Design Singleton Class in java
  • Ans. 

    Singleton class in Java ensures only one instance of the class is created.

    • Use private constructor to prevent instantiation from outside the class.

    • Provide a static method to get the instance of the class.

    • Use a private static variable to hold the instance of the class.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for MyCompliance Senior Scientific Officer interview:
  • Java 8
  • Spring Boot
  • Microservices
Interview preparation tips for other job seekers - Prepare java8 lambdas syntax and microservice(spring boot) concepts.

Skills evaluated in this interview

Interview questions from similar companies

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

(1 Question)

  • Q1. Related to core java oops, microservices, Reactive framework
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Performance Testing
  • Q2. Evaluate efficiency of current Project architecture
  • Ans. 

    The current project architecture is efficient but could be improved in terms of scalability and flexibility.

    • Evaluate the performance of the current architecture in terms of speed, reliability, and scalability.

    • Identify any bottlenecks or areas of improvement such as redundant processes or outdated technologies.

    • Consider implementing microservices architecture for better scalability and flexibility.

    • Utilize cloud services ...

  • Answered by AI
  • Q3. Metrics for a good Code Review
  • Ans. 

    Metrics for a good Code Review include code quality, adherence to coding standards, feedback provided, and timely completion.

    • Code quality - Ensure the code is efficient, readable, and maintainable.

    • Adherence to coding standards - Check if the code follows the established guidelines.

    • Feedback provided - Evaluate the constructive criticism and suggestions given during the review.

    • Timely completion - Assess if the review was

  • Answered by AI
Round 2 - Coding Test 

Check if Factorial of number is odd or even - Warm up question for the Coding round. The mail coding question was to develop a stock buy and sell functionality.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Explain Angular Architecture in detail 2. Life cycle hooks 3. DI 4. Various ways data communication between components 5. Pipe and how you have created custom pipe in your project 6. CSS Box model 7. au...
  • Ans. 

    Angular architecture is a framework that follows a component-based approach for building web applications.

    • Angular architecture is based on components, which are reusable and independent building blocks of an application.

    • Components have a template that defines the view, a class that handles the logic, and styles that define the appearance.

    • Angular uses a hierarchical tree structure of components, where each component can...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Related to core java oops, microservices, Reactive framework
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Job Portal and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. How many years of experience
  • Q2. What are the strengths
  • Ans. 

    My strengths include strong research skills, excellent writing abilities, attention to detail, and the ability to communicate complex scientific concepts in a clear and concise manner.

    • Strong research skills - able to gather and analyze information from various sources

    • Excellent writing abilities - can effectively communicate scientific information in a clear and engaging way

    • Attention to detail - ensures accuracy and pre...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Experence on CSRs
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Performance Testing
  • Q2. Evaluate efficiency of current Project architecture
  • Ans. 

    The current project architecture is efficient but could be improved in terms of scalability and flexibility.

    • Evaluate the performance of the current architecture in terms of speed, reliability, and scalability.

    • Identify any bottlenecks or areas of improvement such as redundant processes or outdated technologies.

    • Consider implementing microservices architecture for better scalability and flexibility.

    • Utilize cloud services ...

  • Answered by AI
  • Q3. Metrics for a good Code Review
  • Ans. 

    Metrics for a good Code Review include code quality, adherence to coding standards, feedback provided, and timely completion.

    • Code quality - Ensure the code is efficient, readable, and maintainable.

    • Adherence to coding standards - Check if the code follows the established guidelines.

    • Feedback provided - Evaluate the constructive criticism and suggestions given during the review.

    • Timely completion - Assess if the review was

  • Answered by AI
Round 2 - Coding Test 

Check if Factorial of number is odd or even - Warm up question for the Coding round. The mail coding question was to develop a stock buy and sell functionality.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Explain Angular Architecture in detail 2. Life cycle hooks 3. DI 4. Various ways data communication between components 5. Pipe and how you have created custom pipe in your project 6. CSS Box model 7. au...
  • Ans. 

    Angular architecture is a framework that follows a component-based approach for building web applications.

    • Angular architecture is based on components, which are reusable and independent building blocks of an application.

    • Components have a template that defines the view, a class that handles the logic, and styles that define the appearance.

    • Angular uses a hierarchical tree structure of components, where each component can...

  • Answered by AI

Skills evaluated in this interview

MyCompliance Interview FAQs

How many rounds are there in MyCompliance Senior Scientific Officer interview?
MyCompliance interview process usually has 1 rounds. The most common rounds in the MyCompliance interview process are Technical.
What are the top questions asked in MyCompliance Senior Scientific Officer interview?

Some of the top questions asked at the MyCompliance Senior Scientific Officer interview -

  1. How to handle transactions across microservic...read more
  2. Covert list of employees to map using java 8 lamb...read more
  3. How microservices communica...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 MyCompliance interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Compare MyCompliance with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
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