Upload Button Icon Add office photos
Engaged Employer

i

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

Xcubesoftwares.com Verified Tick

Compare button icon Compare button icon Compare
4.1

based on 3 Reviews

i

This rating is based on a small number of reviews, so it may not fully reflect the overall employee experience.

Filter interviews by

Xcubesoftwares.com Senior Software Engineer Interview Questions and Answers

Updated 23 Sep 2024

Xcubesoftwares.com Senior Software Engineer Interview Experiences

1 interview found

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

(1 Question)

  • Q1. Questions on stram and design pattern

Interview questions from similar companies

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

I applied via Company Website and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Coding round on the programming language of your choice

Round 2 - Technical 

(1 Question)

  • Q1. Telephonic Round
Round 3 - Technical 

(1 Question)

  • Q1. Manager Round - Both Soft and Technical skills
Round 4 - HR 

(1 Question)

  • Q1. Offer and Negotiation Round

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready to discuss achievements: have specific examples of your work ready. Whether it's successful projects or overcoming challenges, concrete examples will make a lasting impression.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Reasoning , maths , coding, english

Round 2 - Coding Test 

Java python css c programming sql, html.

Interview Preparation Tips

Interview preparation tips for other job seekers - No comments
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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MCQ - 20 (aptitude), 20(c+ and sql)

Round 2 - Coding Test 

Pattern, array and sql questions

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Spark architecture.
  • Q2. Narrow and wide transformations
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Assignment 

Giva a Full stack project. based on MERN AND MEAN stack

Round 2 - One-on-one 

(2 Questions)

  • Q1. Dsa , were easy to medium
  • Q2. Some backend and azure related questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Strecture of sql statement
  • Ans. 

    SQL statements are used to interact with databases by performing operations like querying, updating, and deleting data.

    • SQL statements are made up of keywords like SELECT, INSERT, UPDATE, DELETE, etc.

    • They are structured in a specific order, with clauses like WHERE, ORDER BY, GROUP BY, etc.

    • Tables are referenced using their names, and conditions are specified to filter data.

    • Joins can be used to combine data from multiple

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Assignment 

JavaScript, React Js

Round 2 - One-on-one 

(3 Questions)

  • Q1. How many years of relevant experience
  • Q2. What is your current CTC
  • Q3. What is your Expectation
Round 3 - HR 

(3 Questions)

  • Q1. What is your Strength
  • Q2. What is weakness
  • Ans. 

    One weakness I have is that I can be overly critical of my own work, which can sometimes lead to self-doubt.

    • I tend to overthink things and can be indecisive at times

    • I have a tendency to take on too many tasks at once, leading to feeling overwhelmed

    • I struggle with public speaking and often get nervous in front of large groups

  • Answered by AI
  • Q3. What is your Goal
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Dec 2022. There were 2 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 

(4 Questions)

  • Q1. 1.diffrence between javaScript and nodejs
  • Ans. 

    JavaScript is a programming language used for web development, while Node.js is a runtime environment for executing JavaScript code outside of a web browser.

    • JavaScript is primarily used for client-side scripting, while Node.js is used for server-side scripting.

    • JavaScript is executed in a web browser, while Node.js is executed on a server.

    • Node.js provides additional modules and libraries for server-side development, suc...

  • Answered by AI
  • Q2. 2.Tell me the angular lifecycle
  • Ans. 

    Angular lifecycle consists of eight different phases.

    • The first phase is ngOnChanges() which is called when a component receives data-bound input properties.

    • The second phase is ngOnInit() which is called once the component is initialized.

    • The third phase is ngDoCheck() which is called during every change detection run.

    • The fourth phase is ngAfterContentInit() which is called after the component's content has been projecte...

  • Answered by AI
  • Q3. 3. what is the use of ORM Tool
  • Ans. 

    ORM tool is used to map object-oriented programming language to a relational database management system.

    • ORM tool helps in reducing the amount of code required to interact with the database.

    • It provides an abstraction layer between the application and the database.

    • ORM tool helps in managing the database schema and relationships between tables.

    • It allows developers to work with objects instead of SQL statements.

    • Examples of...

  • Answered by AI
  • Q4. 4. What is form control build.
  • Ans. 

    Form control build refers to the process of creating and customizing form controls in web development.

    • Form controls are elements like text boxes, radio buttons, and dropdown menus that allow users to input data on a website.

    • Developers can use HTML, CSS, and JavaScript to build and style form controls to fit the needs of their website or application.

    • Form control build also involves adding validation and error handling t

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Theoretical Knowledged of angular I fronted development and node js for backend development.

Skills evaluated in this interview

Xcubesoftwares.com Interview FAQs

How many rounds are there in Xcubesoftwares.com Senior Software Engineer interview?
Xcubesoftwares.com interview process usually has 1 rounds. The most common rounds in the Xcubesoftwares.com interview process are Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

Exl India Interview Questions
3.5
 • 97 Interviews
CGS Interview Questions
3.5
 • 26 Interviews
Fusion Interview Questions
3.2
 • 17 Interviews
ElectrifAi Interview Questions
2.6
 • 17 Interviews
View all
Web Developer
3 salaries
unlock blur

₹1.5 L/yr - ₹2 L/yr

Explore more salaries
Compare Xcubesoftwares.com with

Exl India

3.5
Compare

Primus Global Technologies

4.0
Compare

TriGeo Technologies

3.2
Compare

GrapplTech

4.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview