Filter interviews by
Operators are symbols that perform operations on operands in a programming language.
Arithmetic operators: +, -, *, /, %
Relational operators: <, >, <=, >=, ==, !=
Logical operators: &&, ||, !
Bitwise operators: &, |, ^, ~, <<, >>, >>>
Assignment operators: =, +=, -=, *=, /=, %=
Conditional operator: ? :
Condition statements are used to execute code based on certain conditions being met.
Condition statements are typically written using if, else if, and else keywords
The condition inside the if statement must evaluate to true for the code inside the block to be executed
Multiple conditions can be checked using logical operators such as && (and) and || (or)
Switch statements are another way to execute code based on cond...
Classes are blueprints for objects, while objects are instances of classes.
Classes define the properties and behaviors of objects
Objects are created from classes and have their own unique values for properties
Classes can be thought of as a template or a blueprint
Objects are created using the 'new' keyword followed by the class name
Classes can have static properties and methods, while objects cannot
A programming language in Java
Define a grammar for the language
Implement a lexer to tokenize the input
Use a parser to build an abstract syntax tree
Implement a type checker to ensure type safety
Generate bytecode or machine code from the AST
Provide a runtime environment to execute the code
A collection is a group of objects that can be stored, manipulated, and retrieved as a single unit.
Collections are used to store and manipulate groups of related objects
Examples include ArrayList, LinkedList, HashSet, TreeMap
Collections can be sorted, searched, and filtered
Data types are classifications of data items based on their characteristics.
Data types define the type of data that a variable can hold
Java has two categories of data types: primitive and non-primitive
Primitive data types include int, double, boolean, char, etc.
Non-primitive data types include arrays, classes, interfaces, etc.
Object oriented programming is a programming paradigm that uses objects to represent and manipulate data.
OOP focuses on encapsulation, inheritance, and polymorphism
Objects have attributes (data) and methods (functions)
Java, C++, and Python are popular OOP languages
Example: A car object has attributes like color and model, and methods like start and stop
Servlets are Java classes that handle HTTP requests and responses. XML is a markup language used for data exchange.
Servlets are server-side components that generate dynamic web content.
XML is used to store and transport data between systems.
Servlets can be used to handle form submissions, authentication, and session management.
XML can be used to define data structures, configuration files, and web services.
Servlet...
Arrays, strings, and classes are fundamental concepts in Java programming.
Arrays are collections of similar data types that can be accessed using an index.
Strings are sequences of characters that are immutable in Java.
Classes are templates for creating objects that encapsulate data and behavior.
Arrays and strings are both objects in Java.
Classes can be used to create custom data types and define their behavior.
Control statements in JavaScript are used to control the flow of execution of a program.
if-else statements
switch statements
for loops
while loops
do-while loops
break and continue statements
I appeared for an interview in Feb 2022.
Java programming language
Servlets are Java classes that handle HTTP requests and responses. XML is a markup language used for data exchange.
Servlets are server-side components that generate dynamic web content.
XML is used to store and transport data between systems.
Servlets can be used to handle form submissions, authentication, and session management.
XML can be used to define data structures, configuration files, and web services.
Servlets are...
Arrays, strings, and classes are fundamental concepts in Java programming.
Arrays are collections of similar data types that can be accessed using an index.
Strings are sequences of characters that are immutable in Java.
Classes are templates for creating objects that encapsulate data and behavior.
Arrays and strings are both objects in Java.
Classes can be used to create custom data types and define their behavior.
Control statements in JavaScript are used to control the flow of execution of a program.
if-else statements
switch statements
for loops
while loops
do-while loops
break and continue statements
Top trending discussions
posted on 7 May 2022
I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.
Basic aptitude knowledge
Strong in java
I applied via Referral and was interviewed before Jul 2021. There was 1 interview round.
I applied via Naukri.com and was interviewed before Sep 2019. There were 6 interview rounds.
I applied via Naukri.com and was interviewed in Aug 2018. There was 0 interview round.
I applied via Referral and was interviewed before Jan 2020. There were 5 interview rounds.
posted on 15 Sep 2021
I appeared for an interview before Sep 2020.
Round duration - 90 minutes
Round difficulty - Easy
It happens in very friendly manner.
Given an 'M x N' matrix, print all the possible paths from the top-left corner to the bottom-right corner. You can only move either right (from (i,j) to (i,j+1)) or dow...
Print all possible paths from top-left to bottom-right in a matrix by moving only right or down.
Use backtracking to explore all possible paths from top-left to bottom-right in the matrix.
At each cell, recursively explore moving right and down until reaching the bottom-right corner.
Keep track of the current path and add it to the result when reaching the destination.
Yes, I can create 2 tables in SQL and perform operations like INSERT, SELECT, UPDATE, and DELETE.
Create Table 1: CREATE TABLE employees (id INT, name VARCHAR(50), salary DECIMAL(10,2));
Create Table 2: CREATE TABLE departments (dept_id INT, dept_name VARCHAR(50));
Insert Data: INSERT INTO employees VALUES (1, 'John Doe', 50000);
Select Data: SELECT * FROM employees WHERE salary > 40000;
Update Data: UPDATE employees SET...
Round duration - 90 minutes
Round difficulty - Medium
No problem occur very friendly environment.
Round duration - 90 minutes
Round difficulty - Hard
You need to determine all possible paths for a rat starting at position (0, 0) in a square maze to reach its destination at (N-1, N-1). The maze is represented as an N*N ma...
Find all possible paths for a rat in a maze from source to destination.
Use backtracking to explore all possible paths in the maze.
Keep track of visited cells to avoid revisiting them.
Explore all possible directions (up, down, left, right) from each cell.
Add the current direction to the path and recursively explore further.
If the destination is reached, add the path to the list of valid paths.
Tip 1 : Competitive programming plays a major role when you are appearing for coding rounds as a fresher. In the coding rounds, you won't get direct problems copied from Geeksforgeeks or Leetcode. You would be required to use your logical thinking to go ahead in the process. This is where competitive programming helps.
Tip 2 : Coding rounds are all about Coding + Timing. Most people fail to excel due to the pressure of a timer ticking on your head. So, instead of just solving problems, try to participate in timed contests. This will help you be used to the pressure of the timer.
Tip 3 : Many big companies like Microsoft, Amazon, and even Google expect you to be good at standard problems. So, once you are done with coding round by your logical skills and competitive programming, you must be well versed with some standard problems in order to excel.
Application resume tips for other job seekersTip 1 : Make it short, crisp, and simple. It is always good to have a 1 pager resume.
Tip 2 : Resume must comprise of the following: Educational Qualifications, Technical skills, Projects, Work experience (if any), Achievements. Other than this, you may include some extra co-curricular achievements.
I applied via Naukri.com and was interviewed before Apr 2020. There was 1 interview round.
I applied via Naukri.com and was interviewed before Nov 2018. There were 3 interview rounds.
I appeared for an interview in Jul 2017.
I am a data analyst with a strong background in statistics and programming.
I have a Bachelor's degree in Statistics and have completed several courses in programming languages like Python and SQL.
I have experience working with large datasets and conducting data analysis using statistical techniques.
I am proficient in data visualization tools like Tableau and have created interactive dashboards to present insights.
I hav...
I am interested in this company because of its strong reputation in the data analytics industry and its commitment to innovation.
The company has a proven track record of success in the data analytics industry.
It has a strong reputation for delivering high-quality insights and solutions.
The company values innovation and encourages employees to think creatively.
There are opportunities for professional growth and developm...
I am passionate about using data to solve complex problems and make informed decisions.
Data analysis allows me to apply my analytical skills and engineering background to extract valuable insights from data.
I enjoy working with numbers, statistics, and programming, which are all essential skills in the field of data analysis.
Data analysis offers a wide range of opportunities to work on diverse projects and industries, ...
based on 17 reviews
Rating in categories
Senior Software Engineer
6
salaries
| ₹9.5 L/yr - ₹12.8 L/yr |
Application Support Engineer
5
salaries
| ₹5.7 L/yr - ₹7.9 L/yr |
Technical Support Engineer
4
salaries
| ₹6.3 L/yr - ₹9.5 L/yr |
Senior Technical Consultant
4
salaries
| ₹12.5 L/yr - ₹22.8 L/yr |
Senior QA Engineer
4
salaries
| ₹12 L/yr - ₹24 L/yr |
Cognizant
EXL Service
Sutherland Global Services
Optum Global Solutions