Upload Button Icon Add office photos

Filter interviews by

SitusAMC Senior Software Engineer Interview Questions, Process, and Tips

Updated 18 Oct 2022

SitusAMC Senior Software Engineer Interview Experiences

1 interview found

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 tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is ReactJs life cycle
  • Ans. 

    ReactJs life cycle is a series of methods that are invoked in a specific order when a component is created, updated or destroyed.

    • Mounting: constructor(), static getDerivedStateFromProps(), render(), componentDidMount()

    • Updating: static getDerivedStateFromProps(), shouldComponentUpdate(), render(), getSnapshotBeforeUpdate(), componentDidUpdate()

    • Unmounting: componentWillUnmount()

    • Error Handling: static getDerivedStateFromE

  • Answered by AI
  • Q2. What version of net core
  • Ans. 

    The version of .NET Core used is [insert version number here].

    • The current version of .NET Core is 3.1.

    • It is important to specify the version used in order to ensure compatibility with other software components.

    • Examples of version numbers include 2.1, 2.2, and 3.0.

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Dependency Injection in net core
  • Ans. 

    Dependency Injection is a design pattern used to achieve loose coupling between objects and their dependencies.

    • DI is used to provide objects with their dependencies rather than having them create their own.

    • It helps in achieving loose coupling between objects and their dependencies.

    • DI can be implemented using constructor injection, property injection, or method injection.

    • In .NET Core, DI is built-in and can be used by r...

  • Answered by AI
  • Q2. Clustered vs. non clustered index
  • Ans. 

    Clustered index determines the physical order of data in a table while non-clustered index creates a separate structure.

    • Clustered index is faster for retrieving large amounts of data in a sequential order.

    • Non-clustered index is faster for retrieving small amounts of data in a random order.

    • A table can have only one clustered index but multiple non-clustered indexes.

    • Clustered index is automatically created on the primary...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do Basic questions of typescript and net core at advance level

Skills evaluated in this interview

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - System test 

(1 Question)

  • Q1. Advantage and disadvantage of framework.
  • Ans. 

    Frameworks provide structure and pre-built components for software development, but can also limit flexibility and require learning curve.

    • Advantage: Provides structure and pre-built components for faster development

    • Advantage: Can improve code quality and maintainability

    • Disadvantage: Can limit flexibility and customization

    • Disadvantage: Requires learning curve and potential dependency issues

    • Example: ReactJS provides a fr...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is Oops? Advantage and disadvantage
  • Ans. 

    Oops stands for Object-Oriented Programming. It is a programming paradigm that uses objects to represent real-world entities.

    • Advantages: code reusability, modularity, encapsulation, inheritance, polymorphism

    • Disadvantages: complexity, steep learning curve, performance overhead

    • Example: creating a class 'Car' with properties like 'make', 'model', and 'year', and methods like 'start_engine' and 'stop_engine'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics in server side and client side coding

Skills evaluated in this interview

I applied via Referral and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Sliding window problem in an Array(using 2 pointers) like Pythagorean triplets.
  • Q2. Overlapping circular linked list problem.
  • Ans. 

    Detect if two circular linked lists overlap

    • Traverse both lists and check if they have the same tail node

    • If they have different tail nodes, they do not overlap

    • If they have the same tail node, check if they intersect at any point

    • Use Floyd's cycle-finding algorithm to detect intersection point

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had 6 rounds of technical interview . Each round of 1 hr or more. In all the rounds I was asked to write proper programs (Sometimes on HackerRank, sometimes on an IDE, sometimes just on a text editor.) . Questions were designed to test problem solving abilities and proper use to dataStructures and coding basics. Lot of emphasis on writing efficient program with least time complexity possible.

During preparations, its important to understand basics of different dataStructures and how to efficiently use it in your programs . For practicing interview problems, I referred leetcode and geeksforgeeks . Solving different kind of problems from these websites really helped me. Dynamic Programming is also an important area from where lot of problems are asked in interview.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Dec 2022. 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. They asked questions related your project and technical questions
Round 3 - Coding Test 

You have to do programming test. This is based on logical question.

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I appeared for an interview before Sep 2023.

Round 1 - Coding Test 

Hacker rank evaluation with three questions

Round 2 - Technical 

(2 Questions)

  • Q1. Android fundamentals
  • Q2. Lifecycle methods and synchronization
Round 3 - Technical 

(2 Questions)

  • Q1. Comparator based problem solving
  • Q2. Binary tree based Hashmap question
Round 4 - HR 

(1 Question)

  • Q1. Usual behavior fit questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Apr 2023. There were 6 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 tips
Round 2 - HR 

(1 Question)

  • Q1. Why did you leave your last job? What is your expected compensation? When are you available to start?
Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring manager, behavior, background, project
Round 4 - Coding Test 

Hackerrank
1. write a program to check if a patient has fever, based on measurement, degree, time to take a temperature

Round 5 - Coding Test 

Hackerrank
1. write a query to get total based on sector, but the column is varchar type, then order by

Round 6 - Coding Test 

Hackerrank
write a program for pharmacy and display information

Interview Preparation Tips

Topics to prepare for Oracle Cerner Senior Software Engineer interview:
  • Java
  • Kubernetes
  • Big Data
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. On basic coding skills and gem creations
  • Q2. Project estimation and deliverable
Round 2 - HR 

(1 Question)

  • Q1. Expected salary
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 6 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 2 DSA questions
Round 2 - Technical 

(1 Question)

  • Q1. Half an hour of behavioral questions and 1 DSA question
Round 3 - Behavioral 

(1 Question)

  • Q1. One hour discussion of the work that I have done till now
Round 4 - Technical 

(1 Question)

  • Q1. 1 Hard DSA question
Round 5 - Technical 

(1 Question)

  • Q1. 1 Hard DSA question
Round 6 - Technical 

(1 Question)

  • Q1. Design round for HLD

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for high level DSA questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Telephonic Call 

(1 Question)

  • Q1. Basic questions on c#, oops, asp.net
Round 2 - Technical 

(1 Question)

  • Q1. Technical design and scenario based + 1 coding question
Round 3 - HR 

(1 Question)

  • Q1. . . . NA
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2022. There were 6 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 tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Coding round with senior software engineer
Round 3 - One-on-one 

(1 Question)

  • Q1. Resume based discussion with lead software engineer
Round 4 - One-on-one 

(1 Question)

  • Q1. Resume based and coding round with hiring manager
Round 5 - One-on-one 

(1 Question)

  • Q1. Cross team resume based and coding round with a staff engineer
Round 6 - HR 

(1 Question)

  • Q1. Attitude and culture fit

SitusAMC Interview FAQs

How many rounds are there in SitusAMC Senior Software Engineer interview?
SitusAMC interview process usually has 3 rounds. The most common rounds in the SitusAMC interview process are One-on-one Round and Resume Shortlist.
What are the top questions asked in SitusAMC Senior Software Engineer interview?

Some of the top questions asked at the SitusAMC Senior Software Engineer interview -

  1. What is ReactJs life cy...read more
  2. What version of net c...read more
  3. Clustered vs. non clustered in...read more

Tell us how to improve this page.

SitusAMC Senior Software Engineer Salary
based on 48 salaries
₹7.5 L/yr - ₹26 L/yr
7% more than the average Senior Software Engineer Salary in India
View more details

SitusAMC Senior Software Engineer Reviews and Ratings

based on 3 reviews

3.6/5

Rating in categories

3.8

Skill development

3.4

Work-life balance

3.8

Salary

2.2

Job security

3.0

Company culture

2.6

Promotions

2.6

Work satisfaction

Explore 3 Reviews and Ratings
Senior Analyst
829 salaries
unlock blur

₹2.8 L/yr - ₹9.6 L/yr

Underwriter
373 salaries
unlock blur

₹4.3 L/yr - ₹10.6 L/yr

Process Associate
238 salaries
unlock blur

₹1 L/yr - ₹5.6 L/yr

Senior Process Associate
234 salaries
unlock blur

₹2 L/yr - ₹6.7 L/yr

Junior Underwriter
222 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Explore more salaries
Compare SitusAMC with

Thomson Reuters

4.1
Compare

Oracle Cerner

3.7
Compare

NextComm Corporation

4.8
Compare

Chetu

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