Upload Button Icon Add office photos

Filter interviews by

The Company of Others Software Engineer III Interview Questions, Process, and Tips

Updated 19 Sep 2024

The Company of Others Software Engineer III Interview Experiences

1 interview found

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 Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

1. How to make an api call in java and count the number of items in the response?
2. Longest Incresing subsequence (leetcode)

with some MCQs in Java and microservices

Round 2 - Technical 

(4 Questions)

  • Q1. What is java8. its features and uses
  • Ans. 

    Java 8 is a major release of the Java programming language with new features like lambda expressions, streams, and default methods.

    • Lambda expressions allow functional programming in Java.

    • Streams provide a new way to work with collections in a more concise and efficient manner.

    • Default methods allow interfaces to have method implementations.

    • Java 8 also introduced the new Date and Time API for better handling of date and ...

  • Answered by AI
  • Q2. Use of microsevices in java. and its implmenatation
  • Ans. 

    Microservices in Java are a way to design software applications as a collection of small, loosely coupled services.

    • Microservices architecture breaks down a large application into smaller, independent services that can be developed, deployed, and scaled independently.

    • Each microservice typically focuses on a specific business function and communicates with other services through APIs.

    • Java is a popular language for implem...

  • Answered by AI
  • Q3. Design patterns in java.
  • Ans. 

    Design patterns in Java are reusable solutions to common problems in software design.

    • Design patterns help in creating maintainable and scalable code.

    • Examples include Singleton, Factory, Observer, Strategy, and Decorator patterns.

    • Each design pattern has its own purpose and implementation details.

    • Design patterns promote code reusability and flexibility in software development.

  • Answered by AI
  • Q4. Find the height of binary tree using recursion?
  • Ans. 

    Recursively find the height of a binary tree by comparing the heights of left and right subtrees.

    • Start by checking if the root is null, return -1 if so.

    • Recursively find the height of the left subtree and right subtree.

    • Return the maximum of the heights of the left and right subtrees, plus 1 for the current node.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Discussion about carrer summery. what is your roles and responsibilities in projects done by you. challanges faced in the developmenet area. how to identifty problems in code.
  • Q2. Find the longest substring in string without repeating characters
  • Ans. 

    Find the longest substring in a string without repeating characters.

    • Use a sliding window approach to iterate through the string.

    • Keep track of the characters seen so far in a set.

    • Update the start of the window when a repeating character is encountered.

    • Calculate the length of the current substring and update the longest substring found.

    • Repeat until the end of the string is reached.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - In my interview all are basic questions only. but asked in tough format and real time scenarios.
so which makes us difficult. learn practical implications of this where we use and where not.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. HTML5 CSS3 Basics and Advanced
  • Q2. Javascript Basics and Advanced
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic LIS problem. Coded using Java. Asked to improve it using collections.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain current project and what you have handled
  • Q2. Longest substring problem
  • Ans. 

    Find the longest substring without repeating characters in an array of strings.

    • Iterate through each string in the array

    • Use a set to keep track of characters seen so far

    • Update the longest substring length as you iterate

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover Basic things and be confident.

Skills evaluated in this interview

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

I was interviewed in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. How react works and how javascript works
  • Q2. Some questions about array and objects
Round 2 - Coding Test 

The fundamental concept of your work should be clearly defined in a software project.

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

I applied via campus placement at Indian Institute of Technology (IIT), Patna and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Questions on dp... longest increasing sequence

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions on arrays....
  • Q2. Questions on stacks... min stack

Interview Preparation Tips

Topics to prepare for Warner Bros. Discovery Software Engineer interview:
  • arrays
  • dp
  • graphs
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. Explain your projects
  • Ans. 

    Developed a web application for tracking personal fitness goals and progress

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express for back-end

    • Utilized MongoDB for database storage

    • Incorporated charting libraries like Chart.js for visualizing progress

  • Answered by AI
  • Q2. System design round
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions from Resume and projects
  • Q2. A coding question where high rank and low rank officers were given in an array in which number 1-8 represents high rank officers and apart from that there was a single integer which represents low rank off...
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Dsa question regarding linked list and hashmap
Interview experience
3
Average
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected
Round 1 - Coding Test 

Basic dsa questions from leetcode

Round 2 - Technical 

(1 Question)

  • Q1. Basic dsa questions and puzzles
Round 3 - HR 

(1 Question)

  • Q1. They directly explained workculture and asked same questions from previous two questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just learn basic dsa
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Hackerrank test with medium level questions

Round 2 - Coding Test 

Medium level two questions. Focus of optimising.

Round 3 - Technical 

(2 Questions)

  • Q1. Project details, challenges
  • Q2. Oops , databse, design low level
Round 4 - HR 

(2 Questions)

  • Q1. Why join company
  • Ans. 

    I am excited to join Company because of its innovative projects, collaborative team, and opportunities for growth.

    • Innovative projects: Company is known for pushing boundaries and working on cutting-edge technologies.

    • Collaborative team: I value teamwork and believe that the collaborative environment at Company will help me thrive.

    • Opportunities for growth: Company offers various learning and development opportunities to

  • Answered by AI
  • Q2. Salary expectation

The Company of Others Interview FAQs

How many rounds are there in The Company of Others Software Engineer III interview?
The Company of Others interview process usually has 3 rounds. The most common rounds in the The Company of Others interview process are Technical and Coding Test.
What are the top questions asked in The Company of Others Software Engineer III interview?

Some of the top questions asked at the The Company of Others Software Engineer III interview -

  1. find the longest substring in string without repeating charact...read more
  2. use of microsevices in java. and its implmenatat...read more
  3. what is java8. its features and u...read more

Tell us how to improve this page.

The Company of Others Software Engineer III Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Wipro Interview Questions
3.7
 • 5.6k Interviews
ITC Interview Questions
3.9
 • 550 Interviews
Tata Group Interview Questions
4.2
 • 358 Interviews
Adani Group Interview Questions
3.9
 • 183 Interviews
PVR Inox Interview Questions
4.0
 • 160 Interviews
View all
Software Engineer
134 salaries
unlock blur

₹1 L/yr - ₹9 L/yr

Assistant Manager
77 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Software Developer
76 salaries
unlock blur

₹1 L/yr - ₹10 L/yr

fresher
73 salaries
unlock blur

₹1 L/yr - ₹6.2 L/yr

Accountant
72 salaries
unlock blur

₹1.1 L/yr - ₹5.7 L/yr

Explore more salaries
Compare The Company of Others with

Aditya Birla Group

4.1
Compare

Tata Group

4.2
Compare

Reliance Industries

4.0
Compare

Mahindra & Mahindra

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