i
Maxxton India Technologies
Filter interviews by
I was interviewed in Aug 2024.
Psychometric test was taken
Top trending discussions
posted on 17 Dec 2024
There were 45 questions in total: 20 questions on aptitude and 25 questions on basic C, C++, and Java.
posted on 19 Jan 2024
I applied via LinkedIn and was interviewed in Dec 2023. There were 2 interview rounds.
Basic Aptitude test and personality test, It's easy
Print diagonal elements in a 2D array and reverse a string without using an empty string.
Iterate through the rows and columns of the 2D array and print the elements where the row index is equal to the column index.
Iterate through the characters of the string from the last index to the first index and append each character to a new string.
posted on 6 Aug 2024
I was interviewed before Aug 2023.
Dsa question like pattern or any other basic dsa
I applied via Referral and was interviewed in Jul 2023. There was 1 interview round.
A modifier is a word, phrase, or clause that provides additional information about another word in a sentence.
Modifiers can be adjectives, adverbs, or phrases that describe or give more information about nouns or verbs.
Example: 'The quick brown fox' - 'quick' and 'brown' are modifiers describing the fox.
Misplaced modifiers can cause confusion in a sentence.
Example: 'I only ate pizza' - Does this mean the person only at
I applied via Internshala and was interviewed before Nov 2021. There were 3 interview rounds.
It was Easy to moderate. Questions were not that tough. Just basic aptitude
The docker command to list the containers is 'docker ps'.
The 'docker ps' command lists all the running containers.
To list all the containers (including the stopped ones), use 'docker ps -a'.
To display the container IDs in a short format, use 'docker ps -q'.
To display the container names instead of IDs, use 'docker ps --format '{{.Names}}'.'
The command used to grab text or work in Linux is 'grep'.
Grep stands for 'global regular expression print'.
It is used to search for a specific pattern or text in a file or output.
It can be used with various options to refine the search.
Example: 'grep hello file.txt' will search for the word 'hello' in the file 'file.txt'.
posted on 30 Sep 2022
I applied via Walk-in and was interviewed before Sep 2021. There were 5 interview rounds.
General Aptitude and logical reasoning
About programming and basic programs with advanced program
posted on 5 Oct 2023
I was interviewed in Apr 2023.
Numeric ability test, Verbal ability test, Reasoning ability test.
To clear coding test, just need to solve 1 question out of 5, difficulty level of question - most of the time appear as (3 easy 2 medium) .
A LinkedList is a linear data structure where each element is a separate object with a reference to the next element.
Create a Node class with data and next pointer
Initialize LinkedList with a head node pointing to null
Implement methods like insert, delete, search, and traverse
Example: Node class {int data; Node next;}
Example: Insert method to add a new node at the end of the list
Bubble Sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.
Compare adjacent elements and swap if necessary
Repeat until no swaps are needed
Time complexity: O(n^2)
Space complexity: O(1)
Example: [5, 3, 8, 2, 1] -> [3, 5, 2, 1, 8] -> [3, 2, 1, 5, 8] -> [2, 1, 3, 5, 8] -> [1, 2, 3, 5, 8]
SQL query to find 2nd maximum salary from employee table
Use ORDER BY and LIMIT to get the second highest salary
SELECT salary FROM employee ORDER BY salary DESC LIMIT 1, 1
I applied via Referral and was interviewed in Dec 2023. There were 2 interview rounds.
posted on 2 Dec 2024
I applied via Naukri.com and was interviewed before Dec 2023. There were 2 interview rounds.
Medium level stars pattern for programming
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Software Engineer
81
salaries
| ₹4 L/yr - ₹15.4 L/yr |
QA Engineer
21
salaries
| ₹3 L/yr - ₹6.9 L/yr |
Software Developer
20
salaries
| ₹4.1 L/yr - ₹12 L/yr |
Senior Software Engineer
17
salaries
| ₹7.1 L/yr - ₹20 L/yr |
Senior QA Engineer
8
salaries
| ₹5.7 L/yr - ₹12 L/yr |
Oracle
SAP
Microsoft Corporation
Salesforce