Filter interviews by
Clear (1)
Top trending discussions
I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Jun 2021. There were 3 interview rounds.
posted on 3 Aug 2024
posted on 2 Oct 2024
Easy to medium prepare concepts like time-based concepts
posted on 17 Oct 2024
I was interviewed before Oct 2023.
Machine test was given for 30mins
Event loop is a mechanism in programming that allows for asynchronous execution of code by continuously checking for events and executing associated callbacks.
Event loop is commonly used in JavaScript to handle asynchronous operations.
It continuously checks the call stack for any pending tasks and executes them in a non-blocking manner.
Event loop allows for efficient handling of I/O operations without blocking the main...
Use GROUP BY clause in MSSQL to group data based on a specific column.
Use GROUP BY followed by the column you want to group by
Can be used with aggregate functions like COUNT, SUM, AVG, etc.
Example: SELECT column_name, COUNT(*) FROM table_name GROUP BY column_name
posted on 8 Oct 2024
I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.
Use two go routines to print numbers 1-100 sequentially
Create two go routines, one for printing odd numbers and one for printing even numbers
Use channels to synchronize the two go routines and ensure sequential printing
Start the odd number go routine first, then start the even number go routine
Generator functions in Go language allow for efficient iteration over a sequence of values.
Use the 'yield' keyword to return values one at a time from the generator function.
Generator functions are defined with a 'func' keyword followed by the function name and 'chan' keyword.
Example: func myGenerator() chan int { }
Use a 'for' loop to iterate over the values returned by the generator function.
sync.Cond is used for signaling between goroutines and sync.Once is used for running initialization code only once.
sync.Cond is used for goroutines to wait for or signal each other when a certain condition is met
sync.Once is used to ensure a function is only executed once, typically used for initialization tasks
Example: Using sync.Cond to coordinate multiple goroutines accessing a shared resource
Example: Using sync.Onc...
posted on 6 Feb 2024
I applied via Job Portal and was interviewed before Feb 2023. There were 2 interview rounds.
React js coding round
posted on 24 Feb 2024
A View is a virtual table created by a query that can be used to retrieve and display data from one or more tables.
A View is not a physical table, but rather a result set of a stored query.
Views can simplify complex queries by storing them as a reusable object.
Views can also provide an additional layer of security by restricting access to certain columns or rows.
Examples: 'CREATE VIEW vw_employee AS SELECT * FROM emplo
View defines the user-interface by determining how data is presented to the user.
View is responsible for displaying data and receiving user input.
It includes elements like buttons, text fields, and images.
Views can be designed using XML layouts in Android development.
Views can be styled using CSS in web development.
posted on 27 Sep 2023
DevOps architecture is a set of practices that combines software development (Dev) and IT operations (Ops) to shorten the systems development life cycle.
DevOps architecture focuses on collaboration, automation, and monitoring throughout the software development lifecycle.
It aims to increase the speed of software delivery, improve reliability, and build scalable systems.
Examples of DevOps tools include Jenkins, Docker,
based on 1 interview
Interview experience
based on 5 reviews
Rating in categories
Test Engineer
2.2k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Test Engineer
1.6k
salaries
| ₹0 L/yr - ₹0 L/yr |
Softwaretest Engineer
994
salaries
| ₹0 L/yr - ₹0 L/yr |
Automation Test Engineer
240
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Test Lead
235
salaries
| ₹0 L/yr - ₹0 L/yr |
Thinksoft Global Services
Cigniti Technologies
Indium Software
Maveric Systems