Upload Button Icon Add office photos
Engaged Employer

i

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

Redeploy Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Redeploy Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

Interview Questionnaire 

2 Questions

  • Q1. What are the hooks available in WordPress
  • Ans. 

    Hooks in WordPress are actions and filters that allow developers to modify or add functionality to WordPress.

    • Actions are hooks triggered at specific points in WordPress, such as when a post is published or a user logs in.

    • Filters allow developers to modify data before it is displayed, such as changing the content of a post or the title of a page.

    • Examples of hooks include 'wp_head', 'wp_footer', 'the_content', and 'the_t

  • Answered by AI
  • Q2. How to customize child theme
  • Ans. 

    Customizing a child theme involves modifying its CSS and PHP files to override the parent theme's styles and functionality.

    • Create a new directory for the child theme in the wp-content/themes/ directory

    • Create a style.css file in the child theme directory and add the necessary header information

    • Enqueue the parent theme's stylesheet in the child theme's functions.php file

    • Override parent theme's styles and functionality by...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview experience

Skills evaluated in this interview

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 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 question sum of 3

Round 3 - Technical 

(2 Questions)

  • Q1. Theoretical questions based on SQL, WPF
  • Q2. They will ask about your leet code. Answer

Interview Preparation Tips

Topics to prepare for EffiaSoft Software Engineer interview:
  • Leetcode
Interview preparation tips for other job seekers - Go thorough JD and prepare well!
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Basic Maths related questions which are moderate

Interview Preparation Tips

Interview preparation tips for other job seekers - Graph Related problem,DSA,OOPS

I appeared for an interview in Apr 2020.

Interview Questionnaire 

4 Questions

  • Q1. Explain the most challenging problem you faced at work
  • Q2. Given the following design - A university has colleges, colleges have departments, departments have students. There are department level elections being held where students nominate themselves to stand fo...
  • Ans. 

    Design a database for a university with colleges, departments, and students. Write a query to get students with maximum votes.

    • Use a relational database like MySQL or PostgreSQL

    • Create tables for colleges, departments, students, and elections

    • Use foreign keys to establish relationships between tables

    • Add columns for election details like candidate names and vote counts

    • Write a query to join tables and filter for maximum vot

  • Answered by AI
  • Q3. Explain how you would design a bit.ly URL shortening service. What would be the choice of database. What would be your table design what would be the endpoints
  • Ans. 

    Design a bit.ly URL shortening service with database choice, table design, and endpoints.

    • Use a relational database like MySQL or PostgreSQL for scalability and ACID compliance.

    • Create a table with columns for the original URL, shortened URL, and metadata like creation date and click count.

    • Endpoints should include URL shortening, redirection, and analytics.

    • Implement caching to improve performance and reduce database load...

  • Answered by AI
  • Q4. Coding test - knapsack problem, 2 sum problem, alien language problem. All from leetcode.

Interview Preparation Tips

Interview preparation tips for other job seekers - System Design, Coding practice on leetcode. Popular leetcode problems help improve confidence greatly. If you are just starting off leetcode, start with the most popular easy questions. On day one, don't struggle for more than 30 minutes to solve the question. Look at the answer if no success. with every 10 questions solved looking at the answer, increase the struggle time. Also, studying at the same time everyday helps.
Read or watch system design questions explained on Youtube.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Asked about the previous job experience and area of interest like frontend or backend
Round 2 - Coding Test 

Coding test was on reactjs and html

Round 3 - One-on-one 

(1 Question)

  • Q1. Asked about all the react concepts in detail
Round 4 - Technical 

(1 Question)

  • Q1. Javascript basics were asked

I applied via Recruitment Consultant and was interviewed in Jun 2019. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Lightning requirement WRT mobile friendly design . How to show as many as columns in single page
  • Ans. 

    To show many columns in a single page for mobile-friendly design in Lightning, use responsive design and consider using horizontal scrolling.

    • Use responsive design to ensure the layout adjusts to different screen sizes

    • Consider using horizontal scrolling to allow users to view more columns without taking up too much vertical space

    • Prioritize the most important columns to display first

    • Use filters or collapsible sections to...

  • Answered by AI
  • Q2. Web service scenario.Best approach to handle bulk callouts over button click
  • Ans. 

    Use batch Apex to handle bulk callouts over button click

    • Implement the Database.Batchable interface to process records in batches

    • Use the @future annotation to make asynchronous callouts

    • Consider using a queueable Apex job to handle large volumes of data

    • Use the Limits.getCallouts() method to monitor callout limits

    • Handle any errors or exceptions that may occur during the callout process

  • Answered by AI
  • Q3. Can an email message from a trigger be sent after logic gets into Adderror method
  • Ans. 

    Yes, an email message can be sent from a trigger even after logic gets into AddError method.

    • Email messages are sent asynchronously and are not affected by the AddError method.

    • The AddError method only prevents the record from being saved and rolls back any changes made in the transaction.

    • To send an email from a trigger, use the Messaging.SingleEmailMessage class and the Messaging.sendEmail method.

  • Answered by AI
  • Q4. Order of execution in Salesforce
  • Ans. 

    Order of execution in Salesforce determines the sequence of events that occur when a record is saved.

    • Triggers are executed first

    • Validation rules are checked next

    • Before triggers are executed

    • Custom validation logic is checked

    • Record is saved to the database

    • After triggers are executed

    • Assignment rules are executed

    • Auto-response rules are executed

    • Workflow rules are executed

    • Escalation rules are executed

    • Roll-up summary fields a...

  • Answered by AI
  • Q5. How to optimize SOQL and DML in a Apex transaction
  • Ans. 

    Optimizing SOQL and DML in Apex transactions

    • Use selective SOQL queries to limit the number of records retrieved

    • Avoid using SOQL queries inside loops

    • Use bulkified DML operations to process records in batches

    • Minimize the number of DML statements by grouping similar operations

    • Use @future or Queueable Apex for long-running operations

    • Consider using Database methods for DML operations to handle errors

    • Use System.debug() to mo

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed before Nov 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Android code testing project will conducting

Round 2 - HR 

(2 Questions)

  • Q1. Working experience need
  • Q2. Application launch before what required

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good interview I really like to work this fasque technologies
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Why did you choose this job?
  • Ans. 

    I chose this job because of my passion for business development and the opportunity to learn and grow in a dynamic industry.

    • Passion for business development

    • Desire to learn and grow

    • Excitement about working in a dynamic industry

  • Answered by AI
  • Q2. Take a sample product and convince me to buy that product
  • Ans. 

    Introducing the new XYZ smartwatch - the perfect blend of style and functionality!

    • The XYZ smartwatch offers a sleek design that complements any outfit.

    • Stay connected with notifications for calls, messages, and social media updates.

    • Track your fitness goals with built-in heart rate monitor and step counter.

    • Easily customize watch faces and bands to suit your personal style.

    • Long-lasting battery life ensures you stay powere

  • Answered by AI

Interview Questionnaire 

3 Questions

  • Q1. Tell me about your self
  • Ans. First greet them and start with my name education my schooling. And graduation, masters then introduction of my family then my hobbies eg i like reading. Writing travelling thats all about me
  • Answered Anonymously
  • Q2. A situation if a person use i phone then convinced to buy android phone
  • Ans. 

    It depends on the person's preferences and needs. Android phones offer more customization options and affordability, while iPhones have a more user-friendly interface and better security features.

    • Ask the person why they want to switch from iPhone to Android

    • Highlight the benefits of Android phones such as customization options and affordability

    • Explain the differences in user interface and security features between the t...

  • Answered by AI
  • Q3. Samsung is good brand with many features like its dusl sim, good camera, front camera is 5 pixcle and back camera is 15 mega pixcle gives quality images, sound quslity is good and lastly its economic to us...

Interview Preparation Tips

Interview preparation tips for other job seekers - I advice you to be calm and dont panic belive in yourself and first pray to god in your heart then start interview this is just interview share your knowledge be happy everything will be fine
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 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 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. Why do you fit for this position
  • Answered by jithvar
Round 3 - Technical 

(2 Questions)

  • Q1. Depend On skills
  • Q2. Depend on skills and process

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare before going for interviews

Redeploy Interview FAQs

How to prepare for Redeploy 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 Redeploy. The most common topics and skills that interviewers at Redeploy expect are Customer Complaints, customer support and outbound.

Tell us how to improve this page.

Redeploy Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Redeploy Reviews and Ratings

based on 11 reviews

4.2/5

Rating in categories

4.1

Skill development

4.0

Work-life balance

3.5

Salary

3.6

Job security

3.9

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 11 Reviews and Ratings
Compare Redeploy with

Wilco Source

3.7
Compare

EffiaSoft

3.9
Compare

FinAcct Technologies

4.1
Compare

IDOS INDIA

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