Upload Button Icon Add office photos

Pegasus InfoCorp

Compare button icon Compare button icon Compare

Filter interviews by

Pegasus InfoCorp Interview Questions and Answers

Updated 28 Feb 2025
Popular Designations

12 Interview questions

A Data Scientist was asked 8mo ago
Q. How do you create a vector database?
Ans. 

A vector database can be created by storing vectors as rows in a table, with each column representing a different dimension.

  • Create a table with columns representing different dimensions of the vectors

  • Store each vector as a row in the table

  • Use indexing and querying techniques to efficiently retrieve vectors

  • Consider using specialized databases like Elasticsearch for handling large-scale vector data

View all Data Scientist interview questions
A Data Scientist was asked 8mo ago
Q. What are mutable and immutable objects?
Ans. 

Mutable objects can be changed after creation, while immutable objects cannot be changed.

  • Mutable objects: lists, dictionaries, sets

  • Immutable objects: strings, tuples, numbers

  • Changing a mutable object will modify the original object, while changing an immutable object will create a new object

View all Data Scientist interview questions
A Senior Android Developer was asked
Q. What are Coroutines and Suspend functions?
Ans. 

Coroutines are a way to perform asynchronous operations in a sequential manner in Kotlin. Suspend functions are functions that can be paused and resumed.

  • Coroutines in Kotlin are used for asynchronous programming without blocking the main thread.

  • Suspend functions are used within coroutines to perform long-running tasks without blocking the thread.

  • Coroutines can be used to handle network requests, database operation...

View all Senior Android Developer interview questions
A Linux System Administrator was asked
Q. Explain the NFS process.
Ans. 

NFS process allows remote systems to access shared files over a network.

  • NFS server exports directories to be shared with NFS clients

  • NFS clients mount the shared directories from the NFS server

  • Communication between NFS server and clients is done using RPC (Remote Procedure Call)

  • NFS uses NFS protocol for file sharing over the network

View all Linux System Administrator interview questions
A Software Developer was asked
Q. What is hoisting in JavaScript?
Ans. 

Hoisting is a JavaScript mechanism where variables and function declarations are moved to the top of their scope.

  • Hoisting applies to variable and function declarations, but not to variable assignments

  • Function declarations are hoisted before variable declarations

  • Hoisting can lead to unexpected behavior and should be avoided

View all Software Developer interview questions
A Software Developer was asked
Q. What is lexical scope in JavaScript?
Ans. 

Lexical scope in JS determines the accessibility of variables based on their location in the code.

  • Variables declared inside a function are only accessible within that function's scope

  • Variables declared outside of any function have global scope

  • Nested functions have access to variables declared in their parent function's scope

  • Lexical scope is determined at compile time, not runtime

View all Software Developer interview questions
Be interview-ready. Browse the most asked HR questions.
illustration image
A HR Executive was asked
Q. What CTC are you offering for a Dotnet developer with 6 to 7 years of experience?
Ans. 

The CTC offered for a Dotnet developer with 6 to 7 years of experience will depend on various factors.

  • The CTC will depend on the location of the job

  • The CTC will depend on the company's budget and policies

  • The CTC will depend on the skills and expertise of the candidate

  • The CTC can range from 8-15 lakhs per annum

View all HR Executive interview questions
Are these interview questions helpful?
A HR Executive was asked
Q. What is the budget for a .NET developer with 3 to 4 years of experience?
Ans. 

The budget for a Dotnet developer with 3 to 4 years of experience varies based on location and company size.

  • The average salary for a Dotnet developer with 3 to 4 years of experience is around $75,000 to $90,000 per year.

  • The budget may vary based on the location of the company and the cost of living in that area.

  • The budget may also vary based on the size of the company and the demand for Dotnet developers in that p...

View all HR Executive interview questions
A Front end Developer was asked
Q. Describe a time you built a live component.
Ans. 

Built a live component

  • Identify the purpose and functionality of the component

  • Choose appropriate technologies and frameworks

  • Implement real-time updates using websockets or polling

  • Test thoroughly to ensure reliability and performance

View all Front end Developer interview questions
A Front end Developer was asked
Q. What are React Hooks?
Ans. 

React Hooks are functions that let you use state and other React features without writing a class.

  • useState: Allows you to add state to functional components. Example: const [count, setCount] = useState(0);

  • useEffect: Lets you perform side effects in function components. Example: useEffect(() => { document.title = `Count: ${count}`; }, [count]);

  • Custom Hooks: You can create your own hooks to encapsulate reusable l...

View all Front end Developer interview questions

Pegasus InfoCorp Interview Experiences

18 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Jan 2025.

Round 1 - HR 

(1 Question)

  • Q1. They asked me to fill the HR form that had the following fields: 1. Basic details like name, age, address, etc 2. Parents and Sibling details 3. Parents working details and sibling working/ education detai...
Round 2 - One-on-one 

(1 Question)

  • Q1. This interview was directly taken by the cofounder of the company. He asked me to introduce myself Asked about different client s and projects Kept on asking if I was involved during setting the payment te...

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your 4 hours aside if you happen to take the interview at Pegasus. They start with 30 - 40 mins HR form filling. Followed by random question answer by HR which takes another 30 mins. Followed by wait of 40 mins for interview to start. Followed by interview which is around 1+ hour and at last again HR discussion that is more of closing interview. I got selected in the interview, so we spoke about my expectations etc..
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. What are mutable and immutable objects?
  • Ans. 

    Mutable objects can be changed after creation, while immutable objects cannot be changed.

    • Mutable objects: lists, dictionaries, sets

    • Immutable objects: strings, tuples, numbers

    • Changing a mutable object will modify the original object, while changing an immutable object will create a new object

  • Answered by AI
  • Q2. How do you create a vector database?
  • Ans. 

    A vector database can be created by storing vectors as rows in a table, with each column representing a different dimension.

    • Create a table with columns representing different dimensions of the vectors

    • Store each vector as a row in the table

    • Use indexing and querying techniques to efficiently retrieve vectors

    • Consider using specialized databases like Elasticsearch for handling large-scale vector data

  • Answered by AI
  • Q3. Have you worked on Cors?
  • Ans. 

    CORS (Cross-Origin Resource Sharing) is a security feature that allows restricted resources on a web page to be requested from another domain.

    • CORS is implemented via HTTP headers that allow servers to specify who can access their resources.

    • For example, a web application on 'domainA.com' can request resources from 'domainB.com' if 'domainB.com' allows it through CORS headers.

    • Common CORS headers include 'Access-Control-A...

  • Answered by AI

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.

Sr BDM Interview Questions & Answers

user image Anonymous

posted on 20 Jun 2023

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 - HR 

(1 Question)

  • Q1. Everything they want to document on email, even after verbal communication
Round 3 - One-on-one 

(1 Question)

  • Q1. More than 3 hours of interview with the VP, he mentioned it is positive and moving ahead
Round 4 - One-on-one 

(1 Question)

  • Q1. 1 hour with Director/CEO, he mentioned positive and HR will discuss the offer
Round 5 - HR 

(1 Question)

  • Q1. I was told they will give offer the same day which they did not... Even after 15 days of selection the Seniors HR is just asking to submit my original passport so after that only they will give offer and "...
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain the NFS process
  • Ans. 

    NFS process allows remote systems to access shared files over a network.

    • NFS server exports directories to be shared with NFS clients

    • NFS clients mount the shared directories from the NFS server

    • Communication between NFS server and clients is done using RPC (Remote Procedure Call)

    • NFS uses NFS protocol for file sharing over the network

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Indeed and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. About yourself and family details
Round 3 - Technical 

(1 Question)

  • Q1. GST TDS related questions and why left from past company that's main question they does not matter with your skills but they onl matter with why you left from past company

Interview Preparation Tips

Topics to prepare for Pegasus InfoCorp Executive Accountant interview:
  • Why you left past company
Interview preparation tips for other job seekers - Do not waste your time to go for interview they are not selecting candidate they wasting candidate's time as well as their time for not to select candidate
Interview experience
3
Average
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 - Technical 

(4 Questions)

  • Q1. Hoisting in javascript
  • Q2. Es6 features added in javascript
  • Ans. 

    ES6 added several new features to JavaScript including arrow functions, let and const, and template literals.

    • Arrow functions provide a more concise syntax for writing functions.

    • Let and const are block-scoped variables that replace var.

    • Template literals allow for easier string interpolation and multiline strings.

    • Other features include destructuring, default parameters, and classes.

  • Answered by AI
  • Q3. What is lexical scope in js
  • Ans. 

    Lexical scope in JS determines the accessibility of variables based on their location in the code.

    • Variables declared inside a function are only accessible within that function's scope

    • Variables declared outside of any function have global scope

    • Nested functions have access to variables declared in their parent function's scope

    • Lexical scope is determined at compile time, not runtime

  • Answered by AI
  • Q4. Promises and async await ??

Interview Preparation Tips

Interview preparation tips for other job seekers - They will give you good hike , will show they care about you but you won’t last long if you working for their client because their clients drops them

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me something about your self
  • Q2. Salary last drawn

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't spoil your career working here.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. HR asks basic details about yourself.
Round 2 - One-on-one 

(1 Question)

  • Q1. The interviewer asks about the past experience.
Round 3 - One-on-one 

(1 Question)

  • Q1. Different interviewer asks same questions about past organisations.
Round 4 - One-on-one 

(1 Question)

  • Q1. Another person but same questions.
Round 5 - One-on-one 

(1 Question)

  • Q1. Another person but same questions. Unnecessary process.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is Coroutine and Suspend function
  • Ans. 

    Coroutines are a way to perform asynchronous operations in a sequential manner in Kotlin. Suspend functions are functions that can be paused and resumed.

    • Coroutines in Kotlin are used for asynchronous programming without blocking the main thread.

    • Suspend functions are used within coroutines to perform long-running tasks without blocking the thread.

    • Coroutines can be used to handle network requests, database operations, an...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Pegasus InfoCorp Senior Android Developer interview:
  • Java Kotlin

Top trending discussions

View All
Interview Hub
1w
a team lead
FeedCard Image
Got a question about Pegasus InfoCorp?
Ask anonymously on communities.

Pegasus InfoCorp Interview FAQs

How many rounds are there in Pegasus InfoCorp interview?
Pegasus InfoCorp interview process usually has 2-3 rounds. The most common rounds in the Pegasus InfoCorp interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Pegasus InfoCorp 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 Pegasus InfoCorp. The most common topics and skills that interviewers at Pegasus InfoCorp expect are Javascript, Development, Software, Java and SQL.
What are the top questions asked in Pegasus InfoCorp interview?

Some of the top questions asked at the Pegasus InfoCorp interview -

  1. What CTC you will offer for Dotnet developer with 6 to 7 Ye...read more
  2. What budget for Dotnet developer with 3 to 4 ye...read more
  3. How do you create a vector databa...read more
How long is the Pegasus InfoCorp interview process?

The duration of Pegasus InfoCorp interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

2.9/5

based on 15 interview experiences

Difficulty level

Easy 45%
Moderate 45%
Hard 9%

Duration

Less than 2 weeks 73%
2-4 weeks 27%
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 51 Interviews
IT By Design Interview Questions
3.4
 • 41 Interviews
ConsultAdd Interview Questions
3.6
 • 38 Interviews
View all

Pegasus InfoCorp Reviews and Ratings

based on 158 reviews

2.9/5

Rating in categories

2.5

Skill development

2.8

Work-life balance

3.1

Salary

2.4

Job security

2.5

Company culture

2.6

Promotions

2.6

Work satisfaction

Explore 158 Reviews and Ratings
Web Designer

Mumbai

1-6 Yrs

Not Disclosed

Web Developers (PHP)

Mumbai

2-4 Yrs

Not Disclosed

Project Managers

Mumbai

7-9 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
199 salaries
unlock blur

₹11.3 L/yr - ₹21 L/yr

Technical Lead
56 salaries
unlock blur

₹15.7 L/yr - ₹25.5 L/yr

Software Engineer
43 salaries
unlock blur

₹6 L/yr - ₹12 L/yr

Senior Software Developer
37 salaries
unlock blur

₹12.7 L/yr - ₹20 L/yr

Senior QA Engineer
36 salaries
unlock blur

₹5.1 L/yr - ₹12.8 L/yr

Explore more salaries
Compare Pegasus InfoCorp with

Maxgen Technologies

4.6
Compare

JoulestoWatts Business Solutions

3.1
Compare

Value Point Systems

3.5
Compare

F1 Info Solutions and Services

3.7
Compare
write
Share an Interview