Filter interviews by
My expertise in Tableau lies in data visualization, dashboard creation, and advanced analytics.
Data visualization using various chart types like bar graphs, line charts, and scatter plots
Creating interactive dashboards for easy data analysis
Utilizing advanced analytics features like forecasting and trend analysis
Top trending discussions
posted on 23 Feb 2022
I applied via Campus Placement and was interviewed before Feb 2021. There was 1 interview round.
A marker interface is an interface with no methods used to mark a class as having a particular property or behavior.
Marker interfaces are used to provide metadata about a class.
They are often used in frameworks and libraries to indicate that a class should be treated in a special way.
Examples include Serializable, Cloneable, and Remote interfaces in Java.
Marker interfaces can also be used to enforce design patterns, su
Thread concurrency refers to multiple threads executing simultaneously in a program.
Concurrency allows for efficient use of resources and can improve performance.
However, it can also lead to race conditions and other synchronization issues.
Synchronization mechanisms like locks and semaphores can be used to manage concurrency.
Examples of concurrent programming languages include Java and Python's threading module.
I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.
I appeared for an interview in Mar 2021.
I applied via Recruitment Consulltant and was interviewed before Jul 2021. There were 2 interview rounds.
I appeared for an interview in Feb 2025, where I was asked the following questions.
Java is a versatile, object-oriented programming language designed for portability across platforms.
Object-Oriented: Supports concepts like inheritance, encapsulation, and polymorphism.
Platform-Independent: Write once, run anywhere (WORA) due to Java Virtual Machine (JVM).
Rich API: Offers a wide range of libraries for tasks like networking, I/O, and GUI development.
Strongly Typed: Enforces strict type checking at compi...
Effective thread usage enhances performance and responsiveness in applications by enabling concurrent execution of tasks.
Use thread pools to manage a fixed number of threads, reducing overhead. Example: Java's ExecutorService.
Implement synchronization mechanisms (like mutexes) to prevent race conditions. Example: using 'synchronized' keyword in Java.
Utilize concurrent data structures (like ConcurrentHashMap) to avoid l...
Test scenarios to test ATM machine
Test card insertion and ejection
Test PIN entry and validation
Test cash withdrawal and balance update
Test receipt printing
Test network connectivity and error handling
SQL joins are used to combine data from two or more tables based on a related column between them.
There are four types of SQL joins: inner join, left join, right join, and full outer join.
Inner join returns only the matching rows from both tables.
Left join returns all the rows from the left table and matching rows from the right table.
Right join returns all the rows from the right table and matching rows from the left ...
Topics:
Python, Django, MySQL, Automation, Technical questions
Django follows Model-View-Controller (MVC) architectural pattern.
Django has a high-level architecture that follows the Model-View-Controller (MVC) architectural pattern.
The Model layer represents the database schema and business logic.
The View layer is responsible for rendering the templates and presenting the data to the user.
The Controller layer handles the user's input and interacts with the Model and View layers.
Dj...
XML is a markup language while JSON is a lightweight data interchange format.
XML uses tags to define elements while JSON uses key-value pairs.
XML is more verbose and complex than JSON.
JSON is easier to read and parse than XML.
XML supports namespaces and validation while JSON does not.
XML is widely used in web services and document exchange while JSON is preferred for data exchange between applications.
I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.
The process for Software Development Engineer involves planning, designing, coding, testing, and deploying software solutions.
Gather requirements from stakeholders
Create a design based on requirements
Write code to implement the design
Test the software for bugs and issues
Deploy the software for users to use
Iterate on feedback and make improvements
I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.
List is mutable, tuple is immutable in Python.
Lists are mutable, meaning their elements can be changed after creation.
Tuples are immutable, meaning their elements cannot be changed after creation.
Lists are defined using square brackets [], tuples using parentheses ().
Lists are typically used for collections of similar items, tuples for fixed collections of dissimilar items.
Generators in Python are functions that allow you to iterate over a sequence of items without storing them all in memory at once.
Generators are created using a function with 'yield' instead of 'return'.
They are used to generate a sequence of values lazily, one at a time.
Generators are memory efficient as they do not store all values in memory at once.
Example: def my_generator(): for i in range(5): yield i
Example: ...
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Executive
108
salaries
| ₹1.8 L/yr - ₹5.6 L/yr |
Senior Executive
66
salaries
| ₹3 L/yr - ₹6.5 L/yr |
Executive Accountant
54
salaries
| ₹2.1 L/yr - ₹5 L/yr |
Junior Executive
51
salaries
| ₹1.5 L/yr - ₹3.4 L/yr |
Team Lead
30
salaries
| ₹4.8 L/yr - ₹9.5 L/yr |
Accel Frontline
Pitney Bowes
DynPro
Apex CoVantage