Upload Button Icon Add office photos

Filter interviews by

Acentra Health Senior Software Engineer 1 Interview Questions and Answers

Updated 23 Apr 2024

Acentra Health Senior Software Engineer 1 Interview Experiences

1 interview found

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

(3 Questions)

  • Q1. C#, Multi threading
  • Q2. Asp.net mvc, Entity frame work
  • Q3. Api optimisation in web api
  • Ans. 

    API optimization in web API involves improving performance, efficiency, and scalability of API endpoints.

    • Use caching to reduce response times and server load

    • Implement pagination to limit the amount of data returned in each request

    • Optimize database queries to reduce processing time

    • Use compression techniques like GZIP to reduce payload size

    • Minimize the number of API calls required for a task

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very technical, basics were grilled.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. About interface and abstract class with C# coding
  • Q2. Output prediction for interface program in C#
  • Ans. 

    To predict output for an interface program in C#

    • Understand the input parameters and expected output of the interface program

    • Analyze the logic and algorithms used in the program

    • Consider edge cases and potential errors in the program

    • Use debugging tools and test cases to validate the output prediction

  • Answered by AI
  • Q3. Sql queries like finding the 2nd largest salary, few joins,cte.
  • Q4. C# Program for reversing a string of text.
  • Ans. 

    C# program to reverse a string of text

    • Use the ToCharArray method to convert the string to a char array

    • Use a for loop to iterate through the array and reverse the characters

    • Use the String constructor to create a new string from the reversed char array

  • Answered by AI
  • Q5. And oops concepts, dependency injection, Solid principles with examples and design patterns you in your projects and how.
Round 2 - Technical 

(4 Questions)

  • Q1. Few sql queries like window functions
  • Q2. About indexing and stored procedures and triggers.
  • Q3. How do you manage the team
  • Q4. String programs using linq
  • Ans. 

    Using LINQ to manipulate string arrays in C#

    • Use LINQ methods like Where, Select, OrderBy, etc. to filter, transform, or sort string arrays

    • Example: string[] names = {"Alice", "Bob", "Charlie"}; var result = names.Where(name => name.Length > 4);

    • Example: string[] fruits = {"apple", "banana", "cherry"}; var sortedFruits = fruits.OrderBy(fruit => fruit);

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Just a salary and location discussion

Interview Preparation Tips

Topics to prepare for Capgemini Senior Software Engineer 1 interview:
  • OOPS
  • Design Patterns
  • Solid principles
  • MS SQL Server
  • LINQ

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. SpringBootApplication annotation
  • Q2. Configure Multiple Datasource
  • Ans. 

    Configuring multiple datasources involves defining multiple connection properties and managing them in the application.

    • Define multiple datasource configurations in application.properties or application.yml file

    • Use @Primary annotation to specify the primary datasource

    • Use @Qualifier annotation to specify which datasource to inject in a specific component

    • Configure datasource beans in a configuration class

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic Java questions
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in May 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Interviewer starts from basic core questions like encapsulation, abstraction, auto boxing, string, muutable. It was around 1 hour but they scheduled only half hour discussion.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Write some basic codes

Round 2 - Technical 

(2 Questions)

  • Q1. What in . Net Core
  • Ans. 

    ASP.NET Core is a cross-platform, high-performance framework for building modern, cloud-based, internet-connected applications.

    • ASP.NET Core is open-source and developed by Microsoft.

    • It supports cross-platform development on Windows, macOS, and Linux.

    • It provides improved performance and scalability compared to previous versions of ASP.NET.

    • ASP.NET Core includes a modular and lightweight architecture.

    • It supports Docker co...

  • Answered by AI
  • Q2. Oops implementation with example
  • Ans. 

    Oops implementation is a programming concept that allows for error handling and recovery.

    • Oops implementation involves using try-catch blocks to handle exceptions in code.

    • Example: try { // code that may throw an exception } catch (Exception e) { // handle the exception }

    • Oops implementation helps in making code more robust and reliable by handling unexpected errors gracefully.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Regarding skill set like Java Core, project related questions, regarding framework development like Nodejs, Cypress, Playwright with Mocha framework, Rest assured.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Java, basics of coding
Round 2 - Technical 

(1 Question)

  • Q1. Java , spring boot micro services
Round 3 - Coding Test 

Amcat, SQL, spring boot

Round 1 - Coding Test 

Java coding

Round 2 - Technical 

(1 Question)

  • Q1. Basics of java and all things in resume
Round 3 - Technical 

(1 Question)

  • Q1. In depth of java and scenario based questions
Round 4 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why are you looking for a change?
  • Q3. Where do you see yourself in 5 years?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - If prepares well, can get job. All the best. keep giving interviews
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Current CTC? Expected CTC?
  • Ans. 

    Current CTC is confidential. Expected CTC is based on market standards and my experience.

    • Current CTC is confidential information as per company policy.

    • Expected CTC is based on market standards and my experience in the industry.

    • I am open to discussing compensation during the negotiation phase.

  • Answered by AI
  • Q2. Years of experience in relevant role
Round 2 - Technical 

(2 Questions)

  • Q1. Performance tuning
  • Q2. Collections in Oracle
  • Ans. 

    Collections in Oracle are data structures used to store and manipulate groups of data.

    • Collections can be nested tables, varrays, or associative arrays.

    • Nested tables are like one-dimensional arrays, varrays are like arrays with a maximum size, and associative arrays are like dictionaries.

    • Collections can be used to pass multiple values as a single parameter to a stored procedure or function.

    • Example: DECLARE TYPE emp_list...

  • Answered by AI

Skills evaluated in this interview

Acentra Health Interview FAQs

How many rounds are there in Acentra Health Senior Software Engineer 1 interview?
Acentra Health interview process usually has 1 rounds. The most common rounds in the Acentra Health interview process are Technical.
What are the top questions asked in Acentra Health Senior Software Engineer 1 interview?

Some of the top questions asked at the Acentra Health Senior Software Engineer 1 interview -

  1. Api optimisation in web ...read more
  2. Asp.net mvc, Entity frame w...read more
  3. C#, Multi thread...read more

Tell us how to improve this page.

Acentra Health Senior Software Engineer 1 Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Senior Software Engineer
17 salaries
unlock blur

₹7.2 L/yr - ₹14.1 L/yr

Senior Quality Engineer
7 salaries
unlock blur

₹6 L/yr - ₹10 L/yr

Quality Engineer
7 salaries
unlock blur

₹5 L/yr - ₹7.1 L/yr

Technical Lead
6 salaries
unlock blur

₹15 L/yr - ₹24 L/yr

Senior System Analyst
6 salaries
unlock blur

₹14.1 L/yr - ₹21 L/yr

Explore more salaries
Compare Acentra Health with

Apollo Hospitals

4.1
Compare

Fortis Healthcare

4.0
Compare

Max Healthcare

4.1
Compare

Manipal Hospitals

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