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

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 applied via Recruitment Consultant and was interviewed in Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. From basic to advance all were covered in interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Triggers,packages,regular expressions and pivot concept are the main areas to be focused while preparing for interview

I was interviewed 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

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain Polymorphism with real time example
  • Ans. 

    Polymorphism allows objects to be treated as instances of their parent class, enabling flexibility and reusability in code.

    • Polymorphism allows a parent class to be used as a reference to a child class object

    • It enables methods in different classes to have the same name but different implementations

    • Example: Animal class with methods like eat() can be inherited by Dog and Cat classes with their own eat() implementations

  • Answered by AI
  • Q2. How to start react project only frontend paired with Dotnet core backend
  • Ans. 

    To start a React project with a Dotnet Core backend, set up the frontend and backend separately and then connect them using API calls.

    • Set up a new React project using create-react-app

    • Create a new Dotnet Core project for the backend

    • Implement API endpoints in the Dotnet Core backend to communicate with the React frontend

    • Use tools like Axios or Fetch in React to make API calls to the backend

    • Ensure CORS is configured prope...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Coding question
  • Q2. Microservices architecture
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Different between OLAP and OLTP
  • Ans. 

    OLAP is used for analyzing historical data while OLTP is used for managing real-time transactional data.

    • OLAP stands for Online Analytical Processing, used for data analysis and reporting.

    • OLTP stands for Online Transactional Processing, used for managing real-time transactional data.

    • OLAP databases are optimized for read-heavy workloads and complex queries.

    • OLTP databases are optimized for write-heavy workloads and simple...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Sep 2022. There were 2 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 - Technical 

(6 Questions)

  • Q1. Cloud Engineering profile needs detailed knowledge on cloud operations and security. It also need’s infrastructure to be setup and architected to decide on which cloud to be setup like private ,public or h...
  • Q2. Salary package for me
  • Q3. 1.5 Cr with US base office location for me - Chaitra S Kulkarni
  • Q4. I need new profile to grow for this upcoming IT world like RSA Cloud and JIO Cloud
  • Q5. Need company to be tied with Indian government
  • Q6. Needs attention from Karnataka government

Interview Preparation Tips

Interview preparation tips for other job seekers - Never leave a company who gives you growth to think and earn in your life .
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 Apr 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Regarding Java and oop's concept

Round 3 - Technical 

(2 Questions)

  • Q1. Java basic programs
  • Q2. HTML and CSS programs
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Discuss the project you are most proud of
  • Ans. 

    Developed a mobile app for tracking personal fitness goals

    • Used React Native to create a cross-platform app

    • Implemented features such as goal setting, progress tracking, and workout logging

    • Integrated with wearable devices like Fitbit for automatic data syncing

  • Answered by AI
  • Q2. What are ways to speed up SQL queries? List them in increasing order of complexity?
  • Ans. 

    Ways to speed up SQL queries in increasing order of complexity

    • Use indexes on columns frequently used in WHERE clauses

    • Optimize queries by avoiding unnecessary joins and subqueries

    • Use stored procedures to reduce network traffic and improve performance

    • Consider denormalizing tables for frequently accessed data

    • Use query optimization techniques like query caching and query hints

  • Answered by AI
  • Q3. Is Redis single-threaded or multi-threaded?
  • Ans. 

    Redis is single-threaded.

    • Redis is single-threaded, meaning it can only execute one command at a time.

    • This design choice allows Redis to be extremely fast and efficient for certain use cases.

    • However, it also means that Redis may not be the best choice for highly concurrent workloads.

  • Answered by AI
  • Q4. What sort of data types can be used as keys in Python?
  • Ans. 

    Data types that can be used as keys in Python include strings, integers, floats, tuples, and custom objects.

    • Strings are commonly used as keys in Python dictionaries.

    • Integers and floats can also be used as keys.

    • Tuples can be used as keys if they only contain immutable elements.

    • Custom objects can be used as keys if they are hashable.

    • Examples: {'name': 'John'}, {1: 'apple'}, {(1, 2): 'tuple'}

  • Answered by AI
  • Q5. What types of indexing exist in SQL?
  • Ans. 

    Types of indexing in SQL include clustered, non-clustered, unique, and composite indexes.

    • Clustered index physically reorders the table based on the index key

    • Non-clustered index creates a separate structure for the index

    • Unique index ensures that all values in the index column are unique

    • Composite index uses multiple columns for indexing

  • Answered by AI

Skills evaluated in this interview

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

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

₹0 L/yr - ₹0 L/yr

Software Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Business Analyst
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Head Human Resources
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Engineer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Azimuth GRC with

Metric Stream Infotech

3.1
Compare

SAI Global

4.9
Compare

NAVEX Global

4.0
Compare

Diligent

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