i
Intellect Design Arena
Filter interviews by
In my previous organization, the day-to-day tasks as a Test Lead involved creating test plans, coordinating with team members, conducting test cases, and reporting bugs.
Creating and updating test plans based on project requirements
Coordinating with team members to assign test cases and ensure timely completion
Conducting test cases to validate software functionality
Reporting and tracking bugs using bug tracking tools li...
What people are saying about Intellect Design Arena
I appeared for an interview before Sep 2020.
Round duration - 90 minutes
Round difficulty - Medium
It was Technical + Aptitude MCQ round.The technical section consisted if MCQ related to DSA,OS,DBMS.The aptitude section consisted of questions related to basic mathematics.
Prateek is a kindergarten teacher with a mission to distribute candies to students based on their performance. Each student must get at least one candy, and if two s...
The task is to distribute candies to students based on their performance while minimizing the total candies distributed.
Create an array to store the minimum candies required for each student.
Iterate through the students' ratings array to determine the minimum candies needed based on the given criteria.
Consider the ratings of adjacent students to decide the number of candies to distribute.
Calculate the total candies req...
Round duration - 30 minutes
Round difficulty - Medium
It was a technical interview testing the basic skills of OS and DBMS of candidates along with few project discussions from your CV.
List of 15 Linux commands with their functions
ls - list directory contents
pwd - print working directory
cd - change directory
mkdir - make a new directory
rm - remove files or directories
cp - copy files and directories
mv - move or rename files and directories
grep - search for patterns in files
chmod - change file permissions
ps - display information about running processes
top - display and update sorted information about pr...
DDL is used to define the structure of database objects, while DML is used to manipulate data within those objects.
DDL includes commands like CREATE, ALTER, DROP to define database objects like tables, indexes, etc.
DML includes commands like INSERT, UPDATE, DELETE to manipulate data within tables.
Example of DDL: CREATE TABLE employees (id INT, name VARCHAR(50));
Example of DML: INSERT INTO employees VALUES (1, 'John Doe
Tip 1 : Be clear about the concepts of Linux and shell scripting.
Tip 2 : Learn about the basics of Data structures and Algorithm.
Tip 3 : Be prepared to explain your projects mentioned in your CV.
Tip 1 : Use professional Keywords in your resume.
Tip 2 : Don't mention anything you are not confident in.
I applied via AmbitionBox and was interviewed in Jun 2024. There was 1 interview round.
posted on 4 Jun 2022
posted on 14 Apr 2022
I applied via Job Fair and was interviewed in Mar 2022. There were 2 interview rounds.
Set is a collection of unique elements, List is an ordered collection of elements, and Map is a collection of key-value pairs.
Set does not allow duplicates, e.g. a set of integers {1, 2, 3, 4, 5}
List maintains the order of elements, e.g. a list of names ['John', 'Mary', 'Bob']
Map stores key-value pairs, e.g. a map of phone numbers {'John': '123-456-7890', 'Mary': '987-654-3210'}
To train a beginner in Java, start with basic concepts and gradually introduce programming concepts.
Start with basic concepts like data types, variables, and operators
Introduce control structures like if-else statements and loops
Teach object-oriented programming concepts like classes and objects
Encourage practice and experimentation with simple programs
Provide resources like online tutorials and exercises
Offer guidance
Microservices are a software architecture approach where applications are built as a collection of small, independent services.
Advantages include increased scalability, flexibility, and resilience
Each service can be developed, deployed, and scaled independently
Allows for easier maintenance and updates
Basic architecture involves breaking down a monolithic application into smaller, self-contained services
Services communi
Main method is static because it needs to be called without creating an instance of the class.
Static methods can be called without creating an instance of the class
Main method is the entry point of the program
Main method must have a specific signature: public static void main(String[] args)
args is an array of strings that can be used to pass command line arguments to the program
To develop a Spring Boot application, follow these steps:
Create a new Spring Boot project using Spring Initializr
Define the necessary dependencies in the pom.xml file
Create the necessary Java classes and packages
Define the application properties in the application.properties file
Run the application using the Spring Boot Maven plugin or by running the main class
Test the application using a web browser or a REST client
JDK is a development kit, JRE is a runtime environment, and JVM is a virtual machine that executes Java code.
JDK includes JRE and development tools
JRE includes JVM and necessary libraries
JVM interprets compiled Java code into machine code
JDK is needed for developing Java applications
JRE is needed for running Java applications
Multiple JVMs can run on a single machine
Program to check if a number is prime or not.
A prime number is only divisible by 1 and itself.
Loop through numbers from 2 to n-1 and check if n is divisible by any of them.
If n is divisible by any number, it is not prime.
If n is not divisible by any number, it is prime.
I applied via LinkedIn and was interviewed before Oct 2022. There were 3 interview rounds.
General aptitude questions at entrance level
I applied via Approached by Company and was interviewed before Mar 2022. There were 3 interview rounds.
I applied via Job Portal
posted on 3 Oct 2024
SQL joins, bst, traversal
posted on 28 May 2021
I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 3 interview rounds.
Printing reverse of string without inbuilt function and start printing from last index.
Iterate through the string from last index to first index and append each character to a new string.
Use a loop to iterate through the string and concatenate each character to the new string.
Print the new string in reverse order.
Printing reversed words in a string without using inbuilt functions
Split the string into words using space as delimiter
Iterate through each word and reverse it
Print the reversed words in the original order
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Consultant
1.5k
salaries
| ₹4.9 L/yr - ₹17.3 L/yr |
Associate Consultant
1k
salaries
| ₹2.4 L/yr - ₹11 L/yr |
Team Lead
518
salaries
| ₹7.3 L/yr - ₹26.9 L/yr |
Senior Project Leader
415
salaries
| ₹9.2 L/yr - ₹28 L/yr |
Software Developer
348
salaries
| ₹2.7 L/yr - ₹12 L/yr |
Amdocs
Automatic Data Processing (ADP)
24/7 Customer
KPIT Technologies