Upload Button Icon Add office photos

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
asked in Pisolv Tech
Q2. Did You Know what is golang and where did You uses that? Why You ... read more
Q3. int x:4; what does it mean ? a) x is a four digit number. b)x is ... read more
Q4. what is a lint? a) Analyzing tool. b)compiler. c)debugger. d)inte ... read more
asked in Infogain
Q5. What is deadlock .what are the conditions of deadlock?

Interview questions from similar companies

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

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
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

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. Qs related to javascript
Round 3 - HR 

(1 Question)

  • Q1. Why should we hire you
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It is easy to solve the Aptitude question and some identifying outputs of program.

Round 2 - HR 

(2 Questions)

  • Q1. What is class?and write a logic for object in a class.
  • Ans. 

    A class is a blueprint for creating objects in object-oriented programming.

    • A class defines the properties and behaviors of objects.

    • An object is an instance of a class.

    • Example: Class 'Car' can have properties like 'color' and 'model', and behaviors like 'drive' and 'stop'.

  • Answered by AI
  • Q2. 1.swap two numbers without using temp variable 2.Reverse the string.
  • Ans. 

    Swap two numbers without using temp variable and reverse a string without using built-in functions.

    • To swap two numbers without using temp variable, use bitwise XOR operation.

    • To reverse a string without using built-in functions, use two pointers approach.

    • Example for swapping numbers: a = a ^ b; b = a ^ b; a = a ^ b;

    • Example for reversing a string: use two pointers to swap characters from start and end of the string.

  • Answered by AI
Round 3 - Coding Test 

Now, I am preparing for the third round.
So, I don't know the Coding Question.

Interview Preparation Tips

Topics to prepare for ClaySys Software Developer interview:
  • Java, SQL
Interview preparation tips for other job seekers - What you have given in your Resume that will be your Question.
Must Strong in Basics of Java and SQL commands.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is debugging
  • Ans. 

    Debugging is the process of identifying and fixing errors or bugs in software code.

    • Identifying and isolating issues in the code

    • Using tools like breakpoints and print statements to track down bugs

    • Fixing errors to ensure the code runs correctly

    • Testing the code to verify that the bugs have been resolved

  • Answered by AI
  • Q2. How debugging can be achieved
  • Ans. 

    Debugging can be achieved by identifying and fixing errors in the code.

    • Use debugging tools like breakpoints to pause the code execution and inspect variables

    • Review the code logic and look for syntax errors or logical mistakes

    • Utilize logging to track the flow of the program and identify issues

    • Test the code with different inputs to reproduce and isolate the bugs

    • Collaborate with team members to get fresh perspectives on t

  • Answered by AI
  • Q3. Tell me about Yourself

Skills evaluated in this interview

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

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.

Xcaliber Infotech Junior Software Developer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 141 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 Junior Software Developer Salary
based on 71 salaries
₹5 L/yr - ₹6.6 L/yr
35% 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

3.8/5

Rating in categories

3.8

Skill development

3.4

Work-life balance

3.4

Salary

3.8

Job security

3.4

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 6 Reviews and Ratings
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