Upload Button Icon Add office photos
Engaged Employer

i

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

Zensar Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Zensar Technologies Senior Technical Specialist Interview Questions and Answers

Updated 20 Sep 2024

Zensar Technologies Senior Technical Specialist Interview Experiences

5 interviews found

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

I applied via Approached by Company and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

CQRS pattern Implementation

Round 2 - One-on-one 

(5 Questions)

  • Q1. Basic OOPS concepts in Depth
  • Q2. Question on C# and Solid Principle
  • Q3. Why .net core and Microservices
  • Ans. 

    Using .NET Core and Microservices allows for scalable, modular, and efficient development of applications.

    • Increased scalability by breaking down applications into smaller, independent services

    • Modular architecture allows for easier maintenance and updates

    • Efficient resource utilization by only deploying necessary services

    • Support for cross-platform development with .NET Core

  • Answered by AI
  • Q4. Security mechanisms in an API
  • Ans. 

    Security mechanisms in an API ensure data protection and prevent unauthorized access.

    • Use authentication methods like OAuth or API keys to verify user identity

    • Implement encryption to secure data transmission

    • Utilize rate limiting to prevent abuse and protect against DDoS attacks

    • Regularly update and patch software to address security vulnerabilities

  • Answered by AI
  • Q5. Questions on Entity Framework .

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for technical discussion. Be ready for coding challenge .

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Backbase architecture as position for backbase developer
  • Ans. 

    Backbase architecture is the foundation for developing applications using the Backbase platform.

    • Backbase architecture includes modules like Experience Manager, Portal Manager, and Forms.

    • Developers need to understand how these modules interact and communicate with each other.

    • Knowledge of RESTful APIs, microservices, and front-end technologies like AngularJS is essential for Backbase development.

  • Answered by AI
  • Q2. How to integrate widgets in backbase portal
  • Ans. 

    Widgets can be integrated in Backbase portal by creating custom widgets using AngularJS and integrating them using Backbase widget API.

    • Create custom widgets using AngularJS

    • Integrate widgets using Backbase widget API

    • Use Backbase widget API functions like bbData, bbEvent, bbStorage, etc.

    • Customize widget appearance and behavior using CSS and JavaScript

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Compensation discussion

Skills evaluated in this interview

Senior Technical Specialist Interview Questions Asked at Other Companies

Q1. Why do they require a security check from candidates with the amo ... read more
Q2. How do you resolve a production issue when there are no initial c ... read more
Q3. What are the customization options available in the VoIP industry ... read more
Q4. How can VoIP support be improved, and what is the future of VoIP ... read more
asked in Coforge
Q5. Explain IntArray & array, Reflection in Java, jvmStatic and J ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Devops technical
Round 2 - Technical 

(1 Question)

  • Q1. Devops technical
Round 3 - HR 

(1 Question)

  • Q1. Notice period and salary
Round 4 - One-on-one 

(1 Question)

  • Q1. Devops technical

I applied via Referral and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Why are your looking for change
  • Q3. Few technical questions related to my domain
Round 2 - Technical 

(1 Question)

  • Q1. Similar questions from first interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Very easy interview questions. They are in desperate need to people.

I applied via Naukri.com and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Role on the project and technologies i have worked on.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your answers. Be prepared with the contents from your resume.
Content of you resume is important and you should be able to answer questions on that.
Be aware of the latest trends in your domain. If you have not worked on that still you will be in a position to say that you know about it but haven’t got opportunity to work on.

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about Zensar Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Job Fair and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Group Discussion 

Tell me about your previous experience

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical question. Scenario based
Round 3 - HR 

(1 Question)

  • Q1. Package discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Get the offer, hr discussion about the salary

Interview Questionnaire 

1 Question

  • Q1. Mainframe related
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Data Structures and Algorihms round

Interview Preparation Tips

Interview preparation tips for other job seekers - Two medium Leetcode questions were asked
One was LongestSubstringWithoutRepititions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Vuejs related questions
  • Q2. Javascript related questions
  • Q3. Html,CSS related questions
Round 2 - Technical 

(2 Questions)

  • Q1. Coding on Vue js small task
  • Ans. 

    A brief guide to creating a simple Vue.js component for a task.

    • Use Vue CLI to set up a new project: `vue create my-project`.

    • Create a new component: `src/components/MyComponent.vue`.

    • Define template, script, and style sections in the component.

    • Use props to pass data to the component: `<MyComponent :myProp='value' />`.

    • Utilize Vue's reactivity system with `data()` and `computed` properties.

  • Answered by AI
  • Q2. Vuejs concept
Round 3 - HR 

(1 Question)

  • Q1. Employee details and expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on JavaScript predefined methods such as splice and the spread operator, as well as the concepts of abstraction and interfaces in Vue.js, including lifecycle hooks and store, along with the core concepts of HTML and CSS.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Java 8 concepts, Java coding, Array Sort, Get sum of list of int using streams.
Round 2 - Technical 

(1 Question)

  • Q1. Thread concept, How to print 1,2,3,4,5 in multiple threads in same sequence. the longest jump in array, when it reaches 0 no jump, have to print the index of an array.

Zensar Technologies Interview FAQs

How many rounds are there in Zensar Technologies Senior Technical Specialist interview?
Zensar Technologies interview process usually has 2-3 rounds. The most common rounds in the Zensar Technologies interview process are Technical, One-on-one Round and HR.
How to prepare for Zensar Technologies Senior Technical Specialist 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 Zensar Technologies. The most common topics and skills that interviewers at Zensar Technologies expect are Business Intelligence, Dashboards, OBIEE and Salesforce CRM.
What are the top questions asked in Zensar Technologies Senior Technical Specialist interview?

Some of the top questions asked at the Zensar Technologies Senior Technical Specialist interview -

  1. How to integrate widgets in backbase por...read more
  2. Backbase architecture as position for backbase develo...read more
  3. Why .net core and Microservi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.2/5

based on 5 interview experiences

Difficulty level

Moderate 60%
Hard 40%

Duration

Less than 2 weeks 40%
2-4 weeks 20%
4-6 weeks 20%
More than 8 weeks 20%
View more

Interview Questions from Similar Companies

DXC Technology Interview Questions
3.7
 • 836 Interviews
Nagarro Interview Questions
4.0
 • 791 Interviews
NTT Data Interview Questions
3.8
 • 656 Interviews
Publicis Sapient Interview Questions
3.5
 • 642 Interviews
GlobalLogic Interview Questions
3.6
 • 624 Interviews
EPAM Systems Interview Questions
3.7
 • 569 Interviews
UST Interview Questions
3.8
 • 541 Interviews
View all
Zensar Technologies Senior Technical Specialist Salary
based on 818 salaries
₹11.3 L/yr - ₹43 L/yr
29% more than the average Senior Technical Specialist Salary in India
View more details

Zensar Technologies Senior Technical Specialist Reviews and Ratings

based on 83 reviews

3.4/5

Rating in categories

3.2

Skill development

3.4

Work-life balance

3.2

Salary

3.0

Job security

3.2

Company culture

2.6

Promotions

3.0

Work satisfaction

Explore 83 Reviews and Ratings
Senior Software Engineer
3.9k salaries
unlock blur

₹7 L/yr - ₹26.7 L/yr

Software Engineer
3.8k salaries
unlock blur

₹2 L/yr - ₹10.4 L/yr

Technical Specialist
1.5k salaries
unlock blur

₹10 L/yr - ₹35 L/yr

Softwaretest Engineer
823 salaries
unlock blur

₹2.4 L/yr - ₹9.4 L/yr

Senior Technical Specialist
818 salaries
unlock blur

₹11.3 L/yr - ₹43 L/yr

Explore more salaries
Compare Zensar Technologies with

DXC Technology

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare

Virtusa Consulting Services

3.7
Compare
write
Share an Interview