Upload Button Icon Add office photos

Filter interviews by

Exterro Interview Questions, Process, and Tips

Updated 20 Feb 2025

Top Exterro Interview Questions and Answers

View all 6 questions

Exterro Interview Experiences

Popular Designations

2 interviews found

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

I was interviewed in Aug 2024.

Round 1 - Coding Test 

Asking two basic programming questions:
Q1: How can I remove duplicates from the array [1, 1, 10, 9, 7, 9, 3, 4, 5]?

Round 2 - Technical 

(4 Questions)

  • Q1. Tell me about yourself
  • Q2. Why did you choose Exterro, and what products do we currently offer?
  • Q3. How can you reverse an array without using any extra swap variables?
  • Q4. How can values be inserted into an array at a specified index without altering the existing values? like: a=4,b=1; c=10,d=12; arr=[25,60,12,14,15]; result is like:[25,10,12,14,12,15]
Round 3 - HR 

(1 Question)

  • Q1. Basic details and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Research the project and gather information about the company.

Angular Frontend Developer Interview Questions asked at other Companies

Q1. How to implement interfaces without methods?
View answer (1)

UI Developer Interview Questions & Answers

user image Anonymous

posted on 8 May 2024

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

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(6 Questions)

  • Q1. What is the difference between display: None and visibiliy:0;
  • Ans. 

    display: None removes the element from the flow of the document, while visibility: 0 hides the element but still takes up space.

    • display: None removes the element from the document flow, making it invisible and not taking up any space.

    • visibility: 0 hides the element visually, but it still occupies space in the layout.

    • display: None is commonly used to hide elements completely, while visibility: 0 is used to hide elements

  • Answered by AI
  • Q2. What is Hoisting in js
  • Ans. 

    Hoisting is a behavior in JavaScript where variable and function declarations are moved to the top of their containing scope during the compilation phase.

    • Variable declarations are hoisted to the top of their scope, but not their assignments.

    • Function declarations are fully hoisted, meaning they can be called before they are declared.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI
  • Q3. Difference between splice and slice
  • Ans. 

    splice is used to add or remove elements from an array, while slice is used to extract a portion of an array without modifying it.

    • splice modifies the original array by adding or removing elements, while slice does not modify the original array

    • splice returns the removed elements as a new array, while slice returns the extracted elements as a new array

    • splice takes in parameters for index, number of elements to remove, an...

  • Answered by AI
  • Q4. What is a promise why its used
  • Ans. 

    A promise is an object representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They help in avoiding callback hell and writing cleaner code.

    • Promises have states - pending, fulfilled, or rejected.

    • They can be chained using .then() method.

    • Example: Fetching data from an API returns a promise that resolves with the data.

  • Answered by AI
  • Q5. What is dependency
  • Ans. 

    Dependency is a relationship between two modules where one module depends on the other to function properly.

    • In software development, dependencies refer to external libraries or modules that a project relies on to work correctly.

    • Dependencies can be managed using package managers like npm or yarn in JavaScript projects.

    • Circular dependencies should be avoided as they can lead to runtime errors.

  • Answered by AI
  • Q6. Share your screen and sort a array without using in build js methods
  • Ans. 

    Sorting an array without using built-in JS methods

    • Create a custom sorting function using a sorting algorithm like bubble sort, selection sort, or insertion sort

    • Compare each element in the array and swap them if they are in the wrong order

    • Repeat the process until the array is fully sorted

  • Answered by AI

Skills evaluated in this interview

Top Exterro UI Developer Interview Questions and Answers

Q1. What is the difference between display: None and visibiliy:0;
View answer (1)

UI Developer Interview Questions asked at other Companies

Q1. Create 10 no. of Checkboxes in javascript and on-checked checkboxes count should be show at below. as you will un-check the checkbox count should also change. so means to say checked checkbox count should be print.
View answer (1)

Interview questions from similar companies

Assistant Manager growth marketing Interview Questions & Answers

Swiggy user image Anonymous

posted on 14 Feb 2025

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself and workex, One campaign you are proud of and what you did, The interview lasted for 30 mins.
  • Q2. Why are you leaving your current company and details on that.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself, 2 digital campaigns that you did and what you learn from them, Logical question on bulb : 3 bulbs are in a room and it's switches are outside the room, and you can only enter the ro...
  • Q2. How many times does whatsapp application gets open in your household?

Interview Preparation Tips

Interview preparation tips for other job seekers - Structure your answers well, they analyse your thought process, analysis skills and observation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

The aptitude test consisted of a combination of three types of subjects: Quantitative, English, and Logical Reasoning. The difficulty level was challenging, and it would be beneficial to review the basics of the CAT exam.

Round 2 - Technical 

(6 Questions)

  • Q1. What is the SUBSTITUTE function in Excel, and how can it be used?
  • Ans. 

    The SUBSTITUTE function in Excel replaces a specific occurrence of a text string with another text string.

    • Syntax: SUBSTITUTE(text, old_text, new_text, instance_num)

    • text: The original text string where replacement will occur

    • old_text: The text string to be replaced

    • new_text: The text string to replace old_text with

    • instance_num: Optional parameter to specify which occurrence of old_text to replace

    • Example: =SUBSTITUTE("appl...

  • Answered by AI
  • Q2. What is a pivot table in Excel, and how can it be accessed and utilized?
  • Ans. 

    A pivot table in Excel is a data summarization tool that allows you to reorganize and summarize selected columns and rows of data.

    • Accessed by selecting the data range you want to analyze, then going to the 'Insert' tab and clicking on 'PivotTable'.

    • Utilized by dragging and dropping fields into the 'Rows', 'Columns', 'Values', and 'Filters' areas to organize and summarize data.

    • Can be used to quickly analyze large dataset...

  • Answered by AI
  • Q3. What are the differences between Tableau and Power BI, and which one is considered superior?
  • Ans. 

    Tableau and Power BI are both powerful data visualization tools, with Tableau being more user-friendly and Power BI offering better integration with Microsoft products.

    • Tableau is known for its user-friendly interface and ease of use for creating visually appealing dashboards.

    • Power BI offers better integration with Microsoft products such as Excel, SharePoint, and SQL Server.

    • Tableau is considered superior for its ease o...

  • Answered by AI
  • Q4. What is the process to sort the top 10 rows in Excel?
  • Ans. 

    To sort the top 10 rows in Excel, select the range of data, go to the Data tab, click on Sort, choose the column to sort by, select Top 10 from the options, and specify whether to sort in ascending or descending order.

    • Select the range of data containing the top 10 rows you want to sort.

    • Go to the Data tab in Excel.

    • Click on the Sort button.

    • Choose the column you want to sort by.

    • Select 'Top 10' from the 'Sort On' dropdown ...

  • Answered by AI
  • Q5. What is adjusted R-squared in descriptive statistics, and what information can be derived from it?
  • Ans. 

    Adjusted R-squared is a statistical measure that adjusts the R-squared value for the number of predictors in a regression model.

    • Adjusted R-squared takes into account the number of predictors in a regression model, providing a more accurate measure of the model's goodness of fit.

    • It penalizes the addition of unnecessary predictors, helping to prevent overfitting.

    • A higher adjusted R-squared value indicates a better fit of...

  • Answered by AI
  • Q6. What is correlation, and what conclusions can be drawn from it?
  • Ans. 

    Correlation is a statistical measure that describes the relationship between two variables.

    • Correlation can range from -1 to 1, with 0 indicating no correlation, 1 indicating a perfect positive correlation, and -1 indicating a perfect negative correlation.

    • A positive correlation means that as one variable increases, the other variable also tends to increase. For example, there is a positive correlation between studying h...

  • Answered by AI
Round 3 - Role Based 

(4 Questions)

  • Q1. What are the five stages of project?
  • Ans. 

    The five stages of a project are initiation, planning, execution, monitoring and controlling, and closing.

    • Initiation: Defining the project, its scope, objectives, and stakeholders.

    • Planning: Creating a detailed project plan, including tasks, timelines, resources, and budget.

    • Execution: Carrying out the project plan and completing the work.

    • Monitoring and Controlling: Tracking project progress, managing changes, and ensuri...

  • Answered by AI
  • Q2. What is the difference between a project manager and a product manager?
  • Ans. 

    Project managers focus on overseeing the execution of a specific project, while product managers are responsible for the overall strategy and development of a product.

    • Project managers are focused on the successful completion of a project within scope, budget, and time constraints.

    • Product managers are responsible for the strategic direction, development, and success of a product throughout its lifecycle.

    • Project managers...

  • Answered by AI
  • Q3. What are two limitations of food delivery apps that you believe need improvement?
  • Ans. 

    Limitations of food delivery apps that need improvement

    • Inaccurate delivery times leading to customer dissatisfaction

    • Limited restaurant options available on the app

    • Difficulty in customizing orders or making special requests

    • Issues with order accuracy and missing items

    • Lack of transparency in pricing and additional fees

  • Answered by AI
  • Q4. Can you provide a real-life example of a project where you led a team to successful completion?
  • Ans. 

    Led a team to successfully launch a new software application for a client

    • Developed project timeline and milestones

    • Assigned tasks to team members based on their strengths

    • Held regular team meetings to track progress and address any issues

    • Collaborated with client to ensure project met their expectations

    • Conducted thorough testing and quality assurance before final launch

  • Answered by AI
Round 4 - HR 

(5 Questions)

  • Q1. What is your place of domicile?
  • Ans. 

    I currently reside in a cozy apartment in downtown Seattle.

    • My place of domicile is in Seattle, Washington.

    • I live in a cozy apartment in downtown Seattle.

    • I have been a resident of Seattle for the past five years.

  • Answered by AI
  • Q2. Can you describe your family background and the members who live in your household?
  • Ans. 

    I come from a close-knit family with my parents and two siblings living in our household.

    • Close-knit family

    • Parents and two siblings

    • Living together in the same household

  • Answered by AI
  • Q3. Is the family income derived from a business or from job holders?
  • Ans. 

    Family income can be derived from both a business and job holders.

    • Family income can come from a business owned by a family member.

    • Family income can also come from salaries earned by family members from their jobs.

    • In some cases, family income may be a combination of income from both business and job holders.

    • Examples: A family may own a small business like a bakery and also have family members working in corporate jobs.

    • A...

  • Answered by AI
  • Q4. What is your motivation for choosing to work in the insurance industry?
  • Ans. 

    I am motivated to work in the insurance industry because of its stability, growth opportunities, and the chance to help individuals and businesses protect themselves financially.

    • Stability: Insurance is a stable industry that is less affected by economic downturns.

    • Growth opportunities: There are various career paths and opportunities for advancement within the insurance industry.

    • Helping others: Working in insurance allo...

  • Answered by AI
  • Q5. Are you willing to relocate to Bengaluru?
  • Ans. 

    Yes, I am willing to relocate to Bengaluru for the Project Manager position.

    • I am open to relocating for the right opportunity

    • I have experience working in different locations

    • I am excited about the prospect of working in Bengaluru

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Digit Insurance Project Manager interview:
  • SQL
  • Statistics
  • Power Bi
Interview preparation tips for other job seekers - You should thoroughly review the job description, prepare by studying the basics and areas of depth where you feel comfortable, and be ready to answer questions confidently.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024. There were 8 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What are your strengths and weaknesses?
Round 2 - Group Discussion 

I am to good for any type of work doing

Round 3 - Technical 

(2 Questions)

  • Q1. How do you perform keyword research?
  • Q2. What are ITSM and its processes?
Round 4 - HR 

(2 Questions)

  • Q1. Have you ever worked on a project with tight deadlines? How did you manage?
  • Q2. Describe a time when you faced a challenging situation. How did you handle it?
Round 5 - Coding Test 

Question: Write a function to sort an array of integers in ascending order without using the built-in sort() function.

javascript
Copy code
function customSort(arr) {
// Your code here
}
console.log(customSort([5, 3, 8, 1])); // Output: [1, 3, 5, 8]

Round 6 - Case Study 

Operational Efficiency: Automating workflows in ServiceNow should reduce processing time for customer queries and loan applications by 50%.
Increased Visibility: SEO and SEM strategies should increase the bank’s website traffic by 30% within 3 months.
Improved Customer Experience: A modern portal with faster support options will increase customer satisfaction ratings.

Round 7 - Assignment 

A report/document explaining the solutions for the above tasks.
A code file for the HTML/CSS/JavaScript task.
Screenshots or diagrams (if applicable) for ServiceNow workflows.

Round 8 - Aptitude Test 

Data Interpretation
Study the following data and answer the question:

Year Revenue (₹) Profit (₹)
2020 10,000 2,000
2021 12,000 3,000
2022 15,000 4,000Question:
What is the average profit percentage over the three years?

Options:
A) 20%
B) 25%
C) 22%
D) 27%

Interview Preparation Tips

Interview preparation tips for other job seekers - Build a Strong Resume and Portfolio
Tailor your resume: Customize your resume for each job by highlighting relevant skills and experiences.
Showcase achievements: Quantify your accomplishments (e.g., "Increased website traffic by 30%").
Include a portfolio: If you’re in fields like digital marketing or development, create a portfolio showcasing your projects, internships, or certifications.

Hub Manager (Branch Head) Interview Questions & Answers

Spinny user image Anonymous

posted on 18 Feb 2025

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

I was interviewed in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why would spinny hire you
Round 2 - One-on-one 

(2 Questions)

  • Q1. What do you know about spinny
  • Q2. How comfortable you are with job role

Interview Preparation Tips

Interview preparation tips for other job seekers - Timings are 2 hours more than what they offer on offer letter . Dirty politics with Mumbai City head being the person who holds personal grudges over growth and non professional
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(1 Question)

  • Q1. Data base upgrades, migration, cost optimisation , moderation, data security, backups and restore, DR
Round 2 - Technical 

(1 Question)

  • Q1. Datbase related
Round 3 - HR 

(1 Question)

  • Q1. Basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - New joiners best for learning but not expect for work life balances and growth part.
No additional work allowances , comp-ff , cab service and food etc.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is your current work experience, and can you provide a case study on how to improve monetization for Netflix?
Round 2 - One-on-one 

(1 Question)

  • Q1. Case Study - Favourite product

Interview Preparation Tips

Interview preparation tips for other job seekers - I interviewed with Meesho for a role I was excited about and completed 2 rounds successfully. However, after the interviews, I received no feedback or updates from the HR Team. Despite multiple followups via email, WhatsApp and call, there was no response - just complete silence.

Ghosting candidates after they invest time and effort into the hiring process in unprofessional and disrespectful. It reflects poorly on Meesho's hiring culture and raises questions about their values. Providing feedback, even if it's a rejection, it's a basic courtesy that candidates deserve.

The experience has left a negative impression of Meesho's professionalism. I hope they improve their hiring practices to treat candidates with the respect they deserve
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

The test consists of 60 questions to be answered in 50 minutes, primarily focusing on basic aptitude, and does not require any preparation.

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview with senior manager a single guesstimate and few questions around resume
Round 3 - One-on-one 

(1 Question)

  • Q1. Interview with AVP also a single guesstimate and few questions around resume and previous experience
Round 4 - One-on-one 

(1 Question)

  • Q1. Interview with VP/business lead a quick intro and a simple case study and culture fit kinda round

Interview Preparation Tips

Interview preparation tips for other job seekers - If you consider yourself to be a diligent yet hardworking individual with minimal operational experience, you can easily crack it.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 
Round 2 - Aptitude Test 

Aptitude test is a way for employers to assess a candidate's abilities through a variety of different testing formats. Aptitude tests will test your ability to perform tasks and react to situations at work. This includes: problem-solving. prioritisation.5 May 2023

Round 3 - Group Discussion 

Group discussion (GD) is a structured conversation where a group of people discuss a specific topic. GDs are often used in job interviews, academic settings, and business meetings.

Round 4 - Assignment 

Reporter disappeared while on (an) assignment in the war zone.

Round 5 - HR 

(1 Question)

  • Q1. HR stands for Human Resources, which is a department in a company that manages its employees. HR professionals ensure that employees are satisfied, engaged, and have the resources they need to perform well...

Exterro Interview FAQs

How many rounds are there in Exterro interview?
Exterro interview process usually has 1 rounds. The most common rounds in the Exterro interview process are One-on-one Round.
What are the top questions asked in Exterro interview?

Some of the top questions asked at the Exterro interview -

  1. What is the difference between display: None and visibiliy...read more
  2. Share your screen and sort a array without using in build js meth...read more
  3. What is a promise why its u...read more

Tell us how to improve this page.

Exterro Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 430 Interviews
BigBasket Interview Questions
3.9
 • 355 Interviews
Udaan Interview Questions
4.0
 • 335 Interviews
Freshworks Interview Questions
3.5
 • 155 Interviews
InMobi Interview Questions
3.5
 • 35 Interviews
Druva Interview Questions
3.7
 • 25 Interviews
MindTickle Interview Questions
2.8
 • 21 Interviews
Chargebee Interview Questions
4.0
 • 16 Interviews
Postman Interview Questions
3.6
 • 11 Interviews
View all

Exterro Reviews and Ratings

based on 23 reviews

4.5/5

Rating in categories

4.1

Skill development

4.1

Work-life balance

4.2

Salary

4.4

Job security

4.3

Company culture

4.0

Promotions

3.9

Work satisfaction

Explore 23 Reviews and Ratings
Associate Software Engineer
14 salaries
unlock blur

₹3.5 L/yr - ₹6 L/yr

Software Developer
11 salaries
unlock blur

₹4.5 L/yr - ₹7.6 L/yr

Software Engineer
9 salaries
unlock blur

₹5.4 L/yr - ₹11.5 L/yr

Quality Analyst
9 salaries
unlock blur

₹3 L/yr - ₹8.5 L/yr

Senior Associate Software Engineer
7 salaries
unlock blur

₹4.7 L/yr - ₹8.3 L/yr

Explore more salaries
Compare Exterro with

Zyro

4.0
Compare

Druva

3.7
Compare

Freshworks

3.5
Compare

Chargebee

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