Upload Button Icon Add office photos

Filter interviews by

Outscal Interview Questions and Answers

Updated 3 Jun 2024

Outscal Interview Experiences

Popular Designations

3 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 23 Aug 2023

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

I applied via Company Website and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Assignment 

I was given 3 C++ code submission of DSA questions, but it had errors in syntax and logic. My task was to find as many errors as possible in the code and provide correct solution to the question. They asked me to provide video solution.

Round 2 - One-on-one 

(7 Questions)

  • Q1. Contructors and its types. Types of Copy Constructor
  • Ans. 

    Constructors are special member functions in a class used to initialize objects. Copy constructors create a new object as a copy of an existing object.

    • Types of constructors: Default constructor, Parameterized constructor, Copy constructor, and Destructor

    • Types of copy constructors: Shallow copy constructor and Deep copy constructor

    • Shallow copy constructor copies the values of the members of one object to another object....

  • Answered by AI
  • Q2. What are Smart Pointers
  • Ans. 

    Smart pointers are objects that manage the memory of dynamically allocated objects in C++ to prevent memory leaks.

    • Smart pointers automatically delete the object they point to when they are no longer needed.

    • Examples include unique_ptr, shared_ptr, and weak_ptr in C++.

    • They help in preventing memory leaks and dangling pointers.

    • Smart pointers provide better memory management compared to raw pointers.

  • Answered by AI
  • Q3. What is Diamond Problem in C++ ? How to solve it ?
  • Ans. 

    Diamond Problem occurs in multiple inheritance when a class inherits from two classes that have a common base class.

    • Diamond Problem arises when a class inherits from two classes that have a common base class.

    • Ambiguity arises in accessing the common base class members.

    • To solve Diamond Problem, virtual inheritance is used to ensure only one copy of the common base class is inherited.

  • Answered by AI
  • Q4. Virtual Functions and why is it needed ?
  • Ans. 

    Virtual functions in C++ allow for dynamic polymorphism by enabling a function to be overridden in a derived class.

    • Virtual functions are used in C++ to achieve runtime polymorphism, where the function to be called is determined at runtime based on the object's type.

    • They are needed to enable a base class pointer to call a function that is overridden in a derived class.

    • Virtual functions help in achieving the Open/Closed ...

  • Answered by AI
  • Q5. Middle of a linked list
  • Ans. 

    To find the middle of a linked list, use two pointers - one moving at double the speed of the other.

    • Initialize two pointers, slow and fast, both pointing to the head of the linked list.

    • Move the slow pointer by one node and the fast pointer by two nodes in each iteration.

    • When the fast pointer reaches the end of the list, the slow pointer will be at the middle node.

  • Answered by AI
  • Q6. Travelling Salesman Problem
  • Ans. 

    The Travelling Salesman Problem is a classic optimization problem where a salesman needs to visit a set of cities exactly once and return to the starting city with the shortest possible route.

    • The goal is to find the shortest possible route that visits each city exactly once and returns to the starting city.

    • This problem is NP-hard, meaning there is no known efficient algorithm to solve it for large numbers of cities.

    • One...

  • Answered by AI
  • Q7. Abstract Classes and Interface

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare C++ and OOPS nicely.

Skills evaluated in this interview

Top Outscal Intern Interview Questions and Answers

Q1. What is Diamond Problem in C++ ? How to solve it ?
View answer (1)

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. React machine coding + DSA questions easy to medium level

Mern Full Stack Developer Interview Questions asked at other Companies

Q1. What is the way to save large files (e.g. photos) into MongoDB database.
View answer (2)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Selenium, java, Manual Testing

Round 2 - Technical 

(1 Question)

  • Q1. Manual Testing, Java ,Selenium

QA Test Engineer Interview Questions asked at other Companies

Q1. Selenium web driver What is POM file why we are using it Xpath Types Which is Effective locators Framework creation related questions Runner class related questions What is BDD and TDD What is Data Drive frame work Cucumber related question... read more
View answer (1)

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. First question in hr interview is tell about yourself then the hr asked questions what I mentioned in my resume. So put the information in resume what you known well. My unique talent is I'm a stage spea...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold, be confident, don't put irrelevant information in your resume update yourself relating to your studies

I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. TELL ME ABOUT YOURSELF

Interview Preparation Tips

Interview preparation tips for other job seekers - JUST BE YOURSELF

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Description of project
  • Ans. 

    The project involved designing and implementing a new network infrastructure for a large corporation.

    • Conducted a thorough analysis of the existing network infrastructure

    • Designed a new network architecture that met the company's needs

    • Implemented the new network infrastructure with minimal disruption to business operations

    • Tested and optimized the new network to ensure optimal performance

    • Provided ongoing support and maint

  • Answered by AI
  • Q2. Your previous experince

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepare for your resume

I applied via Walk-in and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Its for FP&A process and the major questions were from the basics of FP&A. How it starts and how its ends and Previous job roles.

Interview Preparation Tips

Interview preparation tips for other job seekers - It's quite a moderate interview but be prepare for more rounds of technical interviews.

I applied via Campus Placement and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. 1.Tell me about yourself.
  • Q2. 2. Some basic questions from DBMS, iot and cloud.
  • Q3. 3. Explain your project ( technology u have used and what is it).
  • Q4. 4. Are you willing to relocate.

Interview Preparation Tips

Interview preparation tips for other job seekers - HR was nice and friendly. Overall it was a NYC experience.
All the best guys.

I applied via Recruitment Consultant and was interviewed before Aug 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't tell what is written in your CV.

Outscal Interview FAQs

How many rounds are there in Outscal interview?
Outscal interview process usually has 2 rounds. The most common rounds in the Outscal interview process are Technical, One-on-one Round and Aptitude Test.
How to prepare for Outscal 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 Outscal. The most common topics and skills that interviewers at Outscal expect are Javascript, Data Structures, Gaming, HTML and CSS.
What are the top questions asked in Outscal interview?

Some of the top questions asked at the Outscal interview -

  1. What is Diamond Problem in C++ ? How to solve i...read more
  2. Contructors and its types. Types of Copy Construc...read more
  3. Virtual Functions and why is it neede...read more

Tell us how to improve this page.

Outscal Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
upGrad Interview Questions
3.7
 • 199 Interviews
Simplilearn Interview Questions
3.2
 • 101 Interviews
NIIT Interview Questions
3.6
 • 84 Interviews
Great Learning Interview Questions
3.7
 • 56 Interviews
Edureka Interview Questions
3.2
 • 26 Interviews
View all

Outscal Reviews and Ratings

based on 7 reviews

4.6/5

Rating in categories

3.6

Skill development

4.2

Work-life balance

4.6

Salary

3.8

Job security

4.6

Company culture

4.4

Promotions

4.4

Work satisfaction

Explore 7 Reviews and Ratings
Software Developer
4 salaries
unlock blur

₹3 L/yr - ₹12.5 L/yr

Game Designer
4 salaries
unlock blur

₹4.8 L/yr - ₹4.8 L/yr

AM Human Resource
4 salaries
unlock blur

₹5.2 L/yr - ₹10 L/yr

HR Manager
3 salaries
unlock blur

₹10 L/yr - ₹11 L/yr

Backend Developer
3 salaries
unlock blur

₹5 L/yr - ₹6 L/yr

Explore more salaries
Compare Outscal with

TCS

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare

Infosys

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