Upload Button Icon Add office photos

Filter interviews by

XenelSoft Technologies Interview Questions and Answers

Updated 26 Sep 2023

XenelSoft Technologies Interview Experiences

Popular Designations

2 interviews found

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

I applied via Company Website and was interviewed in Mar 2023. 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 - One-on-one 

(3 Questions)

  • Q1. Question about HTML, CSS , BOOTSTRAP JAVSCRIPT MEDIA QUERY
  • Q2. What is semantic tags ?
  • Ans. 

    Semantic tags are HTML tags that clearly define the content they contain for better structure and SEO optimization.

    • Semantic tags provide meaning to the content within them

    • They help search engines understand the structure of the webpage

    • Examples include

      ,
      ,
      ,
      ,

Answered by AI
  • Q3. Difference between Bootstrap 4 and 5
  • Ans. 

    Bootstrap 5 is the latest version with new features and improvements over Bootstrap 4.

    • Bootstrap 5 is built with vanilla JavaScript instead of jQuery like Bootstrap 4.

    • Bootstrap 5 has dropped support for Internet Explorer 10 and 11, focusing on modern browsers.

    • Bootstrap 5 introduces a new grid system with improved spacing utilities.

    • Bootstrap 5 includes a new logo and updated documentation.

    • Bootstrap 5 has a smaller file s

  • Answered by AI
    Round 3 - Assignment 

    Build a Responsive Design

    Round 4 - HR 

    (1 Question)

    • Q1. Final Sallary Discussion

    Interview Preparation Tips

    Interview preparation tips for other job seekers - It's my best interview

    Skills evaluated in this interview

    Sr. Wordpress Developer Interview Questions asked at other Companies

    Q1. Can you create custom post type and how will you do it ?
    View answer (1)
    Interview experience
    1
    Bad
    Difficulty level
    Moderate
    Process Duration
    2-4 weeks
    Result
    Selected Selected

    I applied via Walk-in and was interviewed in Feb 2023. There were 3 interview rounds.

    Round 1 - Resume Shortlist 
    Pro Tip by AmbitionBox:
    Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
    View all tips
    Round 2 - Coding Test 

    Html, css, javacsript and wordpress like give me assignment for work

    Round 3 - HR 

    (5 Questions)

    • Q1. Sallary and other discussiin about family and my previous work
    • Q2. Previous Sallary and expected of my sallary
    • Ans. 

      It is not appropriate to ask about previous salary in an interview. I am looking for a competitive salary based on my skills and experience.

      • It is not professional or ethical to ask about previous salary in an interview.

      • I am looking for a competitive salary based on my skills and experience.

      • Salary expectations should be based on market rates and the value I bring to the role.

    • Answered by AI
    • Q3. Family related question
    • Q4. Mostly she was motivated for this comapmy
    • Q5. Any other question about this company

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Bad

    Html Developer Interview Questions asked at other Companies

    Q1. 3. In how many ways can we display an attribute of HTML?
    View answer (2)

    Jobs at XenelSoft Technologies

    View all

    Interview questions from similar companies

    Interview experience
    2
    Poor
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Group Discussion 

    Water scarcity, 3 mins , name-area-parents-topic

    Round 2 - One-on-one 

    (2 Questions)

    • Q1. Tell me about yourself
    • Ans. 

      I am a passionate software engineer with experience in developing web applications using various technologies.

      • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

      • Proficient in backend development with Node.js and databases like MySQL and MongoDB

      • Familiar with version control systems like Git and deployment tools like Docker

      • Strong problem-solving skills and ability

    • Answered by AI
    • Q2. What is your background
    • Ans. 

      I have a Bachelor's degree in Computer Science and 5 years of experience in software development.

      • Bachelor's degree in Computer Science

      • 5 years of experience in software development

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - whatever just enjoy the experiance
    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (3 Questions)

    • Q1. What is oops concept with real life example
    • Ans. 

      OOPs concept is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

      • Encapsulation: bundling data and methods that operate on the data into a single unit. Example: a car object with properties like color and methods like start() and stop().

      • Inheritance: allows a class to inherit properties and behavior from another class. Example: a class...

    • Answered by AI
    • Q2. Real life scenario example of oops
    • Ans. 

      A real life scenario example of OOPs is modeling a car as an object with properties and methods.

      • Create a Car class with attributes like make, model, year, color

      • Define methods like start(), accelerate(), brake()

      • Instantiate multiple car objects and perform actions on them

    • Answered by AI
    • Q3. What is collections
    • Ans. 

      Collections in Java are classes and interfaces that provide a way to store and manipulate groups of objects.

      • Collections provide a way to work with groups of objects in Java

      • They include classes like ArrayList, LinkedList, HashMap, etc.

      • Collections framework provides interfaces like List, Set, Map, etc.

      • Collections offer methods for adding, removing, and accessing elements in a group

    • Answered by AI
    Round 2 - HR 

    (2 Questions)

    • Q1. Tell me about yoursef
    • Ans. 

      I am a passionate Java developer with 5 years of experience in developing web applications and implementing software solutions.

      • 5 years of experience in Java development

      • Strong knowledge of web application development

      • Experience in implementing software solutions

      • Passionate about coding and problem-solving

    • Answered by AI
    • Q2. Tell me about ur project
    • Ans. 

      Developed a web application for online shopping with user authentication and payment gateway integration.

      • Used Java Spring framework for backend development

      • Implemented RESTful APIs for communication between frontend and backend

      • Integrated Stripe API for secure payment processing

    • Answered by AI

    Skills evaluated in this interview

    Interview experience
    2
    Poor
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (2 Questions)

    • Q1. Difference between Vuejs and Reactjs
    • Ans. 

      Vuejs is simpler and easier to learn, while Reactjs is more flexible and widely used in industry.

      • Vuejs is simpler and easier to learn for beginners

      • Reactjs is more flexible and widely used in industry

      • Vuejs has a more gradual learning curve compared to Reactjs

      • Reactjs has a larger ecosystem and community support

    • Answered by AI
    • Q2. Difference between mssql and Postgressql
    • Ans. 

      MSSQL is a proprietary database management system developed by Microsoft, while PostgreSQL is an open-source relational database management system.

      • MSSQL is developed by Microsoft, while PostgreSQL is open-source.

      • MSSQL is a proprietary system, while PostgreSQL is free and open-source.

      • MSSQL has a larger market share in the industry compared to PostgreSQL.

      • PostgreSQL has a strong reputation for reliability, data integrity,...

    • Answered by AI

    Skills evaluated in this interview

    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - One-on-one 

    (1 Question)

    • Q1. SQL data fetch queries
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    No response

    I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

    Round 1 - Aptitude Test 

    First there will be a topic given to you to write an article of length 300-400 words in 15 mins. This article writing is to check your knowledge of English language.
    Then there is a 45 mins round test in which 40 questions will be asked.
    20 Technical and 20 Programming.
    The programming questions will be from C++, and you are required to choose the correct output of the given C++ program.
    The technical aptitude questions were medium to hard.

    Round 2 - Technical 

    (1 Question)

    • Q1. It's a 1:30 hr round. In this part, there will be 4 coding questions from arrays topic which you can solve with any programming language you know. Along with this, you will have 2 questions from SQL and e...

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Have some basic knowledge of C++ to answer aptitude questions.
    Be heavily prepared for the technical aptitude part.
    Learn some basic command of SQL.
    Be prepared to face the medium level DSA questions from arrays.
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

    I applied via Walk-in and was interviewed in Apr 2024. There were 2 interview rounds.

    Round 1 - Coding Test 

    It was a handson coding test contains 4 coding questions on prime numbers patterns and array it was easy

    Round 2 - Technical 

    (1 Question)

    • Q1. All questions based on resume on javascript java and react and mainly on projects
    Interview experience
    5
    Excellent
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Company Website and was interviewed in Apr 2023. 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 

    (5 Questions)

    • Q1. 3 Basic DSA Questions
    • Q2. 1st Math based coding question
    • Ans. Can solve with normal loops and some if-else statements.
    • Answered Anonymously
    • Q3. 2nd String based
    • Ans. String manipulation and Traversal meanwhile keep tracking the max answer.
    • Answered Anonymously
    • Q4. 3rd Array Sorting Algorithm
    • Ans. 

      Quick Sort is a popular in-place sorting algorithm that uses divide and conquer approach.

      • Divide the array into two sub-arrays based on a pivot element

      • Recursively sort the sub-arrays

      • Combine the sorted sub-arrays to get the final sorted array

      • Time complexity: O(nlogn) in average case and O(n^2) in worst case

      • Space complexity: O(logn)

      • Example: [5, 2, 9, 3, 7, 6, 8] -> [2, 3, 5, 6, 7, 8, 9]

    • Answered by AI
    • Q5. There was an Introduction too in starting.
    Round 3 - HR 

    (2 Questions)

    • Q1. Introduce Yourself
    • Ans. 

      I am a software enthusiast with a passion for coding and problem-solving.

      • I have a degree in Computer Science and Engineering.

      • I have experience in programming languages such as Java, Python, and C++.

      • I have worked on projects involving web development, data analysis, and machine learning.

      • I am a quick learner and enjoy working in a team environment.

    • Answered by AI
    • Q2. Why should I hire you?
    • Ans. 

      I am a quick learner with a passion for software development and a strong work ethic.

      • I have a solid understanding of programming concepts and experience with multiple programming languages.

      • I am a team player and enjoy collaborating with others to solve problems.

      • I am highly motivated and always strive to improve my skills and knowledge.

      • I have completed several projects on my own and am eager to apply my skills in a prof

    • Answered by AI

    Interview Preparation Tips

    Topics to prepare for Keyideas Infotech Software Trainee interview:
    • DSA
    • Communication Skills
    • Algorithms
    • Core Java
    • Java
    • HTML
    • CSS
    • PHP
    • Javascript
    • Python
    Interview preparation tips for other job seekers - Just revise some basic DSA and math logic based coding questions.

    For HR, keep a smile on your face throughout the Interview.

    Skills evaluated in this interview

    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - One-on-one 

    (1 Question)

    • Q1. Normal questions asked regarding day to day responsibilities of a project manager.
    Round 2 - HR 

    (1 Question)

    • Q1. Salary Negotiation

    XenelSoft Technologies Interview FAQs

    How many rounds are there in XenelSoft Technologies interview?
    XenelSoft Technologies interview process usually has 3-4 rounds. The most common rounds in the XenelSoft Technologies interview process are Resume Shortlist, HR and Assignment.
    How to prepare for XenelSoft Technologies interview?
    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 XenelSoft Technologies. The most common topics and skills that interviewers at XenelSoft Technologies expect are Javascript, PHP, Java, OOPS and Angularjs.
    What are the top questions asked in XenelSoft Technologies interview?

    Some of the top questions asked at the XenelSoft Technologies interview -

    1. Previous Sallary and expected of my sall...read more
    2. What is semantic tags...read more
    3. Difference between Bootstrap 4 an...read more

    Tell us how to improve this page.

    XenelSoft Technologies Interview Process

    based on 2 interviews

    Interview experience

    3
      
    Average
    View more

    Interview Questions from Similar Companies

    TCS Interview Questions
    3.7
     • 10.5k Interviews
    Infosys Interview Questions
    3.6
     • 7.6k 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
     • 3k Interviews
    Mphasis Interview Questions
    3.4
     • 806 Interviews
    View all

    XenelSoft Technologies Reviews and Ratings

    based on 15 reviews

    4.0/5

    Rating in categories

    4.2

    Skill development

    4.3

    Work-life balance

    3.7

    Salary

    3.7

    Job security

    3.9

    Company culture

    3.6

    Promotions

    3.7

    Work satisfaction

    Explore 15 Reviews and Ratings
    Html Developer
    9 salaries
    unlock blur

    ₹2 L/yr - ₹4.1 L/yr

    Senior SEO Executive
    5 salaries
    unlock blur

    ₹2.8 L/yr - ₹4 L/yr

    Digital Marketing Executive
    5 salaries
    unlock blur

    ₹2 L/yr - ₹3.6 L/yr

    Business Development Executive
    4 salaries
    unlock blur

    ₹2 L/yr - ₹2.8 L/yr

    PHP Developer
    4 salaries
    unlock blur

    ₹2 L/yr - ₹3 L/yr

    Explore more salaries
    Compare XenelSoft Technologies with

    TCS

    3.7
    Compare

    Infosys

    3.6
    Compare

    Wipro

    3.7
    Compare

    HCLTech

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