Upload Button Icon Add office photos
Engaged Employer

i

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

edge CRM Verified Tick

Compare button icon Compare button icon Compare
4.4

based on 14 Reviews

Filter interviews by

edge CRM Associate Software Engineer Interview Questions and Answers

Updated 27 Oct 2023

edge CRM Associate Software Engineer Interview Experiences

1 interview found

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

I applied via campus placement at Karachi Maharashtriya Shikshan Prasarak Mandals Sant Rawoel Maharaj Mahavidyalay, Sindhudurg and was interviewed in Sep 2023. There were 4 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 - Aptitude Test 

Test will have some common coding related questions

Round 3 - Technical 

(2 Questions)

  • Q1. How many heading tags are there in HTML 5
  • Ans. 

    There are 6 heading tags in HTML 5.

    • There are 6 levels of heading tags in HTML 5:

      ,

      ,

      ,

      ,

      ,

    • Heading tags are used to define headings and subheadings in a webpage

    • Each heading tag represents a different level of importance and hierarchy

Answered by AI
  • Q2. What do you know about git or gitlab
  • Ans. 

    Git is a version control system used for tracking changes in source code during software development.

    • Git is a distributed version control system that allows multiple developers to work on the same project simultaneously.

    • GitLab is a web-based Git repository manager that provides features like issue tracking, CI/CD pipelines, and code review.

    • GitLab is often used for hosting Git repositories and managing software developm...

  • Answered by AI
    Round 4 - HR 

    (1 Question)

    • Q1. What are your hobbies

    Skills evaluated in this interview

    Interview questions from similar companies

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

    I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

    Round 1 - Technical 

    (2 Questions)

    • Q1. Can you provide details about the projects listed on your resume?
    • Ans. 

      I have worked on various projects including a social media platform, an e-commerce website, and a task management application.

      • Developed a social media platform using React for frontend and Node.js for backend

      • Designed and implemented an e-commerce website with payment gateway integration

      • Created a task management application using Angular and MongoDB for database

    • Answered by AI
    • Q2. What are the main concepts of Object-Oriented Programming (OOP)?
    • Ans. 

      Main concepts of OOP include encapsulation, inheritance, polymorphism, and abstraction.

      • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

      • Inheritance: Creating new classes based on existing classes, allowing for code reuse.

      • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

      • Abstraction: Hiding complex implementation details and showing o

    • Answered by AI
    Interview experience
    4
    Good
    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 were 2 interview rounds.

    Round 1 - Aptitude Test 

    Pen Paper test aptitude test with 2 long answer questions

    Round 2 - Technical 

    (2 Questions)

    • Q1. OOP Concepts- Polymorphism , what are its types
    • Ans. 

      Polymorphism is the ability of a single function or method to operate on different types of data.

      • Types of polymorphism: compile-time (method overloading) and runtime (method overriding)

      • Compile-time polymorphism is achieved through function overloading, where multiple functions have the same name but different parameters

      • Runtime polymorphism is achieved through function overriding, where a subclass provides a specific im...

    • Answered by AI
    • Q2. Coding question to find the first occurring letter in a string
    • Ans. 

      Find the first occurring letter in a string

      • Iterate through the string and store the count of each letter in a hashmap

      • Return the first letter with count 1

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - DSA is a must and java

    Skills evaluated in this interview

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

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

    Round 1 - Technical 

    (1 Question)

    • Q1. Max number of non repeating consecutive characters in a given string
    • Ans. 

      Find the maximum number of non-repeating consecutive characters in a given string.

      • Iterate through the string and keep track of the current substring of non-repeating characters

      • Update the maximum length of non-repeating characters as you iterate

      • Return the maximum length found

    • Answered by AI

    Skills evaluated in this interview

    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -

    I applied via Company Website

    Round 1 - Technical 

    (2 Questions)

    • Q1. Life cycle of thread
    • Ans. 

      Thread life cycle includes new, runnable, running, blocked, and terminated states.

      • Thread is created in 'new' state

      • It becomes 'runnable' when start() method is called

      • Thread enters 'running' state when CPU starts executing its run() method

      • It can go to 'blocked' state if it's waiting for a resource

      • Finally, thread reaches 'terminated' state when run() method completes or stop() method is called

    • Answered by AI
    • Q2. İnternal working of hash map
    • Ans. 

      Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

      • Hash map consists of an array of buckets, each containing a linked list of key-value pairs.

      • When inserting a key-value pair, the hash function is used to determine the index of the bucket where the pair should be stored.

      • To retrieve a value, the hash function is used to find the corresponding bucket...

    • Answered by AI
    Round 2 - HR 

    (2 Questions)

    • Q1. Salary expectations
    • Q2. Why I want to change the job
    • Ans. 

      Seeking new challenges, growth opportunities, and a better work-life balance.

      • Looking for new challenges and opportunities to learn and grow

      • Seeking a better work-life balance

      • Interested in working with new technologies or in a different industry

      • Wanting to advance career progression

    • Answered by AI

    Skills evaluated in this interview

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

    I applied via TopHire and was interviewed in Mar 2023. There were 4 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. Core JavaScript related questions like closure, IIFE, functional scope, DSA, and low level system design
    Round 3 - Technical 

    (1 Question)

    • Q1. Architecture level question, more about project, message queue broker, API security
    Round 4 - HR 

    (1 Question)

    • Q1. Work location and offer discussion

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Good Interview Experience with valuefy, great questions, really encouraging
    Interview experience
    4
    Good
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Company Website and was interviewed before Jun 2023. There was 1 interview round.

    Round 1 - Technical 

    (2 Questions)

    • Q1. What are joins in sql
    • Ans. 

      Joins in SQL are used to combine rows from two or more tables based on a related column between them.

      • Joins are used to retrieve data from multiple tables based on a related column

      • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

      • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

    • Answered by AI
    • Q2. Types of arrays in PHP
    • Ans. 

      Types of arrays in PHP include indexed arrays, associative arrays, and multidimensional arrays.

      • Indexed arrays: default type where each element is assigned a numeric index starting from 0.

      • Associative arrays: elements are assigned a specific key instead of numeric index.

      • Multidimensional arrays: arrays within arrays, creating a matrix-like structure.

      • Example: $indexedArray = [1, 2, 3]; $associativeArray = ['key1' => 'value...

    • Answered by AI

    Interview Preparation Tips

    Topics to prepare for Neural IT Junior Software Developer interview:
    • PHP
    • MySQL
    Interview preparation tips for other job seekers - good environment and team mates are supportive

    Skills evaluated in this interview

    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Aptitude Test 

    Covers basics aps around 15 question

    Round 2 - Coding Test 

    DSA based questions from leetcode easy and medium

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

    I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

    Round 1 - Aptitude Test 

    In this round they asked 20 technical questions on java and 10 analytical question on reasoning and 3 theory questions we need to solve only 2 out of 3 total 32 questions are there in first round.

    Round 2 - Group Discussion 

    In the GD they ask about your projects

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Before interview review your projects and while answering tell your technical part mostly.
    Interview experience
    4
    Good
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

    Round 1 - Aptitude Test 

    In this round i have to solve 45 question in45 minute the level of question was not hard

    Round 2 - Coding Test 

    In the coding round i get 60 minutes in which i have to solve 3 question 2 questions were easy and third was medium

    edge CRM Interview FAQs

    How many rounds are there in edge CRM Associate Software Engineer interview?
    edge CRM interview process usually has 4 rounds. The most common rounds in the edge CRM interview process are Resume Shortlist, Aptitude Test and Technical.
    What are the top questions asked in edge CRM Associate Software Engineer interview?

    Some of the top questions asked at the edge CRM Associate Software Engineer interview -

    1. How many heading tags are there in HTM...read more
    2. What do you know about git or git...read more

    Tell us how to improve this page.

    People are getting interviews through

    based on 1 edge CRM interview
    Campus Placement
    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

    SAP Interview Questions
    4.2
     • 302 Interviews
    Salesforce Interview Questions
    4.1
     • 265 Interviews
    Freshworks Interview Questions
    3.5
     • 153 Interviews
    Icl Fincorp Interview Questions
    3.2
     • 17 Interviews
    Neural IT Interview Questions
    2.9
     • 14 Interviews
    Sonata Finance Interview Questions
    3.9
     • 12 Interviews
    View all
    Project Coordinator
    4 salaries
    unlock blur

    ₹2.7 L/yr - ₹3 L/yr

    Customer Success Manager
    4 salaries
    unlock blur

    ₹3 L/yr - ₹5.2 L/yr

    Junior Software Engineer
    3 salaries
    unlock blur

    ₹1.8 L/yr - ₹1.8 L/yr

    Explore more salaries
    Compare edge CRM with

    Salesforce

    4.1
    Compare

    Freshworks

    3.5
    Compare

    HubSpot

    2.7
    Compare

    SAP

    4.2
    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