i
Cigniti Technologies
Filter interviews by
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...
I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Aug 2023. There were 3 interview rounds.
Frameworks are tools that provide structure and guidelines for developing software applications. Technologies are the specific tools and languages used in development.
Frameworks like Angular, React, and Spring provide pre-built components and architecture for web development.
Technologies like HTML, CSS, JavaScript, Java, and SQL are commonly used in software development.
Choosing the right framework and technologies dep...
I applied via Naukri.com and was interviewed before Jan 2023. There were 2 interview rounds.
Cigniti Technologies interview questions for designations
I applied via Naukri.com and was interviewed before Jun 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.
Top trending discussions
Experienced Senior Engineer with a strong background in software development and project management.
Over 10 years of experience in software engineering
Expertise in project management and leading cross-functional teams
Proficient in multiple programming languages such as Java, Python, and C++
Strong problem-solving skills and ability to deliver high-quality solutions
Previous projects include developing a scalable e-commer...
Basic java programming
HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.
HashMap internally uses an array of linked lists to store key-value pairs.
When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.
If multiple keys hash to the same index, a linked list is used to handle collisions.
HashMap uses the hashCode() method of ke...
JDK 8 features include lambda expressions, functional interfaces, streams, and default methods.
Lambda expressions allow you to write code in a more concise and readable way.
Functional interfaces enable the use of lambda expressions.
Streams provide a way to work with sequences of elements efficiently.
Default methods allow interfaces to have concrete methods.
Date and Time API improvements.
1 Interview rounds
based on 57 reviews
Rating in categories
Senior Test Engineer
616
salaries
| ₹5.5 L/yr - ₹17.5 L/yr |
Senior Engineer
506
salaries
| ₹6.5 L/yr - ₹24 L/yr |
Test Lead
386
salaries
| ₹6.8 L/yr - ₹27 L/yr |
Test Engineer
360
salaries
| ₹4 L/yr - ₹12.5 L/yr |
Engineer
259
salaries
| ₹5 L/yr - ₹11.8 L/yr |
TCS
Wipro
Infosys
HCLTech