Upload Button Icon Add office photos
Engaged Employer

i

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

PIT Solutions Verified Tick

Compare button icon Compare button icon Compare
4.4

based on 214 Reviews

Filter interviews by

PIT Solutions Senior Software Engineer Interview Questions and Answers

Updated 27 Feb 2024

Interview questions from similar companies

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

I was interviewed in Sep 2024.

Round 1 - Coding Test 

I was given a test which was not that difficult

Round 2 - Behavioral 

(2 Questions)

  • Q1. Why are you leaving the current job
  • Ans. 

    Seeking new challenges and growth opportunities in a more innovative environment.

    • Looking for new challenges and opportunities for growth

    • Interested in working in a more innovative environment

    • Seeking a change in company culture or work-life balance

  • Answered by AI
  • Q2. What's the driving factor for you to join Altair
  • Ans. 

    The innovative projects and collaborative work environment at Altair are the driving factors for me to join.

    • Innovative projects: I am excited about the opportunity to work on cutting-edge projects that push the boundaries of technology.

    • Collaborative work environment: I value teamwork and believe that working with talented individuals at Altair will help me grow professionally.

    • Company culture: I have heard great things ...

  • Answered by AI
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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Hackearth test and contain rest api questions and coding questions

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

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Define oops concepts in brief.
  • Ans. 

    Object-oriented programming concepts like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and showing only the ne

  • Answered by AI
  • Q2. Constructor based logical questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Mostly on OOP's basic and some tricky questions related SOLID concepts
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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. Testing questions Automation engineer question Load testing Performance testing Security testing
Round 3 - One-on-one 

(1 Question)

  • Q1. Advanced testing questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep updating your skills
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. .net core middleware
Round 3 - Technical 

(1 Question)

  • Q1. Manament discusion about your last project and responsibility
Round 4 - HR 

(1 Question)

  • Q1. Salary discusion and designation and preferred loaction

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Smart and trying to convivence them that you are good

I applied via Naukri.com and was interviewed in Jun 2022. There were 4 interview rounds.

Round 1 - Coding Test 

Total 35 questions, with 5 sections and time duration 35 minutes.

Round 2 - Technical 

(1 Question)

  • Q1. What all the methods we have in API?
  • Ans. 

    The question is too broad to provide a specific answer.

    • APIs can have various methods such as GET, POST, PUT, DELETE, etc.

    • The methods in an API depend on the specific API being referred to.

    • Examples of API methods include 'getUser', 'createOrder', 'updateProfile', etc.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What problems you have faced during testing?
  • Ans. 

    I have faced issues with compatibility, performance, and user acceptance testing.

    • Compatibility issues with different browsers and operating systems

    • Performance issues with large datasets and high traffic

    • User acceptance testing revealed unexpected user behavior

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. About work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on your skills and worked experience.
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 Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Frontend angular and javascript questions
  • Q2. Life cycle hook Components Model Lazy loading Pipe Observable Promise
Round 3 - Coding Test 

Basic programming questions, like find the occurrence of the characters in a string

Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and some project related questions

PIT Solutions Interview FAQs

How many rounds are there in PIT Solutions Senior Software Engineer interview?
PIT Solutions interview process usually has 1 rounds. The most common rounds in the PIT Solutions interview process are Technical.
How to prepare for PIT Solutions 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 PIT Solutions. The most common topics and skills that interviewers at PIT Solutions expect are ERM, ICH, PDF, Analytical skills and Computer science.

Tell us how to improve this page.

PIT Solutions Senior Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
PIT Solutions Senior Software Engineer Salary
based on 121 salaries
₹5 L/yr - ₹14 L/yr
35% less than the average Senior Software Engineer Salary in India
View more details

PIT Solutions Senior Software Engineer Reviews and Ratings

based on 16 reviews

4.5/5

Rating in categories

4.3

Skill development

4.6

Work-life balance

4.0

Salary

4.5

Job security

4.4

Company culture

4.0

Promotions

4.5

Work satisfaction

Explore 16 Reviews and Ratings
Software Engineer
136 salaries
unlock blur

₹2.7 L/yr - ₹11 L/yr

Senior Software Engineer
121 salaries
unlock blur

₹5 L/yr - ₹14 L/yr

Test Engineer
53 salaries
unlock blur

₹2.9 L/yr - ₹6 L/yr

Senior Test Engineer
31 salaries
unlock blur

₹4.2 L/yr - ₹8.2 L/yr

Lead Software Engineer
27 salaries
unlock blur

₹7.8 L/yr - ₹20 L/yr

Explore more salaries
Compare PIT Solutions with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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