Filter interviews by
I applied via Naukri.com and was interviewed in Jun 2020. There was 1 interview round.
Top trending discussions
I applied via Walk-in and was interviewed in Jul 2024. There were 3 interview rounds.
Jagged arrays are arrays of arrays where each element can be of different sizes.
Jagged arrays are useful when you need to store arrays of different lengths.
Each sub-array within a jagged array can have a different number of elements.
Example: string[][] jaggedArray = new string[3][]; jaggedArray[0] = new string[2]; jaggedArray[1] = new string[3]; jaggedArray[2] = new string[4];
if else is used for conditional statements with multiple conditions, while switch is used for selecting one of many options based on a single expression.
if else allows for multiple conditions to be checked, while switch is used for selecting one option from many
if else is more flexible as it can handle complex conditions, while switch is more concise for simple comparisons
switch is often preferred when there are multip...
String pool is a cache of unique string literals in Java. Strings are immutable to ensure security, synchronization, and performance.
String pool is a special memory area in Java heap where unique string literals are stored.
Strings are immutable in Java to ensure security - once created, their values cannot be changed.
Immutability also helps in synchronization and performance optimization.
Example: String str1 = "hello";...
I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.
Graduated with a degree in Computer Science
Skilled in coding and problem-solving
Passionate about technology and innovation
My college/school percentage is 85%.
I graduated with a percentage of 85% from XYZ College.
I scored 85% in my final exams at ABC School.
My overall percentage throughout college was 85%.
Python, html &css programming
Python programming is a high-level, interpreted, and general-purpose programming language known for its simplicity and readability.
Python is widely used for web development, data analysis, artificial intelligence, scientific computing, and more.
It emphasizes code readability and uses indentation for block delimiters.
Python supports multiple programming paradigms, including procedural, object-oriented, and functional pr...
HTML & CSS are the building blocks of web development, used to create and style web pages.
HTML (Hypertext Markup Language) is used to create the structure of a web page, including headings, paragraphs, images, links, etc.
CSS (Cascading Style Sheets) is used to style the HTML elements, such as changing colors, fonts, layouts, etc.
HTML and CSS work together to create visually appealing and functional websites.
Example:
Bitwise operators are used to perform operations on individual bits of binary numbers.
Bitwise AND (&) - Sets a bit to 1 only if both bits are 1
Bitwise OR (|) - Sets a bit to 1 if either bit is 1
Bitwise XOR (^) - Sets a bit to 1 if the bits are different
Bitwise NOT (~) - Flips the bits
Bitwise left shift (<<) - Shifts the bits to the left by a certain number of positions
Bitwise right shift (>>) - Shifts the bits to the r
An algorithm is a step-by-step procedure for solving a problem or accomplishing a task.
An algorithm is a set of instructions that are followed to solve a problem.
It is a sequence of well-defined steps that lead to the desired outcome.
Algorithms can be represented using flowcharts, pseudocode, or programming languages.
Examples of algorithms include sorting algorithms like bubble sort and searching algorithms like binary
An array in Python is a data structure that stores a collection of elements of the same data type.
Arrays in Python can be created using the 'array' module or using list comprehension.
Elements in an array are accessed using their index, starting from 0.
Example: arr = [1, 2, 3, 4, 5]
Example: import array; arr = array.array('i', [1, 2, 3, 4, 5])
I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.
I applied via Recruitment Consultant and was interviewed before May 2020. There was 1 interview round.
I applied via Referral and was interviewed in Nov 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
I am from a small town in the Midwest called Springfield.
I grew up in a close-knit community surrounded by farmland.
The town has a population of around 10,000 people.
Springfield is known for its annual county fair and historic downtown area.
My favorite dish is lasagna, with layers of pasta, meat, cheese, and tomato sauce baked to perfection.
Lasagna is a classic Italian dish made with layers of pasta, meat (such as ground beef or sausage), cheese (like mozzarella and ricotta), and tomato sauce.
It is typically baked in the oven until the cheese is melted and bubbly.
Some variations of lasagna include vegetarian options with layers of vegetables or seafood in...
My memorable day was when I graduated from college with honors.
Graduating with honors after years of hard work
Celebrating with family and friends
Feeling proud of my accomplishments
I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.
I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.
based on 4 reviews
Rating in categories
fresher
116
salaries
| ₹1 L/yr - ₹4 L/yr |
Software Developer
5
salaries
| ₹1 L/yr - ₹2.5 L/yr |
Computer Operator
5
salaries
| ₹1 L/yr - ₹2 L/yr |
Software Engineer
4
salaries
| ₹2.2 L/yr - ₹4 L/yr |
System Administrator
4
salaries
| ₹2 L/yr - ₹5.1 L/yr |
HCLTech
Amazon
Reliance Retail
Flipkart