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 621 Reviews

Filter interviews by

Cigniti Technologies Senior Manager Interview Questions and Answers

Updated 10 Apr 2024

Cigniti Technologies Senior Manager Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Apr 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Detailed information about your experience along with the roles and responsibilities.
  • Q2. Explain about Agile vs SAFe agile
  • Ans. 

    Agile is a flexible and iterative approach to project management, while SAFe agile is a framework for scaling Agile to larger organizations.

    • Agile focuses on individual teams working in short iterations, while SAFe agile extends this to multiple teams and departments working together.

    • Agile values individuals and interactions over processes and tools, while SAFe agile emphasizes alignment, collaboration, and delivery acr...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Explain about performance testing and engineering concepts
  • Ans. 

    Performance testing involves evaluating the speed, responsiveness, and stability of a system under various conditions.

    • Performance testing is used to identify bottlenecks, assess system capacity, and ensure reliability.

    • It involves simulating real-world scenarios to measure the system's response time, throughput, and resource utilization.

    • Performance engineering focuses on optimizing system performance through design, dev...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Need to understand the salary

Interview Preparation Tips

Interview preparation tips for other job seekers - It's very good company to work

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Dec 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(6 Questions)

  • Q1. MVC, WEBAPI, SQL Basics
  • Q2. What is filters in WEBAPI? How to Implement Authentication Filter in MVC/WEB API What is middle Ware? Why middle ware required? Cluster Index Diff between Group by & Where Clause? How to Optimize a Page wh...
  • Ans. 

    Questions related to web development and project management

    • Filters in WEBAPI are used to intercept HTTP requests and responses. They can be used for authentication, logging, caching, etc.

    • Authentication filters in MVC/WEB API can be implemented by creating a class that inherits from the AuthorizationFilterAttribute class and overriding its methods.

    • Middleware is software that sits between an application and the operating...

  • Answered by AI
  • Q3. What is scrum & agile
  • Ans. 

    Scrum & Agile are project management methodologies that prioritize flexibility, collaboration, and continuous improvement.

    • Scrum is a framework for managing and completing complex projects, with a focus on iterative development and frequent feedback.

    • Agile is a broader approach to project management that emphasizes adaptability, customer satisfaction, and cross-functional teams.

    • Both Scrum and Agile prioritize communicati...

  • Answered by AI
  • Q4. What is retrospective
  • Ans. 

    A retrospective is a meeting held after a project or event to review what went well, what could be improved, and how to make future improvements.

    • A retrospective is a team meeting where participants reflect on a project or event.

    • It is an opportunity to discuss what went well, what didn't go well, and what could be improved.

    • The focus is on learning from past experiences and making changes for future success.

    • Retrospective...

  • Answered by AI
  • Q5. How to optimize a slow page
  • Ans. 

    Optimizing a slow page involves reducing file sizes, minimizing HTTP requests, and utilizing caching.

    • Minimize file sizes by compressing images and using minified code

    • Reduce HTTP requests by combining files and using asynchronous loading

    • Utilize caching by setting expiration headers and using a content delivery network

    • Consider using a content delivery network to distribute content closer to users

    • Use a tool like Google Pa...

  • Answered by AI
  • Q6. What is filter in web api
  • Ans. 

    Filter in Web API is used to extract data from a collection based on certain criteria.

    • Filters are used to query data from a collection in Web API

    • They can be used to extract data based on certain criteria such as date range, price range, etc.

    • Filters can be applied using query parameters in the URL or using attributes in the code

    • Examples of filters include $filter in OData and [FromQuery] attribute in ASP.NET Core

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Prepared for Basic .NET questions. and C# question

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. How did you get to know about the offer

Interview Preparation Tips

Interview preparation tips for other job seekers - It was my friend's reference which helped me to get the job and not from naukri

Interview Questionnaire 

2 Questions

  • Q1. What is your daily activity as a PM, how you schedule a project(need to share the screen and show it on excel), RCA, CICD, risk management, diff between TnM and FB, SOW
  • Q2. Real time scenarios like conflict management and schedule deviation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What is the internal working of a hashmap?
  • Q2. Design a Least Recently Used (LRU) cache.
Round 2 - Technical 

(2 Questions)

  • Q1. What are the SOLID principles in software engineering?
  • Q2. What design patterns have you worked with?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Project description
  • Q2. Architecture diagram of project
Round 2 - Technical 

(2 Questions)

  • Q1. In depth machine learning questions
  • Q2. A python coding round
Round 3 - Technical 

(2 Questions)

  • Q1. In depth questions about python programming language
  • Q2. Discussed about company
Round 4 - HR 

(1 Question)

  • Q1. Salary expectations

Interview Preparation Tips

Topics to prepare for Tiger Analytics Senior Analyst interview:
  • Machine Learning
Interview preparation tips for other job seekers - Required In depth knowledge.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Hashmap internal working
  • Q2. Equals and hashcode
Round 2 - Technical 

(2 Questions)

  • Q1. Microservice design pattern
  • Ans. 

    Microservice design pattern focuses on breaking down a large application into smaller, independent services.

    • Each microservice is responsible for a specific function or feature

    • Communication between microservices is typically done through APIs

    • Microservices can be developed, deployed, and scaled independently

    • Examples: Netflix, Amazon, Uber

  • Answered by AI
  • Q2. Springboot annotation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between Scheduled script and Map reduce script?
  • Ans. 

    Scheduled script runs on a predefined schedule, while Map reduce script processes large datasets in parallel.

    • Scheduled script is used for automating tasks at specific times, like sending reports daily at 8am.

    • Map reduce script is used for processing large datasets by splitting them into smaller chunks and processing them in parallel.

    • Scheduled script is typically used for routine tasks, while Map reduce script is used fo...

  • Answered by AI
  • Q2. Types of scripts in NetSuite.
  • Ans. 

    Types of scripts in NetSuite include SuiteScript, SuiteTalk, SuiteFlow, and SuiteBuilder.

    • SuiteScript: JavaScript-based scripts for customizing NetSuite functionality.

    • SuiteTalk: Web services integration for connecting NetSuite with external systems.

    • SuiteFlow: Visual workflow tool for automating business processes.

    • SuiteBuilder: Customization tool for modifying NetSuite forms, fields, and records.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Private equity, hedge fund, alternative investments, concepts of finance and wealth management.
  • Q2. All are mentioned

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready with wealth management topic on tips and all management fee, gp-lp, private equity and mutual fund and other fund examples. Their differences are must.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Pair programming Round - It involves collaborating with the interviewer on the development of a small or micro feature.

Round 2 - Case Study 

System Design Interview - High Level & Low Level Design

Round 3 - Group Discussion 

Behavioral Interview Round - Test our abilities to handle various conflicts & leadership qualities

Round 4 - Group Discussion 

Social Issues - Test our understanding of various social/real-world problems and solutions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview Experience will be one of the kind, where your experience will be tested in a real world scenario rather than asking simple questions. Be open & positive

Cigniti Technologies Interview FAQs

How many rounds are there in Cigniti Technologies Senior Manager interview?
Cigniti Technologies interview process usually has 4 rounds. The most common rounds in the Cigniti Technologies interview process are Technical, Resume Shortlist and HR.
How to prepare for Cigniti Technologies Senior Manager interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Cigniti Technologies. The most common topics and skills that interviewers at Cigniti Technologies expect are Agile, Analyst Relations, Budget Analysis, Campaigns and Communication Skills.
What are the top questions asked in Cigniti Technologies Senior Manager interview?

Some of the top questions asked at the Cigniti Technologies Senior Manager interview -

  1. Explain about performance testing and engineering conce...read more
  2. Explain about Agile vs SAFe ag...read more

Tell us how to improve this page.

Cigniti Technologies Senior Manager Salary
based on 37 salaries
₹14.2 L/yr - ₹36 L/yr
26% more than the average Senior Manager Salary in India
View more details

Cigniti Technologies Senior Manager Reviews and Ratings

based on 3 reviews

4.9/5

Rating in categories

4.4

Skill development

4.5

Work-life balance

4.9

Salary

4.4

Job security

4.1

Company culture

4.9

Promotions

4.9

Work satisfaction

Explore 3 Reviews and Ratings
Senior Test Engineer
618 salaries
unlock blur

₹5.5 L/yr - ₹17.5 L/yr

Senior Engineer
506 salaries
unlock blur

₹6.5 L/yr - ₹24 L/yr

Test Lead
386 salaries
unlock blur

₹6.8 L/yr - ₹27 L/yr

Test Engineer
360 salaries
unlock blur

₹4 L/yr - ₹12.5 L/yr

Project Lead
255 salaries
unlock blur

₹10.2 L/yr - ₹29 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
Did you find this page helpful?
Yes No
write
Share an Interview