Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Cigniti Technologies Team. If you also belong to the team, you can get access from here

Cigniti Technologies Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 619 Reviews

Filter interviews by

Cigniti Technologies Senior Engineer II Interview Questions and Answers for Experienced

Updated 25 Mar 2022

Cigniti Technologies Senior Engineer II Interview Experiences for Experienced

1 interview found

I applied via Job Portal

Round 1 - Technical 

(1 Question)

  • Q1. Interview two types one is internally and second one is client round. Once client round is clear you will get offer. Most probably resume mentioned questions.
Round 2 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Am not sujest this organisation.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. CSS: Create a triangle using only CSS
  • Ans. 

    Use CSS to create a triangle shape

    • Use border properties to create a triangle shape

    • Set the width and height of the element to 0

    • Use borders of different colors to create the triangle shape

  • Answered by AI
  • Q2. HTML: Change the CSS of a parent element by accessing only it's child element
  • Ans. 

    Use CSS selectors to target parent element based on child element

    • Use the child element's class or ID to target the parent element

    • Use the > combinator to select a parent element based on a direct child element

    • Use the ~ combinator to select a parent element based on a sibling element

  • Answered by AI
  • Q3. JS: create a calculator function. everytime you call it, it should print the next elem in sequence (condition: shouldn't pass any param) - 5,11,29,83
  • Ans. 

    Create a calculator function that prints the next element in sequence each time it is called.

    • Create a function that keeps track of the current number in the sequence

    • Each time the function is called, calculate the next number in the sequence based on the previous number

    • Print the next number in the sequence each time the function is called

  • Answered by AI
  • Q4. React: create a context and provide it such that the language will be changed on a button click
  • Ans. 

    Create a context in React to change language on button click

    • Create a context using createContext() method

    • Provide a state for language and a function to change it

    • Wrap the components that need access to language context with Context.Provider

    • Use useContext hook to access language context in components

    • Update language state on button click

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very informative interview. It was conducted for a specific role to optimise an app. I couldn't crack it, but very happy with the discussion

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

I was tasked with creating a Spring Boot microservice.

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. PYSPARK QUESTIONS , CLUSTER CONFIG AND SOME SCENARIOS , ADF QUESTIONS
  • Q2. PYTHON AND SQL CODING QUESTIONS
Round 2 - HR 

(1 Question)

  • Q1. SALARY DISCUSSION
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Java and sql questions

Round 2 - Coding Test 

Simple java program for find factorial and prime number

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I was interviewed in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Mostly about java,
  • Q2. Spring boot and Jenkins
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java 8 interview questions
  • Q2. Spring boot questions
Round 2 - Technical 

(1 Question)

  • Q1. Microservices strurcture and implementation
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is oops concept. How hashmap works
  • Ans. 

    OOPs concept is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPs stands for Object-Oriented Programming

    • It focuses on creating objects that interact with each other to solve a problem

    • Encapsulation, inheritance, polymorphism, and abstraction are key principles of OOPs

    • HashMap in Java is a data structure that stores key-value pairs

    • I...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What are design patterns you have worked in your project
  • Ans. 

    I have worked with design patterns such as Singleton, Factory, Observer, and Strategy in my projects.

    • Singleton pattern was used to ensure only one instance of a class is created.

    • Factory pattern was used to create objects without specifying the exact class of object that will be created.

    • Observer pattern was used to define a one-to-many dependency between objects so that when one object changes state, all its dependents ...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Are you able to work in hybrid mode
  • Ans. 

    Yes, I am able to work in hybrid mode which involves a combination of remote and on-site work.

    • Experienced in collaborating with remote team members using communication tools like Slack, Zoom, and Jira

    • Comfortable with switching between working on-site and remotely based on project requirements

    • Adaptable to different work environments and able to maintain productivity in both settings

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was on cypher query language for me

Round 2 - Technical 

(1 Question)

  • Q1. Define Neo4J architecturaly
  • Ans. 

    Neo4J is a graph database management system that stores data in nodes and relationships.

    • Uses graph structures to represent and store data

    • Nodes represent entities and relationships represent connections between entities

    • Supports ACID transactions for data consistency

    • Query language is Cypher

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Available location
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain oops concept
  • Ans. 

    OOPs concept is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPs stands for Object-Oriented Programming

    • Key concepts include classes, objects, inheritance, polymorphism, and encapsulation

    • Classes are blueprints for creating objects, which are instances of classes

    • Inheritance allows a class to inherit properties and behavior from an...

  • Answered by AI
  • Q2. Ref vs out Const vs readonly
  • Ans. 

    Ref vs out: Ref passes variable by reference, out initializes variable. Const vs readonly: Const is compile-time constant, readonly is runtime constant.

    • Ref passes variable by reference, out initializes variable

    • Const is compile-time constant, readonly is runtime constant

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Write sql queries
  • Ans. 

    I have experience writing SQL queries for various databases.

    • Use SELECT statement to retrieve data from database

    • Use WHERE clause to filter data based on specific conditions

    • Use JOIN clause to combine data from multiple tables

  • Answered by AI
  • Q2. Angular Api desgining questions Jet token

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of c# well

Skills evaluated in this interview

Cigniti Technologies Interview FAQs

How many rounds are there in Cigniti Technologies Senior Engineer II interview for experienced candidates?
Cigniti Technologies interview process for experienced candidates usually has 2 rounds. The most common rounds in the Cigniti Technologies interview process for experienced candidates are Technical and HR.

Tell us how to improve this page.

People are getting interviews through

based on 1 Cigniti Technologies interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
KPIT Technologies Interview Questions
3.5
 • 291 Interviews
CitiusTech Interview Questions
3.4
 • 264 Interviews
View all
Senior Test Engineer
616 salaries
unlock blur

₹5.5 L/yr - ₹19 L/yr

Senior Engineer
501 salaries
unlock blur

₹6.3 L/yr - ₹24.5 L/yr

Test Lead
384 salaries
unlock blur

₹6.8 L/yr - ₹27 L/yr

Test Engineer
360 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Project Lead
247 salaries
unlock blur

₹8.5 L/yr - ₹31 L/yr

Explore more salaries
Compare Cigniti Technologies with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview