Upload Button Icon Add office photos

Xcaliber Infotech

Compare button icon Compare button icon Compare

Filter interviews by

Xcaliber Infotech Junior Software Developer Interview Questions and Answers

Updated 5 Apr 2024

Xcaliber Infotech Junior Software Developer Interview Experiences

2 interviews found

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

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

asked in Amazon
Q1. Given n coins for two players playing a game. Each player picks c ... read more
Q2. Which of the following is not a storage class in C? a) auto b) ex ... read more
asked in Pisolv Tech
Q3. Did You Know what is golang and where did You uses that? Why You ... read more
Q4. What does 'int x:4;' mean? a) x is a four-digit number. b) x is a ... read more
Q5. What is a lint? a) Analyzing tool. b) Compiler. c) Debugger. d) I ... read more

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Xcaliber Infotech?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Introduce yourself what are you hobbies what is your qualifications

Interview Preparation Tips

Interview preparation tips for other job seekers - hr round is pretty easy all the work relared task needs to be done on time in the company if you do your work on time you can do anythinf the salary here is really low

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

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. It was for asp. Net asked about oops, and c# classes
Are these interview questions helpful?

Interview Questionnaire 

2 Questions

  • Q1. How many types Sql authentication
  • Ans. 

    There are two types of SQL authentication: Windows authentication and SQL Server authentication.

    • Windows authentication uses the user's Windows login credentials to access the database.

    • SQL Server authentication requires a separate username and password to access the database.

    • SQL Server authentication is less secure than Windows authentication.

    • SQL Server authentication is commonly used for web applications.

    • Windows authen...

  • Answered by AI
  • Q2. 2 sql server based and window based

Skills evaluated in this interview

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

Xcaliber Infotech Interview FAQs

How many rounds are there in Xcaliber Infotech Junior Software Developer interview?
Xcaliber Infotech interview process usually has 3 rounds. The most common rounds in the Xcaliber Infotech interview process are Technical, Aptitude Test and Resume Shortlist.
What are the top questions asked in Xcaliber Infotech Junior Software Developer interview?

Some of the top questions asked at the Xcaliber Infotech Junior Software Developer interview -

  1. 2 codes on j...read more
  2. Question about SqL, Python, Tableau and Powe...read more
  3. Core java bas...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 144 Interviews
ClaySys Interview Questions
2.9
 • 26 Interviews
DynPro Interview Questions
3.8
 • 24 Interviews
Greytrix Interview Questions
3.7
 • 13 Interviews
V2soft Interview Questions
3.7
 • 12 Interviews
BANGMETRIC Interview Questions
3.8
 • 12 Interviews
View all
Xcaliber Infotech Junior Software Developer Salary
based on 79 salaries
₹3.2 L/yr - ₹6.6 L/yr
31% more than the average Junior Software Developer Salary in India
View more details

Xcaliber Infotech Junior Software Developer Reviews and Ratings

based on 6 reviews

4.1/5

Rating in categories

4.1

Skill development

3.8

Work-life balance

3.7

Salary

4.1

Job security

3.8

Company culture

3.4

Promotions

3.8

Work satisfaction

Explore 6 Reviews and Ratings
Software Developer
222 salaries
unlock blur

₹5 L/yr - ₹10.1 L/yr

Junior Software Developer
79 salaries
unlock blur

₹3.2 L/yr - ₹6.6 L/yr

Senior Software Developer
69 salaries
unlock blur

₹8.3 L/yr - ₹18.4 L/yr

Quality Analyst
52 salaries
unlock blur

₹4.9 L/yr - ₹11 L/yr

Business Analyst
30 salaries
unlock blur

₹6.2 L/yr - ₹13 L/yr

Explore more salaries
Compare Xcaliber Infotech with

HCL Infosystems

3.9
Compare

Accel Frontline

3.9
Compare

DynPro

3.8
Compare

ClaySys

2.9
Compare
write
Share an Interview