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

Filter interviews by

Cigniti Technologies Test Architect Interview Questions and Answers

Updated 19 Apr 2024

Cigniti Technologies Test Architect Interview Experiences

3 interviews found

Test Architect Interview Questions & Answers

user image Ankita Maitra

posted on 19 Apr 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Framework explanation, no of frameworks worked upon, odd no program using Java 8 ,group by function, how to parss json, ci cd pipeline, java usage in framework,
Round 2 - Technical 

(1 Question)

  • Q1. Same types of questions like Excel reader data using selenium, emp table having the third highest salary

Interview Preparation Tips

Topics to prepare for Cigniti Technologies Test Architect interview:
  • Java
  • oops concept
  • data table web
  • SQL basics

I applied via Naukri.com and was interviewed in Sep 2021. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Question on collection diff between hash map and table.
  • Q2. Can we override interface. If yes how its done and if not why not
  • Ans. 

    Yes, interfaces can be overridden in Java using the 'default' keyword.

    • Interfaces can be overridden in Java 8 or later using the 'default' keyword.

    • The 'default' keyword allows us to provide a default implementation for a method in an interface.

    • If a class implements an interface with a default method, it can choose to override the default implementation.

    • Overriding a default method is done by simply providing a new implem...

  • Answered by AI
  • Q3. Write a code to show overiding in java with real world solution
  • Ans. 

    Code example of method overriding in Java

    • Create a parent class with a method

    • Create a child class that extends the parent class and overrides the method

    • Instantiate the child class and call the method to see the overridden behavior

  • Answered by AI
  • Q4. Features of java8 and uses in the project
  • Ans. 

    Java8 features include lambda expressions, streams, and functional interfaces.

    • Lambda expressions provide concise syntax for functional programming.

    • Streams allow for efficient processing of large data sets.

    • Functional interfaces enable the use of lambda expressions.

    • Optional class helps to avoid null pointer exceptions.

    • Default methods allow for adding new methods to interfaces without breaking existing implementations.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First round =Java, selenium, devops, CI/CD, writing of programs keep it handy.

Second round =Tram management, technical challenges faced and solutions provided

Skills evaluated in this interview

Test Architect Interview Questions Asked at Other Companies

Q1. Can we override interface. If yes how its done and if not why not
Q2. Write a code to show overiding in java with real world solution
Q3. Features of java8 and uses in the project
asked in Accenture
Q4. How automation framework is built in your project
asked in Accenture
Q5. Use of object repository ( local/shared)

I was interviewed before Jul 2021.

Round 1 - Technical 

(1 Question)

  • Q1. Selenium, API and DB
Round 2 - Technical 

(1 Question)

  • Q1. Advanced selenium concepts, API and ETL
Round 3 - Behavioral 

(1 Question)

  • Q1. Projects worked on and details around it.
Round 4 - HR 

(1 Question)

  • Q1. Soft skills, attitude and communication.

Interview Preparation Tips

Interview preparation tips for other job seekers - Best time to apply for Cigniti is while you are serving notice period. You can easily negotiate on package. They won't consider someone with notice period above 30 days.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Aptitude Test 

Technology related question

Round 2 - Assignment 

Build a architecture diagram HLD & LLD for rate limiter

Round 3 - Group Discussion 

HLD for batch scheduling miroservice level

Round 4 - Coding Test 

Algo check to correct the directory pattern

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

I was interviewed in Sep 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Snowpipe scenario based question
  • Q2. Streams scenario based question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on the data architecture concepts
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 3 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 

(1 Question)

  • Q1. How will you design the data models
  • Ans. 

    I will design the data models by analyzing the requirements, identifying entities and relationships, creating entity-relationship diagrams, and normalizing the data.

    • Analyze the requirements to understand the data needs

    • Identify entities and their relationships

    • Create entity-relationship diagrams to visualize the structure

    • Normalize the data to reduce redundancy and improve efficiency

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Package expected

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Mostly theories and case studied around it
Round 3 - HR 

(1 Question)

  • Q1. Salary and Benefits

I applied via Naukri.com and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - Technical 

(11 Questions)

  • Q1. MVC URL Routing and normal url definition in ASP.NET
  • Ans. 

    MVC URL routing allows for custom URL definitions in ASP.NET

    • MVC URL routing maps URLs to controller actions

    • Normal URL definition uses query strings to pass parameters

    • MVC URL routing is more SEO-friendly

    • MVC URL routing can be configured in RouteConfig.cs file

    • Example: /products/category/electronics maps to ProductsController's Category action with 'electronics' parameter

  • Answered by AI
  • Q2. Advantage of MVC over traditional Architecture?
  • Ans. 

    MVC separates concerns, promotes code reusability, and enhances testability.

    • MVC separates the application into Model, View, and Controller components.

    • Model represents the data and business logic.

    • View represents the user interface.

    • Controller handles user input and updates the model and view accordingly.

    • MVC promotes code reusability by separating concerns.

    • MVC enhances testability by allowing for easier unit testing of in...

  • Answered by AI
  • Q3. What is AoT Microsoft Azure?
  • Ans. 

    AoT (Ahead of Time) is a compilation technique used in Microsoft Azure to improve application performance.

    • AoT compiles code before it is executed, resulting in faster startup times and reduced memory usage.

    • It is commonly used in Azure Functions and Azure Web Apps.

    • AoT can also improve security by detecting potential vulnerabilities during compilation.

    • It is different from Just-in-Time (JIT) compilation, which compiles co...

  • Answered by AI
  • Q4. Classic ASP can run in Azure? or migrating into ASP.Net is required?
  • Q5. ASP.NET page life cycle and events in it and how page will be rendered?
  • Ans. 

    ASP.NET page life cycle and events in it and how page will be rendered.

    • Page life cycle includes events like Init, Load, PreRender, and Unload.

    • During Init, controls are initialized and their properties are set.

    • During Load, controls are loaded with data and their events are fired.

    • During PreRender, the page is prepared for rendering.

    • During Unload, resources are released.

    • Page is rendered using HTML, CSS, and JavaScript.

    • Ren...

  • Answered by AI
  • Q6. What are postback events?
  • Ans. 

    Postback events are server-side events triggered by user actions on a web page.

    • Postback events occur when a user interacts with a web page and the page sends a request back to the server for processing.

    • Examples of postback events include clicking a button, selecting an item from a dropdown list, or submitting a form.

    • Postback events can be used to update the page content without requiring a full page refresh.

    • ASP.NET is ...

  • Answered by AI
  • Q7. What is Authentication and different types in it?
  • Ans. 

    Authentication is the process of verifying the identity of a user or system.

    • There are three types of authentication: something you know (passwords, PINs), something you have (smart cards, tokens), and something you are (biometrics).

    • Two-factor authentication combines two of these types for added security.

    • Authentication protocols include OAuth, OpenID Connect, and SAML.

    • Authentication can also be classified as single-fact...

  • Answered by AI
  • Q8. Late Binding/Dynamic binding in ASP.Net?
  • Ans. 

    Late binding or dynamic binding is a technique in which the method call is resolved at runtime rather than compile time.

    • In late binding, the type of the object is determined at runtime.

    • It allows for more flexibility in code as it can handle different types of objects.

    • Dynamic keyword is used for late binding in C#.

    • Example: using reflection to invoke a method on an object whose type is not known until runtime.

  • Answered by AI
  • Q9. ASP.Net cache and its different types?
  • Ans. 

    ASP.Net cache is a feature that stores frequently accessed data in memory to improve application performance.

    • ASP.Net cache is available in two types: in-memory cache and distributed cache.

    • In-memory cache stores data in the memory of the web server.

    • Distributed cache stores data in a separate cache server that can be accessed by multiple web servers.

    • ASP.Net cache can be used to store data such as database query results, ...

  • Answered by AI
  • Q10. What is state management in ASP.Net?
  • Ans. 

    State management in ASP.Net refers to the process of storing and retrieving data between HTTP requests.

    • ASP.Net provides various techniques for state management such as ViewState, Session, Application, and Cache.

    • ViewState is used to store page-specific data, Session is used to store user-specific data, Application is used to store application-level data, and Cache is used to store frequently accessed data.

    • State manageme...

  • Answered by AI
  • Q11. Handled Conflicts? Code merging or Resource Conflicts? Explain
  • Ans. 

    Handled conflicts in code merging and resource allocation.

    • Used version control systems like Git to manage code merging conflicts.

    • Communicated with team members to resolve resource allocation conflicts.

    • Prioritized tasks and resources based on project requirements.

    • Implemented agile methodologies to minimize conflicts and improve collaboration.

    • Documented conflict resolution processes for future reference.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Altimetrik Technical Architect interview:
  • ASP.Net
  • ASP.Net MVC
  • C#
  • OOPS
  • Azure
Interview preparation tips for other job seekers - I was interviewed for .Net Technical Architect and above were the questions asked in Round 1 or L1 discussions.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
-

I was interviewed before Feb 2023.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself work experience
Round 2 - Behavioral 

(1 Question)

  • Q1. Relevent exp and project info
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Case Study 

Discussed the challenges encountered in our current projects and the strategies used to manage them.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare a list of points detailing what you accomplished in your project, the types of issues you faced, and the strategies you employed to manage those issues.

Cigniti Technologies Interview FAQs

How many rounds are there in Cigniti Technologies Test Architect interview?
Cigniti Technologies interview process usually has 2-3 rounds. The most common rounds in the Cigniti Technologies interview process are Technical, Behavioral and HR.
How to prepare for Cigniti Technologies Test Architect 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 Core Java, JAXB, OOPS, SOAP UI and Selenium.
What are the top questions asked in Cigniti Technologies Test Architect interview?

Some of the top questions asked at the Cigniti Technologies Test Architect interview -

  1. Can we override interface. If yes how its done and if not why ...read more
  2. Write a code to show overiding in java with real world solut...read more
  3. Features of java8 and uses in the proj...read more

Tell us how to improve this page.

Cigniti Technologies Test Architect Interview Process

based on 1 interview

1 Interview rounds

  • Technical Round
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
KPIT Technologies Interview Questions
3.4
 • 294 Interviews
CitiusTech Interview Questions
3.4
 • 268 Interviews
View all
Cigniti Technologies Test Architect Salary
based on 19 salaries
₹16.7 L/yr - ₹33 L/yr
19% more than the average Test Architect Salary in India
View more details

Cigniti Technologies Test Architect Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Senior Test Engineer
607 salaries
unlock blur

₹5.5 L/yr - ₹17.5 L/yr

Senior Engineer
510 salaries
unlock blur

₹6.5 L/yr - ₹25 L/yr

Test Lead
395 salaries
unlock blur

₹6.8 L/yr - ₹27 L/yr

Test Engineer
356 salaries
unlock blur

₹4 L/yr - ₹13.1 L/yr

Senior Software Engineer
262 salaries
unlock blur

₹5.8 L/yr - ₹23 L/yr

Explore more salaries
Compare Cigniti Technologies with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview