Upload Button Icon Add office photos
Engaged Employer

i

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

Simform Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Simform Senior Software Engineer Interview Questions and Answers

Updated 3 Jun 2024

Simform Senior Software Engineer Interview Experiences

3 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is sql server agent why can't we create objects of abstract class write extension method for abstract class SQL: SP vs Function, which one is faster, why? can I call SP from Function Microservice orch...
  • Ans. 

    SQL Server Agent is a job scheduling tool in SQL Server. Abstract classes cannot be instantiated. SPs are faster than functions. Microservice concepts. IEnumerable vs IQueryable.

    • SQL Server Agent is a job scheduling tool in SQL Server for automating tasks like backups, database maintenance, etc.

    • Abstract classes cannot be instantiated because they are incomplete and meant to be extended by subclasses.

    • Extension methods ca...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is record in c# write generic method to perform summation of 2 numeric type variable (int, double, float..) write test cases for Sum method which design pattern you used
  • Ans. 

    A record in C# is a data structure that stores a fixed number of fields of different data types.

    • A record in C# is similar to a struct in C++, containing fields to store data.

    • Example: 'public record Person { public string Name; public int Age; }'

    • Generic method for summation: 'public T Sum(T a, T b) where T : struct, IConvertible { return Convert.ToDouble(a) + Convert.ToDouble(b); }'

    • Test cases can include checking the su...

  • Answered by AI
  • Q2. This was the worst interview I have ever given. Interview got rescheduled 3 times. The panelist behaved so rudely, Why people wouldn't even care to show his face, it's literally very frustrating.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Opps concept, projects , .net mvc
Round 2 - Coding Test 

Write a crud operation in .net mvc .

Round 3 - One-on-one 

(1 Question)

  • Q1. How to handle conflicts with team members?
  • Ans. 

    Handling conflicts with team members requires open communication, active listening, empathy, and a focus on finding a mutually beneficial solution.

    • Address the conflict directly and in a timely manner

    • Listen actively to the other person's perspective

    • Express your own thoughts and feelings calmly and respectfully

    • Seek to understand the root cause of the conflict

    • Collaborate on finding a solution that works for both parties

    • Ma...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. General HR discussion.

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more

I applied via Referral and was interviewed before Jul 2021. There were 4 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 

(2 Questions)

  • Q1. Basic about Android related to latest practices
  • Q2. Basic for Android components and around Jetpack libs
Round 3 - Coding Test 

2-3 days coding test to develop basic Android app

Round 4 - HR 

(2 Questions)

  • Q1. General HR questions
  • Q2. HR will explain company culture and other perks company proving

Interview Preparation Tips

Topics to prepare for Simform Senior Software Engineer interview:
  • jetpack libs
  • Android basic
  • MVVM
Interview preparation tips for other job seekers - HR team is very kind and available for any help. I highly recommended to work with Simform.

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Standard Aptitude questions

Round 2 - Coding Test 

Based on strings and array

Round 3 - One-on-one 

(1 Question)

  • Q1. Background questions and technical questions related to problem solved

Interview Preparation Tips

Interview preparation tips for other job seekers - Mindtree is one of the best companies, i really miss working there.
It's more on your self development and your carrier.

I applied via Referral and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical round was purely based on end to end Power BI Technical questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Management round was based on past career experience and challenges faced

Interview Preparation Tips

Topics to prepare for LTIMindtree Senior Software Engineer interview:
  • Dax
  • Power Bi
  • Business Intelligence
  • Reporting
Interview preparation tips for other job seekers - Be confident honest while sharing your career experience instead of being materialist, be yourself and answer at your best.

I applied via Walk-in and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. A lot questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - I came in HCL without any reference, Randomly I came to give interview. there were total 3 rounds I faced. 1 Round Technical. 2nd Technial. 3 HR . For clearing technical round in HCL you should be technically strong. My 1st round took more than a hour and 2nd round took nearly 45 mins. Your basics should be clear and strong.

I applied via Approached by Company and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. C#,asp.net mvc,.net core

Interview Preparation Tips

Interview preparation tips for other job seekers - Please go through glassdoor interview questions

I applied via Newspaper Ad and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Please revise on the basics of C++ concepts. Theory should do well. Datatypes, operators, mathematical expression evaluation, functions, arrays, pointers, structures, classes etc. You may be asked to write...
  • Q2. Please revise on the object-oriented concepts of C++ langauage. Four pillars of object-oriented languages, function overloading, operator overloading, virtual functions concept explanation, polymorphism, a...
Round 2 - HR 

(4 Questions)

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

Interview Preparation Tips

Interview preparation tips for other job seekers - For technical interview
Please prepare well for the technical interview on C++ concepts.
Even if you are not asked to write programs during the interview, you must be able to explain well.

For HR interview
Please be honest about your expectations from the job and why you are looking for a job change.
Try to find out about the team which you are joining, whether it is permanent employment or C2H etc.
Do not ask for too much salary hike. It sets unreal expectations and lessens your chances of getting hired.
Be honest with the HR.

I applied via Recruitment Consulltant and was interviewed before Sep 2021. There were 2 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 - One-on-one 

(1 Question)

  • Q1. Java basics, core java , polymorphism, inheritance , Collections, Exception Handling,

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare core java sql , basic db querry

I applied via Naukri.com and was interviewed before Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic Question about your job profile.Question about your previous project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and if you dot know answer of any question then sey it instead of giving wrong answer
Contribute & help others!
anonymous
You can choose to be anonymous

Simform Interview FAQs

How many rounds are there in Simform Senior Software Engineer interview?
Simform interview process usually has 3-4 rounds. The most common rounds in the Simform interview process are Technical, Coding Test and HR.
How to prepare for Simform Senior Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Simform. The most common topics and skills that interviewers at Simform expect are AWS, Design Patterns, OOPS, Postgresql and .NET.
What are the top questions asked in Simform Senior Software Engineer interview?

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

  1. what is sql server agent why can't we create objects of abstract class write ex...read more
  2. what is record in c# write generic method to perform summation of 2 numeric typ...read more
  3. How to handle conflicts with team membe...read more

Recently Viewed

INTERVIEWS

Fortis Healthcare

No Interviews

LIST OF COMPANIES

CronJ IT Technologies

Locations

INTERVIEWS

Fortis Healthcare

No Interviews

INTERVIEWS

Simform

No Interviews

INTERVIEWS

Fortis Healthcare

No Interviews

INTERVIEWS

Simform

No Interviews

INTERVIEWS

Simform

No Interviews

INTERVIEWS

Simform

No Interviews

INTERVIEWS

Altimetrik

No Interviews

INTERVIEWS

Crest Data Systems

No Interviews

Tell us how to improve this page.

Simform Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

2
  
Poor
View more
Simform Senior Software Engineer Salary
based on 137 salaries
₹6 L/yr - ₹20 L/yr
16% less than the average Senior Software Engineer Salary in India
View more details

Simform Senior Software Engineer Reviews and Ratings

based on 21 reviews

3.4/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.4

Salary

3.0

Job security

3.7

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 21 Reviews and Ratings
Software Engineer
187 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
137 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
41 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Engineer
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Simform with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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