Add office photos
Employer?
Claim Account for FREE

Trackier

4.3
based on 8 Reviews
Filter interviews by

SimCorp India Interview Questions and Answers

Updated 1 Feb 2025

Q1. Why maven centre, jcentre in gradle build?

Ans.

Maven Central and JCenter are popular repositories for managing dependencies in Gradle build scripts.

  • Maven Central is the default repository for Apache Maven, containing a vast number of open-source libraries and artifacts.

  • JCenter is a curated repository maintained by Bintray, providing a wide range of popular libraries and artifacts.

  • Using these repositories in Gradle build scripts simplifies dependency management and ensures easy access to required libraries.

Add your answer

Q2. How many architecture in android

Ans.

There are three main architecture patterns in Android: Model-View-Controller (MVC), Model-View-Presenter (MVP), and Model-View-ViewModel (MVVM).

  • Model-View-Controller (MVC) separates the application into three main components: the model (data), the view (UI), and the controller (logic).

  • Model-View-Presenter (MVP) separates the application into three main components: the model (data), the view (UI), and the presenter (handles user input and updates the view).

  • Model-View-ViewModel...read more

Add your answer

Q3. How room libarary work

Ans.

Room library is a persistence library that provides an abstraction layer over SQLite to allow for more robust database access while leveraging the full power of SQLite.

  • Room library simplifies database interactions by providing compile-time verification of SQL queries.

  • It includes components like Entity, DAO (Data Access Object), and Database to define database schema and access data.

  • Room library also supports LiveData and RxJava for reactive programming with databases.

  • Example:...read more

Add your answer

Q4. How to scale a application

Ans.

Scaling an application involves optimizing performance, increasing capacity, and ensuring reliability.

  • Use load balancing to distribute traffic evenly across servers.

  • Implement caching to reduce database load and improve response times.

  • Optimize database queries and indexes for faster data retrieval.

  • Use horizontal scaling by adding more servers to handle increased traffic.

  • Monitor performance metrics and scale resources accordingly.

  • Consider microservices architecture for better s...read more

Add your answer
Discover SimCorp India interview dos and don'ts from real experiences

Q5. How coroutine work

Ans.

Coroutines are lightweight threads that can be suspended and resumed, allowing for asynchronous programming in Kotlin.

  • Coroutines are defined using the 'suspend' keyword in Kotlin.

  • They can be launched using 'launch' or 'async' functions from the kotlinx.coroutines library.

  • Coroutines can suspend execution using 'delay' or other suspension points.

  • They can communicate with each other using channels or other forms of structured concurrency.

Add your answer

Q6. different waits

Ans.

Different waits in software testing include implicit wait, explicit wait, and fluent wait.

  • Implicit wait: Waits for a certain amount of time before throwing a NoSuchElementException.

  • Explicit wait: Waits for a certain condition to be met before proceeding further in the code.

  • Fluent wait: Waits for a condition to be met with a defined polling frequency.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at SimCorp India

based on 6 interviews
Interview experience
4.0
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

4.1
 • 398 Interview Questions
3.8
 • 395 Interview Questions
4.0
 • 245 Interview Questions
3.9
 • 208 Interview Questions
3.9
 • 174 Interview Questions
3.6
 • 144 Interview Questions
View all
Top Trackier Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter