Premium Employer

i

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

Maxxton India Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Maxxton India Technologies Interview Questions and Answers

Updated 21 Nov 2024

Maxxton India Technologies Interview Experiences

Popular Designations

7 interviews found

Customer Success Engineer Interview Questions & Answers

user image Gayatri Kshirsagar

posted on 21 Oct 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. About personal information
  • Q2. About Work experience
Round 2 - One-on-one 

(2 Questions)

  • Q1. About Work project in detail
  • Q2. Some JD related questions

Customer Success Engineer Interview Questions asked at other Companies

Q1. Working of a chilled water system?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. String related operations based on that they will ask you problems.
  • Q2. State management knowledge will really help you to tackle this round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared well of what you've mentioned in your resume!

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (180)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Assignment was related to Todo app

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic javascript questions
  • Q2. Basic code snippets related t array, promise and closer

Angular Frontend Developer Interview Questions asked at other Companies

Q1. How to implement interfaces without methods?
View answer (1)

Maxxton India Technologies interview questions for popular designations

 Software Developer

 (2)

 Angular Frontend Developer

 (1)

 Customer Success Engineer

 (1)

 Plsql Developer

 (1)

 Software Engineer

 (1)

 Softwaretest Engineer

 (1)

Interview experience
2
Poor
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Coding Test 

10 Plsql mcq 5 apti que

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on plsql exceptions mcqs

Plsql Developer Interview Questions asked at other Companies

Q1. What is procedure in plsql and it's syntax and difference between procedure and function?
View answer (7)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 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 - Coding Test 

3 Questions were asked it was on some ide java platform
First question was reverse the words of a sentence(string)
Second was of gcd
Third q was tricky one
one string pattern was repeated infinite times in input string pattern and a length was given and we have to find the number of a upto the input length in the repeated infinite string

Round 3 - Technical 

(10 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software developer with experience in various programming languages and a passion for problem-solving.

    • Experienced in Java, C++, and Python

    • Proficient in web development using HTML, CSS, and JavaScript

    • Strong problem-solving and analytical skills

    • Worked on developing and maintaining large-scale software applications

    • Collaborated with cross-functional teams to deliver high-quality software solutions

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

    I developed a web application for managing inventory and sales for a retail store.

    • Implemented user authentication and authorization using JWT.

    • Designed and developed a responsive user interface using HTML, CSS, and JavaScript.

    • Integrated with a database to store and retrieve product information.

    • Implemented features for adding, updating, and deleting products from the inventory.

    • Implemented sales tracking and reporting fun

  • Answered by AI
  • Q3. Tell me basic flow of your project
  • Ans. 

    The basic flow of my project involves gathering requirements, designing the software, implementing the code, testing, and deploying the final product.

    • Gather requirements from stakeholders

    • Design the software architecture

    • Implement the code based on the design

    • Test the software for functionality and quality

    • Deploy the final product to production environment

  • Answered by AI
  • Q4. How have you done login your project
  • Ans. 

    I have implemented login functionality using a combination of front-end and back-end technologies.

    • Used HTML and CSS to create a login form on the front-end

    • Implemented client-side validation to ensure the entered credentials are valid

    • Utilized JavaScript to handle form submission and send the data to the server

    • On the back-end, used a server-side programming language like Java or Python

    • Implemented server-side validation t...

  • Answered by AI
  • Q5. How have you done authentication
  • Ans. 

    I have implemented authentication using various methods including OAuth2, JWT, and session-based authentication.

    • Implemented OAuth2 for third-party authentication and authorization

    • Used JWT for stateless authentication and authorization

    • Implemented session-based authentication for web applications

    • Used multi-factor authentication for added security

    • Implemented password hashing and salting for secure storage of user credenti

  • Answered by AI
  • Q6. How you have used JWT in your project
  • Ans. 

    I have used JWT in my project to securely authenticate and authorize users.

    • Implemented JWT authentication to generate and verify tokens

    • Used JWT to securely transmit user information between client and server

    • Stored JWT tokens in local storage or cookies for persistent authentication

  • Answered by AI
  • Q7. Some questions on coding round problems
  • Q8. Difference between error and exception
  • Ans. 

    Error is a problem in code that can't be handled while exception is a problem that can be handled.

    • Errors are caused by syntax or logical errors in code while exceptions are caused by external factors like user input or network issues.

    • Errors can't be recovered from while exceptions can be caught and handled using try-catch blocks.

    • Examples of errors include syntax errors, runtime errors, and logical errors while examples...

  • Answered by AI
  • Q9. Why strings are immutable in java
  • Ans. 

    Strings are immutable in Java to ensure security, thread safety, and efficient memory usage.

    • Immutable strings prevent malicious code from modifying sensitive data.

    • Immutable strings can be safely shared across multiple threads without the risk of data corruption.

    • Immutable strings allow for efficient memory usage by reusing existing string objects instead of creating new ones.

    • Examples of immutable string methods in Java ...

  • Answered by AI
  • Q10. Different situations try catch and finally

Interview Preparation Tips

Topics to prepare for Maxxton India Technologies Software Developer interview:
  • java
  • jwt
  • Spring Boot
  • OOPS
  • MySQL

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. String operations
  • Q2. State management
  • Ans. Prepare state management topic using NgRX
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is going to held virtually so be prepare accordingly.

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are your previous work experiences?
  • Q2. Will try to check whether you have an Idea on what PM role is
Round 2 - One-on-one 

(1 Question)

  • Q1. Mostly Situational questions
Round 3 - Behavioral 

(2 Questions)

  • Q1. Basic questions, Situational questions
  • Q2. Some tech questions to understand the technical knowledge
Round 4 - HR 

(1 Question)

  • Q1. Salary discussions, NP discussions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. Why are you interested in the role
  • Ans. 

    I am passionate about driving organizational effectiveness and employee engagement through strategic HR initiatives.

    • I have a strong background in HR strategy and business partnering

    • I enjoy collaborating with cross-functional teams to drive positive change

    • I am excited about the opportunity to make a meaningful impact on the organization's culture and performance

  • Answered by AI
  • Q3. Talking about Intersted in which things that do in free time

Interview Preparation Tips

Interview preparation tips for other job seekers - Recently, I had an interview experience that felt unprofessional. I was assured I was one of two shortlisted candidates for a role and encouraged to attend. After waiting for over 30 minutes, the HR representative finally conducted the interview but was dressed in casual nightwear, which left a poor impression. Such behavior from an HR professional does not reflect well on the company. I suggest researching thoroughly before investing your time and effort with organizations that may not prioritize professionalism in their recruitment process.

Maxxton India Technologies Interview FAQs

How many rounds are there in Maxxton India Technologies interview?
Maxxton India Technologies interview process usually has 1-2 rounds. The most common rounds in the Maxxton India Technologies interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Maxxton India 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 Maxxton India Technologies. The most common topics and skills that interviewers at Maxxton India Technologies expect are Web Technologies, Javascript, Angular, CSS and Web Services.
What are the top questions asked in Maxxton India Technologies interview?

Some of the top questions asked at the Maxxton India Technologies interview -

  1. why strings are immutable in j...read more
  2. How have you done authenticat...read more
  3. Difference between error and except...read more

Tell us how to improve this page.

Maxxton India Technologies Interview Process

based on 7 interviews

Interview experience

3.7
  
Good
View more
Join Maxxton India Technologies Your Global Hospitality Industry Partner

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 897 Interviews
Google Interview Questions
4.4
 • 871 Interviews
SAP Interview Questions
4.2
 • 308 Interviews
Salesforce Interview Questions
4.1
 • 272 Interviews
Adobe Interview Questions
3.9
 • 250 Interviews
View all

Maxxton India Technologies Reviews and Ratings

based on 63 reviews

4.1/5

Rating in categories

3.7

Skill development

4.2

Work-life balance

4.0

Salary

3.5

Job security

4.2

Company culture

3.5

Promotions

3.8

Work satisfaction

Explore 63 Reviews and Ratings
Software Engineer
81 salaries
unlock blur

₹4 L/yr - ₹15.4 L/yr

QA Engineer
21 salaries
unlock blur

₹3 L/yr - ₹6.9 L/yr

Software Developer
20 salaries
unlock blur

₹4.1 L/yr - ₹12 L/yr

Senior Software Engineer
17 salaries
unlock blur

₹7.1 L/yr - ₹20 L/yr

Senior QA Engineer
8 salaries
unlock blur

₹5.7 L/yr - ₹12 L/yr

Explore more salaries
Compare Maxxton India Technologies with

Oracle

3.7
Compare

SAP

4.2
Compare

Microsoft Corporation

4.0
Compare

Salesforce

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