Upload Button Icon Add office photos

Filter interviews by

Outline India Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic question on the tool I use in previous company and ask question on the components of it.
Round 2 - Technical 

(1 Question)

  • Q1. More on what is my role and managerial round.
Round 3 - Technical 

(1 Question)

  • Q1. 2 hour long interview with a panel of 4. Possibly every single question that can be asked and repeatedly same things. They tried understanding the process and functions elaborately way too much which was ...
Round 4 - Technical 

(1 Question)

  • Q1. Everything was already asked. But they need to drench and waste time of the candidate and themselves so they set up another round of technical to ask the same questions again and again.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't waste your time and energy with this company. They are not serious about hiring good candidates. They just want to know what their Peer banks are doing by setting up interviews with potential candidates. And after getting all the info they can take they will ghost you by not picking up your call or answering your mail.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Round one was an online coding test where there were 5 sections :

1 - dsa - medium

2 - Java - Easy

3 - OOP - Easy

4 - Git - Easy

Round 2 - One-on-one 

(5 Questions)

  • Q1. 1 - where is bean annotation used in springboot ?... In class or method
  • Ans. 

    Bean annotation is used in Spring Boot on class or method to indicate that a method produces a bean to be managed by the Spring container.

    • Bean annotation is used on methods within a class to indicate that the method produces a bean to be managed by the Spring container.

    • It can also be used at the class level to indicate that the class itself is a Spring bean.

    • For example, @Bean annotation can be used on a method that cre...

  • Answered by AI
  • Q2. Which access modifier to restrict interface method access to only derived or implemented classes
  • Ans. 

    Protected access modifier restricts interface method access to only derived or implemented classes.

    • Use 'protected' access modifier to restrict access to only derived or implemented classes

    • Protected members are accessible within the same package or by subclasses

    • Example: 'protected void methodName() {}' in an interface

  • Answered by AI
  • Q3. How does one services interact with other in microservice
  • Ans. 

    Microservices interact with each other through APIs, messaging, or events.

    • Microservices communicate with each other through APIs, which can be synchronous or asynchronous.

    • Messaging systems like RabbitMQ or Kafka can be used for communication between microservices.

    • Events can be used for loosely coupled communication between microservices.

    • Service discovery mechanisms like Eureka or Consul help microservices locate and co...

  • Answered by AI
  • Q4. In an integer array where element represent stock price and index represent days how to detect the best day to buy and best day to sell in O(N)
  • Ans. 

    To detect the best day to buy and sell stock in an integer array representing stock prices and days in O(N).

    • Iterate through the array and keep track of the minimum price seen so far.

    • Calculate the profit by subtracting the current price from the minimum price.

    • Update the maximum profit and best buy/sell days accordingly.

    • Return the best buy and sell days to maximize profit.

  • Answered by AI
  • Q5. In an integer array find the next greatest number for all and display in O(N)
  • Ans. 

    Find the next greatest number for each integer in an array in O(N) time complexity.

    • Iterate through the array from right to left

    • Use a stack to keep track of potential next greatest numbers

    • Pop elements from the stack that are less than the current element and update their next greatest number to the current element

    • Push the current element onto the stack

    • Repeat until all elements have a next greatest number

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement

Round 1 - Aptitude Test 

First round Aptitude + Technical questions on CS fundamentals

Round 2 - Technical 

(3 Questions)

  • Q1. Frog jump Dynamic programming question
  • Q2. Remove zeroes from a numbers only string and insert at last also maintain the relative order
  • Ans. 

    Remove zeroes from a numbers only string and insert at last while maintaining relative order.

    • Iterate through the string and separate numbers and zeroes

    • Store numbers in an array and zeroes in a separate array

    • Concatenate the numbers array with the zeroes array at the end

  • Answered by AI
  • Q3. One sql question on joins

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Oct 2024. There were 5 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do you choose this place
  • Ans. 

    I chose this place because of its reputation for providing excellent international voice process services.

    • Reputation for excellent international voice process services

    • Positive feedback from current employees

    • Opportunities for growth and development

    • Convenient location for commuting

    • Positive work culture and environment

  • Answered by AI
Round 2 - Aptitude Test 

Aptitude, logical Reasoning, English grammar.

Round 3 - HR 

(2 Questions)

  • Q1. Questions based on what you written in your resume.
  • Q2. Well prepared your resume don't write anything that you don't know about your resume.
Round 4 - Versant test 

(2 Questions)

  • Q1. Here you have to listen carefully what the system is saying in english.
  • Q2. This is round will test your listening skills, How clearly you can read a sentence and your communication skills.
Round 5 - Group Discussion 

It's a easy round. This round will be conducted through Microsoft teams. Just confident and expressive while speaking that's it.

Interview Preparation Tips

Interview preparation tips for other job seekers - Majority of people failed to clear the versant round. I cleared it in my first because I used read a lot and mostly watched English web series that's helped me to clear the exam. Just be alert and listen carefully what the system is saying you will crack the test.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. How do you resolve critical issues?
  • Q2. How do to handle stakeholder's interests?
  • Ans. 

    Handle stakeholder's interests by understanding their needs, communicating effectively, and delivering results.

    • Understand the stakeholders' needs and priorities

    • Communicate regularly and effectively with stakeholders

    • Involve stakeholders in decision-making processes

    • Deliver results that align with stakeholders' interests

    • Manage expectations and address concerns promptly

  • Answered by AI
Round 2 - Coding Test 

SQL Rank functions.
Python easy to medium DSA programs.
Pyspark Concepts and questions.

Round 3 - Technical 

(1 Question)

  • Q1. Explain one of your projects in End to End
Round 4 - One-on-one 

(1 Question)

  • Q1. What are some of the analytical functions available in SQL?
  • Ans. 

    Analytical functions in SQL are used to perform calculations on sets of rows.

    • Aggregate functions like SUM, AVG, COUNT, MIN, MAX

    • Window functions like ROW_NUMBER, RANK, DENSE_RANK, LAG, LEAD

    • Ranking functions like NTILE, PERCENT_RANK, CUME_DIST

    • Statistical functions like STDDEV, VARIANCE

    • String functions like CONCAT, SUBSTRING, TRIM

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on your technical sides based on the JD and the information you provided in your resume.
They will be testing behavior and attitude much along with technical skills.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - Technical 

(4 Questions)

  • Q1. Median of 2 sorted array
  • Q2. Linux commands for chmod
  • Q3. Features of python
  • Q4. Deepcopy and shallowcopy

Lead-Digital campaign management Interview Questions & Answers

Indegene user image Anonymous

posted on 9 Jun 2024

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Normal discussion about experience and salary expectations
  • Q2. Scheduled for 2nd round
Round 2 - Technical 

(1 Question)

  • Q1. 2 interviewers, 1 of them who’s leaving the organisation in few days. Asked me about how would you strategise the campaigns and tell me about your successful campaign?
Round 3 - One-on-one 

(2 Questions)

  • Q1. This round was final with a Senior Manager as told by the HR
  • Q2. The question returned to strategies again for the brand I have worked, after answering all the questions. The conversation derailed by the interviewers limiting technical knowledge. Wasted my valuable 50 m...
Round 4 - Technical 

(2 Questions)

  • Q1. This round supposed to be feedback round if hired then salary discussion, however, they conducted 1 more technical round as they had trust issues due to their lacking knowledge.
  • Q2. Two Musketeers, took the round. One leaving the company thinking CEO of the company with lots of attitude conducted the interview with a live technical round over screen sharing. At last the CEO didn’t lik...

Interview Preparation Tips

Interview preparation tips for other job seekers - I will never consider such companies with their trust issues. The hiring manager doesn’t know about the domain is this a joke. Asking juniors to conduct interviews who doesn’t know the ABC how to behave or to conduct interviews. Few things come with an experience, kids aren’t supposed to take the interviews. Worst experience and will never suggest or never consider in future. God bless these people.. may they get their talent.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

30 easy aptitude questions.

Round 2 - Personal Interview 

(8 Questions)

  • Q1. Video analysis. Summarize the video in bullet points.
  • Ans. 

    Video analysis involves summarizing the content of a video in bullet points.

    • Identify key themes or topics discussed in the video

    • Highlight important events or moments

    • Note any key statistics or data presented

    • Summarize the main conclusions or takeaways

    • Include any notable visuals or graphics shown

  • Answered by AI
  • Q2. Summarize all the examples you saw in the video.
  • Ans. 

    The video showcased various examples of data analysis and visualization techniques.

    • Exploratory data analysis using histograms and scatter plots

    • Predictive modeling using regression and classification algorithms

    • Time series analysis for forecasting future trends

    • Text mining for sentiment analysis

    • Clustering techniques for customer segmentation

  • Answered by AI
  • Q3. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for data analysis and machine learning.

    • Recent graduate with a degree in Computer Science

    • Passionate about data analysis and machine learning

    • Experience with programming languages like Python and R

    • Completed projects involving data visualization and predictive modeling

  • Answered by AI
  • Q4. Discussion on projects.
  • Q5. What do you know about mu Sigma?
  • Ans. 

    Mu Sigma is a data analytics and decision sciences company that helps organizations make data-driven decisions.

    • Mu Sigma was founded in 2004 and is headquartered in Chicago, Illinois.

    • They provide services in areas such as marketing analytics, supply chain analytics, and risk analytics.

    • Mu Sigma has worked with Fortune 500 companies across various industries to help them leverage data for better decision-making.

    • The compan...

  • Answered by AI
  • Q6. Why do you want to join Mu Sigma?
  • Ans. 

    I want to join Mu Sigma because of their reputation for providing challenging and impactful data science projects.

    • Mu Sigma is known for working on cutting-edge data science projects with top clients

    • I am excited about the opportunity to work with a diverse team of data scientists and learn from their expertise

    • I believe Mu Sigma's focus on innovation and problem-solving aligns with my own career goals

  • Answered by AI
  • Q7. SQL and technical questions based on your projects or tech stack.
  • Q8. What challenges you faced during your projects?
  • Ans. 

    I faced challenges in data cleaning, feature engineering, and model optimization during my projects.

    • Data cleaning: Dealing with missing values, outliers, and inconsistencies in the data.

    • Feature engineering: Creating new features from existing data to improve model performance.

    • Model optimization: Tuning hyperparameters and selecting the best algorithm for the problem.

    • Example: In a project predicting customer churn, I ha...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Self introduction and explain your hobbies
  • Q2. They will check your communication level
Round 2 - One-on-one 

(2 Questions)

  • Q1. Self introduction with aptitude questions
  • Q2. They will check communication
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basics of market sizing
  • Q2. DROC market analysis
Round 2 - One-on-one 

(1 Question)

  • Q1. More Market sizing questions
Round 3 - HR 

(2 Questions)

  • Q1. Why marketsnadmarkets
  • Ans. 

    MarketsandMarkets is a leading market research firm providing in-depth analysis and insights across various industries.

    • Provides comprehensive market research reports and analysis

    • Offers insights into industry trends, market size, and competitive landscape

    • Helps businesses make informed decisions based on data-driven research

    • Cover a wide range of industries such as healthcare, technology, and automotive

  • Answered by AI
  • Q2. Why are you leaving previous job

Outline India Interview FAQs

How to prepare for Outline India 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 Outline India. The most common topics and skills that interviewers at Outline India expect are Data Collection, Research, Full Stack, MySQL and PHP.

Tell us how to improve this page.

Interview Questions from Similar Companies

EXL Service Interview Questions
3.7
 • 706 Interviews
Mu Sigma Interview Questions
2.7
 • 221 Interviews
FSG Interview Questions
4.2
 • 4 Interviews
Acumen Interview Questions
4.1
 • 3 Interviews
Arthan Interview Questions
3.4
 • 2 Interviews
Dalberg Interview Questions
3.7
 • 2 Interviews
Dasra Interview Questions
3.8
 • 1 Interview
IDinsight Interview Questions
3.5
 • 1 Interview
View all

Outline India Reviews and Ratings

based on 15 reviews

2.3/5

Rating in categories

2.1

Skill development

2.2

Work-Life balance

2.1

Salary & Benefits

2.1

Job Security

2.0

Company culture

2.0

Promotions/Appraisal

2.1

Work Satisfaction

Explore 15 Reviews and Ratings
QUALITATIVE RESEARCHER

Gurgaon / Gurugram

5-7 Yrs

Not Disclosed

Quantitative Researcher

Gurgaon / Gurugram

2-5 Yrs

Not Disclosed

Sr. Partnerships and Communications Associate

Gurgaon / Gurugram

6-8 Yrs

Not Disclosed

Explore more jobs
Quantitative Researcher
5 salaries
unlock blur

₹4.5 L/yr - ₹7.2 L/yr

Project Manager
4 salaries
unlock blur

₹11.5 L/yr - ₹16 L/yr

Research Associate
4 salaries
unlock blur

₹6 L/yr - ₹8 L/yr

Project Coordinator
3 salaries
unlock blur

₹4.2 L/yr - ₹7.5 L/yr

Administration Officer
3 salaries
unlock blur

₹2.7 L/yr - ₹4 L/yr

Explore more salaries
Compare Outline India with

Dasra

3.8
Compare

Samhita Social Ventures

4.1
Compare

Satva

5.0
Compare

IDinsight

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