Filter interviews by
I applied via Campus Placement and was interviewed in Nov 2023. There were 2 interview rounds.
General aptitude questions
Python has various datatypes including int, float, str, list, tuple, dict, set, bool.
int: whole numbers (e.g. 5)
float: decimal numbers (e.g. 3.14)
str: text (e.g. 'hello')
list: ordered collection (e.g. [1, 2, 3])
tuple: ordered, immutable collection (e.g. (1, 2, 3))
dict: key-value pairs (e.g. {'key': 'value'})
set: unordered collection of unique elements (e.g. {1, 2, 3})
bool: True or False values
A set is a collection of unique elements with no specific order, while a frozen set is an immutable set that cannot be changed.
A set does not allow duplicate elements
A frozen set is created using the frozenset() function
Sets are mutable and can be modified, while frozen sets are immutable
Example: set1 = {1, 2, 3} ; frozenset1 = frozenset(set1)
A hyperlink in HTML is a clickable text or image that redirects the user to another webpage or resource.
Hyperlinks are created using the <a> tag in HTML.
The 'href' attribute in the <a> tag specifies the URL of the page the link goes to.
Hyperlinks can also be used to link to specific sections within the same webpage using anchor tags.
CSS stands for Cascading Style Sheets and is used to style the appearance of web pages.
CSS is used to control the layout, colors, fonts, and other visual aspects of a website.
It allows for separation of content from design, making it easier to update and maintain websites.
Selectors are used to target specific HTML elements and apply styles to them.
CSS can be applied inline, embedded within HTML, or linked externally to...
Normal logical, verbal, and quantitative ability questions.
Developed a mobile app for tracking daily water intake
Researched existing water tracking apps for inspiration
Designed user interface for easy input of water consumption
Implemented backend database to store user data
Tested app with beta users for feedback and improvements
Newgen Software Technologies interview questions for popular designations
I applied via Company Website
Xml file will be validated as parsed,spix and content checker,checktex and stlyeview
Get interview-ready with Top Newgen Software Technologies Interview Questions
Context in React is a way to pass data through the component tree without having to pass props down manually at every level.
Context provides a way to share values like themes, locale preferences, etc. across the component tree.
It helps in avoiding prop drilling, where props are passed down multiple levels of components.
Context consists of two parts: Provider and Consumer. Provider allows components to subscribe to cont...
Redux is a predictable state container for JavaScript apps, commonly used with React for managing application state.
Redux is a state management library for JavaScript applications.
It helps in managing the state of the application in a predictable way.
Redux stores the entire state of the application in a single immutable state tree.
Actions are dispatched to update the state, and reducers specify how the state changes in...
Remove duplicates from an array of strings
Create a new set to store unique values
Iterate through the array and add each element to the set
Convert the set back to an array to remove duplicates
I applied via Naukri.com
Find the second smallest element in an array of strings.
Convert the strings to integers for comparison.
Sort the array in ascending order.
Return the second element in the sorted array.
Currently working on a web application testing project for a financial services company.
Testing various functionalities of the web application such as account management, transactions, and security features
Creating and executing test cases to ensure the application meets requirements and is bug-free
Collaborating with developers and business analysts to resolve issues and improve the application's quality
Top trending discussions
Some of the top questions asked at the Newgen Software Technologies interview -
The duration of Newgen Software Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 149 interviews
Interview experience
based on 1.4k reviews
Rating in categories
Software Engineer
2k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
1.8k
salaries
| ₹0 L/yr - ₹0 L/yr |
Applications Engineer
531
salaries
| ₹0 L/yr - ₹0 L/yr |
Team Lead
488
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
407
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech