Upload Button Icon Add office photos

Filter interviews by

NCR Voyix Technical Architect Interview Questions and Answers for Experienced

Updated 23 Nov 2024

NCR Voyix Technical Architect Interview Experiences for Experienced

1 interview found

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. System architecture
  • Q2. Cloud computing
Round 2 - Technical 

(2 Questions)

  • Q1. Backup strategy
  • Q2. Storage architecture

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Describe 5 non functional requirements
  • Ans. 

    Non functional requirements are criteria that specify how a system should behave, rather than what it should do.

    • Performance - system should respond within 2 seconds for all user interactions

    • Scalability - system should be able to handle 1000 concurrent users

    • Reliability - system should have a 99.99% uptime

    • Security - system should encrypt all sensitive data

    • Usability - system should have a user-friendly interface

  • Answered by AI
  • Q2. How will you improve performance of legacy app which has to work with your latest microservice.
  • Ans. 

    Improve legacy app performance by optimizing code, implementing caching, and scaling resources.

    • Optimize code by identifying and removing bottlenecks

    • Implement caching to reduce database calls and improve response time

    • Scale resources by using containers or serverless architecture

    • Use asynchronous processing for long-running tasks

    • Upgrade hardware or infrastructure if necessary

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain security in microservices
  • Ans. 

    Security in microservices involves implementing authentication, authorization, encryption, and monitoring to protect data and services.

    • Implement authentication and authorization mechanisms to control access to microservices.

    • Use encryption to secure communication between microservices and external clients.

    • Implement monitoring and logging to detect and respond to security incidents.

    • Consider using API gateways for central...

  • Answered by AI
  • Q2. Describe microservices architecture for a wealth management app
  • Ans. 

    Microservices architecture for a wealth management app involves breaking down the application into smaller, independent services.

    • Each microservice focuses on a specific business function, such as client onboarding, portfolio management, or reporting.

    • Services communicate through APIs, allowing for flexibility and scalability.

    • Each microservice can be developed, deployed, and scaled independently, leading to faster develo...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GlobalLogic Technical Architect interview:
  • Java
  • Microservices

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jul 2023. 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 

(4 Questions)

  • Q1. Well prepare for AD ,GPO and troubleshooting. Networking requirements for migration AD security concepts
  • Q2. DC locator and LDAP records
  • Q3. LDAP and DNS records
  • Q4. Kerberos knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepared AD architecture ,you will clear easily.
Do not negotiate salary

Architect Interview Questions & Answers

Nagarro user image sandeep sharma

posted on 28 Feb 2024

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Dependency Injection
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. No questions as such
  • Q2. No questions as such, don't remember

Interview Preparation Tips

Topics to prepare for Virtusa Consulting Services Associate Architect interview:
  • Data Warehousing
Interview preparation tips for other job seekers - Just keep trying by upscaling yourself. There is no hard and fast rule for cracking an interview.
You should work hard to learn new things. Most of the cases we don't want to put in efforts to learn and just want to switch jobs.

I applied via Company Website and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Most of the questions were directly from the experience and process knowledge. technical was around 40% and rest 60% of interview was situation/scenario based in terms of process.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm and answer politely. and if you don't know answer to any question then do not mingle around and accept that you don't have an answer to it. interviewer questions are mainly from your background and experience so try to narrate your situation seamlessly for any specific scenario based question.

I applied via Approached by Company and was interviewed before Jun 2021. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Does the resume match JD skills?
  • Q2. Availability and CTC
Round 2 - Technical 

(4 Questions)

  • Q1. Oops questions (interface, SOLID principles, Singleton and other patterns), calling static methods and classes
  • Q2. Web dev - caching, sliding expiration, coding best practices, Restful services, javascript knowledge, closures, js frameworks
  • Q3. Dot net core, garbage collection, anonymous functions, repository pattern / orm, bridge and router patterns, multithreading, signalling
  • Q4. Security, authentication and authorisation, PKI, oauth Performance and scalability, connection pooling, dh tuning Extensibility, reliability, maintainability Coding best practices for good architecture, mi...
Round 3 - Technical 

(2 Questions)

  • Q1. Similar to round 2 by senior person and less questions. Scenario based Sometimes
  • Q2. Team work, conflict management, client management,
Round 4 - HR 

(1 Question)

  • Q1. Strengths and weaknesses Visas, travel history CTC negotiation Joining dates

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on fundamentals and concepts
Be polite and sincere
Technically strong interviewers
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Describe 5 non functional requirements
  • Ans. 

    Non functional requirements are criteria that specify how a system should behave, rather than what it should do.

    • Performance - system should respond within 2 seconds for all user interactions

    • Scalability - system should be able to handle 1000 concurrent users

    • Reliability - system should have a 99.99% uptime

    • Security - system should encrypt all sensitive data

    • Usability - system should have a user-friendly interface

  • Answered by AI
  • Q2. How will you improve performance of legacy app which has to work with your latest microservice.
  • Ans. 

    Improve legacy app performance by optimizing code, implementing caching, and scaling resources.

    • Optimize code by identifying and removing bottlenecks

    • Implement caching to reduce database calls and improve response time

    • Scale resources by using containers or serverless architecture

    • Use asynchronous processing for long-running tasks

    • Upgrade hardware or infrastructure if necessary

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain security in microservices
  • Ans. 

    Security in microservices involves implementing authentication, authorization, encryption, and monitoring to protect data and services.

    • Implement authentication and authorization mechanisms to control access to microservices.

    • Use encryption to secure communication between microservices and external clients.

    • Implement monitoring and logging to detect and respond to security incidents.

    • Consider using API gateways for central...

  • Answered by AI
  • Q2. Describe microservices architecture for a wealth management app
  • Ans. 

    Microservices architecture for a wealth management app involves breaking down the application into smaller, independent services.

    • Each microservice focuses on a specific business function, such as client onboarding, portfolio management, or reporting.

    • Services communicate through APIs, allowing for flexibility and scalability.

    • Each microservice can be developed, deployed, and scaled independently, leading to faster develo...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GlobalLogic Technical Architect interview:
  • Java
  • Microservices

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Quantitative Aptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Refresh old quants

Interview Questionnaire 

9 Questions

  • Q1. Data Structures
  • Q2. Algorithms
  • Q3. Kubernetes
  • Q4. Microservices
  • Q5. TypeScript
  • Q6. JavaScript
  • Q7. NodeJS
  • Q8. Parallelism
  • Q9. Concurrency

NCR Voyix Interview FAQs

How many rounds are there in NCR Voyix Technical Architect interview for experienced candidates?
NCR Voyix interview process for experienced candidates usually has 2 rounds. The most common rounds in the NCR Voyix interview process for experienced candidates are Technical.
What are the top questions asked in NCR Voyix Technical Architect interview for experienced candidates?

Some of the top questions asked at the NCR Voyix Technical Architect interview for experienced candidates -

  1. System architect...read more
  2. Cloud comput...read more
  3. Backup strat...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 NCR Voyix interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
NCR Voyix Technical Architect Salary
based on 5 salaries
₹20 L/yr - ₹40 L/yr
At par with the average Technical Architect Salary in India
View more details
Software Engineer
385 salaries
unlock blur

₹5.6 L/yr - ₹23.5 L/yr

Senior Software Engineer
241 salaries
unlock blur

₹8.5 L/yr - ₹32 L/yr

Software Developer
188 salaries
unlock blur

₹5.3 L/yr - ₹19.5 L/yr

Software Engineer2
158 salaries
unlock blur

₹9.8 L/yr - ₹21 L/yr

Software Engineer II
147 salaries
unlock blur

₹9.2 L/yr - ₹21.5 L/yr

Explore more salaries
Compare NCR Voyix with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

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