Premium Employer

i

This company page is being actively managed by Xoriant Team. If you also belong to the team, you can get access from here

Xoriant Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Xoriant Associate Software Programmer Interview Questions and Answers

Updated 27 Jul 2022

Xoriant Associate Software Programmer Interview Experiences

1 interview found

Interview Questionnaire 

1 Question

  • Q1. Core Palandrome

Interview Preparation Tips

Interview preparation tips for other job seekers - Trust your potential and attend

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Oop questions they will ask
  • Q2. C# basic string var dymaic out ref
  • Q3. Sql , dot net
Round 2 - Managment Round 

(2 Questions)

  • Q1. This round they will ask strategic question
  • Q2. How you will handle the team , deadlines
  • Ans. 

    I will handle the team by setting clear expectations, delegating tasks effectively, monitoring progress, and providing support as needed.

    • Set clear goals and deadlines for the team to ensure everyone is on the same page

    • Delegate tasks based on team members' strengths and workload

    • Regularly check in with team members to monitor progress and offer assistance if needed

    • Adjust deadlines or redistribute tasks as necessary to me...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I was rejected in the second round, check what domain the company is working.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. All about oops basic concept
Round 2 - Technical 

(1 Question)

  • Q1. All about JavaScript and jquery
Round 3 - Technical 

(1 Question)

  • Q1. All about past project and challenges

Interview Preparation Tips

Interview preparation tips for other job seekers - After completing all round getting reply from them as not selected.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Quants, Logical aptitude. 3 coding questions, included Maximum Sum Subarray

Round 2 - Group Discussion 

Any recent trending topic.

Round 3 - Technical 

(5 Questions)

  • Q1. Tell me about yourself, Project discussion, SQL Queries, Joins
  • Q2. OOPs concepts, and their pillars. Design a Vehicle class, by understanding the requirements
  • Ans. 

    OOPs concepts and pillars. Design a Vehicle class based on requirements.

    • OOPs concepts: Abstraction, Encapsulation, Inheritance, Polymorphism

    • Vehicle class requirements: attributes like make, model, year, methods like start, stop, accelerate

  • Answered by AI
  • Q3. Programming - find the frequency of given character in a sorted string.
  • Ans. 

    Use binary search to find the first and last occurrence of the character, then calculate the frequency.

    • Use binary search to find the first occurrence of the character in the string.

    • Use binary search to find the last occurrence of the character in the string.

    • Calculate the frequency by subtracting the indices of the last and first occurrences and adding 1.

  • Answered by AI
  • Q4. Managerial related questions.
  • Q5. Why would you like to work at Bounteous

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on CS Fundamentals.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

100 chooses total in that 50 coding,25 aptitude,25english -round 1

Round 2 - Technical 

(1 Question)

  • Q1. General hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers Interview will be easy
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2022. There were 3 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 

(1 Question)

  • Q1. Basic and Advanced questions on OOPS,.NET,.NET Core
Round 3 - Technical 

(1 Question)

  • Q1. Project related , agile, .net core

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst experience ever. I've interviewed for my first round, got shortlisted for managerial on next day. Later the HR told that I've got shortlisted for HR round but the CTC I asked is not in their budget so she'll check with her manager and then setup my HR round. After some days when I check with her , she said her manager approved for very less budget which is even less than my holding offer. So she won't be able to process my candidature. While screening I told her my expectation and holding offer. She agreed to it and called me repeatedly to schedule for the interview within short span. I spent time and effort on these interviews, later it's for nothing. I had to cancel other interviews which was scheduled because this HR said I'm shortlisted for HR round. I've lost all other opportunities. Never ever do this to any candidate. Respect their time and effort they invest in your company. Clearly it shows how much the company values people or employee.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the Difference between Abstract and Interface? What is Sealed Class? Explain About non-generic class. What is managing and unmanaging?
  • Ans. 

    Abstract classes can have both abstract and non-abstract methods, while interfaces can only have abstract methods. Sealed classes cannot be inherited. Non-generic classes do not have type parameters.

    • Abstract classes can have method implementations, while interfaces cannot.

    • Interfaces can be implemented by multiple classes, but a class can only inherit from one abstract class.

    • Sealed classes cannot be inherited by other c...

  • Answered by AI
  • Q2. Can we write multiple stored procedures Inside Stored Procedures? Can we write functions inside stored procedures?
  • Ans. 

    Yes, we can write multiple stored procedures inside stored procedures. Functions can also be written inside stored procedures.

    • Yes, you can call one stored procedure from another stored procedure.

    • You can also define and call functions inside a stored procedure.

    • Example: CREATE PROCEDURE spOuter AS BEGIN CREATE PROCEDURE spInner AS ... END; END;

    • Example: CREATE PROCEDURE spOuter AS BEGIN CREATE FUNCTION fnInner() RETURNS .

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for all types of questions. The interviewer would not ask the same questions anyway, we have to prepare for all types of Questions. Make sure you have prepared at least the following; OOPS, Data Structures, Interfaces, Stored procedures

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Walk-in and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Technical 

(5 Questions)

  • Q1. Core java questions, oops, basic programming questions
  • Q2. What are the oops concepts and how we use them?
  • Ans. 

    OOPs concepts are fundamental principles in object-oriented programming that help in organizing and designing code.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class). Example: Class Car with properties like make, model, and methods like start(), stop().

    • Inheritance: Ability of a class to inherit properties and behavior from another class. Example: Class SUV inheriting from Class...

  • Answered by AI
  • Q3. Difference between array list and linked list
  • Ans. 

    Array list stores elements in contiguous memory locations, while linked list stores elements in nodes with pointers to the next node.

    • Array list allows random access to elements based on index, while linked list requires traversal from the beginning to access elements.

    • Insertions and deletions are faster in linked list as it only requires updating pointers, while in array list it may require shifting elements.

    • Example: Ar...

  • Answered by AI
  • Q4. Why string is immutable?
  • Ans. 

    String is immutable in order to ensure data integrity and security.

    • Immutable strings prevent accidental data modification, ensuring data integrity.

    • Immutable strings enhance security by preventing unauthorized access or tampering.

    • Immutable strings allow for more efficient memory management and optimization.

    • Examples: Java, Python, and C# all have immutable string objects.

  • Answered by AI
  • Q5. Java collections

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for core concepts

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Very bad interview experience with SLK, first time when consultant, called me for interview for one project , took 1st round of interview and rejected and again consultant called me for different project f...

Interview Preparation Tips

Interview preparation tips for other job seekers - I suggest that be carefully for while giving the interview for SLK
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

English, Maths, Reasoning

Round 2 - Technical 

(1 Question)

  • Q1. Bssic C questions
Round 3 - HR 

(1 Question)

  • Q1. Just formal discussion on the available role

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, In resume only write things which you can answer.

Tell us how to improve this page.

Join Xoriant Imagination Realized

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
CitiusTech Interview Questions
3.4
 • 269 Interviews
View all
Software Engineer
1.7k salaries
unlock blur

₹4 L/yr - ₹14.5 L/yr

Senior Software Engineer
1.7k salaries
unlock blur

₹8.9 L/yr - ₹30.9 L/yr

Softwaretest Engineer
627 salaries
unlock blur

₹2.5 L/yr - ₹8.7 L/yr

Technical Lead
618 salaries
unlock blur

₹12 L/yr - ₹40 L/yr

Senior Test Engineer
451 salaries
unlock blur

₹8.5 L/yr - ₹31.5 L/yr

Explore more salaries
Compare Xoriant with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

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