Upload Button Icon Add office photos

Filter interviews by

X2 Infotech Interview Questions and Answers

Updated 20 Sep 2021

X2 Infotech Interview Experiences

Popular Designations

4 interviews found

I applied via Company Website and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. I was given a task to complete on that basis... I received a interview call.
  • Q2. Questions on html , css , js etc.. and also about my projects and websites.
  • Q3. Tell me about yourself, Why do you want to join this company and how much time you can give to the organization?

Interview Preparation Tips

Interview preparation tips for other job seekers - It was really good.. I answered most of the questions and interviewer was really supportive... He conducted the interview process very smoothly.. overall I had a really good time..

Web Developer Intern Interview Questions asked at other Companies

Q1. 1) what is diff between SOAP&REST? 2) what is the use of namespace in web development? 3) how can page time be reduced? 4)what is responsive web design? 5)what is the use of pseudo classes in css? 6) what is the scope of variable in jav... read more
View answer (1)

Full Stack Developer Interview Questions & Answers

user image Shreyash Singh Sachan

posted on 17 May 2021

I applied via LinkedIn and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Technical Questions-I was asked about Data Structures, few basic concepts of DBMS, What different types of technologies/ languages I have used before?, and What projects I have worked with?.
  • Q2. HR Questions- Tell me about yourself, what Technologies I have used before, why am I the right fit for the company and Can I invest the required time for the company?.

Interview Preparation Tips

Interview preparation tips for other job seekers - You should at least have a basic knowledge of HTML, CSS and should know the basics of DBMS and you are good to go, but the main part is you should be confident in yourself and what are you saying during the Interview.

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)

I applied via LinkedIn and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. I was asked some basic syntax of HTML, CSS and Bootstrap with their proper usage. Also they asked me some HR related questions like whether I will able to devote my time for the 3-4 month period of Interns...
  • Q2. They also enquired if I had developed any project previously or had gone through any training.

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview went great. Since I had some experience on web development projects, I was able to answer their questions. Few questions were tough but they encouraged me to learn those concepts. The interview went smooth and easy.

I applied via Referral and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. They asked few questions of front end technologies like HTML,CSS .Also i was given to perform certain operations (CRUD) using PHP HTML CSS.
  • Q2. Also the interview included the basic question "Why do you wanna join X2 infotech as an intern "

Interview Preparation Tips

Interview preparation tips for other job seekers - You must have a very basic knowledge , good communication skills the staff there is very helpful they will train you for everything else.

Web Developer Intern Interview Questions asked at other Companies

Q1. 1) what is diff between SOAP&REST? 2) what is the use of namespace in web development? 3) how can page time be reduced? 4)what is responsive web design? 5)what is the use of pseudo classes in css? 6) what is the scope of variable in jav... read more
View answer (1)

X2 Infotech interview questions for popular designations

 Web Developer Intern

 (2)

 Full Stack Developer

 (1)

 Fullstack Web Developer Intern

 (1)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I was interviewed in Feb 2025.

Round 1 - Coding Test 

It was a Coderbyte coding challenge consisting of questions at an average level of difficulty.

Round 2 - English and Logical Test 

(2 Questions)

  • Q1. English test consist of 3 questions, 1. write a reply mail 2. correct the casual mail 3. why you are fit for this role. The test duration was 30 mins and during the test, The screen will be shared and v...
  • Q2. Logical test consist of 28 questions in 30 mins, All questions were based on general maths, aptitude and basic general knowledge.
Round 3 - Technical 

(1 Question)

  • Q1. This round was 2 hr long, They started with a basic introduction and gave me a react component based question that I had to implement from stratch by screen sharing, they will also discuss your code later.

Interview Preparation Tips

Interview preparation tips for other job seekers - - Practice the implementation of react components from stratch.
- Practice CURD operations
- Api Calling and handling
- Implementation of Redux Store
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Technical 

(10 Questions)

  • Q1. What are the seven quality control tools, and can you provide explanations for each?
  • Q2. 5S and visual management
  • Q3. What are the seven steps of autonomous maintenance?
  • Q4. What are the calculations involved in Overall Equipment Effectiveness (OEE)?
  • Q5. Why is it mandatory for an organization to implement lean practices?
  • Q6. How can downstream team members be motivated?
  • Q7. What is Pareto analysis and how is it applied in decision-making processes?
  • Q8. What is a Gemba walk, and how is it performed?
  • Q9. What are the steps involved in performing safety risk assessments?
  • Q10. Explain about TPM
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Kind a hard question

Round 2 - Aptitude Test 

It is challenging to work with an unprepared candidate.

Round 3 - Technical 

(2 Questions)

  • Q1. What are the effective strategies for selling a pencil?
  • Q2. I don't know how to sell it
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was a MCQ test on CS Fundamentals. We have to answer 50 questions in 40 minutes. Accuracy is must. Company have its own cutoff and it's usually high. So try to gain maximum marks as possible. The results were announced in 1.5 hrs. The selected candidates will be appearing for the coding challenge.

Round 2 - Coding Test 

There are 5 questions. 1 easy , 3 medium, 1 hard. You should solve atleast 4 questions to get shortlisted for the interview. Results are announced in 2-3 hours. Take a look at these questions. One of the questions from the coding challenge will be asked in the interview.

Round 3 - Technical 

(5 Questions)

  • Q1. Email validation question from coding challenge
  • Q2. Binary Search on rotated arrays
  • Ans. 

    Binary search on rotated arrays involves finding a target value in a sorted array that has been rotated at an unknown pivot point.

    • Identify the pivot point by finding the minimum element in the array.

    • Determine which half of the array the target value falls into based on the pivot point.

    • Perform binary search on the appropriate half of the array to find the target value.

  • Answered by AI
  • Q3. About projects (reason behind using the mentioned database)
  • Q4. Use of package.json file
  • Ans. 

    package.json file is used in Node.js projects to manage dependencies, scripts, and metadata.

    • Contains project metadata like name, version, description, etc.

    • Lists dependencies required for the project to run.

    • Defines scripts for tasks like building, testing, and running the project.

    • Can include configurations for tools like ESLint, Babel, etc.

  • Answered by AI
  • Q5. What are scripts in package.json file
  • Ans. 

    Scripts in package.json file are commands that can be run using npm.

    • Scripts are defined under the 'scripts' key in package.json.

    • Common scripts include 'start', 'test', 'build', etc.

    • Scripts can be run using 'npm run '.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain your approach clearly while solving DSA questions. Revise your understanding on the projects before the interview. Also revise oops, cn, os and some basic understanding of Low level design i.e. designing of classes for music player.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

General basic assessment.

Round 2 - MCQ 

(1 Question)

  • Q1. They will give you few PDFs to read and then MCQ from that.

Interview Preparation Tips

Interview preparation tips for other job seekers - So the job application process will start from emailing them to the MCQ. Then if selected you'll receive email with next steps which involves Skype chat(no involvement of voice call or video, only chat). Then after the technical setup you need to email them again that you're done with that, after that you'll get another mail with a link to choose a starting date.
On the starting date you'll again message one person(Yashima Kamra) on Skype, they'll give you 'Zulip'(it's an open source chat system, interface is kind of like Discord but too basic) access. Now you need to message in an assigned group in Zulip. The Zulip part is 'Training' in real but good luck getting any support from the other person. He/she will just give you commands, and if you ask any questions or ask for assistance to understand the new process they'll simply ignore that.
Then if you're lucky like me one day they'll report that you're ate fault, you haven't reported so they've revoked your Zulip access.

I have joined there or you can say hoped to work atleast(as it was 4 hours/day job) but that's not possible it seems.

If you're looking for jobs here I'd suggest to give it a try ofcourse so that people can actually know about this company's rubbish people.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. How to work in Amazon
  • Q2. What the salary
  • Q3. How to work in e-commerce
Round 2 - Technical 

(2 Questions)

  • Q1. How to work in Amazon
  • Q2. What the salary

Interview Preparation Tips

Interview preparation tips for other job seekers - E-COMMERCE jobs work in Amazon

X2 Infotech Interview FAQs

What are the top questions asked in X2 Infotech interview?

Some of the top questions asked at the X2 Infotech interview -

  1. Technical Questions-I was asked about Data Structures, few basic concepts of DB...read more
  2. I was given a task to complete on that basis... I received a interview cal...read more
  3. They asked few questions of front end technologies like HTML,CSS .Also i was gi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Deltax Interview Questions
2.8
 • 84 Interviews
Wayfair Interview Questions
3.7
 • 56 Interviews
Busibud Interview Questions
4.0
 • 42 Interviews
GAMMON INDIA Interview Questions
3.8
 • 29 Interviews
View all

X2 Infotech Reviews and Ratings

based on 6 reviews

4.8/5

Rating in categories

4.8

Skill development

5.0

Work-life balance

4.2

Salary

4.8

Job security

4.6

Company culture

4.8

Promotions

4.8

Work satisfaction

Explore 6 Reviews and Ratings
Compare X2 Infotech with

Amazon Sellers Services

4.1
Compare

Primus Global Technologies

3.9
Compare

GAMMON INDIA

3.8
Compare

Educomp Solutions

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