Upload Button Icon Add office photos
Engaged Employer

i

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

Azimuth GRC Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Azimuth GRC Python Software Developer Interview Questions and Answers

Updated 5 Jul 2024

Azimuth GRC Python Software Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Based on Phython, coding test was conducted

Interview Preparation Tips

Interview preparation tips for other job seekers - Gain proper coding knowledge before get interviewed

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Core java, collection, multithreading, database

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

Interview Questionnaire 

1 Question

  • Q1. My first question is tell me about yourself then they ask what you do after graduation. Then ask some technical question like oops concept and collections and map and some question in sql and jdbc also.

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a product base MNC and it is good for fresher.

I appeared for an interview in Dec 2016.

Interview Questionnaire 

7 Questions

  • Q1. Questions on linked list
  • Q2. Implement LRU
  • Ans. 

    LRU (Least Recently Used) is a caching algorithm that removes the least recently used item when the cache is full.

    • LRU uses a combination of a doubly linked list and a hash map.

    • The doubly linked list keeps track of the order of recently used items.

    • The hash map allows for efficient lookup of items in the cache.

    • When a new item is accessed, it is moved to the front of the list.

    • If the cache is full, the item at the end of t

  • Answered by AI
  • Q3. Questions on C, c++
  • Q4. Questions on DBMS
  • Q5. Questions on Operating Systems
  • Q6. Tell all things that happen inside a system when we press 'k' on the notepad.
  • Ans. 

    Pressing 'k' on Notepad triggers a series of events including key press event, character insertion, and potential text manipulation.

    • When 'k' is pressed, a key press event is triggered

    • The key press event is captured by the Notepad application

    • The character 'k' is inserted at the current cursor position

    • If any text is selected, it may be replaced by the character 'k'

    • The cursor position is updated to the next position

    • If aut

  • Answered by AI
  • Q7. Basic HR questions

Interview Preparation Tips

Round: Technical Interview
Tips: Prepare Data Structure and Algorithms well

Round: Technical Interview
Tips: Have decent knowledge of technical subjects.

Skills: Programming, Data Structures, Algorithm, Operating System Basics, Knowledge About Database Managements Systems
College Name: IIT Roorkee

Skills evaluated in this interview

I appeared for an interview in Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Test was conducted in the evening time .It was an online test with remote-proctoring consisted of 2 coding questions and 20 MCQS .The environment was quite good on the day of the test.

  • Q1. 

    Balanced Sequence After Replacement

    Given a string of length 'N' containing only the characters: '[', '{', '(', ')', '}', ']'. At certain places, the character 'X' appears in place of any bracket. Your go...

  • Ans. 

    Determine if a valid balanced sequence can be achieved by replacing 'X's with suitable brackets.

    • Iterate through the string and keep track of the count of opening and closing brackets.

    • If at any point the count of closing brackets exceeds the count of opening brackets, return False.

    • If all 'X's can be replaced to form a valid balanced sequence, return True.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

This was technical+hr round
The interviewer was very friendly. He helped me in all questions.

  • Q1. 

    String Palindrome Verification

    Given a string, your task is to determine if it is a palindrome considering only alphanumeric characters.

    Input:

    The input is a single string without any leading or trailing...
  • Ans. 

    Check if a given string is a palindrome considering only alphanumeric characters.

    • Remove non-alphanumeric characters from the input string.

    • Convert the string to lowercase for case-insensitive comparison.

    • Compare characters from start and end of the string to determine if it is a palindrome.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in PuneEligibility criteriaAbove 6 CGPAVeritas Technologies LLC interview preparation:Topics to prepare for the interview - Data Structures, Object Oriented programming concepts , Algorithms , Web development , Android developmentTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Communication is very important in interviews. So, Take mock interviews on DSA to understand your communication skills and improve your communication
Tip 2 : In the preparation phase, Try to cover as many standard problems as possible in each and every DSA topic.
Tip 3 : Prepare 2-3 good innovative projects so that there will be an opportunity to express our learning ability in various domains along with DSA and coding skills

Application resume tips for other job seekers

Tip 1 : Add at least 2 good projects with all the details mentioned such as the technologies used and sole purpose of the project
Tip 2 : Make sure to include your previous company projects (can be internship project as well) and the achievements made through those projects.
Tip 3 : Add your genuine achievements that are related to coding competitions and can be related to project domains
such as google summer of code.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Sep 2022. There were 4 interview rounds.

Round 1 - Coding Test 

It also had apptitude questions as well

Round 2 - One-on-one 

(2 Questions)

  • Q1. Object oriented programming concepts like class , object , constructor , polymorphism, etc. The question tested deep knowledge of OOPS
  • Q2. Static and dynamic casting
Round 3 - Technical 

(2 Questions)

  • Q1. What was my work in my internship?
  • Q2. I was in the field of Cybersecurity so they cross questioned me on that field like kubernetes security , Active Directory and cloud security
Round 4 - HR 

(2 Questions)

  • Q1. Are you willing to re-locate?
  • Q2. What are your motives to join this particular company

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence for technical round and deep understanding of DSA and Core subjects with thorough understanding of your projects.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Nov 2022.

Round 1 - Coding Test 

Standard tree question was asked

Round 2 - HR 

(2 Questions)

  • Q1. Things like why do you want to join and stuff
  • Q2. What excites you about software deevelopment
  • Ans. 

    The endless possibilities of creating something new and useful excites me about software development.

    • The ability to solve complex problems through coding

    • The satisfaction of seeing a project come to life

    • The opportunity to constantly learn and improve skills

    • The potential to make a positive impact on society through technology

    • Examples: creating a mobile app that helps people track their fitness goals, developing software ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing in particular. Just be well versed with standard hr questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

The duration of the test was one hour and there were two questions in it.

Round 3 - Technical 

(2 Questions)

  • Q1. The question was based on two pointers technique.
  • Q2. The answer was based on two pointers technique.

Interview Preparation Tips

Interview preparation tips for other job seekers - The most important thing is to be good at DSA and problem solving on different coding platforms.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 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 - Coding Test 

Leetcode medium to hard problems, with unit tests around the implementation.

Round 3 - HR 

(2 Questions)

  • Q1. Basic HR questions - like past experiences, getting to know candidate, how frequently you switch etc
  • Q2. Salary expectations, check on last salary drawn etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Grind leetcode, mostly medium and hard problems
System design with focus on lld
Prep DB basics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Mar 2023. There were 3 interview rounds.

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 - Coding Test 

2 code signal programming questions

Round 3 - HR 

(1 Question)

  • Q1. System design and resume based questions

Azimuth GRC Interview FAQs

How many rounds are there in Azimuth GRC Python Software Developer interview?
Azimuth GRC interview process usually has 1 rounds. The most common rounds in the Azimuth GRC interview process are Coding Test.

Tell us how to improve this page.

Azimuth GRC Python Software Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Innovaccer Interview Questions
3.3
 • 83 Interviews
Cohesity Interview Questions
3.9
 • 81 Interviews
NoBrokerHOOD Interview Questions
3.1
 • 58 Interviews
Vyapar Interview Questions
3.5
 • 55 Interviews
Classplus Interview Questions
3.4
 • 28 Interviews
Fleetx.io Interview Questions
3.7
 • 28 Interviews
View all
Senior Software Engineer
6 salaries
unlock blur

₹12.5 L/yr - ₹22 L/yr

Software Developer
4 salaries
unlock blur

₹7 L/yr - ₹16.5 L/yr

Associate Engineer
4 salaries
unlock blur

₹12 L/yr - ₹12.1 L/yr

Senior Business Analyst
4 salaries
unlock blur

₹26 L/yr - ₹35 L/yr

Head Human Resources
4 salaries
unlock blur

₹20 L/yr - ₹21 L/yr

Explore more salaries
Compare Azimuth GRC with

Intellect Design Arena

3.9
Compare

Cohesity

3.9
Compare

Celebal Technologies

3.0
Compare

NoBrokerHOOD

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