Upload Button Icon Add office photos
Engaged Employer

i

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

Thesqua.re Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Thesqua.re Interview Questions and Answers

Updated 12 Oct 2024
Popular Designations

Thesqua.re Interview Experiences

2 interviews found

Assistant Manager Finance Interview Questions & Answers

user image CA Jitendra thakur

posted on 12 Oct 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(4 Questions)

  • Q1. Most of the questions were from My previous work experience.
  • Q2. JD was also in very much focus.
  • Q3. Ind As 115, 116, 16 was prime areas
  • Q4. Foundation knowledge of Acounting was also asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Explain what is required. Research about company so that you can ask some question at the end of interview to interviewer. Share you thought about the industry to which company belong to.

SEO Manager Interview Questions & Answers

user image Anonymous

posted on 28 Feb 2024

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

I applied via LinkedIn and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. It was a general discussion round at first
  • Q2. All about my previous experiences and current role.
  • Q3. Challenges I have come across and some strengths which I have.
Round 2 - Assignment 

A plan to reach certain traffic and an entire plan of it.

Round 3 - One-on-one 

(1 Question)

  • Q1. It was a presentation round where I shared all insights about the assessment that I worked on.

Interview Preparation Tips

Topics to prepare for Thesqua.re SEO Manager interview:
  • New market trends
  • AI
Interview preparation tips for other job seekers - It’s a great company and tons of new learning in there. It will be great opportunity if someone gets to work with them.

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Thesqua.re?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed before Apr 2022. There were 2 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 

(2 Questions)

  • Q1. Who is the owner of Fairmont
  • Q2. How many hotel does Fairmont have
  • Ans. 

    Fairmont has over 70 hotels worldwide.

    • Fairmont has hotels in North America, Europe, Asia, Africa, and the Middle East.

    • Some notable Fairmont hotels include The Plaza in New York City, The Savoy in London, and The Fairmont Banff Springs in Canada.

    • Fairmont also has several resort properties, such as the Fairmont Mayakoba in Mexico and the Fairmont Southampton in Bermuda.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. What are the skills do you have in the particular department?
  • Ans. 

    I possess strong analytical skills, proficiency in data visualization, and experience with statistical tools relevant to data analysis.

    • Proficient in SQL for data querying and manipulation, enabling efficient data extraction from databases.

    • Experienced in using Python and R for data analysis, including libraries like Pandas and NumPy for data manipulation.

    • Skilled in data visualization tools such as Tableau and Power BI, ...

  • Answered by AI
  • Q2. If someone is working under you , will you be strict or lenient towards them ?
  • Ans. 

    I believe in a balanced approach, combining accountability with support to foster growth and productivity in my team.

    • Set clear expectations: For example, I would outline project deadlines and quality standards upfront.

    • Provide constructive feedback: If a team member misses a deadline, I would discuss the reasons and help them develop a plan to improve.

    • Encourage open communication: I would create an environment where tea...

  • Answered by AI

I applied via Recruitment Consulltant and was interviewed in Feb 2022. There were 2 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 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why are you looking for a change?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication and good salary

I applied via Recruitment Consultant and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

12 Questions

  • Q1. What is the difference between dot net and dot net core.
  • Ans. 

    Dot net is a framework for building Windows applications while Dot net core is a cross-platform framework.

    • Dot net is Windows-only while Dot net core is cross-platform

    • Dot net core is open-source while Dot net is not

    • Dot net core is modular while Dot net is monolithic

    • Dot net core has better performance and scalability

    • Dot net core supports microservices architecture

  • Answered by AI
  • Q2. What is orm. What orm models have you worked on
  • Ans. 

    ORM stands for Object-Relational Mapping. It is a technique to map database tables to classes in object-oriented programming.

    • ORM allows developers to work with databases using object-oriented programming concepts.

    • ORM models I have worked on include Hibernate, Entity Framework, and Sequelize.

    • ORM helps to reduce the amount of boilerplate code required to interact with databases.

    • ORM provides a layer of abstraction between...

  • Answered by AI
  • Q3. What is the role of migration scripts in code first approach
  • Ans. 

    Migration scripts help in updating the database schema when changes are made to the code first model.

    • Migration scripts are used to update the database schema to match the code first model

    • They help in keeping the database schema in sync with the code first model

    • They are executed automatically when the application starts or manually using the Package Manager Console

    • They can be used to add, modify or delete database objec...

  • Answered by AI
  • Q4. How is mapping done in code first
  • Ans. 

    Mapping in code first is done using attributes or fluent API to map classes to database tables.

    • Mapping can be done using attributes like [Table], [Column], [Key], etc.

    • Fluent API can be used to configure mapping in OnModelCreating method of DbContext.

    • Navigation properties can be mapped using [ForeignKey] attribute or fluent API.

    • Mapping can also be done for complex types and inheritance hierarchies.

    • Mapping can be customi...

  • Answered by AI
  • Q5. What ioc containers have you 8sed
  • Ans. 

    I have used multiple IOC containers including Unity, Autofac, and Ninject.

    • I have used Unity for dependency injection in a .NET MVC project.

    • I have used Autofac for dependency injection in a .NET Core project.

    • I have used Ninject for dependency injection in a Xamarin.Forms project.

    • I have also worked with Simple Injector and Castle Windsor.

  • Answered by AI
  • Q6. What is microservices architecture
  • Ans. 

    Microservices architecture is a software development approach where a single application is broken down into smaller, independent services.

    • Each service is responsible for a specific task or function

    • Services communicate with each other through APIs

    • Allows for greater flexibility, scalability, and easier maintenance

    • Examples include Netflix, Amazon, and Uber

  • Answered by AI
  • Q7. How is the code deployed in your project
  • Ans. 

    We use a continuous integration and deployment pipeline to automatically deploy code changes to our production environment.

    • We use Git for version control and have a separate branch for production-ready code.

    • Our CI/CD pipeline is set up using Jenkins and Docker.

    • Tests are run automatically before deployment to ensure code quality.

    • Deployment is triggered automatically when changes are pushed to the production branch.

    • We us...

  • Answered by AI
  • Q8. How are pipelines created
  • Q9. How do you achieve one to many relationship in sql server
  • Ans. 

    One to many relationship in SQL Server

    • Create a foreign key in the child table referencing the primary key in the parent table

    • Use JOIN to retrieve data from both tables

    • Use GROUP BY to group data by the parent table's primary key

    • Use COUNT to get the number of child records for each parent record

  • Answered by AI
  • Q10. What are the new features in c#
  • Ans. 

    C# 9.0 introduces new features like records, init-only setters, and top-level programs.

    • Records provide a concise syntax for defining immutable types.

    • Init-only setters allow for setting properties only during initialization.

    • Top-level programs allow for writing simple console applications without a class or Main method.

    • Improved pattern matching with logical patterns and relational patterns.

    • Function pointers and improved ...

  • Answered by AI
  • Q11. What are the design patterns used in your project
  • Q12. How do you make your application scalable
  • Ans. 

    To make an application scalable, consider factors like load balancing, caching, database optimization, and horizontal scaling.

    • Use load balancers to distribute traffic evenly across multiple servers

    • Implement caching to reduce the number of requests to the server

    • Optimize database queries and indexes to improve performance

    • Use horizontal scaling to add more servers as needed

    • Design for fault tolerance and high availability

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your current project architecture and understand the design patterns used. Most of the questions will be around project architecture.

Skills evaluated in this interview

Be interview-ready. Browse the most asked HR questions.
illustration image
Round 1 - Technical 

(1 Question)

  • Q1. Wcf and web api all related to it in depth knowledge

Interview Preparation Tips

Topics to prepare for KnowCross Solutions Software Developer interview:
  • Web Api
Interview preparation tips for other job seekers - web api expertiese required there
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Easy to join
  • Q2. Well company and skills
  • Q3. Food cost, inventory,p&l customer handling, rating increase concern etc.....

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Previous work experience
  • Q2. Previous job details
  • Ans. 

    I worked as a project manager at XYZ Corp, leading a team to deliver software solutions on time and within budget.

    • Managed a team of 10 developers and designers, ensuring effective collaboration and communication.

    • Implemented Agile methodologies, resulting in a 30% increase in project delivery speed.

    • Led a successful project for a major client, which increased their operational efficiency by 25%.

    • Conducted regular team mee...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How you was doing work over there
  • Q2. Technical questions like what do you know about Hotal industry and so many other questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. Yearly sales analysis
  • Q2. Salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm and be confident

I applied via Referral and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. About self introduction
  • Q2. Previous experience
  • Ans. 

    I have extensive experience in customer service and administrative roles, enhancing client satisfaction and operational efficiency.

    • Managed front desk operations at XYZ Company, greeting clients and handling inquiries efficiently.

    • Coordinated appointments and maintained schedules for a team of 10 professionals, improving time management.

    • Implemented a new filing system that reduced document retrieval time by 30%, streamli...

  • Answered by AI
  • Q3. As a fresher complete ur course hotel management
  • Q4. How much expected salary, they provide accommodation and food.

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a good opportunity for me the MD ramesh arza sir a good human being and a good management and it's a three Star hotel. Which I worked profile is check in and check out room. I hope I given my best and ha good entertainment weather also in management.

Thesqua.re Interview FAQs

How many rounds are there in Thesqua.re interview?
Thesqua.re interview process usually has 2 rounds. The most common rounds in the Thesqua.re interview process are One-on-one Round, Assignment and Technical.
How to prepare for Thesqua.re 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 Thesqua.re. The most common topics and skills that interviewers at Thesqua.re expect are Sales, Python, Account Management, Corporate and Customer Service.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 3 interview experiences

Difficulty level

Moderate 50%
Hard 50%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more

Interview Questions from Similar Companies

Lenexis Foodworks Interview Questions
3.6
 • 18 Interviews
Orchid Hotel Interview Questions
4.0
 • 8 Interviews
Raintree Hotel Interview Questions
4.0
 • 5 Interviews
View all

Thesqua.re Reviews and Ratings

based on 59 reviews

4.3/5

Rating in categories

4.1

Skill development

4.5

Work-life balance

4.0

Salary

3.9

Job security

4.1

Company culture

3.9

Promotions

4.0

Work satisfaction

Explore 59 Reviews and Ratings
Business Development SaaS

New Delhi

8-12 Yrs

Not Disclosed

Business Development Executive

New Delhi

1-4 Yrs

Not Disclosed

Explore more jobs
Software Developer
11 salaries
unlock blur

₹5.5 L/yr - ₹8.5 L/yr

Assistant Manager
9 salaries
unlock blur

₹5.2 L/yr - ₹8 L/yr

Revenue Manager
5 salaries
unlock blur

₹4.2 L/yr - ₹9 L/yr

Senior SEO Executive
5 salaries
unlock blur

₹3.3 L/yr - ₹8.1 L/yr

Business Development Manager
5 salaries
unlock blur

₹7.7 L/yr - ₹14 L/yr

Explore more salaries
Compare Thesqua.re with

TAJSATS AIR CATERING

4.1
Compare

Lenexis Foodworks

3.6
Compare

Abu Dhabi National Hotels

4.2
Compare

Ramee Group of Hotels

3.7
Compare
write
Share an Interview