Upload Button Icon Add office photos

Filter interviews by

Xcaliber Infotech Interview Questions and Answers for Freshers

Updated 15 Mar 2025

Xcaliber Infotech Interview Experiences for Freshers

Popular Designations

4 interviews found

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

(3 Questions)

  • Q1. About your self
  • Q2. About work experience
  • Q3. Ablut Lasts project and technology
Round 2 - HR 

(1 Question)

  • Q1. About yourself in detail

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for freshers

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 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 - Aptitude Test 

Math,logical reasoning, english

Round 3 - Technical 

(2 Questions)

  • Q1. Core java basics
  • Q2. Database basics
Round 4 - Technical 

(3 Questions)

  • Q1. Explain your project during CDAC
  • Q2. Some basic puzzles
  • Q3. 2 codes on java
  • Ans. 

    The question asks for 2 Java codes.

    • Provide 2 Java codes

    • Ensure the codes are related to software development

    • Explain the purpose or functionality of each code

    • Include any relevant examples or explanations

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company for freshers

Skills evaluated in this interview

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning questions and aptitude questions with medium level of difficulty.

Round 2 - Technical 

(1 Question)

  • Q1. Question about SqL, Python, Tableau and PowerBI

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (3)

ml engineer Interview Questions & Answers

user image Anonymous

posted on 10 May 2023

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

I applied via Campus Placement and was interviewed before May 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 - Coding Test 

Basic Programming, Statistics, Machine Learning, Deep Learning, Database Management

Round 3 - One-on-one 

(1 Question)

  • Q1. Past work experiences Based on past experiences what you learn
  • Ans. 

    I have learned valuable skills and knowledge from my past work experiences.

    • Developed strong problem-solving and analytical skills

    • Enhanced my communication and teamwork abilities

    • Gained expertise in machine learning algorithms and techniques

    • Improved my ability to handle and analyze large datasets

    • Learned to adapt and thrive in fast-paced and dynamic environments

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Why we hire you?
  • Ans. 

    I have a strong background in machine learning and a proven track record of delivering successful ML projects.

    • I have a deep understanding of various ML algorithms and techniques.

    • I have experience in developing and deploying ML models in production.

    • I have a strong programming and data analysis skills.

    • I am a quick learner and can adapt to new technologies and challenges.

    • I have excellent problem-solving and critical think...

  • Answered by AI
  • Q2. How you deal with people’s with different mindset?
  • Ans. 

    I adapt my communication style and approach to accommodate different mindsets.

    • Listen actively and empathetically to understand different perspectives

    • Respect and value diverse opinions and ideas

    • Find common ground and build on shared goals

    • Adapt communication style to suit individual preferences

    • Provide clear explanations and examples to bridge understanding gaps

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Xcaliber Infotech ml engineer interview:
  • Python
  • MySQL
  • Statistical Analysis
  • Machine Learning
  • Business Analysis

ml engineer Interview Questions asked at other Companies

Q1. How to evaluate regression models? explain r squared and adjusted r squared and difference between them
View answer (1)

Xcaliber Infotech interview questions for popular designations

 Software Developer

 (3)

 Junior Software Developer

 (2)

 Senior Content Developer

 (1)

 Data Scientist

 (1)

 Business Analyst Level 2

 (1)

 Software Engineer

 (1)

 Mulesoft Developer

 (1)

 Data Analyst

 (1)

Jobs at Xcaliber Infotech

View all

Interview questions from similar companies

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. Questions on the concept of oops and SQL
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 - Coding Test 

Its very good the give a scenario and according to that you have to develop a project

Round 3 - Technical 

(2 Questions)

  • Q1. What is inhertance and its type
  • Ans. 

    Inheritance is a mechanism in OOP where a new class is derived from an existing class.

    • It allows the new class to inherit the properties and methods of the existing class.

    • There are 4 types of inheritance: Single, Multiple, Hierarchical, and Multilevel.

    • Example: A class 'Car' can inherit properties and methods from a class 'Vehicle'.

  • Answered by AI
  • Q2. What is Polymorpism and thier type
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. There are two types: compile-time and runtime polymorphism.

    • Compile-time polymorphism is achieved through function overloading and operator overloading.

    • Runtime polymorphism is achieved through virtual functions and function overriding.

    • Polymorphism allows for code reusability and flexibility in object-oriented programming.

    • Example of compile-time polymorphism...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare and trust yourself, practice with coding
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - Coding Test 

Small application that perform crud operation

Xcaliber Infotech Interview FAQs

How many rounds are there in Xcaliber Infotech interview for freshers?
Xcaliber Infotech interview process for freshers usually has 3 rounds. The most common rounds in the Xcaliber Infotech interview process for freshers are Technical, Resume Shortlist and HR.
How to prepare for Xcaliber Infotech interview for freshers?
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 Xcaliber Infotech. The most common topics and skills that interviewers at Xcaliber Infotech expect are Marketing, Product Sales, mba fresher, CAD and Design Engineering.
What are the top questions asked in Xcaliber Infotech interview for freshers?

Some of the top questions asked at the Xcaliber Infotech interview for freshers -

  1. 2 codes on j...read more
  2. Tricky scenario based questions Questions based on hobbies Asked to write User ...read more
  3. User Stories (2-3) Types of documents that BA prepares 5-6 scenario based quest...read more
How long is the Xcaliber Infotech interview process?

The duration of Xcaliber Infotech interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Xcaliber Infotech Interview Process for Freshers

based on 4 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 142 Interviews
ClaySys Interview Questions
2.9
 • 24 Interviews
DynPro Interview Questions
3.8
 • 20 Interviews
Greytrix Interview Questions
3.7
 • 12 Interviews
BANGMETRIC Interview Questions
3.8
 • 12 Interviews
View all

Xcaliber Infotech Reviews and Ratings

based on 98 reviews

3.5/5

Rating in categories

3.5

Skill development

3.3

Work-life balance

3.1

Salary

3.5

Job security

3.2

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 98 Reviews and Ratings
UI/UX Intern

Pune

0-1 Yrs

Not Disclosed

SQL Developer

Pune

2-4 Yrs

Not Disclosed

Sr. Data Scientist

Pune

5-7 Yrs

Not Disclosed

Explore more jobs
Software Developer
202 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Junior Software Developer
71 salaries
unlock blur

₹5 L/yr - ₹6.6 L/yr

Senior Software Developer
58 salaries
unlock blur

₹7.3 L/yr - ₹20 L/yr

Quality Analyst
42 salaries
unlock blur

₹4 L/yr - ₹11 L/yr

Business Analyst
27 salaries
unlock blur

₹6.2 L/yr - ₹14 L/yr

Explore more salaries
Compare Xcaliber Infotech with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

DynPro

3.8
Compare

ClaySys

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