Upload Button Icon Add office photos

Filter interviews by

Exterro R&D Java Developer Interview Questions and Answers

Updated 8 Jan 2025

Exterro R&D Java Developer Interview Experiences

1 interview found

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Easy interview go through some basic coding questions and you should be good with java
  • Q2. Concentrate on basics

Interview Preparation Tips

Interview preparation tips for other job seekers - For 2nd round, some questions are our of scope like out of JD, but good experience.. be strong with your basics

Java Developer Jobs at Exterro R&D

View all

Interview questions from similar companies

I applied via Company Website and was interviewed before May 2018. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions about Oops, data structures based on the projects I had done, and my resume
  • Q2. Questions about classes and abstraction

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 parts; part 1 is a coding test and part 2 is discussion.

Interview Questionnaire 

9 Questions

  • Q1. Questions related to the work done at my previous company
  • Q2. Find if a given directed graph is cyclic or not
  • Ans. 

    To check if a directed graph is cyclic or not

    • Use Depth First Search (DFS) algorithm to traverse the graph

    • Maintain a visited set to keep track of visited nodes

    • Maintain a recursion stack to keep track of nodes in the current DFS traversal

    • If a node is visited and is already in the recursion stack, then the graph is cyclic

    • If DFS traversal completes without finding a cycle, then the graph is acyclic

  • Answered by AI
  • Q3. You have a stream of bytes from which you can read one byte at a time. You only have enough space to store one byte. After processing those bytes, you have to return a random byte. Note: The probability of...
  • Ans. 

    Return a random byte from a stream of bytes with equal probability.

    • Create a variable to store the count of bytes read

    • Create a variable to store the current random byte

    • For each byte read, generate a random number between 0 and the count of bytes read

    • If the random number is 0, store the current byte as the random byte

    • Return the random byte

  • Answered by AI
  • Q4. Find if a given Binary Tree is BST or not
  • Ans. 

    Check if a binary tree is a binary search tree or not.

    • Traverse the tree in-order and check if the values are in ascending order.

    • For each node, check if its value is greater than the maximum value of its left subtree and less than the minimum value of its right subtree.

    • Use recursion to check if all nodes in the tree satisfy the above condition.

  • Answered by AI
  • Q5. Devise an algorithm to determine the Nth-to-Last element in a singly linked list of unknown length. If N = 0, then your algorithm must return the last element. You should parse the list only once
  • Ans. 

    Algorithm to find Nth-to-Last element in a singly linked list of unknown length

    • Traverse the list and maintain two pointers, one at the beginning and one at Nth node from beginning

    • Move both pointers simultaneously until the second pointer reaches the end of the list

    • The first pointer will be pointing to the Nth-to-Last element

    • If N=0, return the last element

    • Parse the list only once

  • Answered by AI
  • Q6. Given an array of integers, print all possible permutations. Also explain your approach
  • Ans. 

    Print all possible permutations of an array of integers

    • Use recursion to swap elements and generate permutations

    • Start with the first element and swap it with each subsequent element

    • Repeat the process for the remaining elements

    • Stop when all elements have been swapped with the first element

    • Print each permutation as it is generated

  • Answered by AI
  • Q7. Design a Stack DS that also prints in O(1) the minimum element you pushed in the stack
  • Ans. 

    Design a stack that prints the minimum element pushed in O(1)

    • Use two stacks, one for storing elements and another for storing minimums

    • When pushing an element, compare it with the top of minimum stack and push the smaller one

    • When popping an element, pop from both stacks

    • To get the minimum element, just return the top of minimum stack

  • Answered by AI
  • Q8. Given a linked list with loop, how would you find the starting point of the loop ?
  • Ans. 

    To find the starting point of a loop in a linked list, use Floyd's cycle-finding algorithm.

    • Use two pointers, one moving at twice the speed of the other.

    • When they meet, move one pointer to the head of the list and keep the other at the meeting point.

    • Move both pointers one step at a time until they meet again, which is the starting point of the loop.

  • Answered by AI
  • Q9. Find a number a matrix mat[m][n] where all the rows and columns are sorted non-decreasingly. What will be the complexity of the solution
  • Ans. 

    To find a number in a matrix where all rows and columns are sorted non-decreasingly. Complexity of the solution.

    • Use binary search to find the number in each row and column

    • Start from the top-right corner or bottom-left corner to optimize search

    • Time complexity: O(m log n) or O(n log m) depending on the starting corner

  • Answered by AI

Interview Preparation Tips

Skills: Algorithm, Data structure
College Name: Na

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: Apti was quite easy . In Basic CS concepts software engineering is prominent.
Tips: Brush up Software Engineering before written test
Duration: 90 minutes
Total Questions: 50

College Name: NIT BHOPAL

Interview Preparation Tips

Round: Test
Experience: Approx. 30.questions in 50 min
Tips: Try solving each que in less than a minute ,don't waste time on difficult questions, complete easier once first
Duration: 50 minutes
Total Questions: 30

College Name: Pimpri chinchwad college of engineering

Interview Questionnaire 

1 Question

  • Q1. They will ask about basic Google and YouTube process

Interview Preparation Tips

Round: Group Discussion
Experience: We have to be good in communication skill .as well as they expect us to be more confidential behaviour

Round: Telephonic client round
Experience: They will ask you behavioural questions simply like spell it name , and process based some questions

Interview Questionnaire 

1 Question

  • Q1. What is your activity
  • Ans. 

    As a software developer, my activity involves designing, coding, testing, and maintaining software applications.

    • Designing software architecture and user interfaces

    • Writing code in programming languages such as Java, Python, or C++

    • Testing software to ensure it meets requirements and is free of bugs

    • Maintaining and updating software to keep it running smoothly

    • Collaborating with other developers and stakeholders to ensure p

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Tell in detail about what happened
Tips: Provide tip for specily

Round: HR Interview
Experience: Tell in detail about what happened
Tips: Provide tip for specily

Round: Test
Experience: Tell in detail what all happened
Tips: Provide tips specially

I was interviewed before Nov 2016.

Interview Questionnaire 

2 Questions

  • Q1. Simple question name and all
  • Q2. Why u want to join wipro
  • Ans. 

    I want to join Wipro because of its reputation for innovation and career growth opportunities.

    • Wipro is known for its cutting-edge technology solutions

    • I am impressed by Wipro's commitment to employee development

    • I believe Wipro will provide me with a challenging and rewarding work environment

  • Answered by AI

Interview Preparation Tips

Round: HR Interview
Experience: I got selected. And called to the office. For documentation. And then after a day I received one more call from higher authority for another interview. But it was a telephonic one. Next day I received call to come and collect offer letter
Tips: Be confident. Try to be normal. Do not show off much. English communication should be good.

Software Developer Interview Questions & Answers

Wipro user image V LAKSHMI NARAYANA

posted on 1 Dec 2015

Interview Preparation Tips

Round: Test
Experience: Online written Test was conducted 54 students wrote the test. Interviews.13 people were shortlisted for this round.

Round: Technical Interview
Experience: Check out "Buckys tutorials" for learning programming languages The link is " -----/". Learning C and one object oriented language(C++ or JAVA) will prove helpful in the interviews. Be thorough with the concepts or subjects specific to your branch.

Round: HR Interview
Experience: Be confident and be frank.Be what you are as the interviewers are smart enough to evaluate who you are. While answering the questions asked maintain eye contact with the interviewer.

General Tips: It was quite challenging nevertheless it was exhausting too as we were made to wait till evening. At the end of the day it was worth the effort.
Software Developer.One can ask questions in order to know the company better.Some examples are about company work culture, career growth...moving up in different verticals like Management and Technical etc.
Skill Tips: Focus Prepare C and general aptitude to get through the written test round.Try to learn things which aren't included in your curriculum and which may come handy at the time of interviews.For example, learning data structures, and C++ ,JAVA will be useful when someone goes for a software interview.
Skills:
College Name: NIT Surathkal

Associate Interview Questions & Answers

Wipro user image Sarbojit Banerjee

posted on 24 Aug 2017

I was interviewed in May 2017.

Interview Preparation Tips

Round: Group Discussion
Experience: Everyone was giving their opinions about the locality they belong from & based on their conversation skill the hr was selecting candidates.
Tips: Be loud & clear & confident
Duration: 20 minutes

Round: Telephonic round
Experience: We were connected to a voice based module & we had to tell them the thing they asked & then we were given a sheet we had to repeat what they asked from the sheet.
Tips: Make your voice intonation a bit high & be clear

Round: Test
Duration: 30 minutes
Total Questions: 40

Exterro R&D Interview FAQs

How many rounds are there in Exterro R&D Java Developer interview?
Exterro R&D interview process usually has 1 rounds. The most common rounds in the Exterro R&D interview process are One-on-one Round.
How to prepare for Exterro R&D Java Developer 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 Exterro R&D . The most common topics and skills that interviewers at Exterro R&D expect are Java, Hibernate, Microservices, Cassandra and MongoDB.
What are the top questions asked in Exterro R&D Java Developer interview?

Some of the top questions asked at the Exterro R&D Java Developer interview -

  1. Easy interview go through some basic coding questions and you should be good wi...read more
  2. Concentrate on bas...read more

Tell us how to improve this page.

Exterro R&D Java Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Java Developer

Chennai

5-8 Yrs

Not Disclosed

Explore more jobs
Senior Associate Software Engineer
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Quality Analyst
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Exterro R&D with

Tata Research Development and Design Centre

3.8
Compare

Wipro

3.7
Compare

Persistent Systems

3.5
Compare

L&T Technology Services

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