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

(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 Rakuten
Q2. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Amazon
Q3. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Pegasus InfoCorp?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

Interview Preparation Tips

Round: Technical Interview
Experience: this was a telephonic round : There I was asked basics of web development (e.g Session, hidden variable difference between POST and GET etc. ) and basics of PHP e.g global variables etc , little bit of mysql e.g joins , difference between left and right joins.

Round: Technical Interview
Experience: This was pretty much about interview rounds. I got the offer.

Skills: Core java, OOP, PHP
College Name: na
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
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
No response

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Tell me about your self
  • Q2. Write a for palindrome
  • Q3. SQL inner Joins
  • Q4. Object orientend programming
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Assignment 

It was mostly on JavaScript

Round 2 - Technical 

(1 Question)

  • Q1. Focused on react
Round 3 - One-on-one 

(1 Question)

  • Q1. Brief about project

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on core concepts
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Cover topics like closures, classes, functions

Round 2 - Technical 

(2 Questions)

  • Q1. Explain call bind apply
  • Ans. 

    Call, bind, and apply are methods used to manipulate the value of 'this' in JavaScript functions.

    • Call: Invokes a function with a specified 'this' value and arguments provided individually.

    • Example: func.call(thisArg, arg1, arg2)

    • Bind: Creates a new function that, when called, has a specified 'this' value and arguments provided one by one.

    • Example: var newFunc = func.bind(thisArg, arg1, arg2)

    • Apply: Invokes a function with ...

  • Answered by AI
  • Q2. Explain closures
  • Ans. 

    Closures are functions that have access to variables from their containing scope even after the scope has closed.

    • Closures allow functions to access variables from their outer function even after the outer function has finished executing.

    • They help in maintaining state in asynchronous operations.

    • Closures are commonly used in event handlers and callbacks.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test was easy but difficult

Round 2 - Technical 

(2 Questions)

  • Q1. Technical questions linked list
  • Q2. Array binary search Dp
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. About java mainly
Round 2 - HR 

(2 Questions)

  • Q1. What aspires you most
  • Ans. 

    I'm inspired by the potential of technology to solve real-world problems and improve lives through innovation and creativity.

    • The ability to create software that enhances user experience, like developing an app that simplifies daily tasks.

    • Working on open-source projects that contribute to community development, such as collaborating on a tool for educational purposes.

    • Learning from industry leaders and innovators, like a...

  • Answered by AI
  • Q2. Tell me about project

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 Technical and Resume Shortlist.
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.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Pegasus InfoCorp Software Developer Salary
based on 27 salaries
₹4.8 L/yr - ₹15.8 L/yr
At par with the average Software Developer Salary in India
View more details

Pegasus InfoCorp Software Developer Reviews and Ratings

based on 7 reviews

3.2/5

Rating in categories

3.1

Skill development

3.6

Work-life balance

3.1

Salary

3.0

Job security

3.1

Company culture

3.1

Promotions

3.0

Work satisfaction

Explore 7 Reviews and Ratings
Senior Software Engineer
194 salaries
unlock blur

₹11.3 L/yr - ₹20 L/yr

Technical Lead
53 salaries
unlock blur

₹15.9 L/yr - ₹28.3 L/yr

Software Engineer
43 salaries
unlock blur

₹5.2 L/yr - ₹13.6 L/yr

Senior Software Developer
36 salaries
unlock blur

₹7.8 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.6
Compare

JoulestoWatts Business Solutions

3.1
Compare

Value Point Systems

3.6
Compare

F1 Info Solutions and Services

3.8
Compare
write
Share an Interview