Upload Button Icon Add office photos
Engaged Employer

i

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

Altimetrik Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 980 Reviews

Filter interviews by

Altimetrik Technical Architect Interview Questions, Process, and Tips

Updated 9 Jul 2022

Altimetrik Technical Architect Interview Experiences

1 interview found

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 questions from similar companies

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.
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
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jul 2022. There were 5 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. Various questions on C++
Round 3 - Technical 

(1 Question)

  • Q1. Questions on C++ and on design
Round 4 - Technical 

(1 Question)

  • Q1. Horse tracking assignment
Round 5 - Technical 

(1 Question)

  • Q1. They said client interview but cancelled 2 times and spoiled my time after they never gave any updates for 2 weeks and when I asked they said all positions are kept on hold by client .

Interview Preparation Tips

Interview preparation tips for other job seekers - interprocess went to 2.5 months and final interview cancelled 2 times and at last they saying client has kept all position on hold .

its a real time waste for me to spend time on their 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
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. SQL and NOSQL difference
  • Ans. 

    SQL is a relational database management system, while NoSQL is a non-relational database management system.

    • SQL databases are table-based, while NoSQL databases are document, key-value, graph, or wide-column stores.

    • SQL databases use structured query language for defining and manipulating the data, while NoSQL databases use different query languages.

    • SQL databases are vertically scalable, while NoSQL databases are horizon...

  • Answered by AI
  • Q2. Synchronous and asynchronous architect
  • Ans. 

    Synchronous and asynchronous architectures refer to different ways of handling communication and processing in software systems.

    • Synchronous architecture involves processes occurring in a sequential order, where each task must wait for the previous one to complete before starting.

    • Asynchronous architecture allows tasks to be executed independently, without waiting for each other to finish.

    • Synchronous communication is lik...

  • Answered by AI

Skills evaluated in this interview

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.
Interview experience
3
Average
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 - One-on-one 

(3 Questions)

  • Q1. Explain Drupal best practices
  • Ans. 

    Drupal best practices involve following coding standards, using modules wisely, optimizing performance, and maintaining security.

    • Follow Drupal coding standards to ensure consistency and readability of code

    • Use contributed modules from trusted sources and avoid unnecessary custom code

    • Optimize performance by caching content, enabling compression, and minimizing database queries

    • Maintain security by keeping Drupal core and ...

  • Answered by AI
  • Q2. Explain Drupal Cache Mechanism
  • Ans. 

    Drupal Cache Mechanism stores and retrieves data to improve website performance.

    • Drupal has multiple cache bins like page cache, block cache, and dynamic page cache.

    • Cache tags are used to invalidate specific cache items when content is updated.

    • Cache contexts allow different versions of a page to be served based on user roles or languages.

    • Cache max-age sets the time for which a cached item is considered valid before it n

  • Answered by AI
  • Q3. Explain Drupal custom module you developed
  • Ans. 

    Developed a custom Drupal module for creating a custom content type with specific fields and functionality.

    • Created a custom module folder within the Drupal installation

    • Defined the custom content type and its fields in the module's .info file

    • Implemented hook functions to handle data processing and display logic

    • Used Drupal's Form API to create custom forms for data input and editing

    • Integrated with other Drupal modules or

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. How to tackle non performers in your team
  • Q2. Are you ready to work on weekends?
Round 4 - HR 

(2 Questions)

  • Q1. Are you willing to relocate?
  • Q2. Why should we hire you?

Skills evaluated in this interview

I applied via Referral and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Do you know cloud

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepare before come to interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2022. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Assignment 

Share some details and you have to answerer according to that .

Round 3 - Assignment 

Will share an assignment about a solution and after that on that solution you have to prepare presentation and then after that a group discussion will happen on that assignment .

Round 4 - Group Discussion 

Once you go into the presentation with a group of solution architect team across region india / EMEA they will ask question related to assignment and case study .

Round 5 - Technical 

(1 Question)

  • Q1. On this round along with your india manager other EMEA line manager and team will be also there for deep technical discussion .
Round 6 - HR 

(1 Question)

  • Q1. What is the expected CTC ?
  • Ans. 

    The expected CTC (Cost to Company) is the salary package that the employer is willing to offer for the Solution Architect role.

    • The expected CTC depends on various factors such as the company's budget, the candidate's experience and skills, and the market rates for Solution Architects.

    • It is common for Solution Architects to have a higher CTC compared to other roles due to their specialized knowledge and responsibilities...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't Rush to take decision . Take time if you need prep time and HR will manage that .

Altimetrik Interview FAQs

How many rounds are there in Altimetrik Technical Architect interview?
Altimetrik interview process usually has 1 rounds. The most common rounds in the Altimetrik interview process are Technical.
How to prepare for Altimetrik Technical 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 Altimetrik. The most common topics and skills that interviewers at Altimetrik expect are AWS, Java, Microservices, Azure and NoSQL.
What are the top questions asked in Altimetrik Technical Architect interview?

Some of the top questions asked at the Altimetrik Technical Architect interview -

  1. ASP.NET page life cycle and events in it and how page will be render...read more
  2. What is Authentication and different types in ...read more
  3. MVC URL Routing and normal url definition in ASP....read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Altimetrik interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Altimetrik Technical Architect Salary
based on 15 salaries
₹19 L/yr - ₹49 L/yr
24% more than the average Technical Architect Salary in India
View more details

Altimetrik Technical Architect Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

3.0

Skill development

4.0

Work-Life balance

4.0

Salary & Benefits

3.0

Job Security

4.0

Company culture

2.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer
1.2k salaries
unlock blur

₹9 L/yr - ₹34 L/yr

Staff Engineer
807 salaries
unlock blur

₹10.9 L/yr - ₹41 L/yr

Senior Engineer
611 salaries
unlock blur

₹9 L/yr - ₹30 L/yr

Software Engineer
306 salaries
unlock blur

₹4.8 L/yr - ₹19 L/yr

Senior Staff Engineer
216 salaries
unlock blur

₹15 L/yr - ₹41 L/yr

Explore more salaries
Compare Altimetrik with

Accenture

3.9
Compare

Persistent Systems

3.5
Compare

Mphasis

3.4
Compare

LTIMindtree

3.9
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