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 Questionnaire 

2 Questions

  • Q1. How to bank reconcile.
  • Ans. 

    Bank reconciliation is the process of comparing and matching the balances in a company's accounting records with the bank statement.

    • Start by gathering the bank statement and the company's accounting records

    • Compare the ending balance on the bank statement with the ending balance in the accounting records

    • Identify any discrepancies, such as outstanding checks or deposits in transit

    • Adjust the accounting records to reflect ...

  • Answered by AI
  • Q2. I had answered that from bank statement.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Wt is ur current ctc
  • Ans. 

    My current CTC is $60,000 per year.

    • My current CTC is $60,000 per year

    • I am currently earning $5,000 per month

    • My annual salary is $60,000

  • Answered by AI
  • Q2. Wt is ur expectation
  • Ans. 

    My expectation is to work in a challenging environment where I can utilize my skills and knowledge to contribute to the success of the company.

    • I expect to be given opportunities to learn and grow in my role.

    • I hope for clear communication and feedback from my superiors.

    • I look forward to working with a supportive team that values collaboration.

    • I expect a fair compensation package that reflects my experience and contribut...

  • Answered by AI

I applied via Referral and was interviewed before Dec 2019. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Basically I went for the profile of sales and business development executive so their first question was try to sell a product to me?
  • Q2. Secondly they will ask about your experience and if you're not an experienced one so they will ask about your qualifications.
  • Q3. So basically, first of all for any interview the main thing is you have to prepare yourself and your documents also like your resume and CV, secondly be on time don't make excuses for being late ,and try ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be on time.
Be professional.
Polite pitch
Good communication skills
Carry your resume with a plastic file folder
Always ask permission to enter and sit.
Don't sit untill and unless interviewer say to you if he/ she didn't say to sit ask politely ,may I have a seat please.
Don't give your resume or a CV untill they asked and always try to give your resume with your both hands.
Don't use mixed up laungues like hindi or english ,you have to select your only one laungue in which you are comfortable.
If interviewer is talking to you in Hindi don't speak English in front of them.
Don't cut the point don't interrupt the HR Panell team.
Focus to listen.
Try to give all answers carefully and confidentially,if you are not able to give answer of any question so don't answer say politely I don't have idea about this.
Don't be so friendly with the interviewer.
Never asked about the salary first if they ask about your expectations then answer accordingly.
And try to do put ups.
If they ask you about any query just ask to them.
Be positive, confident,have some knowledge
All the best.

I applied via Walk-in and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. While I am joining as a associate position , they were asked about myself that's it

Interview Preparation Tips

Interview preparation tips for other job seekers - I am getting promoted from 2016 to 2019 ,first I got promoted to Supervisor level ,and I got promoted to Asst manager level ,in that interviews I have cleared my organisation basics and achievement ,

Interview Questionnaire 

1 Question

  • Q1. General discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Interaction was good...But no feedback from HR yet.

Interview Questionnaire 

1 Question

  • Q1. Where do you see yourself in next 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and confident

I applied via Campus Placement and was interviewed before Nov 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Are you comfortable with the job role ?
  • Ans. 

    Yes, I am comfortable with the job role.

    • I have extensive experience in sales and have successfully met and exceeded targets in my previous roles.

    • I am confident in my ability to build and maintain relationships with clients.

    • I am comfortable with the responsibilities and challenges that come with the sales executive position.

    • I am familiar with the industry and have a good understanding of the products/services we will be...

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

    I am an experienced Sales Executive with a proven track record of exceeding targets and building strong client relationships.

    • Over 5 years of experience in sales, with a focus on B2B sales

    • Consistently achieved or exceeded sales targets by 20% each quarter

    • Developed and maintained relationships with key clients, resulting in a 30% increase in repeat business

    • Implemented effective sales strategies, resulting in a 15% increa...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a very good company. You'll learn so many things. Everyone is very helpful.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. About job experience and salary
Round 3 - Technical 

(1 Question)

  • Q1. Past and current work profile
Round 4 - One-on-one 

(1 Question)

  • Q1. How to do your work

Interview Preparation Tips

Interview preparation tips for other job seekers - Truely speak and be confident
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Had to complete a test based on grammar.

Round 2 - Aptitude Test 

English language test

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

PVR Inox Interview Questions
4.0
 • 169 Interviews
Comcast Interview Questions
4.0
 • 73 Interviews
Cinépolis Interview Questions
3.9
 • 60 Interviews
Pocket FM Interview Questions
2.8
 • 54 Interviews
HT Media Interview Questions
3.3
 • 49 Interviews
DAZN Interview Questions
2.7
 • 32 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

PVR Inox

4.0
Compare

Cinépolis

3.9
Compare

HT Media

3.2
Compare

Zee Entertainment Enterprises

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