Upload Button Icon Add office photos

Filter interviews by

Appsron Technologies Azure Developer Interview Questions and Answers

Updated 27 Feb 2024

Appsron Technologies Azure Developer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude test taken

Round 2 - Technical 

(4 Questions)

  • Q1. For fresher basic coding knowledge is enough
  • Q2. Mmmmm kk kk kkk
  • Q3. Okay okay okay okay
  • Q4. Good good good good
Round 3 - One-on-one 

(1 Question)

  • Q1. Its also basic questikns

Interview Preparation Tips

Interview preparation tips for other job seekers - knowjjdkjkd kskjkjolsk ijdsdnd

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Incremental load
  • Q2. SQL stored procedures
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Apr 2023.

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. Case study for logic apps
  • Q2. Types of triggers
  • Ans. 

    Triggers are events that initiate the execution of a function in Azure.

    • There are several types of triggers in Azure, including HTTP, Blob, Queue, Timer, and Event Grid triggers.

    • HTTP triggers are initiated by an HTTP request.

    • Blob triggers are initiated when a new or updated blob is detected in Azure Blob Storage.

    • Queue triggers are initiated when a new message is added to an Azure Storage queue.

    • Timer triggers are initiat...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - HR 

(1 Question)

  • Q1. About salary and how many years of experience.
Round 2 - Technical 

(2 Questions)

  • Q1. SQL, pyspark, python
  • Q2. Medallion arctiicture
Round 3 - Technical 

(1 Question)

  • Q1. Basics scenario based questions
Round 4 - HR 

(1 Question)

  • Q1. Sallery discussion.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Sql queries and knowledge of different syntaxes

Round 2 - One-on-one 

(2 Questions)

  • Q1. Find the student with marks greater than 80 in all subjects
  • Ans. 

    Filter students with marks greater than 80 in all subjects

    • Iterate through each student's marks in all subjects

    • Check if all marks are greater than 80 for a student

    • Return the student if all marks are greater than 80

  • Answered by AI
  • Q2. Write the syntax to define the schema of a file for loading.
  • Ans. 

    Syntax to define schema of a file for loading

    • Use CREATE EXTERNAL TABLE statement in SQL

    • Specify column names and data types in the schema definition

    • Example: CREATE EXTERNAL TABLE MyTable (col1 INT, col2 STRING) USING CSV

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Azure architecture
  • Q2. Azure security/ azure logic apps/data engineering
Round 2 - Technical 

(2 Questions)

  • Q1. Azure migration
  • Q2. Azure devops / azure data engineering
Round 3 - Case Study 

Architecture roadmap 3 tier

Round 4 - HR 

(1 Question)

  • Q1. Culture of firm
  • Ans. 

    The culture of the firm is collaborative, innovative, and customer-focused.

    • Encourages teamwork and open communication

    • Values creativity and continuous improvement

    • Prioritizes customer satisfaction

    • Promotes diversity and inclusion

    • Emphasizes work-life balance

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is polybase?
  • Ans. 

    Polybase is a feature in Azure SQL Data Warehouse that allows users to query data stored in Hadoop or Azure Blob Storage.

    • Polybase enables users to access and query external data sources without moving the data into the database.

    • It provides a virtualization layer that allows SQL queries to seamlessly integrate with data stored in Hadoop or Azure Blob Storage.

    • Polybase can significantly improve query performance by levera...

  • Answered by AI
  • Q2. Explain your current project architecture.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. How do you handle cloud migration of .net webapp?
  • Ans. 

    Cloud migration of .NET webapp involves assessing the application, choosing the right migration strategy, and executing the migration process.

    • Assess the application to understand its dependencies, architecture, and resource requirements.

    • Choose the appropriate migration strategy: rehost, refactor, rearchitect, rebuild, or replace.

    • Prepare the target Azure environment, including creating necessary resources like virtual m...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How to do performance tuning in adf
  • Ans. 

    Performance tuning in Azure Data Factory involves optimizing data flows and activities to improve efficiency and reduce processing time.

    • Identify bottlenecks in data flows and activities

    • Optimize data partitioning and distribution

    • Use appropriate data integration patterns

    • Leverage caching and parallel processing

    • Monitor and analyze performance metrics

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - i got selected in 1st round that happened by walk in and they said there will be a hr , client by next tues . after that walk in drive no response from HR

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Write dockerfile
  • Ans. 

    A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.

    • Start with a base image using the FROM keyword

    • Use the RUN keyword to execute commands in the container

    • Use the COPY keyword to add files from your local machine to the container

    • Use the CMD keyword to specify the command to run when the container starts

  • Answered by AI
  • Q2. Write yaml file
  • Ans. 

    Creating a YAML file for Azure DevOps

    • Use proper indentation with spaces, not tabs

    • Start with '---' to indicate the beginning of the YAML file

    • Define stages, jobs, and tasks within the YAML file

    • Use variables and templates for reusability

    • Utilize YAML anchors and aliases for DRY (Don't Repeat Yourself) code

  • Answered by AI

Skills evaluated in this interview

Appsron Technologies Interview FAQs

How many rounds are there in Appsron Technologies Azure Developer interview?
Appsron Technologies interview process usually has 3 rounds. The most common rounds in the Appsron Technologies interview process are Aptitude Test, Technical and One-on-one Round.
What are the top questions asked in Appsron Technologies Azure Developer interview?

Some of the top questions asked at the Appsron Technologies Azure Developer interview -

  1. for fresher basic coding knowledge is eno...read more
  2. its also basic questi...read more
  3. mmmmm kk kk ...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Appsron Technologies interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Cognizant Interview Questions
3.8
 • 5.5k Interviews
Deloitte Interview Questions
3.8
 • 2.8k Interviews
BYJU'S Interview Questions
3.1
 • 2.2k Interviews
Teleperformance Interview Questions
3.9
 • 1.7k Interviews
Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
Ernst & Young Interview Questions
3.5
 • 1.1k Interviews
WNS Interview Questions
3.4
 • 957 Interviews
Google Interview Questions
4.4
 • 834 Interviews
Nagarro Interview Questions
4.0
 • 759 Interviews
View all
Software Engineer
27 salaries
unlock blur

₹3.6 L/yr - ₹7.8 L/yr

Azure DevOps Engineer
24 salaries
unlock blur

₹6 L/yr - ₹7.8 L/yr

Softwaretest Engineer
11 salaries
unlock blur

₹3.2 L/yr - ₹6.1 L/yr

Azure Cloud Engineer
8 salaries
unlock blur

₹6.8 L/yr - ₹7.9 L/yr

Test Engineer
7 salaries
unlock blur

₹3.6 L/yr - ₹6 L/yr

Explore more salaries
Compare Appsron Technologies with

Cognizant

3.8
Compare

Teleperformance

3.9
Compare

Reliance Retail

3.9
Compare

iEnergizer

4.7
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