Filter interviews by
Debugging automation script failures involves systematic analysis and troubleshooting techniques to identify and resolve issues.
Check the error logs for specific error messages that can provide clues about the failure.
Verify that the test environment is set up correctly, including dependencies and configurations.
Use debugging tools or IDE features to step through the script and observe variable values and executio...
Capture and save screenshots in Java using libraries like AWT and Selenium for testing purposes.
Use AWT Robot class: Create an instance of Robot and capture the screen.
Example: Robot robot = new Robot(); BufferedImage screen = robot.createScreenCapture(new Rectangle(Toolkit.getDefaultToolkit().getScreenSize()));
Save the image: Use ImageIO.write() to save the captured image to a file.
Example: ImageIO.write(screen, ...
Polymorphism allows methods to do different things based on the object it is acting upon, enhancing flexibility in programming.
Polymorphism is a core concept in Object-Oriented Programming (OOP).
It allows methods to be defined in multiple forms.
There are two types: compile-time (method overloading) and runtime (method overriding).
Example of method overloading: A function 'add' can add two integers or concatenate t...
Effective customer interaction involves active listening, empathy, clear communication, and timely follow-ups to build strong relationships.
Active Listening: Pay attention to customer needs and concerns. For example, during a meeting, summarize their points to show understanding.
Empathy: Understand the customer's perspective. If a client is frustrated, acknowledge their feelings and reassure them you are there to ...
Multithreading is the ability of a CPU to execute multiple threads concurrently, allowing for improved performance and responsiveness in software applications.
Multithreading allows for parallel execution of tasks, improving performance by utilizing multiple CPU cores.
Threads share the same memory space, making communication between them easier and faster.
Examples of multithreading include web servers handling mult...
Writing Jira queries for Business Analyst role
Use JQL (Jira Query Language) to create queries
Utilize keywords like 'project', 'assignee', 'status', 'priority', etc.
Combine multiple criteria using logical operators like 'AND', 'OR'
Save commonly used queries as filters for easy access
Use Jira's advanced search features for more complex queries
SSIS is a tool provided by Microsoft for data integration and workflow applications.
SSIS (SQL Server Integration Services) is a component of SQL Server used for building data integration and workflow applications.
It allows users to create packages to extract, transform, and load data from various sources into SQL Server databases.
SSIS can be used for tasks such as data migration, data warehousing, and ETL (Extract...
SSIS tools include SQL Server Data Tools, SQL Server Management Studio, BIDS, and DTS Designer.
SQL Server Data Tools (SSDT) - used for building SSIS packages
SQL Server Management Studio (SSMS) - used for managing and deploying SSIS packages
Business Intelligence Development Studio (BIDS) - used for creating SSIS projects
DTS Designer - used for designing Data Transformation Services packages
A union in C allows storing different data types in the same memory location, optimizing memory usage.
A union can hold only one of its non-static data members at a time.
Example: union Data { int i; float f; char c; };
Size of union is determined by the size of its largest member.
Accessing a member of a union that wasn't last written to leads to undefined behavior.
Unions are useful in embedded systems for memory eff...
Automation testing is the use of software tools to control the execution of tests and compare actual outcomes with expected outcomes.
Automation testing helps in reducing human errors and increasing test coverage
It is faster and more reliable compared to manual testing
Examples of automation testing tools include Selenium, Appium, and JUnit
I applied via Walk-in and was interviewed in Nov 2022. There were 4 interview rounds.
20 min aptitude test was taken on hackerrank
I am a Junior Software Engineer with a passion for coding and problem-solving.
Graduated with a degree in Computer Science
Proficient in programming languages like Java, C++, and Python
Experience in developing web applications using HTML, CSS, and JavaScript
Familiar with software development methodologies like Agile
Strong problem-solving and analytical skills
Worked on a team project to develop a mobile app for tracking f...
Code for Fibonacci series up to 10
Declare two variables to store the first two numbers of the series
Use a loop to generate the next numbers in the series by adding the previous two
Print the series up to 10
C++ offers high performance, low-level control, and a wide range of applications.
C++ is faster than many other programming languages due to its low-level control.
C++ is widely used in developing operating systems, game engines, and high-performance applications.
C++ supports object-oriented programming, templates, and generic programming.
C++ has a large community and a vast library of pre-built functions and classes.
C++...
Developed a web application for managing inventory and sales
Used HTML, CSS, and JavaScript for the frontend
Implemented RESTful APIs using Node.js and Express.js for the backend
Utilized MongoDB for data storage and retrieval
Implemented authentication and authorization using JWT
Implemented features like product search, order management, and reporting
C++ is a compiled language with pointers and memory management, while Java is an interpreted language with garbage collection.
C++ is faster and more memory-efficient than Java.
Java is platform-independent, while C++ is not.
C++ allows for manual memory management with pointers, while Java has automatic garbage collection.
Java has a simpler syntax and is easier to learn than C++.
C++ is commonly used for system-level prog...
Infotainment system is a combination of information and entertainment features in a car.
It includes features like audio and video playback, navigation, climate control, and connectivity options.
Examples of infotainment systems are Apple CarPlay, Android Auto, and Ford SYNC.
It enhances the driving experience by providing entertainment and information to the driver and passengers.
I am a Junior Software Engineer with a passion for coding and problem-solving.
Graduated with a degree in Computer Science
Proficient in programming languages like Java, Python, and JavaScript
Experience in developing web applications using frameworks like React and Angular
Strong problem-solving and analytical skills
Ability to work well in a team and communicate effectively
I enjoy playing video games, reading books, and playing musical instruments.
Playing video games
Reading books
Playing musical instruments
I want to join because of the company's reputation, growth opportunities, and alignment with my skills and interests.
I am impressed by the company's reputation in the industry.
I see great potential for growth and learning opportunities within the company.
The company's values and mission align with my own.
I am excited about the projects and technologies the company is working on.
I believe my skills and experience would ...
I deal with negativity by focusing on solutions and maintaining a positive attitude.
I try to understand the root cause of the negativity and address it
I surround myself with positive people and seek their support
I practice mindfulness and meditation to stay calm and centered
I focus on finding solutions rather than dwelling on the problem
I maintain a positive attitude and try to see the silver lining in every situation
I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.
I appeared for an interview in Dec 2024, where I was asked the following questions.
I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.
Hacker rank test and its good
I applied via Walk-in and was interviewed in Aug 2024. There was 1 interview round.
MSBI stands for Microsoft Business Intelligence. It is a suite of tools used for data integration, analysis, and reporting.
MSBI includes tools like SQL Server Integration Services (SSIS) for data integration, SQL Server Analysis Services (SSAS) for data analysis, and SQL Server Reporting Services (SSRS) for reporting.
SSIS is used for ETL (Extract, Transform, Load) processes to move data between systems.
SSAS is used for...
SSIS is a tool provided by Microsoft for data integration and workflow applications.
SSIS (SQL Server Integration Services) is a component of SQL Server used for building data integration and workflow applications.
It allows users to create packages to extract, transform, and load data from various sources into SQL Server databases.
SSIS can be used for tasks such as data migration, data warehousing, and ETL (Extract, Tra...
SSIS tools include SQL Server Data Tools, SQL Server Management Studio, BIDS, and DTS Designer.
SQL Server Data Tools (SSDT) - used for building SSIS packages
SQL Server Management Studio (SSMS) - used for managing and deploying SSIS packages
Business Intelligence Development Studio (BIDS) - used for creating SSIS projects
DTS Designer - used for designing Data Transformation Services packages
posted on 10 Mar 2025
Reasoning and coding test conducted, objectives given with options SQL, Database and query language test
I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.
Polymorphism is a programming concept allowing objects to be treated as instances of their parent class, enabling method overriding.
Polymorphism allows methods to do different things based on the object it is acting upon.
Example: A function that takes a base class reference can call overridden methods in derived classes.
Types of polymorphism: Compile-time (method overloading) and runtime (method overriding).
Example of ...
I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.
A union in C allows storing different data types in the same memory location, optimizing memory usage.
A union can hold only one of its non-static data members at a time.
Example: union Data { int i; float f; char c; };
Size of union is determined by the size of its largest member.
Accessing a member of a union that wasn't last written to leads to undefined behavior.
Unions are useful in embedded systems for memory efficien...
All linux topics intercity
I applied via Walk-in and was interviewed in Jun 2024. There was 1 interview round.
Python is a high-level programming language known for its simplicity and readability.
Python is interpreted, not compiled
It supports multiple programming paradigms like object-oriented, imperative, and functional programming
Python is widely used in web development, data science, artificial intelligence, and more
A variable is a container for storing data values in programming.
Variables are used to store information that can be referenced and manipulated in a program.
They have a name, a data type, and a value.
Examples: x = 5, name = 'John', is_valid = True
Data types are classifications of data items that determine the kind of operations that can be performed on them.
Data types define the type of data a variable can hold, such as integers, strings, lists, etc.
Examples of data types in Python include int, float, str, list, tuple, dict, etc.
Data types help in ensuring data integrity and efficient memory usage.
Loops are used in programming to execute a block of code repeatedly until a certain condition is met.
Loops help in automating repetitive tasks
Types of loops in Python include for loop and while loop
Example: for i in range(5): print(i) will print numbers from 0 to 4
Top trending discussions
The duration of People Tech Group interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 79 interview experiences
Difficulty level
Duration
based on 660 reviews
Rating in categories
Junior Software Engineer
558
salaries
| ₹1.5 L/yr - ₹6.3 L/yr |
Software Engineer
544
salaries
| ₹2 L/yr - ₹11.2 L/yr |
Associate Software Engineer
268
salaries
| ₹2 L/yr - ₹5.5 L/yr |
Senior Software Engineer
180
salaries
| ₹7.5 L/yr - ₹26 L/yr |
Softwaretest Engineer
179
salaries
| ₹2 L/yr - ₹10.1 L/yr |
ITC Infotech
CMS IT Services
KocharTech
Xoriant