Upload Button Icon Add office photos
Engaged Employer

i

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

Granicus Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Granicus Senior Software Engineer Interview Questions and Answers

Updated 3 Oct 2021

Granicus Senior Software Engineer Interview Experiences

1 interview found

I applied via LinkedIn and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How do you handle the boss or colleagues in case of certain situations?

Interview Preparation Tips

Interview preparation tips for other job seekers - You should keep prepared for general behavioural questions.

Interview questions from similar companies

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

(4 Questions)

  • Q1. Create basic react app with dummy data fetched from JSON API
  • Ans. 

    Create a basic React app with dummy data fetched from a JSON API.

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

    • Create a component to fetch data from a JSON API using fetch or axios

    • Display the fetched data in the component

  • Answered by AI
  • Q2. Array methods and Flatten array
  • Q3. Event loop
  • Q4. HTML and Javascript basics
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Concept of Hoisting in Javascript
  • Ans. 

    Hoisting is a JavaScript behavior where variable and function declarations are moved to the top of their containing scope during compilation.

    • Variable declarations are hoisted to the top of their scope, but not their initializations.

    • Function declarations are fully hoisted, including their definitions.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI
  • Q2. What is arrow function
  • Ans. 

    Arrow functions are a concise way to write functions in JavaScript.

    • Arrow functions are anonymous functions defined using the '=>' syntax.

    • They have a shorter syntax compared to traditional function expressions.

    • Arrow functions do not have their own 'this' keyword, instead they inherit it from the parent scope.

  • Answered by AI
  • Q3. Polyfill of Promise
  • Ans. 

    Polyfill of Promise is a code that adds Promise functionality to browsers that do not support it natively.

    • Polyfill is a piece of code that provides the technology that you expect the browser to provide natively.

    • Polyfill for Promise adds Promise functionality to browsers that do not support it, allowing developers to use Promises in their code.

    • Examples of Promise polyfills include 'es6-promise' and 'promise-polyfill'.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Implementation of carousel
  • Ans. 

    Implementing a carousel for displaying multiple images or content in a rotating manner.

    • Use a library like Slick or Owl Carousel for easy implementation

    • Ensure images/content are responsive for different screen sizes

    • Add navigation arrows or dots for user interaction

    • Consider adding autoplay feature with customizable speed

    • Optimize performance by lazy loading images

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How google.com works
  • Ans. 

    Google.com is a search engine that uses web crawlers to index websites and algorithms to rank search results.

    • Google uses web crawlers to index websites and store information in its database.

    • Algorithms are used to rank search results based on relevance and popularity.

    • Google also uses personalized search results based on user data and location.

    • Google's homepage is simple and fast-loading to provide a user-friendly experi

  • Answered by AI
  • Q2. How rest works, in array of 500 elements give top 15 elements discussion about complexities

Interview Preparation Tips

Interview preparation tips for other job seekers - try to be clear and correct on every information you provide

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. It was more into problem solving using python
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Medium level question

Round 2 - Technical 

(1 Question)

  • Q1. Coding round related to Data structures
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Dec 2023.

Round 1 - Technical 

(1 Question)

  • Q1. It was mostly on scenario based questions and I was asked to code online.
Round 2 - Technical 

(1 Question)

  • Q1. Discussion were there past projects, how different objectives were done.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. System design questions related to the product
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. What is Testing and explain the concept of testing in Industry
  • Ans. 

    Testing is the process of evaluating a system or application to identify any defects or errors.

    • Testing involves executing a system or application to ensure it meets specified requirements.

    • Types of testing include unit testing, integration testing, system testing, and acceptance testing.

    • Testing helps identify bugs, defects, and issues in software before it is released to users.

    • Automated testing tools like Selenium, JUni...

  • Answered by AI
  • Q2. Testing Types and explain
  • Ans. 

    Testing types include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing focuses on testing individual components or functions in isolation.

    • Integration testing verifies that different components work together correctly.

    • System testing tests the entire system as a whole.

    • Acceptance testing ensures that the system meets the requirements and is ready for deployment.

  • Answered by AI
  • Q3. What is RTM and explain it?
  • Ans. 

    RTM stands for Requirements Traceability Matrix, a document that links requirements to test cases to ensure all requirements are covered.

    • RTM is a document used in software development to track and ensure that all requirements are met through test cases.

    • It helps in identifying which requirements have been covered by which test cases.

    • RTM is useful for ensuring that all requirements are tested and validated before the sof...

  • Answered by AI
  • Q4. Bug defect tools and what you use in current company?
  • Ans. 

    We use Jira for bug tracking and defect management in my current company.

    • Jira is a popular bug tracking tool used for issue tracking and project management.

    • It allows teams to prioritize, assign, track, and report on issues.

    • Jira integrates with other tools like Confluence for better collaboration.

    • Other bug defect tools include Bugzilla, Mantis, and Trello.

  • Answered by AI
  • Q5. Explain any project and what is your role ?
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Led a team of 5 developers in designing and implementing the front-end using React

    • Integrated with backend APIs built in Node.js for real-time updates

    • Implemented user authentication and authorization using JWT tokens

    • Utilized PostgreSQL database for storing project data

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. When defect found before one day to GO-LIVE (Prod). How you justify and how we deal with Client?
  • Ans. 

    Address the defect professionally, provide a plan to fix it, and communicate transparently with the client.

    • Acknowledge the defect and take ownership of the issue.

    • Provide a detailed analysis of the defect, its impact, and the plan to fix it.

    • Communicate transparently with the client about the situation and the steps being taken to resolve it.

    • Discuss any potential risks or delays in the GO-LIVE schedule and propose mitiga...

  • Answered by AI
  • Q2. How you deal with clients and how do you manage them?
  • Ans. 

    I communicate regularly with clients to understand their needs and expectations, provide updates on progress, and address any concerns.

    • Establish clear communication channels with clients

    • Regularly update clients on project progress

    • Listen to client feedback and address any concerns promptly

    • Set realistic expectations with clients regarding timelines and deliverables

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't Join the Company.
More Politics in Company compared to Outside.
Mostly People are Older and Experienced with bad ego and attitude.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Design a paginated list of items, then improve efficiency
  • Ans. 

    Design a paginated list of items and improve efficiency

    • Implement lazy loading to fetch data only when needed

    • Use caching to store previously fetched data for faster retrieval

    • Optimize database queries to reduce load times

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Basics on Javascript, ReactJS

Skills evaluated in this interview

Granicus Interview FAQs

How to prepare for Granicus Senior Software Engineer 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 Granicus. The most common topics and skills that interviewers at Granicus expect are Software Development, Java, MySQL, Web Technologies and CSS.

Tell us how to improve this page.

Granicus Senior Software Engineer Salary
based on 7 salaries
₹25.8 L/yr - ₹42 L/yr
111% more than the average Senior Software Engineer Salary in India
View more details

Granicus Senior Software Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.0

Salary

4.0

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer III
12 salaries
unlock blur

₹14.9 L/yr - ₹28 L/yr

Product Owner
7 salaries
unlock blur

₹15 L/yr - ₹38 L/yr

Site Reliability Engineer
7 salaries
unlock blur

₹8 L/yr - ₹20.7 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹25.8 L/yr - ₹42 L/yr

Devops Engineer
6 salaries
unlock blur

₹15.3 L/yr - ₹23.5 L/yr

Explore more salaries
Compare Granicus with

Zoho

4.3
Compare

Freshworks

3.5
Compare

LTIMindtree

3.8
Compare

TCS

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