Upload Button Icon Add office photos

Filter interviews by

Xyz Company Software Developer Interview Questions, Process, and Tips for Experienced

Updated 22 Dec 2024

Top Xyz Company Software Developer Interview Questions and Answers for Experienced

  • Q1. C#: Explain OOPS Concept, What is GC, Collection, Generics, Array & Array List, String & String Builder, Difference between OUT & REF, Difference between Call ...read more
  • Q2. Debugging in a program/ project
  • Q3. Accessibly of variable or function
View all 6 questions

Xyz Company Software Developer Interview Experiences for Experienced

9 interviews found

Software Developer Interview Questions & Answers

user image Sanjay Nayak

posted on 24 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(5 Questions)

  • Q1. Intro your self
  • Q2. Please tell me what is oops?
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs focuses on creating objects that interact with each other to solve a problem

    • It involves concepts like classes, objects, inheritance, encapsulation, and polymorphism

    • Example: In a banking system, a 'BankAccount' class can have objects like 'SavingsAccount' and 'CheckingAccount'

  • Answered by AI
  • Q3. What is stream api?
  • Q4. How hasmap internally work
  • Ans. 

    HashMap internally uses an array of linked lists to store key-value pairs, with keys being hashed to determine the index in the array.

    • HashMap uses hashing to determine the index of the key in the array.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • HashMap allows null keys and values.

    • HashMap is not synchronized, use ConcurrentHashMap for thread-safe operations.

  • Answered by AI
  • Q5. How stream is differ between stream api
  • Ans. 

    Stream API is a feature in Java that allows processing collections of objects in a functional style.

    • Stream API is used to process collections of objects in a functional style.

    • Stream API provides a set of methods to perform operations on the elements of a collection.

    • Stream API supports operations like filter, map, reduce, and collect.

    • Stream API is part of the java.util.stream package in Java.

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

1. online coding related to java and angular

Round 2 - Technical 

(2 Questions)

  • Q1. Sprig boot life cycle
  • Q2. Connect with database in springboot
  • Ans. 

    To connect with a database in Spring Boot, you can use Spring Data JPA or JDBC templates.

    • Use Spring Data JPA for easy database access and mapping entities to tables

    • Configure database connection properties in application.properties file

    • Use @Repository annotation to mark the repository classes

    • Example: @Repository interface UserRepository extends JpaRepository {}

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. What is your notice period
  • Ans. 

    My notice period is 2 months.

    • My notice period is 2 months

    • I am required to give a 2 months notice before leaving my current position

    • I need to work for 2 more months before I can leave

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies for Experienced

asked in Amazon
Q1. Fenwick Tree Problem Statement You are provided with an array/lis ... read more
asked in Infosys
Q2. 1. what is the difference between exception and error. How did u ... read more
asked in Amazon
Q3. Fire in the Cells Problem Statement Given a matrix MAT of size N ... read more
asked in Amazon
Q4. Find All Pairs Adding Up to Target Given an array of integers ARR ... read more
Q5. Chess Tournament Problem Statement In Ninjaland, a chess tourname ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

30 mcqs question answer

Round 2 - Coding Test 

Coding test and interview

Software Developer Interview Questions & Answers

user image vaishnavi pawar

posted on 10 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Basic questions relates to coding

Xyz Company interview questions for designations

 Junior Software Developer

 (1)

 Senior Software Developer

 (1)

 Python Software Developer

 (1)

 Developer

 (2)

 Software Engineer

 (13)

 Software Tester

 (1)

 Senior Software

 (1)

 Software Programmer

 (1)

Software Developer Interview Questions & Answers

user image Mekala Dinesh

posted on 4 Dec 2024

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

I applied via Naukri.com and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Aptitude Test 

1 hour test time which it wil have around 25 questions we need to get at least 20 correct for the selection

Get interview-ready with Top Xyz Company Interview Questions

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

I applied via Walk-in and was interviewed in Feb 2023. 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 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Architecture of current project
  • Ans. 

    The architecture of the current project is based on microservices and follows a containerized approach.

    • Utilizes microservices architecture for scalability and flexibility

    • Uses containers for easy deployment and management

    • Decoupled components communicate via APIs

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Thanks!
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2022. There were 4 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 - Assignment 

According to the position what type of requirement needed ?

Round 3 - Technical 

(1 Question)

  • Q1. Based on the role for coding for the depth knowledge base.
Round 4 - One-on-one 

(1 Question)

  • Q1. Final discussion related to salary and company rules. ?

Interview Preparation Tips

Interview preparation tips for other job seekers - firstly focused in your skills sets then u can take interview for walk in and schedule according to the time .

Interview Questionnaire 

3 Questions

  • Q1. C#: Explain OOPS Concept, What is GC, Collection, Generics, Array & Array List, String & String Builder, Difference between OUT & REF, Difference between Call by reference & Call by Value, Abstract class, ...
  • Ans. 

    OOPS, GC, Collection, Generics, Array, String, Ref & Out, Abstract class, Interface

    • OOPS - Object-Oriented Programming Concepts

    • GC - Garbage Collection, automatic memory management

    • Collection - Group of objects

    • Generics - Type-safe collection

    • Array - Fixed-size collection of elements

    • ArrayList - Dynamic collection of elements

    • String - Immutable sequence of characters

    • StringBuilder - Mutable sequence of characters

    • Ref & Out - Pa...

  • Answered by AI
  • Q2. MVC: MVC Architecture, Routing Explanation, Viewdata, ViewBag, TempData, Data Annotation, Entity Framework, ORM, Filters, HTTP Protocols
  • Q3. SQL SERVER: char, varchar, nvarchar, Some query, Diffrence between Truncate, Delete, Drop, Constraints, Joints, Function, Clause,

Interview Preparation Tips

Interview preparation tips for other job seekers - These all are most important for .NET MVC Developer Interview Q. just i surest these all Q. cover the all Topics.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

15 Questions

  • Q1. Oops concept.
  • Q2. Decision making (if statement)
  • Q3. Loops
  • Q4. Use of log files
  • Ans. 

    Log files are used to record events and actions in a system or application.

    • Log files can be used for debugging and troubleshooting.

    • They can also be used for auditing and compliance purposes.

    • Log files can help identify security breaches or unauthorized access.

    • They can be used to monitor system performance and identify bottlenecks.

    • Log files can be analyzed to gain insights into user behavior and usage patterns.

  • Answered by AI
  • Q5. Debugging in a program/ project
  • Ans. 

    Debugging is the process of identifying and fixing errors in a program or project.

    • Debugging involves analyzing code and identifying errors

    • Tools like debuggers and logging can aid in the process

    • Common errors include syntax errors, logic errors, and runtime errors

    • Debugging should be done systematically and thoroughly

    • Testing and retesting is important to ensure all errors are fixed

  • Answered by AI
  • Q6. Static variable or static function
  • Q7. Data type
  • Q8. Try catch and finally
  • Q9. Final variable
  • Q10. Inheritance
  • Q11. Package and interface
  • Q12. Accessibly of variable or function
  • Ans. 

    Accessibility of variable or function

    • Variables and functions should be accessible to the parts of the code that need them

    • Accessibility can be controlled using access modifiers like public, private, and protected

    • Accessibility can also be affected by the scope of the variable or function

  • Answered by AI
  • Q13. Sql DDL, DML Statement
  • Q14. Sql join (all types of join)
  • Q15. Sql case sensitive statement

Interview Preparation Tips

Interview preparation tips for other job seekers - Read the basics. Be confident of your answer. Keep practising the logics for small programs

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Check palindrome , anagram of string with O(n)
  • Ans. 

    To check palindrome and anagram of a string with O(n), use a hash table to store character frequencies.

    • Create a hash table to store the frequency of each character in the string.

    • For palindrome, check that no more than one character has an odd frequency.

    • For anagram, compare the hash tables of the two strings.

    • If the hash tables are equal, the strings are anagrams.

    • If the hash tables differ by only one character, the strin...

  • Answered by AI
  • Q2. Optimized solutions and core principles applied in OOPS
  • Ans. 

    Optimized solutions and core principles applied in OOPS

    • Encapsulation, Inheritance, Polymorphism, Abstraction are core principles of OOPS

    • Optimized solutions can be achieved through efficient algorithms and data structures

    • Design patterns like Singleton, Factory, Observer can also be used for optimized solutions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They are looking for best possible solutions. and they are not using that in project then also they ask

Skills evaluated in this interview

Xyz Company Interview FAQs

How many rounds are there in Xyz Company Software Developer interview for experienced candidates?
Xyz Company interview process for experienced candidates usually has 2 rounds. The most common rounds in the Xyz Company interview process for experienced candidates are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Xyz Company Software Developer interview for experienced candidates?
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 Xyz Company. The most common topics and skills that interviewers at Xyz Company expect are AWS, Acl, Ansible, Devops and Dms.
What are the top questions asked in Xyz Company Software Developer interview for experienced candidates?

Some of the top questions asked at the Xyz Company Software Developer interview for experienced candidates -

  1. C#: Explain OOPS Concept, What is GC, Collection, Generics, Array & Array List,...read more
  2. Debugging in a program/ proj...read more
  3. Accessibly of variable or funct...read more
How long is the Xyz Company Software Developer interview process?

The duration of Xyz Company Software Developer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Xyz Company Software Developer Interview Process for Experienced

based on 7 interviews

Interview experience

4.3
  
Good
View more
Xyz Company Software Developer Salary
based on 1.3k salaries
₹10.4 L/yr - ₹37.6 L/yr
141% more than the average Software Developer Salary in India
View more details

Xyz Company Software Developer Reviews and Ratings

based on 76 reviews

3.8/5

Rating in categories

3.5

Skill development

3.7

Work-life balance

3.7

Salary

3.5

Job security

3.5

Company culture

3.5

Promotions

3.5

Work satisfaction

Explore 76 Reviews and Ratings
Software Developer
1.3k salaries
unlock blur

₹10.4 L/yr - ₹37.6 L/yr

Software Engineer
969 salaries
unlock blur

₹16.2 L/yr - ₹36.1 L/yr

Manager
763 salaries
unlock blur

₹12 L/yr - ₹47.4 L/yr

Senior Software Engineer
543 salaries
unlock blur

₹12 L/yr - ₹45 L/yr

Team Manager
437 salaries
unlock blur

₹13 L/yr - ₹40 L/yr

Explore more salaries
Compare Xyz Company with

JPMorgan Chase & Co.

3.9
Compare

Wells Fargo

3.8
Compare

Citicorp

3.7
Compare

HSBC Group

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