Upload Button Icon Add office photos

Filter interviews by

Pegasus InfoCorp Senior Engineer Interview Questions and Answers for Experienced

Updated 16 Feb 2024

Pegasus InfoCorp Senior Engineer Interview Experiences for Experienced

1 interview found

Senior Engineer Interview Questions & Answers

user image Bipin Maurya

posted on 16 Feb 2024

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

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Normal question related to who you are. What they want. better understanding.

Round 2 - Technical 

(1 Question)

  • Q1. Actual question related to Core responsibility & working. Best SQL , Excel , & One programming language.

Interview Preparation Tips

Interview preparation tips for other job seekers - Casual topics related to Core Expertise & Position requirements related.

Ask for Job description & Position details first. Understand prepare & then only ask them to set up call.
You can be direct & ask if there are any doubts.

Interview questions from similar companies

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

Coding Rount
DSA Round + Puzzle
SQL + Project Discussion
JS

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 30 minutes of discussion.
Round 2 - Technical 

(1 Question)

  • Q1. 75 minutes of discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 technical rounds took 15 days and both were cleared and after long wait the position was given to someone else.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2022. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Operate or control a particualar typing of data device that is attached to a computer
  • Q2. Operate or contriol
  • Q3. In computing a device driver is a computer program that operates or controls a particular type of device that is attached to a computer or automaton
  • Q4. To perform some manual act upon a human body in a methodical manner, and usually with instruments, with a view to restore soundness or health, as in amputation, lithotomy, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - vdart is supoort
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. Tell me about your self
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Technical questions , package discussion

I applied via Approached by Company and was interviewed in Oct 2022. There were 4 interview rounds.

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 - Aptitude Test 

Good Process of interview was a great experience

Round 3 - Technical 

(1 Question)

  • Q1. All are of L2 profile and also having a good knowledge of network
Round 4 - HR 

(1 Question)

  • Q1. Salary talk and company policy discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company and great reviews
Just going to join soonfor getting great experience n learning
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Oct 2023.

Round 1 - Coding Test 

Good Knowledge of DSA is required

I applied via Naukri.com and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Informatica scenario based questions
  • Q2. Told to write complex sql queries based on some informations.
  • Q3. Agile methodology
  • Q4. What do you know about Saama

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview experience and good hike.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Mar 2022. There were 3 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. Testing process and java code
  • Q2. Python machine learning questions
Round 3 - Coding Test 

Java and python test was there

Interview Preparation Tips

Interview preparation tips for other job seekers - no tips to freshers prepare for interview machine learning

I applied via Recruitment Consultant and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. What are the solid principles?
  • Ans. 

    SOLID principles are a set of five design principles for writing maintainable and scalable code.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open-Closed Principle (OCP) - a class should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - a subclass should be able to replace its parent class without affecting the system's behavior

    • Interface Segreg...

  • Answered by AI
  • Q2. Difference between ref and out?
  • Ans. 

    Ref and out are both used for passing arguments by reference in C#. Ref is bidirectional while out is unidirectional.

    • Ref and out are used to pass arguments by reference instead of by value

    • Ref is used for both input and output parameters while out is only used for output parameters

    • Ref requires the variable to be initialized before passing while out does not

    • Example: void MyMethod(ref int x) { x = x + 1; } and void MyMeth

  • Answered by AI
  • Q3. Explain about your project its architecture.
  • Q4. What are the rest APIs and popular status codes?
  • Ans. 

    REST APIs are a way to interact with web services. Popular status codes include 200, 404, and 500.

    • REST APIs allow clients to access and manipulate resources on a server using HTTP requests

    • Common HTTP methods used in REST APIs include GET, POST, PUT, and DELETE

    • Status codes indicate the success or failure of a request, with 2xx codes indicating success and 4xx/5xx codes indicating errors

    • Some popular status codes include ...

  • Answered by AI
  • Q5. Explain memory management in c#.
  • Ans. 

    Memory management in C# involves automatic garbage collection and the use of pointers.

    • C# uses a garbage collector to automatically manage memory allocation and deallocation.

    • Developers can use pointers to directly manipulate memory, but this is not recommended.

    • C# also provides tools for managing memory usage, such as the IDisposable interface and the using statement.

  • Answered by AI
  • Q6. What are the latest architectural trends in c#?
  • Ans. 

    Microservices, cloud-native, and serverless are the latest architectural trends in C#.

    • Microservices architecture is gaining popularity due to its scalability and flexibility.

    • Cloud-native architecture focuses on building applications that are optimized for cloud environments.

    • Serverless architecture allows developers to focus on writing code without worrying about infrastructure management.

    • Other trends include containeri...

  • Answered by AI
  • Q7. Comparison between .net core and framework
  • Ans. 

    Both .NET Core and Framework are used for developing Windows applications, but Core is cross-platform and lightweight.

    • Core is open-source and modular, while Framework is a monolithic framework

    • Core has better performance and scalability than Framework

    • Core supports microservices architecture, while Framework does not

    • Core has a smaller footprint and can be deployed as a single executable

    • Framework has better backward compa

  • Answered by AI
  • Q8. Major advancements in .net core
  • Ans. 

    Major advancements in .NET Core include improved performance, cross-platform compatibility, and enhanced security features.

    • Improved performance through the use of Span and other optimizations

    • Cross-platform compatibility with support for Linux and macOS

    • Enhanced security features such as runtime code generation and data protection

    • Introduction of .NET Core 3.0 with support for Windows Desktop applications

    • Integration with ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple and straightforward

Skills evaluated in this interview

Pegasus InfoCorp Interview FAQs

How many rounds are there in Pegasus InfoCorp Senior Engineer interview for experienced candidates?
Pegasus InfoCorp interview process for experienced candidates usually has 2 rounds. The most common rounds in the Pegasus InfoCorp interview process for experienced candidates are Technical and Group Discussion.

Tell us how to improve this page.

People are getting interviews through

based on 1 Pegasus InfoCorp interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Pegasus InfoCorp Senior Engineer Reviews and Ratings

based on 2 reviews

3.8/5

Rating in categories

1.9

Skill development

3.8

Work-Life balance

3.8

Salary & Benefits

1.0

Job Security

3.8

Company culture

3.8

Promotions/Appraisal

3.8

Work Satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer
214 salaries
unlock blur

₹6.6 L/yr - ₹23.1 L/yr

Technical Lead
64 salaries
unlock blur

₹10 L/yr - ₹30 L/yr

Software Engineer
37 salaries
unlock blur

₹5 L/yr - ₹16.4 L/yr

Senior Software Developer
34 salaries
unlock blur

₹7.2 L/yr - ₹20 L/yr

Senior QA Engineer
33 salaries
unlock blur

₹3.5 L/yr - ₹14 L/yr

Explore more salaries
Compare Pegasus InfoCorp with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview