Upload Button Icon Add office photos

Pegasus InfoCorp

Compare button icon Compare button icon Compare

Filter interviews by

Pegasus InfoCorp Software Developer Interview Questions and Answers

Updated 9 Apr 2023

Pegasus InfoCorp Software Developer Interview Experiences

2 interviews found

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
  • 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

  • Answered by AI
  • 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 Questionnaire 

1 Question

  • Q1. Basic of android java

Interview Preparation Tips

Interview preparation tips for other job seekers - average

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more

Interview questions from similar companies

Interview experience
4
Good
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 

(2 Questions)

  • Q1. Write a program to check if string is a anagram
  • Ans. 

    Program to check if a string is an anagram

    • Create a function that takes in two strings as input

    • Remove all spaces and convert both strings to lowercase

    • Sort both strings and compare if they are equal to determine if they are anagrams

  • Answered by AI
  • Q2. What is react lifecycle method
  • Ans. 

    React lifecycle methods are special methods that are automatically called by React at specific points in a component's life cycle.

    • React components have several lifecycle methods such as componentDidMount, componentDidUpdate, componentWillUnmount, etc.

    • These methods allow developers to perform actions at specific points in a component's life cycle, such as fetching data, updating the UI, or cleaning up resources.

    • Understa...

  • Answered by AI
Round 3 - Coding Test 

Create a web app to perform cred operation

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

General aptitude questions

Round 2 - Group Discussion 

Abstract topic group discussion

Round 3 - Technical 

(1 Question)

  • Q1. Technical interview covering topics on oops , data structures , conditional statements.
Round 4 - HR 

(1 Question)

  • Q1. General questions- introduction , how previous rounds went ,hobbies , what do you know about our company , situation based questions.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Few questions that would involve problem solving. Basic 10th std math would suffice

Round 2 - Coding Test 

Had few DSA questions.

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical interview
Round 4 - HR 

(1 Question)

  • Q1. About job, expection etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and inspire trust. Be curious.
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 Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple question on maths

Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOPS concept
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve complex problems

    • Key principles include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation ensures that the internal state of an object is hidden from the outside world

    • Inheritance allows a class to inherit...

  • Answered by AI
  • Q2. Coding array questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in

Round 1 - Technical 

(2 Questions)

  • Q1. How make a queue using a stack
  • Ans. 

    To implement a queue using a stack, use two stacks and simulate the queue operations.

    • Use two stacks, one for enqueue operation and one for dequeue operation.

    • For enqueue operation, simply push elements onto the stack used for enqueueing.

    • For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.

    • Then pop from the dequeue stack to simulate dequeue operation.

  • Answered by AI
  • Q2. Create a linked list
  • Ans. 

    A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.

    • Create a Node class with data and next pointer

    • Initialize a head pointer to null

    • Add nodes by updating next pointers

    • Traverse the list by following next pointers

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

Easy to medium leetcode questions

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Closures, hostings, react js, redux, hooks basic
  • Q2. Html5, css3, basic javascript stuff
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Normal aptitude questions

Round 2 - Coding Test 

Python basic and some basic coding questions

Round 3 - Coding Test 

Advance level coding question

Pegasus InfoCorp Interview FAQs

How many rounds are there in Pegasus InfoCorp Software Developer interview?
Pegasus InfoCorp interview process usually has 2 rounds. The most common rounds in the Pegasus InfoCorp interview process are Resume Shortlist and Technical.
What are the top questions asked in Pegasus InfoCorp Software Developer interview?

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

  1. What is lexical scope in...read more
  2. Es6 features added in javascr...read more
  3. Hoisting in javascr...read more

Tell us how to improve this page.

Pegasus InfoCorp Software Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Pegasus InfoCorp Software Developer Salary
based on 26 salaries
₹4 L/yr - ₹16.4 L/yr
11% more than the average Software Developer Salary in India
View more details

Pegasus InfoCorp Software Developer Reviews and Ratings

based on 8 reviews

2.9/5

Rating in categories

3.0

Skill development

3.7

Work-life balance

2.8

Salary

2.6

Job security

2.6

Company culture

3.4

Promotions

2.9

Work satisfaction

Explore 8 Reviews and Ratings
Senior Software Engineer
217 salaries
unlock blur

₹6.8 L/yr - ₹27 L/yr

Technical Lead
64 salaries
unlock blur

₹9.5 L/yr - ₹30 L/yr

Software Engineer
43 salaries
unlock blur

₹5 L/yr - ₹14.6 L/yr

Senior Software Developer
36 salaries
unlock blur

₹12.4 L/yr - ₹20 L/yr

Senior QA Engineer
34 salaries
unlock blur

₹3.5 L/yr - ₹14 L/yr

Explore more salaries
Compare Pegasus InfoCorp with

Maxgen Technologies

4.5
Compare

Value Point Systems

3.7
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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