Upload Button Icon Add office photos

Filter interviews by

XYZ Software Intern Interview Questions and Answers

Updated 5 Feb 2024

XYZ Software Intern Interview Experiences

2 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 5 Feb 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Technical questions on java
  • Q2. What is java programming language
  • Ans. 

    Java is a popular programming language known for its platform independence and object-oriented approach.

    • Java is a general-purpose programming language.

    • It was developed by Sun Microsystems and released in 1995.

    • Java programs are compiled into bytecode and run on a Java Virtual Machine (JVM).

    • It supports object-oriented programming principles like encapsulation, inheritance, and polymorphism.

    • Java is widely used for develop...

  • Answered by AI
  • Q3. What is java ?
  • Ans. 

    Java is a high-level programming language known for its platform independence and object-oriented approach.

    • Java is widely used for developing desktop, web, and mobile applications.

    • It is known for its write once, run anywhere (WORA) principle.

    • Java programs are compiled into bytecode and executed on a Java Virtual Machine (JVM).

    • It supports automatic memory management through garbage collection.

    • Java has a vast standard li...

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions & Answers

user image Anonymous

posted on 5 Feb 2024

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

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

Round 1 - Aptitude Test 

20 questions quantitative questions logical questions verbal questions

Round 2 - Coding Test 

3 problems on array string sorting

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. Case. There is a housing society “The wasteful society”, you coll ... read more
Q2. Which programming language you are comfortable with?
asked in Deloitte
Q3. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q4. Huffman Coding Challenge Given an array ARR of integers containin ... read more
asked in Accenture
Q5. A marketing strategy case. Client is a perfume seller in Jaipur. ... read more

Interview questions from similar companies

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

Two questions to solved (difficulty was easy to medium)
1) Based bit manipulaqtion
2) Based on recussion

Round 2 - Technical 

(6 Questions)

  • Q1. Asked to solved a string problem
  • Q2. Questions based on oops
  • Q3. Questions based on excepton hadling
  • Q4. Self introduction
  • Q5. About projects in resume
  • Q6. Would you be willing to work in banglore?
  • Ans. 

    Yes, I am willing to work in Bangalore.

    • I am open to relocating for the right opportunity.

    • I have heard great things about the tech industry in Bangalore.

    • I am excited about the prospect of working in a diverse and vibrant city like Bangalore.

  • Answered by AI

Intern Interview Questions & Answers

SAP user image Anonymous

posted on 23 Aug 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy level DSA question

Round 2 - Technical 

(1 Question)

  • Q1. In this round interviewer is mainly focused on OOPs concepts, like, operator overloading, polymorphism, and also have a brief discussion on project.
Round 3 - Technical 

(3 Questions)

  • Q1. Interviewer asked ML questions and SQL query.
  • Q2. What is HTTP and HTTPS and their difference.
  • Ans. 

    HTTP is a protocol used for transferring data over the internet, while HTTPS is a secure version of HTTP that encrypts data.

    • HTTP stands for Hypertext Transfer Protocol and is used for transmitting data over the internet.

    • HTTPS stands for Hypertext Transfer Protocol Secure and adds a layer of security by encrypting the data being transmitted.

    • HTTPS is commonly used for secure online transactions, such as online banking or...

  • Answered by AI
  • Q3. Difference between CPU and GPU, which is good and why?
  • Ans. 

    CPU is a general-purpose processor for executing tasks sequentially, while GPU is specialized for parallel processing, making it better for graphics and AI.

    • CPU is designed for general-purpose computing tasks, executing instructions sequentially.

    • GPU is specialized for parallel processing, making it more efficient for graphics rendering and AI tasks.

    • CPU typically has fewer cores but higher clock speeds, while GPU has man...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready with your project which you have mentioned in your resume.
Learn OOPs concept very well.
Practice JOINS in SQL query.

Skills evaluated in this interview

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

I applied via campus placement at Lovely Professional University (LPU) and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1 hour test contains 2 coding questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Delete a node from Singly and doubly linked list
  • Ans. 

    To delete a node from a singly or doubly linked list, update the pointers of the previous and next nodes.

    • For a singly linked list, update the next pointer of the previous node to skip the node to be deleted.

    • For a doubly linked list, update the next pointer of the previous node and the previous pointer of the next node to skip the node to be deleted.

  • Answered by AI
  • Q2. Validate an email using regex pattern
  • Ans. 

    Use regex pattern to validate an email address

    • Use regex pattern /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/

    • Ensure email has valid format with username, @ symbol, domain, and top-level domain

    • Test regex pattern against different email addresses for validation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the concepts thoroughly.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It is quite easy.topics like train speed and time , profit loss and work hour energy problems

Round 2 - Coding Test 

Coding will be based on DSA .In depth graphs and trees would been asked

Round 3 - Technical 

(4 Questions)

  • Q1. Given a question regarding patterns
  • Q2. Explain about os
  • Q3. Some SQL commands
  • Q4. Explain system calls

Interview Preparation Tips

Topics to prepare for Oracle Intern interview:
  • DSA
  • SQL
Interview preparation tips for other job seekers - Study hard from scratch focus on goal

Intern Interview Questions & Answers

Zoho user image Anonymous

posted on 13 Sep 2024

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

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Normal deign questions

Round 2 - Technical 

(2 Questions)

  • Q1. DBMS VS FS describe
  • Ans. 

    DBMS is a software system that manages databases, while FS is a system that manages files and directories.

    • DBMS stores data in structured format with relationships between entities

    • FS stores data in files and directories without relationships

    • DBMS provides ACID properties for transactions

    • FS does not provide ACID properties

    • Examples: MySQL, Oracle for DBMS; NTFS, ext4 for FS

  • Answered by AI
  • Q2. Basic java Q & A

Interview Preparation Tips

Interview preparation tips for other job seekers - IT's a easy process be good with your domain

Skills evaluated in this interview

Intern Interview Questions & Answers

KPIT Technologies user image Hruthik Gonuguntla

posted on 22 Oct 2024

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

All Aptitude concepts

Round 2 - Coding Test 

Medium to heart level questions

Round 3 - Technical 

(1 Question)

  • Q1. Covered all oops concepts
Round 4 - HR 

(1 Question)

  • Q1. Intro about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for software development.

    • Graduated with a Bachelor's degree in Computer Science

    • Skilled in programming languages such as Java, Python, and C++

    • Completed internships at tech companies like Google and Microsoft

  • Answered by AI

Intern Interview Questions & Answers

Google user image Anonymous

posted on 23 Oct 2024

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

Leetcode question , gfg also

Round 2 - Technical 

(2 Questions)

  • Q1. Tell us about your self
  • Q2. Explain this project
  • Ans. 

    The project involved developing a mobile application for tracking daily water intake.

    • Developed a user-friendly interface for inputting water consumption

    • Implemented a feature to set daily water intake goals

    • Integrated notifications to remind users to drink water throughout the day

  • Answered by AI

Intern Interview Questions & Answers

Adobe user image Anonymous

posted on 15 Dec 2024

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

Medium difficulty questions on LeetCode.

Round 2 - HR 

(2 Questions)

  • Q1. Technical skills and interests
  • Q2. Why you want to intern at Adobe
  • Ans. 

    I want to intern at Adobe to gain hands-on experience in a leading tech company and learn from industry experts.

    • Opportunity to work with cutting-edge technology

    • Chance to learn from industry experts

    • Desire to gain hands-on experience in a leading tech company

  • Answered by AI

XYZ Software Interview FAQs

How many rounds are there in XYZ Software Intern interview?
XYZ Software interview process usually has 1-2 rounds. The most common rounds in the XYZ Software interview process are Aptitude Test, Coding Test and One-on-one Round.
What are the top questions asked in XYZ Software Intern interview?

Some of the top questions asked at the XYZ Software Intern interview -

  1. What is java programming langu...read more
  2. What is jav...read more
  3. Technical questions on j...read more

Tell us how to improve this page.

XYZ Software Intern Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more

Intern Interview Questions from Similar Companies

Google Intern Interview Questions
4.4
 • 24 Interviews
Oracle Intern Interview Questions
3.7
 • 8 Interviews
Zoho Intern Interview Questions
4.3
 • 4 Interviews
SAP Intern Interview Questions
4.2
 • 4 Interviews
Adobe Intern Interview Questions
3.9
 • 4 Interviews
DE Shaw Intern Interview Questions
3.8
 • 4 Interviews
View all
Software Engineer
20 salaries
unlock blur

₹3 L/yr - ₹11.1 L/yr

Software Developer
20 salaries
unlock blur

₹2 L/yr - ₹7.7 L/yr

Devops Engineer
17 salaries
unlock blur

₹1.2 L/yr - ₹7.5 L/yr

Softwaretest Engineer
14 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Senior Engineer
11 salaries
unlock blur

₹10 L/yr - ₹21 L/yr

Explore more salaries
Compare XYZ Software with

Oracle

3.7
Compare

Amdocs

3.8
Compare

Automatic Data Processing (ADP)

4.0
Compare

Carelon Global Solutions

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